asprintf(&(items[item_count].name), "memory hole (size %u)", hole->size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/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] asprintf(&(items[item_count].name), "%s change subs (%u, mod \"%s\")", sr_ds2str(ds), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shm_mod->change_sub[ds].sub_count, ((char *)main_shm) + shm_mod->name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/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] asprintf(&(items[item_count].name), "%s change sub xpath (\"%s\", mod \"%s\")", sr_ds2str(ds), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shm_ext->addr + change_subs[i].xpath, ((char *)main_shm) + shm_mod->name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/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] asprintf(&(items[item_count].name), "oper subs (%u, mod \"%s\")", shm_mod->oper_sub_count, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ((char *)main_shm) + shm_mod->name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/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] asprintf(&(items[item_count].name), "oper sub xpath (\"%s\", mod \"%s\")", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shm_ext->addr + oper_subs[i].xpath, ((char *)main_shm) + shm_mod->name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/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] asprintf(&(items[item_count].name), "rpc subs (%u, path \"%s\")", shm_rpc[i].sub_count, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ((char *)main_shm) + shm_rpc[i].path); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/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] asprintf(&(items[item_count].name), "rpc sub xpath (\"%s\", path \"%s\")", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shm_ext->addr + rpc_subs[j].xpath, ((char *)main_shm) + shm_rpc[i].path); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/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] asprintf(&(items[item_count].name), "notif subs (%u, mod \"%s\")", shm_mod->notif_sub_count, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ((char *)main_shm) + shm_mod->name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_change_subscription_stop': /tmp/instance-13/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] sr_errinfo_merge(&err_info, tmp_err); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_oper_subscription_stop': /tmp/instance-13/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] sr_errinfo_merge(&err_info, tmp_err); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/shm_ext.c: In function 'sr_shmext_rpc_subscription_stop': /tmp/instance-13/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] sr_errinfo_merge(&err_info, tmp_err); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change': /tmp/instance-13/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] if ((err_info = sr_shmsub_multi_notify_write_event(multi_sub_shm, mod->request_id, cur_priority, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SR_SUB_EV_CHANGE, &sid, subscriber_count, &shm_data_sub, 0, diff_lyb, diff_lyb_len, mod->ly_mod->name))) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change_done': /tmp/instance-13/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] if ((err_info = sr_shmsub_multi_notify_write_event(multi_sub_shm, mod->request_id, cur_priority, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SR_SUB_EV_DONE, &sid, subscriber_count, &shm_data_sub, 0, diff_lyb, diff_lyb_len, mod->ly_mod->name))) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/lyd_mods.c: In function 'sr_lydmods_conn_ctx_update': /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/lyd_mods.c:2257:8: warning: 'exists' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!exists) { ^ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/shm_sub.c: In function 'sr_shmsub_change_notify_change_abort': /tmp/instance-13/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] if ((err_info = sr_shmsub_multi_notify_write_event(multi_sub_shm, mod->request_id, cur_priority, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SR_SUB_EV_ABORT, &sid, subscriber_count, &shm_data_sub, 0, diff_lyb, diff_lyb_len, mod->ly_mod->name))) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/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] subscriber_count -= err_subscriber_count; ^~ /tmp/instance-13/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] if (last_subscr && (err_priority == cur_priority)) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_diff_ly2sr': /tmp/instance-13/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] if ((err_info = sr_diff_add_attrs(node, attr_val, prev_attr_val, op))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/edit_diff.c: In function 'sr_edit_add': /tmp/instance-13/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] if (!lyd_insert_attr(node, NULL, (node->schema->nodetype == LYS_LIST) ? "yang:key" : "yang:value", attr_val)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/common.c: In function 'sr_ly_anydata_value_str': /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/common.c:4814:12: warning: 'dynamic' may be used uninitialized in this function [-Wmaybe-uninitialized] if (dynamic) { ^ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/sysrepo.c: In function 'sr_oper_get_items_subscribe': /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/sysrepo.c:4656:21: warning: 'sub_type' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((err_info = sr_shmext_oper_subscription_add(conn, shm_mod, path, sub_type, sub_opts, (*subscription)->evpipe_num))) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/common.c: In function 'sr_module_file_data_append': /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/common.c:5208:14: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] mod_data = lyd_parse_fd(ly_mod->ctx, fd, LYD_LYB, flags); ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' [ 66%] Built target srobj make[3]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepo make[3]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' [ 71%] Linking C shared library libsysrepo.so make[3]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' [ 71%] Built target sysrepo make[3]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepo-plugind make[3]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepocfg make[3]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' make[3]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' [ 76%] Building C object CMakeFiles/sysrepo-plugind.dir/src/executables/sysrepo-plugind.c.o make[3]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' Scanning dependencies of target sysrepoctl make[3]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' make[3]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' [ 80%] Building C object CMakeFiles/sysrepoctl.dir/src/executables/sysrepoctl.c.o [ 85%] Building C object CMakeFiles/sysrepocfg.dir/src/executables/sysrepocfg.c.o /tmp/instance-13/output-1/build/sysrepo-1.4.122/src/executables/sysrepocfg.c: In function 'op_export': /tmp/instance-13/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] asprintf(&str, "/%s:*", module_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 90%] Linking C executable sysrepo-plugind make[3]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' [ 90%] Built target sysrepo-plugind [ 95%] Linking C executable sysrepoctl [100%] Linking C executable sysrepocfg make[3]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' make[3]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' [100%] Built target sysrepocfg [100%] Built target sysrepoctl make[2]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' make[1]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' >>> sysrepo 1.4.122 Installing to staging directory PATH="/tmp/instance-13/output-1/host/bin:/tmp/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-13/output-1/build/sysrepo-1.4.122/ make[1]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libsysrepo.so.5.6.38 -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libsysrepo.so -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/sysrepo.h -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/sysrepo/values.h -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' >>> sysrepo 1.4.122 Fixing libtool files for la in $(find /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-13/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-13/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-13/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-13/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-13/output-1/host/bin:/tmp/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-13/output-1/target install/fast -C /tmp/instance-13/output-1/build/sysrepo-1.4.122/ make[1]: Entering directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-13/output-1/target/usr/lib/libsysrepo.so.5.6.38 -- Installing: /tmp/instance-13/output-1/target/usr/lib/libsysrepo.so.5 -- Installing: /tmp/instance-13/output-1/target/usr/lib/libsysrepo.so -- Installing: /tmp/instance-13/output-1/target/usr/include/sysrepo.h -- Installing: /tmp/instance-13/output-1/target/usr/include/sysrepo/values.h -- Installing: /tmp/instance-13/output-1/target/usr/include/sysrepo/xpath.h -- Installing: /tmp/instance-13/output-1/target/usr/bin/sysrepoctl -- Set runtime path of "/tmp/instance-13/output-1/target/usr/bin/sysrepoctl" to "" -- Installing: /tmp/instance-13/output-1/target/usr/bin/sysrepocfg -- Set runtime path of "/tmp/instance-13/output-1/target/usr/bin/sysrepocfg" to "" -- Installing: /tmp/instance-13/output-1/target/usr/bin/sysrepo-plugind -- Set runtime path of "/tmp/instance-13/output-1/target/usr/bin/sysrepo-plugind" to "" -- Installing: /tmp/instance-13/output-1/target/usr/lib/pkgconfig/sysrepo.pc make[1]: Leaving directory '/tmp/instance-13/output-1/build/sysrepo-1.4.122' /usr/bin/install -m 755 -D package/sysrepo/S51sysrepo-plugind /tmp/instance-13/output-1/target/etc/init.d/S51sysrepo-plugind >>> tree 1.8.0 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-13/output-1/build/.tree-1.8.0.tgz.QKM3KH/output' 'http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz' --2021-07-30 17:43:06-- http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz Resolving mama.indstate.edu (mama.indstate.edu)... 139.102.70.201 Connecting to mama.indstate.edu (mama.indstate.edu)|139.102.70.201|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 50286 (49K) [application/x-gzip] Saving to: '/tmp/instance-13/output-1/build/.tree-1.8.0.tgz.QKM3KH/output' 0K .......... .......... .......... .......... ......... 100% 202K=0.2s 2021-07-30 17:43:06 (202 KB/s) - '/tmp/instance-13/output-1/build/.tree-1.8.0.tgz.QKM3KH/output' saved [50286/50286] tree-1.8.0.tgz: OK (sha256: 715d5d4b434321ce74706d0dd067505bb60c5ea83b5f0b3655dae40aa6f9b7c2) >>> tree 1.8.0 Extracting gzip -d -c /tmp/instance-13/dl/tree/tree-1.8.0.tgz | tar --strip-components=1 -C /tmp/instance-13/output-1/build/tree-1.8.0 -xf - >>> tree 1.8.0 Patching >>> tree 1.8.0 Configuring >>> tree 1.8.0 Building /usr/bin/make -j32 PATH="/tmp/instance-13/output-1/host/bin:/tmp/instance-13/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-ar" AS="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-as" LD="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-ld" NM="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-nm" CC="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc" GCC="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc" CPP="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-cpp" CXX="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-g++" FC="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gfortran" F77="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gfortran" RANLIB="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-ranlib" READELF="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-readelf" STRIP="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-strip" OBJCOPY="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-objcopy" OBJDUMP="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-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-13/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-13/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-13/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-13/output-1/host/lib -Wl,-rpath,/tmp/instance-13/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-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-13/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-13/output-1/build/tree-1.8.0 make[1]: Entering directory '/tmp/instance-13/output-1/build/tree-1.8.0' /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o tree.o tree.c /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o unix.o unix.c /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o html.o html.c /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o xml.o xml.c /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o json.o json.c /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o hash.o hash.c /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o color.o color.c /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o file.o file.c html.c: In function 'html_listdir': html.c:170:7: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(hcmd); ^~~~~~~~~~~~ tree.c: In function 'main': tree.c:558:4: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(curdir); ^~~~~~~~~~~~~ html.c: In function 'htmlr_listdir': html.c:336:7: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(hcmd); ^~~~~~~~~~~~ /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-gcc -o tree tree.o unix.o html.o xml.o json.o hash.o color.o file.o make[1]: Leaving directory '/tmp/instance-13/output-1/build/tree-1.8.0' >>> tree 1.8.0 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-13/output-1/build/tree-1.8.0/tree /tmp/instance-13/output-1/target/usr/bin/tree >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-13/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-%g' -e 's%@TARGET_ARCH@%aarch64%g' -e 's%@TARGET_CPU@%cortex-a53%g' -e 's%@TARGET_ENDIAN@%big%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-13/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-13/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-13/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-13/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-13/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-13/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-13/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-13/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-13/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-13/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-13/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-13/output-1/target/etc/shells; fi rm -f /tmp/instance-13/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-13/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-13/output-1/host/bin/glib-compile-schemas /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-13/output-1/target/usr/share/glib-2.0/schemas Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy? has path ?/system/proxy/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/http/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/https/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/socks/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. mkdir -p /tmp/instance-13/output-1/target/etc echo "buildroot" > /tmp/instance-13/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-13/output-1/target/etc/hosts mkdir -p /tmp/instance-13/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-13/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-13/output-1/target/etc/shadow rm -f /tmp/instance-13/output-1/target/bin/sh if [ -x /tmp/instance-13/output-1/target/sbin/swapon -a -x /tmp/instance-13/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-13/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-13/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-13/output-1/build/locales.nopurge for dir in /tmp/instance-13/output-1/target/usr/share/locale /tmp/instance-13/output-1/target/usr/share/X11/locale /tmp/instance-13/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-13/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-13/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-13/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-13/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-13/output-1/target/usr/include /tmp/instance-13/output-1/target/usr/share/aclocal \ /tmp/instance-13/output-1/target/usr/lib/pkgconfig /tmp/instance-13/output-1/target/usr/share/pkgconfig \ /tmp/instance-13/output-1/target/usr/lib/cmake /tmp/instance-13/output-1/target/usr/share/cmake \ /tmp/instance-13/output-1/target/usr/doc find /tmp/instance-13/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-13/output-1/target/lib/ /tmp/instance-13/output-1/target/usr/lib/ /tmp/instance-13/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-13/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-13/output-1/target/usr/share/gdb rm -rf /tmp/instance-13/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-13/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-13/output-1/target/usr/share/zsh rm -rf /tmp/instance-13/output-1/target/usr/man /tmp/instance-13/output-1/target/usr/share/man rm -rf /tmp/instance-13/output-1/target/usr/info /tmp/instance-13/output-1/target/usr/share/info rm -rf /tmp/instance-13/output-1/target/usr/doc /tmp/instance-13/output-1/target/usr/share/doc rm -rf /tmp/instance-13/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-13/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-13/output-1/target/lib/debug /tmp/instance-13/output-1/target/usr/lib/debug find /tmp/instance-13/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-13/output-1/host/bin/aarch64_be-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-13/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-13/output-1/host/bin/aarch64_be-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-13/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-13/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-13/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-13/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-13/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-13/output-1/per-package /tmp/instance-13/buildroot/support/scripts/fix-rpath target touch /tmp/instance-13/output-1/target/usr ln -snf /tmp/instance-13/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /tmp/instance-13/output-1/staging make: Leaving directory '/tmp/instance-13/buildroot' make: Entering directory '/tmp/instance-13/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-linaro-aarch64-be 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> aircrack-ng 1.6 Collecting legal info LICENSE: OK (sha256: fc51fd3a97223f2fd47b057202d4a6b0daaedf23b5a1f5ff8723c192fc1e021d) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> sqlite 3350500 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> boost 1.75.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> botan 2.17.3 Collecting legal info license.txt: OK (sha256: fb7f0322d36fba55ca17d77bc203a9f09a40daa8a249b75cf8887aba36cec9d0) >>> bullet 3.09 Collecting legal info LICENSE.txt: OK (sha256: 885cd516a8420acb7c3e0b1a7119913b686495001ae564e3229740460e8cff59) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> nmap 7.91 Collecting legal info LICENSE: OK (sha256: 8254a9bc733f3312c6dcfe0d5a129c29e96ecb8b33408c652a8c7beb2e25b471) >>> liblinear 2.30 Collecting legal info COPYRIGHT: OK (sha256: c366abf1cb3a003d8c6e6d9c111a23c432db1d001294f88d479b70b60d7c0af2) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> gsettings-desktop-schemas 3.36.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> gssdp 1.3.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsoup 2.72.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libpsl 0.21.1 Collecting legal info COPYING: OK (sha256: 7903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> lft 3.8 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> liberation 2.1.2 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> ocrad 0.27 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.22 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> openmpi 4.0.0 Collecting legal info LICENSE: OK (sha256: 8298a80ed5f09cfd007bae1c0e7d67d1c2810c6389876778dad070c31a691dac) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> paxtest 0.9.15 Collecting legal info README: OK (sha256: fe8759e6d3ff462c876ded6e95e3fb297d607bc45799bb264ec9a170b5046522) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> quota 4.06 Collecting legal info COPYING: OK (sha256: 32a5fd41e7a257f7f0373988ea8d45cebdbf376060703c242c11c000751b1203) >>> host-nfs-utils 2.5.4 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-python-inflection 0.3.1 Collecting legal info LICENSE: OK (sha256: 4a3f52ac1012a90db398e4c55f1d1bea501dddafef8a4b3adb7533b1d820e148) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python-mako 1.1.3 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 1.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 5.4.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> snmppp 3.4.2 Collecting legal info src/v3.cpp: OK (sha256: f6fd4321c7eb6e51a272f91f964aea7f53039bb2b55f690d5a9d042f3a5d79b9) >>> 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) >>> tree 1.8.0 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-linaro-aarch64-be-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_AARCH64_BE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-13/output-1/legal-info make: Leaving directory '/tmp/instance-13/buildroot'