[ 28%] Building C object CMakeFiles/srobj.dir/src/log.c.o [ 33%] Building C object CMakeFiles/srobj.dir/src/edit_diff.c.o [ 38%] Building C object CMakeFiles/srobj.dir/src/lyd_mods.c.o [ 42%] Building C object CMakeFiles/srobj.dir/src/shm_ext.c.o [ 57%] Building C object CMakeFiles/srobj.dir/src/shm_main.c.o [ 57%] Building C object CMakeFiles/srobj.dir/src/shm_mod.c.o [ 57%] Building C object CMakeFiles/srobj.dir/src/utils/values.c.o [ 61%] Building C object CMakeFiles/srobj.dir/src/shm_sub.c.o [ 66%] Building C object CMakeFiles/srobj.dir/src/utils/xpath.c.o make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' [ 66%] Built target compat /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/log.c: In function 'sr_log_msg': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/log.c:103:9: warning: 'priority' may be used uninitialized in this function [-Wmaybe-uninitialized] 103 | int priority; | ^~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_main.c: In function 'sr_shmmain_conn_new_lockfile': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_main.c:313:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 313 | write(fd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_edit_insert': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/edit_diff.c:407:9: warning: variable 'user_ordered' set but not used [-Wunused-but-set-variable] 407 | int user_ordered = 0; | ^~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_print': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:225:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 225 | asprintf(&(items[item_count].name), "ext structure"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:233:9: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 233 | asprintf(&(items[item_count].name), "memory hole (size %u)", hole->size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:246:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 246 | asprintf(&(items[item_count].name), "%s change subs (%u, mod \"%s\")", sr_ds2str(ds), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 247 | shm_mod->change_sub[ds].sub_count, ((char *)main_shm) + shm_mod->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:257:25: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 257 | asprintf(&(items[item_count].name), "%s change sub xpath (\"%s\", mod \"%s\")", sr_ds2str(ds), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 258 | shm_ext->addr + change_subs[i].xpath, ((char *)main_shm) + shm_mod->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:270:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 270 | asprintf(&(items[item_count].name), "oper subs (%u, mod \"%s\")", shm_mod->oper_sub_count, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 271 | ((char *)main_shm) + shm_mod->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:280:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 280 | asprintf(&(items[item_count].name), "oper sub xpath (\"%s\", mod \"%s\")", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 281 | shm_ext->addr + oper_subs[i].xpath, ((char *)main_shm) + shm_mod->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:293:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 293 | asprintf(&(items[item_count].name), "rpc subs (%u, path \"%s\")", shm_rpc[i].sub_count, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 294 | ((char *)main_shm) + shm_rpc[i].path); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:303:21: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 303 | asprintf(&(items[item_count].name), "rpc sub xpath (\"%s\", path \"%s\")", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 304 | shm_ext->addr + rpc_subs[j].xpath, ((char *)main_shm) + shm_rpc[i].path); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:315:13: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 315 | asprintf(&(items[item_count].name), "notif subs (%u, mod \"%s\")", shm_mod->notif_sub_count, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 316 | ((char *)main_shm) + shm_mod->name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_change_subscription_stop': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:624:9: warning: 'tmp_err' may be used uninitialized in this function [-Wmaybe-uninitialized] 624 | sr_errinfo_merge(&err_info, tmp_err); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_oper_subscription_stop': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:890:9: warning: 'tmp_err' may be used uninitialized in this function [-Wmaybe-uninitialized] 890 | sr_errinfo_merge(&err_info, tmp_err); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_rpc_subscription_stop': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_ext.c:1364:9: warning: 'tmp_err' may be used uninitialized in this function [-Wmaybe-uninitialized] 1364 | sr_errinfo_merge(&err_info, tmp_err); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_sub.c:1084:29: warning: 'diff_lyb_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 1084 | if ((err_info = sr_shmsub_multi_notify_write_event(multi_sub_shm, mod->request_id, cur_priority, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1085 | SR_SUB_EV_CHANGE, &sid, subscriber_count, &shm_data_sub, 0, diff_lyb, diff_lyb_len, mod->ly_mod->name))) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change_done': /tmp/instance-7/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-7/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change_abort': /tmp/instance-7/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-7/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-7/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-7/output-1/build/sysrepo-1.4.122/src/lyd_mods.c: In function 'sr_lydmods_conn_ctx_update': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/lyd_mods.c:2257:8: warning: 'exists' may be used uninitialized in this function [-Wmaybe-uninitialized] 2257 | if (!exists) { | ^ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_diff_ly2sr': /tmp/instance-7/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-7/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_edit_add': /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/edit_diff.c:3565:18: warning: 'attr_val' may be used uninitialized in this function [-Wmaybe-uninitialized] 3565 | if (!lyd_insert_attr(node, NULL, (node->schema->nodetype == LYS_LIST) ? "yang:key" : "yang:value", attr_val)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/sysrepo.c: In function 'sr_oper_get_items_subscribe': /tmp/instance-7/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-7/output-1/build/sysrepo-1.4.122/src/common.c: In function 'sr_module_file_data_append': /tmp/instance-7/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-7/output-1/build/sysrepo-1.4.122' [ 66%] Built target srobj make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepo make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' [ 71%] Linking C shared library libsysrepo.so make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' [ 71%] Built target sysrepo make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepoctl Scanning dependencies of target sysrepocfg Scanning dependencies of target sysrepo-plugind make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' [ 76%] Building C object CMakeFiles/sysrepoctl.dir/src/executables/sysrepoctl.c.o [ 80%] Building C object CMakeFiles/sysrepocfg.dir/src/executables/sysrepocfg.c.o [ 85%] Building C object CMakeFiles/sysrepo-plugind.dir/src/executables/sysrepo-plugind.c.o /tmp/instance-7/output-1/build/sysrepo-1.4.122/src/executables/sysrepocfg.c: In function 'op_export': /tmp/instance-7/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 make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' [ 90%] Built target sysrepo-plugind [ 95%] Linking C executable sysrepocfg make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' [ 95%] Built target sysrepocfg [100%] Linking C executable sysrepoctl make[3]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' [100%] Built target sysrepoctl make[2]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' make[1]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' >>> sysrepo 1.4.122 Installing to staging directory PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/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-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-7/output-1/build/sysrepo-1.4.122/ make[1]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libsysrepo.so.5.6.38 -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/libsysrepo.so -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/include/sysrepo.h -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/include/sysrepo/values.h -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' >>> sysrepo 1.4.122 Fixing libtool files for la in $(find /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-7/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-7/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-7/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-7/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-7/output-1/host/bin:/tmp/instance-7/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-7/output-1/target install/fast -C /tmp/instance-7/output-1/build/sysrepo-1.4.122/ make[1]: Entering directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-7/output-1/target/usr/lib/libsysrepo.so.5.6.38 -- Installing: /tmp/instance-7/output-1/target/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-7/output-1/target/usr/lib/libsysrepo.so -- Installing: /tmp/instance-7/output-1/target/usr/include/sysrepo.h -- Installing: /tmp/instance-7/output-1/target/usr/include/sysrepo/values.h -- Installing: /tmp/instance-7/output-1/target/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-7/output-1/target/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-7/output-1/target/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-7/output-1/target/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-7/output-1/target/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-7/output-1/target/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-7/output-1/target/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-7/output-1/target/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-7/output-1/build/sysrepo-1.4.122' /usr/bin/install -m 755 -D package/sysrepo/S51sysrepo-plugind /tmp/instance-7/output-1/target/etc/init.d/S51sysrepo-plugind >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-7/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-7/output-1/host/bin/powerpc64le-linux-%g' -e 's%@TARGET_ARCH@%ppc64%g' -e 's%@TARGET_CPU@%power8%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-7/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-7/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-7/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-7/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-7/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-7/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-7/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-7/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-7/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-7/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-7/output-1/target/etc/shells; fi rm -f /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-7/output-1/host/bin/glib-compile-schemas /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-7/output-1/target/etc echo "buildroot" > /tmp/instance-7/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-7/output-1/target/etc/hosts mkdir -p /tmp/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-7/output-1/target/etc/shadow rm -f /tmp/instance-7/output-1/target/bin/sh if [ -x /tmp/instance-7/output-1/target/sbin/swapon -a -x /tmp/instance-7/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-7/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-7/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-7/output-1/build/locales.nopurge for dir in /tmp/instance-7/output-1/target/usr/share/locale /tmp/instance-7/output-1/target/usr/share/X11/locale /tmp/instance-7/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-7/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-7/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-7/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-7/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-7/output-1/target/usr/include /tmp/instance-7/output-1/target/usr/share/aclocal \ /tmp/instance-7/output-1/target/usr/lib/pkgconfig /tmp/instance-7/output-1/target/usr/share/pkgconfig \ /tmp/instance-7/output-1/target/usr/lib/cmake /tmp/instance-7/output-1/target/usr/share/cmake \ /tmp/instance-7/output-1/target/usr/doc find /tmp/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-7/output-1/target/lib/ /tmp/instance-7/output-1/target/usr/lib/ /tmp/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-7/output-1/target/usr/share/gdb rm -rf /tmp/instance-7/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-7/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-7/output-1/target/usr/share/zsh rm -rf /tmp/instance-7/output-1/target/usr/man /tmp/instance-7/output-1/target/usr/share/man rm -rf /tmp/instance-7/output-1/target/usr/info /tmp/instance-7/output-1/target/usr/share/info rm -rf /tmp/instance-7/output-1/target/usr/doc /tmp/instance-7/output-1/target/usr/share/doc rm -rf /tmp/instance-7/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-7/output-1/target/lib/debug /tmp/instance-7/output-1/target/usr/lib/debug find /tmp/instance-7/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-7/output-1/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-7/output-1/host/bin/powerpc64le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-7/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-7/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-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-904-gf0d37e275a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-7/output-1/per-package /tmp/instance-7/buildroot/support/scripts/fix-rpath target touch /tmp/instance-7/output-1/target/usr ln -snf /tmp/instance-7/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /tmp/instance-7/output-1/staging make: Leaving directory '/tmp/instance-7/buildroot' make: Entering directory '/tmp/instance-7/buildroot' >>> Buildroot 2021.05-904-gf0d37e275a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> davici 1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> strongswan 5.9.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dhrystone 2 Collecting legal info >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> flatbuffers 2.0.0 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> 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) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.53.3 Collecting legal info LICENSE: OK (sha256: 6f852249f975287b3efd43a5883875e47fa9f3125e2f1b18b5c09517ac30ecf2) >>> host-lcms2 2.12 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> jpeg Collecting legal info >>> jpeg-turbo 2.0.6 Collecting legal info LICENSE.md: OK (sha256: 0b7a24c3906d26dfbe24e96e9415549b387c3227140dc6b7ab2fb924254e37a1) README.ijg: OK (sha256: 01ccef626ec864773c681d4a4056f72af9052d619e0609df0d369117f8b3efdf) >>> lcms2 2.12 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.3.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> gli 559cbe1ec38878e182507d331e0780fbae5baf15 Collecting legal info manual.md: OK (sha256: e26459f62353e631d18379668c82b85f9fd2fd993f2818277e4fce21e957f87a) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hiawatha 10.11 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> hwdata 0.345 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> iptables 1.8.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnetfilter_conntrack 1.0.8 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 7.78.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libfm-extra 1.3.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> 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) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> 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-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-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) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libmicrohttpd 0.9.73 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnpupnp 4.1.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpagekite 0.91.190530 Collecting legal info doc/COPYING.md: OK (sha256: ba443b9c9d4273d06aae3e147e9ad1ec199cc9c23455f486a039536d47f57eed) doc/LICENSE-2.0.txt: OK (sha256: 4a271d0bb6bb6e0bac880efddb46da73e6df3dcf0d9ca08a945a232f8ab882ef) doc/AGPLv3.txt: OK (sha256: 8e0f770cabe772d67d36469f6bf413afd2dcfa6ac37acfc65f770cf3a134106d) >>> liburcu 0.12.1 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> log4cpp 1.1.3 Collecting legal info log4cpp/COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpdecimal 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> msgpack 3.2.1 Collecting legal info COPYING: OK (sha256: 664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22) LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> netsniff-ng 0.6.8 Collecting legal info README: OK (sha256: b353349ba51e0d4b59cf2f188f0c285296e154ce8c58954bc5e0dc0282a4db2d) COPYING: OK (sha256: 8f6d85366f3763557d6ddd0637988b9ba11edef354e3c9302fff4262a235c387) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> 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) 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) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-7/output-1/legal-info make: Leaving directory '/tmp/instance-7/buildroot'