-- Found nasm: /usr/bin/nasm (found version "2.14.02") -- x265 version 3.3+1-f94b0d32737d -- Looking for strtok_r -- Looking for strtok_r - found -- 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/naourr/work/instance-3/output-1/build/x265-3.3/source >>> x265 3.3 Building PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 -C /home/naourr/work/instance-3/output-1/build/x265-3.3/source make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' Scanning dependencies of target encoder make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' [ 2%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o [ 4%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o [ 6%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o [ 8%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o [ 10%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o [ 12%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o [ 14%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o [ 16%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o [ 18%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o [ 20%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o [ 22%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o [ 24%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o [ 26%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o [ 28%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o /home/naourr/work/instance-3/output-1/build/x265-3.3/source/encoder/ratecontrol.cpp: In member function 'int x265::RateControl::writeRateControlFrameStats(x265::Frame*, x265::RateControlEntry*)': /home/naourr/work/instance-3/output-1/build/x265-3.3/source/encoder/ratecontrol.cpp:2985:21: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] 2985 | sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]); | ^~~~~~~~ ~~~~~~~~ /home/naourr/work/instance-3/output-1/build/x265-3.3/source/encoder/ratecontrol.cpp:2986:21: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] 2986 | sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]); | ^~~~~ ~~~~~ /home/naourr/work/instance-3/output-1/build/x265-3.3/source/encoder/ratecontrol.cpp:2985:36: warning: '~' directive writing 1 byte into a region of size between 0 and 127 [-Wformat-overflow=] 2985 | sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]); | ^ /home/naourr/work/instance-3/output-1/build/x265-3.3/source/encoder/ratecontrol.cpp:2985:20: note: 'sprintf' output between 3 and 140 bytes into a destination of size 128 2985 | sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-3/output-1/build/x265-3.3/source/encoder/ratecontrol.cpp:2986:33: warning: '~' directive writing 1 byte into a region of size between 0 and 39 [-Wformat-overflow=] 2986 | sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]); | ^ /home/naourr/work/instance-3/output-1/build/x265-3.3/source/encoder/ratecontrol.cpp:2986:20: note: 'sprintf' output between 3 and 42 bytes into a destination of size 40 2986 | sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 30%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o [ 32%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o [ 34%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o [ 36%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' [ 36%] Built target encoder make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' Scanning dependencies of target common make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' [ 38%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o [ 40%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o [ 42%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o [ 44%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o [ 46%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o [ 48%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o [ 50%] Building CXX object common/CMakeFiles/common.dir/loopfilter.cpp.o [ 52%] Building CXX object common/CMakeFiles/common.dir/constants.cpp.o [ 54%] Building CXX object common/CMakeFiles/common.dir/cpu.cpp.o /home/naourr/work/instance-3/output-1/build/x265-3.3/source/common/cpu.cpp: In function 'uint32_t x265::cpu_detect(bool)': /home/naourr/work/instance-3/output-1/build/x265-3.3/source/common/cpu.cpp:387:26: warning: unused parameter 'benableavx512' [-Wunused-parameter] 387 | uint32_t cpu_detect(bool benableavx512) | ~~~~~^~~~~~~~~~~~~ /home/naourr/work/instance-3/output-1/build/x265-3.3/source/common/cpu.cpp: At global scope: /home/naourr/work/instance-3/output-1/build/x265-3.3/source/common/cpu.cpp:61:13: warning: 'x265::enable512' defined but not used [-Wunused-variable] 61 | static bool enable512 = false; | ^~~~~~~~~ [ 56%] Building CXX object common/CMakeFiles/common.dir/version.cpp.o [ 58%] Building CXX object common/CMakeFiles/common.dir/threading.cpp.o [ 60%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.o [ 62%] Building CXX object common/CMakeFiles/common.dir/wavefront.cpp.o [ 64%] Building CXX object common/CMakeFiles/common.dir/md5.cpp.o [ 66%] Building CXX object common/CMakeFiles/common.dir/bitstream.cpp.o [ 68%] Building CXX object common/CMakeFiles/common.dir/yuv.cpp.o [ 70%] Building CXX object common/CMakeFiles/common.dir/shortyuv.cpp.o [ 72%] Building CXX object common/CMakeFiles/common.dir/picyuv.cpp.o [ 74%] Building CXX object common/CMakeFiles/common.dir/common.cpp.o [ 76%] Building CXX object common/CMakeFiles/common.dir/param.cpp.o [ 78%] Building CXX object common/CMakeFiles/common.dir/frame.cpp.o [ 80%] Building CXX object common/CMakeFiles/common.dir/framedata.cpp.o [ 82%] Building CXX object common/CMakeFiles/common.dir/cudata.cpp.o [ 84%] Building CXX object common/CMakeFiles/common.dir/slice.cpp.o [ 86%] Building CXX object common/CMakeFiles/common.dir/lowres.cpp.o [ 88%] Building CXX object common/CMakeFiles/common.dir/piclist.cpp.o [ 90%] Building CXX object common/CMakeFiles/common.dir/predict.cpp.o [ 92%] Building CXX object common/CMakeFiles/common.dir/scalinglist.cpp.o [ 94%] Building CXX object common/CMakeFiles/common.dir/quant.cpp.o [ 96%] Building CXX object common/CMakeFiles/common.dir/deblock.cpp.o make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' [ 96%] Built target common make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' Scanning dependencies of target x265-shared make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' [ 98%] Linking CXX shared library libx265.so make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' [ 98%] Built target x265-shared make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' Scanning dependencies of target x265-static make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' make[3]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' [100%] Linking CXX static library libx265.a make[3]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' [100%] Built target x265-static make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' >>> x265 3.3 Installing to staging directory PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 DESTDIR=/home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install/fast -C /home/naourr/work/instance-3/output-1/build/x265-3.3/source make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libx265.a -- Installing: /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/x265.h -- Installing: /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/x265_config.h -- Installing: /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libx265.so.188 -- Installing: /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libx265.so -- Installing: /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' >>> x265 3.3 Fixing libtool files for la in $(find /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/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 >>> x265 3.3 Installing to target PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 DESTDIR=/home/naourr/work/instance-3/output-1/target install/fast -C /home/naourr/work/instance-3/output-1/build/x265-3.3/source make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libx265.a -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/x265.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/include/x265_config.h -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libx265.so.188 -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/libx265.so -- Installing: /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig/x265.pc make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/x265-3.3/source' >>> Finalizing host directory >>> Finalizing target directory rm -f /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/bin/mksh$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/bin/mksh" >> /home/naourr/work/instance-3/output-1/target/etc/shells mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-3/output-1/build/locales.nopurge for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/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/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake \ /home/naourr/work/instance-3/output-1/target/usr/doc find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output-1/target/usr/man /home/naourr/work/instance-3/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-3/output-1/target/usr/info /home/naourr/work/instance-3/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-3/output-1/target/usr/doc /home/naourr/work/instance-3/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/naourr/work/instance-3/output-1/target/lib/debug /home/naourr/work/instance-3/output-1/target/usr/lib/debug find /home/naourr/work/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/naourr/work/instance-3/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output-1/host/bin/powerpc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/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/naourr/work/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/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-08014-g76d17fca1b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/apr-1.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/apr-util-1.6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/assimp-5.0.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/augeas-1.12.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/botan-2.14.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/cppdb-0.3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/dropwatch-1.5.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/enet-1.3.14/.files-list.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/fbset-2.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/hwdata-0.335/.files-list.txt /home/naourr/work/instance-3/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-3/output-1/build/latencytop-0.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libbdplus-0.1.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libbson-1.9.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcoap-4.2.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libestr-0.1.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/libfastjson-0.99.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgcrypt-1.8.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgee-0.20.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libgpg-error-1.37/.files-list.txt /home/naourr/work/instance-3/output-1/build/libjpeg-9d/.files-list.txt /home/naourr/work/instance-3/output-1/build/libksba-1.3.5/.files-list.txt /home/naourr/work/instance-3/output-1/build/liblogging-1.0.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libmhash-0.9.9.9/.files-list.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsepol-3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsigrok-0.5.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libsoup-2.62.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.6/.files-list.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/libzip-1.7.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-3/output-1/build/lightning-2.1.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/lighttpd-1.4.55/.files-list.txt /home/naourr/work/instance-3/output-1/build/linux-headers-5.7.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/lksctp-tools-1.0.17/.files-list.txt /home/naourr/work/instance-3/output-1/build/lshw-02.19.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/lynx-2.8.9rel.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/mksh-57/.files-list.txt /home/naourr/work/instance-3/output-1/build/mono-6.8.0.96/.files-list.txt /home/naourr/work/instance-3/output-1/build/musl-fts-1.2.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/netperf-2.7.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/netstat-nat-1.4.10/.files-list.txt /home/naourr/work/instance-3/output-1/build/nettle-3.5.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/opencv-2.4.13.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-3/output-1/build/qlibc-2.4.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/readline-8.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/rsyslog-8.2004.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/sdl-1.2.15/.files-list.txt /home/naourr/work/instance-3/output-1/build/semodule-utils-3.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-none/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/snappy-1.1.8/.files-list.txt /home/naourr/work/instance-3/output-1/build/sqlite-3320300/.files-list.txt /home/naourr/work/instance-3/output-1/build/stress-1.0.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/tcpdump-4.9.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/tini-0.19.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-buildroot/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-3/output-1/build/uclibc-1.0.34/.files-list.txt /home/naourr/work/instance-3/output-1/build/webp-1.1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/x265-3.3/.files-list.txt /home/naourr/work/instance-3/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-binutils-2.33.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-cargo-0.26.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-cargo-bin-0.33.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-e2fsprogs-1.45.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-f2fs-tools-1.13.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gcc-final-9.3.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gcc-initial-9.3.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-imx-mkimage-rel_imx_4.19.35_1.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-intltool-0.51.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libcurl-7.71.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libglib2-2.64.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libhttpparser-2.9.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libssh2-1.9.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libxml-parser-perl-2.46/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-lzip-1.21/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mono-6.8.0.96/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-monolite-ABB721D6-116A-4555-B4FD-9248146D2051/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mpc-1.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mtools-4.0.24/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-3.8.3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-rust-bin-1.33.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-rustc/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-vala-0.46.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/apr-1.7.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/apr-util-1.6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/assimp-5.0.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/augeas-1.12.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/botan-2.14.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/cppdb-0.3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/enet-1.3.14/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/gmp-6.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libbdplus-0.1.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libbson-1.9.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcoap-4.2.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libestr-0.1.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libfastjson-0.99.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgcrypt-1.8.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgee-0.20.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libglib2-2.64.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libgpg-error-1.37/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libjpeg-9d/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libksba-1.3.5/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/liblogging-1.0.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libmhash-0.9.9.9/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libnl-3.5.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libogg-1.3.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsepol-3.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsigrok-0.5.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libsoup-2.62.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libvorbis-1.3.6/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libxml2-2.9.10/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libzip-1.7.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lightning-2.1.3/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/linux-headers-5.7.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/linux-syscall-support-3f6478ac95edf86cd3da300c2c0d34a438f5dbeb/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/lksctp-tools-1.0.17/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/mono-6.8.0.96/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/musl-fts-1.2.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/nettle-3.5.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/opencv-2.4.13.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/qlibc-2.4.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/readline-8.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sdl-1.2.15/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/snappy-1.1.8/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/sqlite-3320300/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/uclibc-1.0.34/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/webp-1.1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/x265-3.3/.files-list-staging.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-3/output-1/target/usr ln -snf /home/naourr/work/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2020.08-git-08014-g76d17fca1b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 9.3.0 Collecting legal info >>> host-binutils 2.33.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 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.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.34 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 9.3.0 Collecting legal info >>> linux-headers 5.7.1 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> sqlite 3320300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> assimp 5.0.1 Collecting legal info LICENSE: OK (sha256: a26ccc3dbf2f58ea99c100945a8a126fa0f9f4d7fd2b49aa8bdb8e09355864d8) >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> botan 2.14.0 Collecting legal info license.txt: OK (sha256: fb7f0322d36fba55ca17d77bc203a9f09a40daa8a249b75cf8887aba36cec9d0) >>> host-cargo 0.26.0 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-cargo-bin 0.33.0 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-libcurl 7.71.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> host-libssh2 1.9.0 Collecting legal info COPYING: OK (sha256: e15ed284a15e80115467d6d7f030f0d89d8fabbecd78fb6e0f861f0cfc128fd9) >>> host-rustc Collecting legal info >>> host-rust-bin 1.33.0 Collecting legal info LICENSE-APACHE: OK (sha256: a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> cppdb 0.3.1 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) MIT.txt: OK (sha256: 503ed52ef942d44bb26bd47dd5c6765927b198624e4f375e32cc660dfc2a0981) >>> 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.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-e2fsprogs 1.45.6 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.35.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) >>> enet 1.3.14 Collecting legal info LICENSE: OK (sha256: eebe647a9ef7e596b0e8b9216c215f169d762af1a27904a87bc2e05b83735d35) >>> host-f2fs-tools 1.13.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fbset 2.1 Collecting legal info >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwdata 0.335 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> host-imx-mkimage rel_imx_4.19.35_1.1.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> latencytop 0.5 Collecting legal info latencytop.c: OK (sha256: 34d1db30ab21eaedb2c191b2787632a960090a0c63da9f5b481d84b23b98c438) >>> libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.3 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libbdplus 0.1.2 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.8.5 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcoap 4.2.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: 3821a9f881344ad53c543c84675ad4b6a29e913ca500cfa160ab52e4e6965b15) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfastjson 0.99.8 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgee 0.20.3 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-vala 0.46.6 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libksba 1.3.5 Collecting legal info AUTHORS: OK (sha256: 240908e1356ffeb5d0730227b6198dcc8e878375d28632fd813e0ed75b35ccc2) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsepol 3.1 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.7.1 Collecting legal info LICENSE: OK (sha256: af6d9141427cf40b7d1fa6d7f5473b06a7faa9f9b0a2ea588eb6ba7b2e1c8a9e) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> libsoup 2.62.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> lightning 2.1.3 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> lighttpd 1.4.55 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info linux_syscall_support.h: OK (sha256: 4c1fc9acc9f3867e5c81b5d5f57c52fb9a932662bd4e2e5e43b3fe95390035f5) >>> lksctp-tools 1.0.17 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> lshw 02.19.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> mksh 57 Collecting legal info mksh.1: OK (sha256: 4655d87a53a703ead36a52f166f065c23cf58dd02d7b14abd2474f9f49383a16) >>> mono 6.8.0.96 Collecting legal info LICENSE: OK (sha256: 923c7053ad0d430cd9b0b69a0ccf3abb7170a1ce50ecbf01915b565a35823d10) mcs/COPYING: OK (sha256: fc488f3ec9f36856bea8cce5cdde1449176341ef93a3962b691970f8981799f4) external/Newtonsoft.Json/Tools/7-zip/copying.txt: OK (sha256: 2c3c3ef532828bcd42bb3127349625a25291ff5ae7e6f8d42e0fe9b5be836a99) >>> host-mono 6.8.0.96 Collecting legal info LICENSE: OK (sha256: 923c7053ad0d430cd9b0b69a0ccf3abb7170a1ce50ecbf01915b565a35823d10) mcs/COPYING: OK (sha256: fc488f3ec9f36856bea8cce5cdde1449176341ef93a3962b691970f8981799f4) external/Newtonsoft.Json/Tools/7-zip/copying.txt: OK (sha256: 2c3c3ef532828bcd42bb3127349625a25291ff5ae7e6f8d42e0fe9b5be836a99) >>> host-monolite ABB721D6-116A-4555-B4FD-9248146D2051 Collecting legal info >>> host-mtools 4.0.24 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.21 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nettle 3.5.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opencv 2.4.13.7 Collecting legal info LICENSE: OK (sha256: 46e42877dfc3ac65769292cb4dc1a04b204ad9e40859a390f4c035d6179fbcc4) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qlibc 2.4.4 Collecting legal info LICENSE: OK (sha256: 7c9d03656af4c0acf0a35e29459086498dd64080eac6d2945bc1c064aaf18132) >>> rsyslog 8.2004.0 Collecting legal info COPYING: OK (sha256: 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083) COPYING.LESSER: OK (sha256: 4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed) COPYING.ASL20: OK (sha256: 8743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> semodule-utils 3.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> snappy 1.1.8 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpdump 4.9.3 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> webp 1.1.0 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> x265 3.3 Collecting legal info COPYING: OK (sha256: d8afb1bcc7a2cfc603683b168d6987ef0a48e59e0da3693bf55c5d33b67e2b49) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-9.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-9.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.7.1: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: fbset-2.1: cannot save license (FBSET_LICENSE_FILES not defined) WARNING: monolite-ABB721D6-116A-4555-B4FD-9248146D2051: cannot save license (HOST_MONOLITE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'