[ 42%] Building C object CMakeFiles/srobj.dir/src/shm_mod.c.o [ 47%] Building C object CMakeFiles/srobj.dir/src/lyd_mods.c.o [ 52%] Building C object CMakeFiles/srobj.dir/src/shm_sub.c.o [ 57%] Building C object CMakeFiles/srobj.dir/src/utils/values.c.o [ 61%] Building C object CMakeFiles/srobj.dir/src/shm_ext.c.o [ 61%] Built target compat [ 66%] Building C object CMakeFiles/srobj.dir/src/utils/xpath.c.o /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_edit_insert': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/utils/values.c: In function 'sr_mem_edit_string': /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:166:15: warning: implicit declaration of function 'strdup'; did you mean 'strndup'? [-Wimplicit-function-declaration] 166 | new_mem = strdup(new_val); | ^~~~~~ | strndup /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:166:13: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 166 | new_mem = strdup(new_val); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c: In function 'sr_val_to_str': /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:636:21: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 636 | out = strdup(value->data.binary_val); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:644:21: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 644 | out = strdup(value->data.bits_val); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:651:17: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 651 | out = value->data.bool_val ? strdup("true") : strdup("false"); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:661:21: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 661 | out = strdup(value->data.enum_val); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:671:17: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 671 | out = strdup(""); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:678:21: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 678 | out = strdup(value->data.identityref_val); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:686:21: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 686 | out = strdup(value->data.instanceid_val); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:706:21: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 706 | out = strdup(value->data.string_val); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:726:21: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 726 | out = strdup(value->data.anyxml_val); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/utils/values.c:734:21: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 734 | out = strdup(value->data.anydata_val); | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_conn_remap_unlock': /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/shm_ext.c:137:71: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 137 | if (last && (((char *)last - conn->ext_shm.addr) + last->size == (signed)conn->ext_shm.size)) { | ^~ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/log.c: In function 'sr_log_msg': /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/log.c:139:9: warning: 'severity' may be used uninitialized in this function [-Wmaybe-uninitialized] 139 | syslog(priority | (plugin ? LOG_DAEMON : 0), "[%s] %s\n", severity, msg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/common.c: In function 'sr_ext_hole_find': /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/common.c:2314:49: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 2314 | if (((char *)hole - (char *)ext_shm == off) && (hole->size >= min_size)) { | ^~ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/common.c:2317:48: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 2317 | if ((char *)hole - (char *)ext_shm > off) { | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/common.c: In function 'sr_ext_hole_add': /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/common.c:2359:44: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 2359 | if ((char *)next - (char *)ext_shm > off) { | ^ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/common.c:2371:29: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 2371 | if (next && (off + size == (char *)next - (char *)ext_shm)) { | ^~ /tmp/instance-4/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_change_subscription_stop': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_oper_subscription_stop': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_rpc_subscription_stop': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change_done': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change_abort': /tmp/instance-4/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-4/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-4/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-4/output-1/build/sysrepo-1.4.122/src/lyd_mods.c: In function 'sr_lydmods_conn_ctx_update': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_diff_ly2sr': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_edit_add': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/sysrepo.c: In function 'sr_oper_get_items_subscribe': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122/src/common.c: In function 'sr_module_file_data_append': /tmp/instance-4/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-4/output-1/build/sysrepo-1.4.122' [ 66%] Built target srobj make[3]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepo make[3]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' [ 71%] Linking C shared library libsysrepo.so make[3]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' [ 71%] Built target sysrepo make[3]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepo-plugind Scanning dependencies of target sysrepocfg Scanning dependencies of target sysrepoctl make[3]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' make[3]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' make[3]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' [ 76%] Building C object CMakeFiles/sysrepocfg.dir/src/executables/sysrepocfg.c.o [ 80%] Building C object CMakeFiles/sysrepoctl.dir/src/executables/sysrepoctl.c.o make[3]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' [ 85%] Building C object CMakeFiles/sysrepo-plugind.dir/src/executables/sysrepo-plugind.c.o [ 90%] Linking C executable sysrepoctl make[3]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' [ 90%] Built target sysrepoctl [ 95%] Linking C executable sysrepocfg make[3]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' [ 95%] Built target sysrepocfg [100%] Linking C executable sysrepo-plugind make[3]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' [100%] Built target sysrepo-plugind make[2]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' make[1]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' >>> sysrepo 1.4.122 Installing to staging directory PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/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-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot install/fast -C /tmp/instance-4/output-1/build/sysrepo-1.4.122/ make[1]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libsysrepo.so.5.6.38 -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libsysrepo.so -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sysrepo.h -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sysrepo/values.h -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' >>> sysrepo 1.4.122 Fixing libtool files for la in $(find /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-4/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-4/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-4/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-4/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-4/output-1/host/bin:/tmp/instance-4/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-4/output-1/target install/fast -C /tmp/instance-4/output-1/build/sysrepo-1.4.122/ make[1]: Entering directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-4/output-1/target/usr/lib/libsysrepo.so.5.6.38 -- Installing: /tmp/instance-4/output-1/target/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-4/output-1/target/usr/lib/libsysrepo.so -- Installing: /tmp/instance-4/output-1/target/usr/include/sysrepo.h -- Installing: /tmp/instance-4/output-1/target/usr/include/sysrepo/values.h -- Installing: /tmp/instance-4/output-1/target/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-4/output-1/target/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-4/output-1/target/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-4/output-1/target/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-4/output-1/target/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-4/output-1/target/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-4/output-1/target/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-4/output-1/target/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-4/output-1/build/sysrepo-1.4.122' wipe-2.3.1.tar.bz2: OK (sha256: 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0) >>> wipe 2.3.1 Extracting bzcat /tmp/instance-4/dl/wipe/wipe-2.3.1.tar.bz2 | tar --strip-components=1 -C /tmp/instance-4/output-1/build/wipe-2.3.1 -xf - >>> wipe 2.3.1 Patching Applying 0001-musl.patch using patch: patching file rand.h >>> wipe 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-4/output-1/build/wipe-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wipe 2.3.1 Patching libtool >>> wipe 2.3.1 Configuring (cd /tmp/instance-4/output-1/build/wipe-2.3.1/ && rm -rf config.cache && PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-4/output-1/host/bin/powerpc-linux-ar" AS="/tmp/instance-4/output-1/host/bin/powerpc-linux-as" LD="/tmp/instance-4/output-1/host/bin/powerpc-linux-ld" NM="/tmp/instance-4/output-1/host/bin/powerpc-linux-nm" CC="/tmp/instance-4/output-1/host/bin/powerpc-linux-gcc" GCC="/tmp/instance-4/output-1/host/bin/powerpc-linux-gcc" CPP="/tmp/instance-4/output-1/host/bin/powerpc-linux-cpp" CXX="/tmp/instance-4/output-1/host/bin/powerpc-linux-g++" FC="/tmp/instance-4/output-1/host/bin/powerpc-linux-gfortran" F77="/tmp/instance-4/output-1/host/bin/powerpc-linux-gfortran" RANLIB="/tmp/instance-4/output-1/host/bin/powerpc-linux-ranlib" READELF="/tmp/instance-4/output-1/host/bin/powerpc-linux-readelf" STRIP="/tmp/instance-4/output-1/host/bin/powerpc-linux-strip" OBJCOPY="/tmp/instance-4/output-1/host/bin/powerpc-linux-objcopy" OBJDUMP="/tmp/instance-4/output-1/host/bin/powerpc-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-4/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-4/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-4/output-1/host/lib -Wl,-rpath,/tmp/instance-4/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-4/output-1/host/bin/powerpc-linux-as" DEFAULT_LINKER="/tmp/instance-4/output-1/host/bin/powerpc-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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-4/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no 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=yes CONFIG_SITE=/dev/null ./configure --target=powerpc-buildroot-linux-uclibc --host=powerpc-buildroot-linux-uclibc --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 --disable-nls --disable-static --enable-shared ) loading site script /dev/null creating cache ./config.cache checking host system type... powerpc-buildroot-linux-uclibc checking target system type... powerpc-buildroot-linux-uclibc checking build system type... x86_64-pc-linux-gnu checking for gcc... /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc checking whether the C compiler (/tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 ) works... yes checking whether the C compiler (/tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc accepts -g... yes checking for POSIXized ISC... no checking how to run the C preprocessor... /tmp/instance-4/output-1/host/bin/powerpc-linux-cpp checking whether /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc needs -traditional... no checking for a BSD compatible install... /usr/bin/install -c checking whether the C compiler accepts -pipe... yes checking whether the C compiler accepts -g... yes checking whether the C compiler accepts -O0... yes checking whether the C compiler accepts -O2... yes checking whether the C compiler accepts -ansi... yes checking whether the C compiler accepts -pedantic... yes checking whether the C compiler accepts -Wall... yes checking whether the C compiler accepts -Werror... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for stdint.h... yes checking for fcntl.h... yes checking for memory.h... yes checking for linux/fs.h... yes checking for sys/mount.h... yes checking for sys/disklabel.h... no checking for sys/ioctl.h... yes checking for sys/file.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for errno.h... yes checking for termio.h... yes checking for termios.h... yes checking for linux/mtio.h... yes checking for working const... yes checking for inline... __inline__ checking for off_t... yes checking for size_t... yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for getopt... yes checking for strnlen... yes checking for bzero... yes checking for memset... yes checking for memcpy... yes checking for realloc... yes checking for fchmod... yes checking for ioctl... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fsync... yes checking for fdatasync... yes checking for unlink... yes checking for rmdir... yes checking for remove... yes checking for rename... yes checking for dirfd... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h >>> wipe 2.3.1 Building PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/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-4/output-1/build/wipe-2.3.1/ make[1]: Entering directory '/tmp/instance-4/output-1/build/wipe-2.3.1' /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o main.o main.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o wipe.o wipe.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o rand.o rand.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o dir.o dir.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o file.o file.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o blkdev.o blkdev.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o lock.o lock.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o text.o text.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o str.o str.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o percent.o percent.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o prompt.o prompt.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o io.o io.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o mt.o mt.c /tmp/instance-4/output-1/host/bin/powerpc-linux-gcc *.o -o wipe make[1]: Leaving directory '/tmp/instance-4/output-1/build/wipe-2.3.1' >>> wipe 2.3.1 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-4/output-1/build/wipe-2.3.1/wipe /tmp/instance-4/output-1/target/usr/bin/wipe >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-4/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-4/output-1/host/bin/powerpc-linux-%g' -e 's%@TARGET_ARCH@%ppc%g' -e 's%@TARGET_CPU@%e500mc%g' -e 's%@TARGET_ENDIAN@%big%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@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'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-4/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-4/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-4/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-4/output-1/host/etc/meson/cross-compilation.conf rm -rf /tmp/instance-4/output-1/target/usr/lib/perl5/5.32.1/pod rm -rf /tmp/instance-4/output-1/target/usr/lib/perl5/5.32.1/powerpc-linux/CORE find /tmp/instance-4/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /tmp/instance-4/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /tmp/instance-4/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /tmp/instance-4/output-1/target/etc echo "buildroot" > /tmp/instance-4/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-4/output-1/target/etc/hosts mkdir -p /tmp/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-4/output-1/target/etc/shadow rm -f /tmp/instance-4/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-4/output-1/build/locales.nopurge for dir in /tmp/instance-4/output-1/target/usr/share/locale /tmp/instance-4/output-1/target/usr/share/X11/locale /tmp/instance-4/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-4/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-4/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-4/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-4/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-4/output-1/target/usr/include /tmp/instance-4/output-1/target/usr/share/aclocal \ /tmp/instance-4/output-1/target/usr/lib/pkgconfig /tmp/instance-4/output-1/target/usr/share/pkgconfig \ /tmp/instance-4/output-1/target/usr/lib/cmake /tmp/instance-4/output-1/target/usr/share/cmake \ /tmp/instance-4/output-1/target/usr/doc find /tmp/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-4/output-1/target/lib/ /tmp/instance-4/output-1/target/usr/lib/ /tmp/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-4/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-4/output-1/target/usr/share/gdb rm -rf /tmp/instance-4/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-4/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-4/output-1/target/usr/share/zsh rm -rf /tmp/instance-4/output-1/target/usr/man /tmp/instance-4/output-1/target/usr/share/man rm -rf /tmp/instance-4/output-1/target/usr/info /tmp/instance-4/output-1/target/usr/share/info rm -rf /tmp/instance-4/output-1/target/usr/doc /tmp/instance-4/output-1/target/usr/share/doc rm -rf /tmp/instance-4/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-4/output-1/target/lib/debug /tmp/instance-4/output-1/target/usr/lib/debug find /tmp/instance-4/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-4/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-4/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-4/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-4/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-4/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-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-4/output-1/per-package /tmp/instance-4/buildroot/support/scripts/fix-rpath target touch /tmp/instance-4/output-1/target/usr ln -snf /tmp/instance-4/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /tmp/instance-4/output-1/staging make: Leaving directory '/tmp/instance-4/buildroot' make: Entering directory '/tmp/instance-4/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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> collectl 4.3.1 Collecting legal info COPYING: OK (sha256: 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8) ARTISTIC: OK (sha256: b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb) GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> fwup 1.8.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libarchive 3.5.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-dist-checkconflicts 0.11 Collecting legal info LICENSE: OK (sha256: b4e0637ed96008ddcbf7e0ddeb73967df3d0b4dc62a6b7fdb86eac37018cb12e) >>> host-perl 5.32.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: df6ad59aefea68676c38325f25f6707f026ddde6c71291b2ca231b6247859907) >>> perl 5.32.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: df6ad59aefea68676c38325f25f6707f026ddde6c71291b2ca231b6247859907) >>> perl-hash-multivalue 0.16 Collecting legal info LICENSE: OK (sha256: af32512e13f6722dab770b989c57556a5e3d29a49b22b8ad5668064db8592401) >>> perl-http-entity-parser 0.25 Collecting legal info LICENSE: OK (sha256: 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl-http-multipartparser 0.02 Collecting legal info README: OK (sha256: a339d6cf9253720ba69b311423556cc02c94d5a6f76cf5cdf11af2112e14a074) >>> perl-json-maybexs 1.004003 Collecting legal info LICENSE: OK (sha256: 0f2d6b537f7a735c981511875d832bc8ff767bf97d62848cf0bada964e40aadd) >>> perl-module-implementation 0.09 Collecting legal info LICENSE: OK (sha256: dd34e4dbcadfaa3db992201873e1cbb4b4f4c18e9bf000821d5c768e66d7ff0b) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-package-stash 0.39 Collecting legal info LICENSE: OK (sha256: 810b319a6f4a53c9cbbef513da17b2f0c872accd149bb889f153f4b78cf8cbb8) >>> perl-stream-buffered 0.03 Collecting legal info LICENSE: OK (sha256: 68e8c38e6d2f2b0570a908411f8321b80a7e35ea44f43729807c9ac9a025f591) >>> perl-try-tiny 0.30 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> perl-www-form-urlencoded 0.26 Collecting legal info LICENSE: OK (sha256: 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> sofia-sip 1.13.3-8071e8accd Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> 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) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) 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-4/output-1/legal-info make: Leaving directory '/tmp/instance-4/buildroot'