149 | write(cpu_data->fd, cpu_data->page, page_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-setup-guest.c: In function 'get_guest_cpu_count': trace-setup-guest.c:108:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 108 | fscanf(f, "%d", &nr_cpus); | ^~~~~~~~~~~~~~~~~~~~~~~~~ trace-setup-guest.c: In function 'attach_guest_fifos': trace-setup-guest.c:135:3: warning: ignoring return value of 'pwrite', declared with attribute warn_unused_result [-Wunused-result] 135 | pwrite(fd, xml, strlen(xml), 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-listen.c: In function 'make_pid_file': trace-listen.c:845:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 845 | write(fd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-listen.c: In function 'communicate_with_client': trace-listen.c:304:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 304 | write(fd, "tracecmd", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~ trace-listen.c:338:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 338 | write(fd, "V3", 3); | ^~~~~~~~~~~~~~~~~~ trace-listen.c:343:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 343 | write(fd, "V3", 3); | ^~~~~~~~~~~~~~~~~~ trace-listen.c:351:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 351 | write(fd, "OK", 2); | ^~~~~~~~~~~~~~~~~~ trace-listen.c: In function 'create_all_readers': trace-listen.c:519:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 519 | write(msg_handle->fd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-listen.c:522:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 522 | write(msg_handle->fd, "\0", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'check_tracing_enabled': trace-record.c:2360:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 2360 | write(fd, "1", 1); | ^~~~~~~~~~~~~~~~~ trace-record.c: In function 'update_ftrace_pid': trace-record.c:939:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 939 | write(fd, " ", 1); | ^~~~~~~~~~~~~~~~~ trace-record.c: In function 'check_protocol_version': trace-record.c:3684:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 3684 | write(fd, V3_CPU, sizeof(V3_CPU)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3699:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 3699 | write(fd, V3_MAGIC, sizeof(V3_MAGIC)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'check_first_msg_from_server': trace-record.c:3583:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 3583 | read(msg_handle->fd, buf, 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'communicate_with_listener_v1': trace-record.c:3603:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 3603 | write(msg_handle->fd, buf, strlen(buf)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3609:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 3609 | write(msg_handle->fd, buf, strlen(buf)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3625:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 3625 | write(msg_handle->fd, "1", 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3627:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 3627 | write(msg_handle->fd, "4", 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3629:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 3629 | write(msg_handle->fd, "TCP", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3632:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 3632 | write(msg_handle->fd, "0", 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'get_date_to_ts': trace-record.c:4662:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 4662 | write(tfd, STAMP, 5); | ^~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'functions_filtered': trace-record.c:4509:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] 4509 | read(fd, buf, 1); | ^~~~~~~~~~~~~~~~ trace-record.c: In function 'set_mask': trace-record.c:2696:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 2696 | write(fd, instance->cpumask, strlen(instance->cpumask)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'make_pid_filter': trace-record.c:1076:3: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 1076 | asprintf(&filter, "(%s)&&(%s)", curr_filter, filter); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/string.h:495, from trace-record.c:10: In function 'strncpy', inlined from 'clear_trigger' at trace-record.c:2175:3: /tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'clear_trigger': trace-record.c:2172:9: note: length computed here 2172 | len = strlen(line); | ^~~~~~~~~~~~ In file included from /tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/string.h:495, from trace-record.c:10: In function 'strncpy', inlined from 'clear_all_synth_events' at trace-record.c:4998:3: /tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'clear_all_synth_events': trace-record.c:4995:9: note: length computed here 4995 | len = strlen(line); | ^~~~~~~~~~~~ In file included from /tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/string.h:495, from trace-record.c:10: In function 'strncpy', inlined from 'clear_func_filter' at trace-record.c:2245:3: /tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'clear_func_filter': trace-record.c:2241:9: note: length computed here 2241 | len = strlen(line); | ^~~~~~~~~~~~ BUILD trace-cmd /tmp/instance-4/output-1/host/bin/powerpc64-linux-gcc --shared /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/trace-cmd/libtracecmd.a ctracecmd_wrap.o -o ctracecmd.so -L/tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/trace-cmd -ltracecmd -L/tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent -ltraceevent -L/tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/tracefs -ltracefs make[1]: Leaving directory '/tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1' >>> trace-cmd trace-cmd-v2.9.1 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" AR="/tmp/instance-4/output-1/host/bin/powerpc64-linux-ar" AS="/tmp/instance-4/output-1/host/bin/powerpc64-linux-as" LD="/tmp/instance-4/output-1/host/bin/powerpc64-linux-ld" NM="/tmp/instance-4/output-1/host/bin/powerpc64-linux-nm" CC="/tmp/instance-4/output-1/host/bin/powerpc64-linux-gcc" GCC="/tmp/instance-4/output-1/host/bin/powerpc64-linux-gcc" CPP="/tmp/instance-4/output-1/host/bin/powerpc64-linux-cpp" CXX="/tmp/instance-4/output-1/host/bin/powerpc64-linux-g++" FC="/tmp/instance-4/output-1/host/bin/powerpc64-linux-gfortran" F77="/tmp/instance-4/output-1/host/bin/powerpc64-linux-gfortran" RANLIB="/tmp/instance-4/output-1/host/bin/powerpc64-linux-ranlib" READELF="/tmp/instance-4/output-1/host/bin/powerpc64-linux-readelf" STRIP="/tmp/instance-4/output-1/host/bin/powerpc64-linux-strip" OBJCOPY="/tmp/instance-4/output-1/host/bin/powerpc64-linux-objcopy" OBJDUMP="/tmp/instance-4/output-1/host/bin/powerpc64-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/powerpc64-linux-as" DEFAULT_LINKER="/tmp/instance-4/output-1/host/bin/powerpc64-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 -O2 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/tmp/instance-4/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_FORTIFY_SOURCE=1" CPPFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" DESTDIR=/tmp/instance-4/output-1/target /usr/bin/make -j96 prefix=/usr etcdir=/etc PYTHON_VERS=python3 -C /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1 install make[1]: Entering directory '/tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1' make[2]: '/tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/trace-cmd/libtracecmd.a' is up to date. make[2]: '/tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/tracefs/libtracefs.a' is up to date. make[2]: 'ctracecmd.so' is up to date. INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_jbd2.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_hrtimer.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_kmem.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_kvm.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_mac80211.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_sched_switch.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_function.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_xen.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_futex.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_scsi.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_cfg80211.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_tlb.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_blk.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_python_loader.so to /tmp/instance-4/output-1/target/usr/lib/traceevent/plugins make[2]: Nothing to be done for 'install_plugins'. INSTALL ctracecmd.so to /tmp/instance-4/output-1/target/usr/lib/trace-cmd/python INSTALL event-viewer.py to /tmp/instance-4/output-1/target/usr/lib/trace-cmd/python INSTALL tracecmd.py to /tmp/instance-4/output-1/target/usr/lib/trace-cmd/python INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/tracecmd/trace-cmd.bash to /tmp/instance-4/output-1/target/etc/bash_completion.d make[2]: '/tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/libtraceevent.a' is up to date. INSTALL /tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1/tracecmd/trace-cmd to /tmp/instance-4/output-1/target/usr/bin Note: to install the gui, type "make install_gui" to install man pages, type "make install_doc" make[1]: Leaving directory '/tmp/instance-4/output-1/build/trace-cmd-trace-cmd-v2.9.1' tzcode2020f.tar.gz: OK (sha512: 5f6bf1b508434842eb9dacacc744b5f3375c35b88e401ef372b5fde80ad2f523484fe52a6e99460e402230406ebf6a9261a97efde45a610f8e8085893d55c4ed) >>> host-zic 2020f Extracting gzip -d -c /tmp/instance-4/dl/zic/tzcode2020f.tar.gz | tar --strip-components=0 -C /tmp/instance-4/output-1/build/host-zic-2020f -xf - >>> host-zic 2020f Patching Applying 0001-remove-dependency-check-on-version-file.patch using patch: patching file Makefile >>> host-zic 2020f Configuring >>> host-zic 2020f 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" PKG_CONFIG="/tmp/instance-4/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-4/output-1/host/lib/pkgconfig:/tmp/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j96 -C /tmp/instance-4/output-1/build/host-zic-2020f zic make[1]: Entering directory '/tmp/instance-4/output-1/build/host-zic-2020f' VERSION=`cat version` && printf '%s\n' \ 'static char const PKGVERSION[]="(tzcode) ";' \ "static char const TZVERSION[]=\"$VERSION\";" \ 'static char const REPORT_BUGS_TO[]="tz@iana.org";' \ >version.h.out mv version.h.out version.h cc -DTZDIR='"/usr/share/zoneinfo"' -c -o zic.o zic.c cc -DTZDIR='"/usr/share/zoneinfo"' -o zic zic.o make[1]: Leaving directory '/tmp/instance-4/output-1/build/host-zic-2020f' >>> host-zic 2020f Installing to host directory /usr/bin/install -D -m 755 /tmp/instance-4/output-1/build/host-zic-2020f/zic /tmp/instance-4/output-1/host/sbin/zic /usr/bin/install -D -m 644 /tmp/instance-4/output-1/build/host-zic-2020f/tzfile.h /tmp/instance-4/output-1/host/include/tzfile.h tzdata2021a.tar.gz: OK (sha512: 7cdd762ec90ce12a30fa36b1d66d1ea82d9fa21e514e2b9c7fcbe2541514ee0fadf30843ff352c65512fb270857b51d1517b45e1232b89c6f954ba9ff1833bb3) >>> host-tzdata 2021a Extracting gzip -d -c /tmp/instance-4/dl/tzdata/tzdata2021a.tar.gz | tar --strip-components=0 -C /tmp/instance-4/output-1/build/host-tzdata-2021a -xf - >>> host-tzdata 2021a Patching >>> host-tzdata 2021a Configuring >>> host-tzdata 2021a Building (cd /tmp/instance-4/output-1/build/host-tzdata-2021a; for zone in africa antarctica asia australasia europe northamerica southamerica etcetera backward factory; do /tmp/instance-4/output-1/host/sbin/zic -b fat -d _output/posix $zone || exit 1; /tmp/instance-4/output-1/host/sbin/zic -b fat -d _output/right -L leapseconds $zone || exit 1; done; ) warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" warning: "leapseconds", line 83: "#expires" is obsolescent; use "Expires" >>> host-tzdata 2021a Installing to host directory /usr/bin/install -d -m 0755 /tmp/instance-4/output-1/host/share/zoneinfo cp -a /tmp/instance-4/output-1/build/host-tzdata-2021a/_output/* /tmp/instance-4/output-1/build/host-tzdata-2021a/*.tab /tmp/instance-4/output-1/host/share/zoneinfo tzdata2021a.tar.gz: OK (sha512: 7cdd762ec90ce12a30fa36b1d66d1ea82d9fa21e514e2b9c7fcbe2541514ee0fadf30843ff352c65512fb270857b51d1517b45e1232b89c6f954ba9ff1833bb3) >>> tzdata 2021a Extracting gzip -d -c /tmp/instance-4/dl/tzdata/tzdata2021a.tar.gz | tar --strip-components=0 -C /tmp/instance-4/output-1/build/tzdata-2021a -xf - >>> tzdata 2021a Patching >>> tzdata 2021a Configuring >>> tzdata 2021a Building >>> tzdata 2021a Installing to target /usr/bin/install -d -m 0755 /tmp/instance-4/output-1/target/usr/share/zoneinfo cp -a /tmp/instance-4/output-1/host/share/zoneinfo/* /tmp/instance-4/output-1/target/usr/share/zoneinfo cd /tmp/instance-4/output-1/target/usr/share/zoneinfo; for zone in posix/*; do ln -sfn "${zone}" "${zone##*/}"; done if [ ! -f /tmp/instance-4/output-1/target/usr/share/zoneinfo/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/Etc/UTC /tmp/instance-4/output-1/target/etc/localtime echo "Etc/UTC" >/tmp/instance-4/output-1/target/etc/timezone >>> 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/powerpc64-linux-%g' -e 's%@TARGET_ARCH@%ppc64%g' -e 's%@TARGET_CPU@%power7%g' -e 's%@TARGET_ENDIAN@%big%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-D_FORTIFY_SOURCE=1'@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/powerpc64-buildroot-linux-gnu/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 /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-4/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-4/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-4/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-4/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-4/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-4/output-1/target/etc/shells; fi find /tmp/instance-4/output-1/target/usr/share \( -iname "*.gir" -o -iname \*.rnc \) -delete rm -f /tmp/instance-4/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-4/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-4/output-1/host/bin/glib-compile-schemas /tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-4/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/lib/python3.9/" /tmp/instance-4/output-1/host/bin/python3.9 /tmp/instance-4/buildroot/support/scripts/pycompile.py --strip-root /tmp/instance-4/output-1/target /tmp/instance-4/output-1/target/usr/lib/python3.9 /usr/lib/python3.9/site-packages/ranger/api/commands.py:351: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/ranger/gui/ui.py:177: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/ranger/gui/ui.py:184: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib/python3.9/site-packages/ranger/gui/widgets/pager.py:217: SyntaxWarning: "is" with a literal. Did you mean "=="? find /tmp/instance-4/output-1/target/usr/lib/python3.9 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /tmp/instance-4/output-1/target/usr/lib/python3.9 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty 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 if [ -x /tmp/instance-4/output-1/target/sbin/swapon -a -x /tmp/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-4/output-1/target/etc/inittab; fi 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/powerpc64-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/powerpc64-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-75-gf5b86cf2ce"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.05"; \ echo "PRETTY_NAME=\"Buildroot 2021.05\"" \ ) > /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/powerpc64-buildroot-linux-gnu/sysroot /tmp/instance-4/output-1/staging make: Leaving directory '/tmp/instance-4/buildroot' make: Entering directory '/tmp/instance-4/buildroot' >>> Buildroot 2021.05-75-gf5b86cf2ce 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-custom Collecting legal info >>> toolchain Collecting legal info >>> armbian-firmware 70a08503ac9e765f5d1ccf4fa3e825db0751e53e Collecting legal info >>> bctoolbox 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> mbedtls 2.16.10 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ddrescue 1.25 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.22 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> dmraid 1.0.0.rc16-3 Collecting legal info 1.0.0.rc16-3/dmraid/LICENSE_GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) 1.0.0.rc16-3/dmraid/LICENSE: OK (sha256: 4bc391fcf852e03c3a7564cb146af6e47717562eed296b28bce123ee1b0396b8) >>> lvm2 2.03.12 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> edid-decode 188950472c19492547e298b27f9da0d72cf826df Collecting legal info LICENSE: OK (sha256: 9bc7ab961e9a07dc84eaa0210af388def56d024357e79671fb89fe27d073eed7) >>> flann 1.9.1 Collecting legal info COPYING: OK (sha256: 3993f339cc56506c62aa1eb2fb76f240ee93b738d857832899c1e207b1dc069a) >>> gobject-introspection 1.64.1 Collecting legal info COPYING.LGPL: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) ERROR: No hash found for giscanner/scannerlexer.l >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-gobject-introspection 1.64.1 Collecting legal info COPYING.LGPL: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) ERROR: No hash found for giscanner/scannerlexer.l >>> 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-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-libglib2 2.66.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-meson 0.57.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-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-prelink-cross a853a5d715d84eec93aa68e8f2df26b7d860f5b2 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> host-elfutils 0.184 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-qemu 5.2.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> libglib2 2.66.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> initscripts Collecting legal info >>> libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcgroup 0.42.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libical 1.0.1 Collecting legal info LICENSE: OK (sha256: c393726f82e6f21df5262110215f6a4382b32046d10afdcfcc49338aa7a191f2) >>> librtas 2.0.2 Collecting legal info COPYING.LESSER: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.7.3 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libuev 2.3.2 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> mediastreamer 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> ortp 4.4.8 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> physfs 3.0.2 Collecting legal info LICENSE.txt: OK (sha256: d80c0b09a1c98c61667ea044eefa2fd98fb70bd5fe12c49ff52b1fc2289a6583) >>> python-asgiref 3.3.4 Collecting legal info LICENSE: OK (sha256: b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669) >>> python-colorlog 4.8.0 Collecting legal info LICENSE: OK (sha256: 915d2c0c578d5015fb561f69ce2970a0d0ed566f0b99bdb6a4ebb439e9c81b0d) >>> python-gobject 3.36.1 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> python-pathpy 12.0.1 Collecting legal info LICENSE: OK (sha256: a55e2ffe9b44998e621d51d8c094bed09acc4b5236ee73d7df395a33ba3c18fd) >>> host-python-setuptools-scm 5.0.1 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> python-pickleshare 0.7.5 Collecting legal info LICENSE: OK (sha256: db1fefc1789444409514c0cae0bfab7f8e374ff9b78e092cecb1e0aeb6a36d90) >>> python-pymysql 0.9.3 Collecting legal info LICENSE: OK (sha256: 314120dc65f0800f738a4b31400c76ee14decd1fbe77ce9c3540a421b86ea7b6) >>> python-simplelogging 0.11.0 Collecting legal info LICENSE: OK (sha256: bd2a0fe3b3bab7092ffa7f58d46bb05d98f12f107b3a6be947c098f7c2ad1d1a) >>> ranger 1.7.2 Collecting legal info AUTHORS: OK (sha256: fa3b40d44066b033ac8a134b792a4a4a1915aa7bc7757098e0f67080648a3271) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.3.1 Collecting legal info LICENSE: OK (sha256: 4a3f52ac1012a90db398e4c55f1d1bea501dddafef8a4b3adb7533b1d820e148) >>> 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) >>> sigrok-cli 0.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> stm32flash 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> trace-cmd trace-cmd-v2.9.1 Collecting legal info COPYING: OK (sha256: b1d04b850c1c7471b0f0896f6c6f0fcfc9f07e2dd183a5f5826af269fe9e88fb) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> tzdata 2021a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2021a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2020f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: armbian-firmware-70a08503ac9e765f5d1ccf4fa3e825db0751e53e: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-4/output-1/legal-info make: Leaving directory '/tmp/instance-4/buildroot'