| ^~~~~~~~~~~~~~~~~ trace-record.c: In function 'check_protocol_version': trace-record.c:3502:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3502 | write(fd, V3_CPU, sizeof(V3_CPU)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3517:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3517 | write(fd, V3_MAGIC, sizeof(V3_MAGIC)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'check_first_msg_from_server': trace-record.c:3401:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 3401 | read(msg_handle->fd, buf, 8); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'communicate_with_listener_v1': trace-record.c:3421:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3421 | write(msg_handle->fd, buf, strlen(buf)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3427:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3427 | write(msg_handle->fd, buf, strlen(buf)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3443:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3443 | write(msg_handle->fd, "1", 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3445:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3445 | write(msg_handle->fd, "4", 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3447:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3447 | write(msg_handle->fd, "TCP", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c:3450:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3450 | write(msg_handle->fd, "0", 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'get_date_to_ts': trace-record.c:4523:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 4523 | write(tfd, STAMP, 5); | ^~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'functions_filtered': trace-record.c:4370:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 4370 | read(fd, buf, 1); | ^~~~~~~~~~~~~~~~ trace-record.c: In function 'set_mask': trace-record.c:2709:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2709 | write(fd, instance->cpumask, strlen(instance->cpumask)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'make_pid_filter': trace-record.c:1085:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1085 | asprintf(&filter, "(%s)&&(%s)", curr_filter, filter); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ COMPILE trace-read.o COMPILE trace-split.o trace-split.c: In function 'write_page': trace-split.c:149:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 149 | write(cpu_data->fd, cpu_data->page, page_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ COMPILE trace-listen.o trace-listen.c: In function 'make_pid_file': trace-listen.c:855:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 855 | write(fd, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ trace-listen.c: In function 'communicate_with_client': trace-listen.c:304:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 304 | write(fd, "tracecmd", 8); | ^~~~~~~~~~~~~~~~~~~~~~~~ trace-listen.c:338:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 338 | write(fd, "V3", 3); | ^~~~~~~~~~~~~~~~~~ trace-listen.c:343:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 343 | write(fd, "V3", 3); | ^~~~~~~~~~~~~~~~~~ trace-listen.c:351:17: 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:25: 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:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 522 | write(msg_handle->fd, "\0", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ COMPILE trace-stack.o COMPILE trace-hist.o COMPILE trace-mem.o COMPILE trace-snapshot.o COMPILE trace-stat.o COMPILE trace-profile.o trace-profile.c:23:3: warning: #warning "lib audit not found, using raw syscalls " "(install libaudit-devel(for fedora) or libaudit-dev(for debian/ubuntu) and try again)" [-Wcpp] 23 | # warning "lib audit not found, using raw syscalls " \ | ^~~~~~~ COMPILE trace-stream.o COMPILE trace-restore.o COMPILE trace-check-events.o COMPILE trace-show.o COMPILE trace-list.o COMPILE trace-usage.o COMPILE trace-dump.o COMPILE trace-clear.o COMPILE trace-vm.o COMPILE trace-agent.o COMPILE trace-setup-guest.o trace-setup-guest.c: In function 'get_guest_cpu_count': trace-setup-guest.c:108:9: 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:17: warning: ignoring return value of 'pwrite' declared with attribute 'warn_unused_result' [-Wunused-result] 135 | pwrite(fd, xml, strlen(xml), 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILD trace-cmd NO_PYTHON forced: swig not installed, not compiling python plugins COMPILE PLUGIN OBJ plugin_jbd2.o BUILD PLUGIN plugin_jbd2.so COMPILE PLUGIN OBJ plugin_hrtimer.o BUILD PLUGIN plugin_hrtimer.so COMPILE PLUGIN OBJ plugin_kmem.o BUILD PLUGIN plugin_kmem.so COMPILE PLUGIN OBJ plugin_kvm.o BUILD PLUGIN plugin_kvm.so COMPILE PLUGIN OBJ plugin_mac80211.o BUILD PLUGIN plugin_mac80211.so COMPILE PLUGIN OBJ plugin_sched_switch.o BUILD PLUGIN plugin_sched_switch.so COMPILE PLUGIN OBJ plugin_function.o BUILD PLUGIN plugin_function.so COMPILE PLUGIN OBJ plugin_futex.o BUILD PLUGIN plugin_futex.so COMPILE PLUGIN OBJ plugin_xen.o BUILD PLUGIN plugin_xen.so COMPILE PLUGIN OBJ plugin_scsi.o BUILD PLUGIN plugin_scsi.so COMPILE PLUGIN OBJ plugin_cfg80211.o BUILD PLUGIN plugin_cfg80211.so COMPILE PLUGIN OBJ plugin_blk.o BUILD PLUGIN plugin_blk.so COMPILE PLUGIN OBJ plugin_tlb.o BUILD PLUGIN plugin_tlb.so make[2]: Nothing to be done for 'all'. Note: to build the gui, type "make gui" to build man pages, type "make doc" to build unit tests, type "make test" make[1]: Leaving directory '/tmp/instance-7/output-1/build/trace-cmd-2.9.7' >>> trace-cmd 2.9.7 Installing to target PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-as" LD="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-ld" NM="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc" GCC="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc" CPP="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-cpp" CXX="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-g++" FC="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gfortran" F77="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-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-7/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-7/output-1/host/bin/aarch64-buildroot-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 -O3 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O3 -g0" FFLAGS=" -O3 -g0" PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-7/output-1/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1" CPPFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" DESTDIR=/tmp/instance-7/output-1/target /home/autobuild/make/make -j1 prefix=/usr etcdir=/etc NO_PYTHON=1 -C /tmp/instance-7/output-1/build/trace-cmd-2.9.7 install make[1]: Entering directory '/tmp/instance-7/output-1/build/trace-cmd-2.9.7' ******************************************** ** NOTICE: libtraceevent not found on system ** ** Building obsolete local version of libtraceevent ** Consider installing the latest libtraceevent ** ** https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ ** ******************************************** make[2]: '/tmp/instance-7/output-1/build/trace-cmd-2.9.7/lib/trace-cmd/libtracecmd.a' is up to date. ******************************************** ** NOTICE: libtracefs not found on system ** ** Building obsolete local version of libtracefs ** Consider installing the latest libtracefs ** ** https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/ ** ******************************************** NO_PYTHON forced: swig not installed, not compiling python plugins INSTALL plugin_jbd2.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_hrtimer.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_kmem.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_kvm.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_mac80211.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_sched_switch.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_function.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_futex.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_xen.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_scsi.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_cfg80211.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_blk.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins INSTALL plugin_tlb.so to /tmp/instance-7/output-1/target/usr/lib64/traceevent/plugins make[2]: Nothing to be done for 'install_plugins'. make[2]: Nothing to be done for 'install_python'. INSTALL trace-cmd.bash to /tmp/instance-7/output-1/target/etc/bash_completion.d INSTALL trace-cmd to /tmp/instance-7/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-7/output-1/build/trace-cmd-2.9.7' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-7/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-7/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-7/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-7/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-7/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-7/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-7/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-7/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-7/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-7/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-7/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-7/output-1/target/etc/shells; fi grep -qsE '^/bin/dash$' /tmp/instance-7/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-7/output-1/target/etc/shells rm -f /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-7/output-1/host/bin/glib-compile-schemas /tmp/instance-7/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-7/output-1/target/etc echo "buildroot" > /tmp/instance-7/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-7/output-1/target/etc/hosts mkdir -p /tmp/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-7/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-7/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-7/output-1/target/etc/shells ln -sf dash /tmp/instance-7/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-7/output-1/target/etc/passwd rm -rf /tmp/instance-7/output-1/target/usr/include /tmp/instance-7/output-1/target/usr/share/aclocal \ /tmp/instance-7/output-1/target/usr/lib/pkgconfig /tmp/instance-7/output-1/target/usr/share/pkgconfig \ /tmp/instance-7/output-1/target/usr/lib/cmake /tmp/instance-7/output-1/target/usr/share/cmake \ /tmp/instance-7/output-1/target/usr/lib/rpm /tmp/instance-7/output-1/target/usr/doc find /tmp/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-7/output-1/target/lib/ /tmp/instance-7/output-1/target/usr/lib/ /tmp/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-7/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-7/output-1/target/usr/share/gdb rm -rf /tmp/instance-7/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-7/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-7/output-1/target/usr/share/zsh rm -rf /tmp/instance-7/output-1/target/usr/man /tmp/instance-7/output-1/target/usr/share/man rm -rf /tmp/instance-7/output-1/target/usr/info /tmp/instance-7/output-1/target/usr/share/info rm -rf /tmp/instance-7/output-1/target/usr/doc /tmp/instance-7/output-1/target/usr/share/doc rm -rf /tmp/instance-7/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-7/output-1/target/lib/debug /tmp/instance-7/output-1/target/usr/lib/debug find /tmp/instance-7/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-7/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-7/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc3-17-g0b71948c32"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc3\"" \ ) > /tmp/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-7/output-1/per-package /tmp/instance-7/buildroot/support/scripts/fix-rpath target touch /tmp/instance-7/output-1/target/usr ln -snf /tmp/instance-7/output-1/host/aarch64-buildroot-linux-gnu/sysroot /tmp/instance-7/output-1/staging make: Leaving directory '/tmp/instance-7/buildroot' make: Entering directory '/tmp/instance-7/buildroot' >>> Buildroot 2022.11-rc3-17-g0b71948c32 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> aespipe 2.4f Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> bat 0.19.0 Collecting legal info LICENSE-APACHE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) LICENSE-MIT: OK (sha256: 64de710b6309a7db5e44ad0af382300c7fb6f6d116d8ae32f0164e05db033068) >>> host-rustc Collecting legal info >>> host-rust-bin 1.64.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bpftool v7.0.0 Collecting legal info LICENSE: OK (sha256: 7c588754d5e81e92e2a12e47cf78949d485c9c22b4850f12d21b3835c85947d1) LICENSE.BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSE.GPL-2.0: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> util-linux 2.38 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) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> vim 9.0.0709 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: de04910387a62ad4f9b36b91457c8d5ef32733ac5d768a128071b93f4821fcd1) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 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.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> hackrf 2022.09.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libdrm 2.4.113 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> openssl Collecting legal info >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> trace-cmd 2.9.7 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) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-7/output-1/legal-info make: Leaving directory '/tmp/instance-7/buildroot'