/tmp/instance-3/output-1/build/sysrepo-1.4.122/src/shm_sub.c:1202:29: warning: 'diff_lyb_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 1202 | if ((err_info = sr_shmsub_multi_notify_write_event(multi_sub_shm, mod->request_id, cur_priority, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1203 | SR_SUB_EV_DONE, &sid, subscriber_count, &shm_data_sub, 0, diff_lyb, diff_lyb_len, mod->ly_mod->name))) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change_abort': /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/shm_sub.c:1353:29: warning: 'diff_lyb_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 1353 | if ((err_info = sr_shmsub_multi_notify_write_event(multi_sub_shm, mod->request_id, cur_priority, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1354 | SR_SUB_EV_ABORT, &sid, subscriber_count, &shm_data_sub, 0, diff_lyb, diff_lyb_len, mod->ly_mod->name))) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/shm_sub.c:1386:34: warning: 'err_subscriber_count' may be used uninitialized in this function [-Wmaybe-uninitialized] 1386 | subscriber_count -= err_subscriber_count; | ^~ /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/shm_sub.c:1384:29: warning: 'err_priority' may be used uninitialized in this function [-Wmaybe-uninitialized] 1384 | if (last_subscr && (err_priority == cur_priority)) { | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_diff_ly2sr': /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/edit_diff.c:3230:25: warning: 'attr_val' may be used uninitialized in this function [-Wmaybe-uninitialized] 3230 | if ((err_info = sr_diff_add_attrs(node, attr_val, prev_attr_val, op))) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_edit_add': /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/edit_diff.c:3555:18: warning: 'attr_val' may be used uninitialized in this function [-Wmaybe-uninitialized] 3555 | if (!lyd_insert_attr(node, NULL, (node->schema->nodetype == LYS_LIST) ? "yang:key" : "yang:value", attr_val)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/sysrepo.c: In function 'sr_oper_get_items_subscribe': /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/sysrepo.c:4656:21: warning: 'sub_type' may be used uninitialized in this function [-Wmaybe-uninitialized] 4656 | if ((err_info = sr_shmext_oper_subscription_add(conn, shm_mod, path, sub_type, sub_opts, (*subscription)->evpipe_num))) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/common.c: In function 'sr_module_file_data_append': /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/common.c:5208:16: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] 5208 | mod_data = lyd_parse_fd(ly_mod->ctx, fd, LYD_LYB, flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' [ 66%] Built target srobj make[3]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepo make[3]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' [ 71%] Linking C shared library libsysrepo.so make[3]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' [ 71%] Built target sysrepo make[3]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepocfg make[3]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepo-plugind Scanning dependencies of target sysrepoctl make[3]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' make[3]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' make[3]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' [ 76%] Building C object CMakeFiles/sysrepocfg.dir/src/executables/sysrepocfg.c.o make[3]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' [ 80%] Building C object CMakeFiles/sysrepo-plugind.dir/src/executables/sysrepo-plugind.c.o [ 85%] Building C object CMakeFiles/sysrepoctl.dir/src/executables/sysrepoctl.c.o /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/executables/sysrepocfg.c: In function 'op_export': /tmp/instance-3/output-1/build/sysrepo-1.4.122/src/executables/sysrepocfg.c:336:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 336 | asprintf(&str, "/%s:*", module_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 90%] Linking C executable sysrepo-plugind [ 95%] Linking C executable sysrepocfg make[3]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' [100%] Linking C executable sysrepoctl [100%] Built target sysrepo-plugind make[3]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' [100%] Built target sysrepocfg make[3]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' [100%] Built target sysrepoctl make[2]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' make[1]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' >>> sysrepo 1.4.122 Installing to staging directory PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot install/fast -C /tmp/instance-3/output-1/build/sysrepo-1.4.122/ make[1]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libsysrepo.so.5.6.38 -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libsysrepo.so -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/sysrepo.h -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/sysrepo/values.h -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' >>> sysrepo 1.4.122 Fixing libtool files for la in $(find /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/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@:/tmp/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/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 >>> sysrepo 1.4.122 Installing to target PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-3/output-1/target install/fast -C /tmp/instance-3/output-1/build/sysrepo-1.4.122/ make[1]: Entering directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-3/output-1/target/usr/lib/libsysrepo.so.5.6.38 -- Installing: /tmp/instance-3/output-1/target/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-3/output-1/target/usr/lib/libsysrepo.so -- Installing: /tmp/instance-3/output-1/target/usr/include/sysrepo.h -- Installing: /tmp/instance-3/output-1/target/usr/include/sysrepo/values.h -- Installing: /tmp/instance-3/output-1/target/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-3/output-1/target/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-3/output-1/target/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-3/output-1/target/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-3/output-1/target/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-3/output-1/target/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-3/output-1/target/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-3/output-1/target/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-3/output-1/build/sysrepo-1.4.122' uredir-3.3.tar.gz: OK (md5: a42ee27e84de2e08e35ee733508bb6ea) >>> uredir 3.3 Extracting gzip -d -c /tmp/instance-3/dl/uredir/uredir-3.3.tar.gz | tar --strip-components=1 -C /tmp/instance-3/output-1/build/uredir-3.3 -xf - >>> uredir 3.3 Patching >>> uredir 3.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-3/output-1/build/uredir-3.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> uredir 3.3 Patching libtool >>> uredir 3.3 Configuring (cd /tmp/instance-3/output-1/build/uredir-3.3/ && rm -rf config.cache && PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-3/output-1/host/bin/arm-linux-ar" AS="/tmp/instance-3/output-1/host/bin/arm-linux-as" LD="/tmp/instance-3/output-1/host/bin/arm-linux-ld" NM="/tmp/instance-3/output-1/host/bin/arm-linux-nm" CC="/tmp/instance-3/output-1/host/bin/arm-linux-gcc" GCC="/tmp/instance-3/output-1/host/bin/arm-linux-gcc" CPP="/tmp/instance-3/output-1/host/bin/arm-linux-cpp" CXX="/tmp/instance-3/output-1/host/bin/arm-linux-g++" FC="/tmp/instance-3/output-1/host/bin/arm-linux-gfortran" F77="/tmp/instance-3/output-1/host/bin/arm-linux-gfortran" RANLIB="/tmp/instance-3/output-1/host/bin/arm-linux-ranlib" READELF="/tmp/instance-3/output-1/host/bin/arm-linux-readelf" STRIP="/tmp/instance-3/output-1/host/bin/arm-linux-strip" OBJCOPY="/tmp/instance-3/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/tmp/instance-3/output-1/host/bin/arm-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-3/output-1/host/lib -Wl,-rpath,/tmp/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-3/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/tmp/instance-3/output-1/host/bin/arm-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-gnueabihf --host=arm-buildroot-linux-gnueabihf --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --enable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-buildroot-linux-gnueabihf-strip... /tmp/instance-3/output-1/host/bin/arm-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for arm-buildroot-linux-gnueabihf-gcc... /tmp/instance-3/output-1/host/bin/arm-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /tmp/instance-3/output-1/host/bin/arm-linux-gcc accepts -g... yes checking for /tmp/instance-3/output-1/host/bin/arm-linux-gcc option to accept ISO C89... none needed checking whether /tmp/instance-3/output-1/host/bin/arm-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /tmp/instance-3/output-1/host/bin/arm-linux-gcc... none checking how to run the C preprocessor... /tmp/instance-3/output-1/host/bin/arm-linux-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking pkg-config is at least version 0.9.0... yes checking for uev... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared >>> uredir 3.3 Building PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-3/output-1/build/uredir-3.3/ make[1]: Entering directory '/tmp/instance-3/output-1/build/uredir-3.3' /usr/bin/make all-am make[2]: Entering directory '/tmp/instance-3/output-1/build/uredir-3.3' CC uredir-uredir.o CC uredir-youdp.o CCLD uredir make[2]: Leaving directory '/tmp/instance-3/output-1/build/uredir-3.3' make[1]: Leaving directory '/tmp/instance-3/output-1/build/uredir-3.3' >>> uredir 3.3 Installing to target PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-3/output-1/target install -C /tmp/instance-3/output-1/build/uredir-3.3/ make[1]: Entering directory '/tmp/instance-3/output-1/build/uredir-3.3' make[2]: Entering directory '/tmp/instance-3/output-1/build/uredir-3.3' /usr/bin/mkdir -p '/tmp/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-3/output-1/target/usr/share/doc/uredir' /usr/bin/mkdir -p '/tmp/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c uredir '/tmp/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 README.md LICENSE '/tmp/instance-3/output-1/target/usr/share/doc/uredir' /usr/bin/install -c -m 644 uredir.1 '/tmp/instance-3/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/tmp/instance-3/output-1/build/uredir-3.3' make[1]: Leaving directory '/tmp/instance-3/output-1/build/uredir-3.3' utf8proc-2.6.1.tar.gz: OK (sha256: 4c06a9dc4017e8a2438ef80ee371d45868bda2237a98b26554de7a95406b283b) >>> utf8proc 2.6.1 Extracting gzip -d -c /tmp/instance-3/dl/utf8proc/utf8proc-2.6.1.tar.gz | tar --strip-components=1 -C /tmp/instance-3/output-1/build/utf8proc-2.6.1 -xf - >>> utf8proc 2.6.1 Patching >>> utf8proc 2.6.1 Configuring (mkdir -p /tmp/instance-3/output-1/build/utf8proc-2.6.1//buildroot-build && cd /tmp/instance-3/output-1/build/utf8proc-2.6.1//buildroot-build && rm -f CMakeCache.txt && PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /tmp/instance-3/output-1/host/bin/cmake /tmp/instance-3/output-1/build/utf8proc-2.6.1/ -DCMAKE_TOOLCHAIN_FILE="/tmp/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=ON ) -- The C compiler identification is GNU 10.2.0 -- Check for working C compiler: /tmp/instance-3/output-1/host/bin/arm-linux-gcc -- Check for working C compiler: /tmp/instance-3/output-1/host/bin/arm-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build >>> utf8proc 2.6.1 Building PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-3/output-1/build/utf8proc-2.6.1//buildroot-build make[1]: Entering directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' make[2]: Entering directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' make[3]: Entering directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' Scanning dependencies of target utf8proc make[3]: Leaving directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' make[3]: Entering directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' [ 50%] Building C object CMakeFiles/utf8proc.dir/utf8proc.c.o [100%] Linking C shared library libutf8proc.so make[3]: Leaving directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' [100%] Built target utf8proc make[2]: Leaving directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' make[1]: Leaving directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' >>> utf8proc 2.6.1 Installing to staging directory PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot install/fast -C /tmp/instance-3/output-1/build/utf8proc-2.6.1//buildroot-build make[1]: Entering directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libutf8proc.so.2.4.1 -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libutf8proc.so.2 -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libutf8proc.so -- Installing: /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/utf8proc.h make[1]: Leaving directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' >>> utf8proc 2.6.1 Fixing libtool files for la in $(find /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/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@:/tmp/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/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 >>> utf8proc 2.6.1 Installing to target PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-3/output-1/target install/fast -C /tmp/instance-3/output-1/build/utf8proc-2.6.1//buildroot-build make[1]: Entering directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-3/output-1/target/usr/lib/libutf8proc.so.2.4.1 -- Installing: /tmp/instance-3/output-1/target/usr/lib/libutf8proc.so.2 -- Installing: /tmp/instance-3/output-1/target/usr/lib/libutf8proc.so -- Installing: /tmp/instance-3/output-1/target/usr/include/utf8proc.h make[1]: Leaving directory '/tmp/instance-3/output-1/build/utf8proc-2.6.1/buildroot-build' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-3/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-3/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-a9%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-3/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/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' /tmp/instance-3/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-3/output-1/host/etc/meson/cross-compilation.conf rm -f /tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-3/output-1/host/bin/glib-compile-schemas /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-3/output-1/target/etc echo "buildroot" > /tmp/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-3/output-1/target/etc/hosts mkdir -p /tmp/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-3/output-1/target/etc/shadow rm -f /tmp/instance-3/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-3/output-1/build/locales.nopurge for dir in /tmp/instance-3/output-1/target/usr/share/locale /tmp/instance-3/output-1/target/usr/share/X11/locale /tmp/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##*/}" /tmp/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-3/output-1/target/usr/include /tmp/instance-3/output-1/target/usr/share/aclocal \ /tmp/instance-3/output-1/target/usr/lib/pkgconfig /tmp/instance-3/output-1/target/usr/share/pkgconfig \ /tmp/instance-3/output-1/target/usr/lib/cmake /tmp/instance-3/output-1/target/usr/share/cmake \ /tmp/instance-3/output-1/target/usr/doc find /tmp/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-3/output-1/target/lib/ /tmp/instance-3/output-1/target/usr/lib/ /tmp/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-3/output-1/target/usr/share/gdb rm -rf /tmp/instance-3/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-3/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-3/output-1/target/usr/share/zsh rm -rf /tmp/instance-3/output-1/target/usr/man /tmp/instance-3/output-1/target/usr/share/man rm -rf /tmp/instance-3/output-1/target/usr/info /tmp/instance-3/output-1/target/usr/share/info rm -rf /tmp/instance-3/output-1/target/usr/doc /tmp/instance-3/output-1/target/usr/share/doc rm -rf /tmp/instance-3/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-3/output-1/target/lib/debug /tmp/instance-3/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-3/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-3/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-1081-ga9d585a417"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-rc1\"" \ ) > /tmp/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-3/output-1/per-package /tmp/instance-3/buildroot/support/scripts/fix-rpath target touch /tmp/instance-3/output-1/target/usr ln -snf /tmp/instance-3/output-1/host/arm-buildroot-linux-gnueabihf/sysroot /tmp/instance-3/output-1/staging make: Leaving directory '/tmp/instance-3/buildroot' make: Entering directory '/tmp/instance-3/buildroot' >>> Buildroot 2021.05-1081-ga9d585a417 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-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> freetype 2.10.4 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.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) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.51 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-libcap 2.51 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> cifs-utils 6.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cpuburn-arm ad7e646700d14b81413297bda02fb7fe96613c3f Collecting legal info cpuburn-a7.S: OK (sha256: 47f10095a04d16c8d8d52598371fa01b6a6e87134083b9ec3c43d83ff8576f55) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dropwatch 1.5.3 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> dvdrw-tools 7.1 Collecting legal info LICENSE: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> glibmm 2.66.0 Collecting legal info COPYING: OK (sha256: 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsigc 2.10.6 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> harfbuzz 2.8.2 Collecting legal info COPYING: OK (sha256: 4345e1735f8bc6d812fed5180cabb5a5e88a4109d332652f2a45c13cfa5ee692) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> kvazaar 1.2.0 Collecting legal info COPYING: OK (sha256: 531712277c3543b9ee86c4c4e0e424f531b893a44cc021c74a24b038d8de4d2a) >>> libfribidi 1.0.10 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libuev 2.3.2 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> mxml 3.2 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> pango 1.48.7 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> rpi-bt-firmware 4c47758bed7cd547dff3618a1739dcf64b5a52a7 Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> sysrepo 1.4.122 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-sysrepo 1.4.122 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> utf8proc 2.6.1 Collecting legal info LICENSE.md: OK (sha256: fbc720fcc90fb44396985646f67e4d19be03e0c0539f7138ed9dc6efba49dc49) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-3/output-1/legal-info make: Leaving directory '/tmp/instance-3/buildroot'