/usr/bin/install -c -m 0644 wavemonrc.5 /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 0755 -d /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/wavemon /usr/bin/install -c -m 0644 README.md NEWS THANKS AUTHORS COPYING ChangeLog /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/wavemon make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-3/output-1/build/wavemon-0.9.1' yaml-cpp-0.6.3.tar.gz: OK (sha256: 77ea1b90b3718aa0c324207cb29418f5bced2354c2e483a9523d98c3460af1ed) >>> yaml-cpp 0.6.3 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/yaml-cpp/yaml-cpp-0.6.3.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3 -xf - >>> yaml-cpp 0.6.3 Patching >>> yaml-cpp 0.6.3 Configuring (mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/ && cd /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /home/buildroot/autobuild/run/instance-3/output-1/host/bin/cmake /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/run/instance-3/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=OFF -DYAML_CPP_BUILD_TESTS=OFF -DYAML_CPP_BUILD_TOOLS=OFF -DYAML_BUILD_SHARED_LIBS=OFF ) -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /home/buildroot/autobuild/run/instance-3/output-1/host/bin/powerpc-linux-gcc -- Check for working C compiler: /home/buildroot/autobuild/run/instance-3/output-1/host/bin/powerpc-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: /home/buildroot/autobuild/run/instance-3/output-1/host/bin/powerpc-linux-g++ -- Check for working CXX compiler: /home/buildroot/autobuild/run/instance-3/output-1/host/bin/powerpc-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test FLAG_WEXTRA -- Performing Test FLAG_WEXTRA - Success -- 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: /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3 >>> yaml-cpp 0.6.3 Building PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' make[2]: Entering directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' make[3]: Entering directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' Scanning dependencies of target yaml-cpp make[3]: Leaving directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' make[3]: Entering directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' [ 3%] Building CXX object CMakeFiles/yaml-cpp.dir/src/binary.cpp.o [ 6%] Building CXX object CMakeFiles/yaml-cpp.dir/src/convert.cpp.o [ 9%] Building CXX object CMakeFiles/yaml-cpp.dir/src/directives.cpp.o [ 12%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emit.cpp.o [ 16%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitfromevents.cpp.o [ 19%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitter.cpp.o In file included from /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/convert.h:18, from /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/src/convert.cpp:3: /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:212:11: warning: 'operator=' should return a reference to '*this' [-Weffc++] 212 | return *this; | ^~~~ [ 22%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitterstate.cpp.o [ 25%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o [ 29%] Building CXX object CMakeFiles/yaml-cpp.dir/src/exceptions.cpp.o [ 32%] Building CXX object CMakeFiles/yaml-cpp.dir/src/exp.cpp.o [ 35%] Building CXX object CMakeFiles/yaml-cpp.dir/src/memory.cpp.o [ 38%] Building CXX object CMakeFiles/yaml-cpp.dir/src/node.cpp.o [ 41%] Building CXX object CMakeFiles/yaml-cpp.dir/src/node_data.cpp.o [ 45%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodebuilder.cpp.o [ 48%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodeevents.cpp.o In file included from /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/src/nodebuilder.cpp:6: /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:212:11: warning: 'operator=' should return a reference to '*this' [-Weffc++] 212 | return *this; | ^~~~ [ 51%] Building CXX object CMakeFiles/yaml-cpp.dir/src/null.cpp.o [ 54%] Building CXX object CMakeFiles/yaml-cpp.dir/src/ostream_wrapper.cpp.o [ 58%] Building CXX object CMakeFiles/yaml-cpp.dir/src/parse.cpp.o [ 61%] Building CXX object CMakeFiles/yaml-cpp.dir/src/parser.cpp.o [ 64%] Building CXX object CMakeFiles/yaml-cpp.dir/src/regex_yaml.cpp.o In file included from /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/src/parse.cpp:7: /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:212:11: warning: 'operator=' should return a reference to '*this' [-Weffc++] 212 | return *this; | ^~~~ [ 67%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanner.cpp.o [ 70%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanscalar.cpp.o [ 74%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantag.cpp.o [ 77%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantoken.cpp.o [ 80%] Building CXX object CMakeFiles/yaml-cpp.dir/src/simplekey.cpp.o [ 83%] Building CXX object CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o [ 87%] Building CXX object CMakeFiles/yaml-cpp.dir/src/stream.cpp.o [ 90%] Building CXX object CMakeFiles/yaml-cpp.dir/src/tag.cpp.o [ 93%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilder.cpp.o [ 96%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o [100%] Linking CXX static library libyaml-cpp.a make[3]: Leaving directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' [100%] Built target yaml-cpp make[2]: Leaving directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install/fast -C /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libyaml-cpp.a -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emitterdef.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/stlemitter.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/yaml.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emittermanip.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/traits.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emitterstyle.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/binary.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/mark.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/type.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/node.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/parse.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/emit.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/convert.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/iterator.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/node.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/impl.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/ptr.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/parser.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emitter.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/eventhandler.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/dll.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/anchor.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/null.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/exceptions.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/contrib -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emitfromevents.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Fixing libtool files for la in $(find /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/run/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/autobuild/run/instance-3/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/autobuild/run/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/run/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> yaml-cpp 0.6.3 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output-1/target install/fast -C /home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/libyaml-cpp.a -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/emitterdef.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/stlemitter.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/yaml.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/emittermanip.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/traits.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/emitterstyle.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/binary.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/mark.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/type.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/parse.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/emit.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/convert.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/iterator.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/node.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/impl.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/node/ptr.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/parser.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/emitter.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/eventhandler.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/dll.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/anchor.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/null.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/exceptions.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/contrib -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include/yaml-cpp/emitfromevents.h -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-3/output-1/build/yaml-cpp-0.6.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/powerpc-linux-%g' -e 's%@TARGET_ARCH@%ppc%g' -e 's%@TARGET_CPU@%603e%g' -e 's%@TARGET_ENDIAN@%big%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host%g' -e 's%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%true%g' package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-3/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' /home/buildroot/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/lua/5.3/doc rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/luarocks mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/run/instance-3/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/locale /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/run/instance-3/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##*/}" /home/buildroot/autobuild/run/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/run/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output-1/target/lib/ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/man /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/info /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/run/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-3/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-3/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.08-363-g5fa69e1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08.2"; \ echo "PRETTY_NAME=\"Buildroot 2021.08.2\"" \ ) > /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/run/instance-3/output-1/per-package /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output-1/target/usr ln -snf /home/buildroot/autobuild/run/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/run/instance-3/output-1/staging make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2021.08-363-g5fa69e1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info argp.h: OK (sha256: bbb8919aa520069b0234faf5e83a94052d278419ffe97ca8e843ecc9b212d1ab) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> benejson 0.9.7 Collecting legal info LICENSE: OK (sha256: d0b7dae881fcb18c4dddfd8b0c1643ae671d5f356d14ba5b4e95ca889cc9ec32) >>> host-python3 3.9.7 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> can-utils 2021.06.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> cups 2.3.3op2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) NOTICE: OK (sha256: 1f8e5879fb8b15e3ee5111809fd3ca22c606d0897d6b5e74329e480c348e034d) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dc3dd 7.2.641 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dnsmasq 2.85 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> drbd-utils 9.15.0 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> dropwatch 1.5.3 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ethtool 5.12 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gensio 2.2.4 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gli 559cbe1ec38878e182507d331e0780fbae5baf15 Collecting legal info manual.md: OK (sha256: e26459f62353e631d18379668c82b85f9fd2fd993f2818277e4fce21e957f87a) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> leveldb 1.22 Collecting legal info LICENSE: OK (sha256: ccc19f1da0798ed666609b65a5b44dd8b3abe6fc08b9c0592eb76e82e174db19) >>> libasplib be7fac89218a84b75f7598e3d76625ece99296f2 Collecting legal info LICENSE: OK (sha256: 12ac5047f2af0522f06798b1589ffc4599bc29c91f954d7874e0320634e777c0) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 7.79.1 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libmicrohttpd 0.9.73 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnpupnp 4.1.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libupnp 1.14.7 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libv4l 1.20.0 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 34229b5aadfb768d0d083987cba54203a920904a3ec8320823c6125b9831acd1) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ltp-testsuite 20210524 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mrp 1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openlayers 6.5.0 Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.7.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> physfs 3.0.2 Collecting legal info LICENSE.txt: OK (sha256: d80c0b09a1c98c61667ea044eefa2fd98fb70bd5fe12c49ff52b1fc2289a6583) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> stress-ng 0.12.02 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcf-agent 1.7.0 Collecting legal info agent/edl-v10.html: OK (sha256: f82d01b74a513bd3504d08136026a5ac2a7e6ff62ebcde391fa74aa222d11ce0) >>> 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) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> tio 1.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> udpcast 20200328 Collecting legal info COPYING: OK (sha256: 422befd3503b1f39a6027017f639874c1f274e37ec60ba3174894646b584ccbc) >>> umtprd 1.3.10 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> wavemon 0.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> yaml-cpp 0.6.3 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: openlayers-6.5.0: cannot save license (OPENLAYERS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output-1/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'