| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 588 | sinfo.procs); | ~~~~~~~~~~~~ COMPILE FPIC trace-filter-hash.o COMPILE FPIC trace-msg.o COMPILE FPIC trace-plugin.o COMPILE FPIC trace-timesync.o COMPILE FPIC trace-blk-hack.o COMPILE FPIC trace-ftrace.o BUILD STATIC LIB libtracecmd.a COMPILE FPIC tracefs-utils.o COMPILE FPIC tracefs-instance.o COMPILE FPIC tracefs-events.o tracefs-events.c: In function 'tracefs_system_events': tracefs-events.c:349:2: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 349 | asprintf(&system_dir, "%s/events/%s", tracing_dir, system); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILD STATIC LIB libtracefs.a ******************************************** ** 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/ ** ******************************************** UPDATE tracecmd_plugin_dir UPDATE tc_version.h COMPILE trace-cmd.o COMPILE trace-record.o trace-record.c: In function 'check_tracing_enabled': trace-record.c:2373:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2373 | write(fd, "1", 1); | ^~~~~~~~~~~~~~~~~ trace-record.c: In function 'set_plugin_instance': trace-record.c:1708:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1708 | write(fd, &zero, 1); | ^~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'update_ftrace_pid': trace-record.c:948:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 948 | write(fd, " ", 1); | ^~~~~~~~~~~~~~~~~ trace-record.c: In function 'check_protocol_version': trace-record.c:3502:2: 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:3: 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:2: 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:2: 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:2: 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:3: 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:3: 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:3: 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:3: 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:3: 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:2: 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:2: 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:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1085 | asprintf(&filter, "(%s)&&(%s)", curr_filter, filter); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/string.h:535, from trace-record.c:10: In function 'strncpy', inlined from 'clear_all_synth_events' at trace-record.c:4859:3: /home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:95:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'clear_all_synth_events': trace-record.c:4856:9: note: length computed here 4856 | len = strlen(line); | ^~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/string.h:535, from trace-record.c:10: In function 'strncpy', inlined from 'clear_trigger' at trace-record.c:2188:3: /home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:95:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'clear_trigger': trace-record.c:2185:9: note: length computed here 2185 | len = strlen(line); | ^~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/string.h:535, from trace-record.c:10: In function 'strncpy', inlined from 'clear_func_filter' at trace-record.c:2258:3: /home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:95:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ trace-record.c: In function 'clear_func_filter': trace-record.c:2254:9: note: length computed here 2254 | len = strlen(line); | ^~~~~~~~~~~~ COMPILE trace-read.o COMPILE trace-split.o trace-split.c: In function 'write_page': trace-split.c:149:2: 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:2: 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: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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 '/home/autobuild/autobuild/instance-23/output-1/build/trace-cmd-2.9.7' >>> trace-cmd 2.9.7 Installing to target PATH="/home/autobuild/autobuild/instance-23/output-1/host/bin:/home/autobuild/autobuild/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar" AS="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-as" LD="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-ld" NM="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-nm" CC="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gcc" GCC="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gcc" CPP="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-cpp" CXX="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-g++" FC="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gfortran" F77="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gfortran" RANLIB="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-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/home/autobuild/autobuild/instance-23/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-23/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-23/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-23/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-23/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-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 -Ofast -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Ofast -g0" FFLAGS=" -Ofast -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-23/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1" CPPFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" DESTDIR=/home/autobuild/autobuild/instance-23/output-1/target /home/autobuild/make/make -j1 prefix=/usr etcdir=/etc NO_PYTHON=1 -C /home/autobuild/autobuild/instance-23/output-1/build/trace-cmd-2.9.7 install make[1]: Entering directory '/home/autobuild/autobuild/instance-23/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]: '/home/autobuild/autobuild/instance-23/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 /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_hrtimer.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_kmem.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_kvm.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_mac80211.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_sched_switch.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_function.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_futex.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_xen.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_scsi.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_cfg80211.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_blk.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/traceevent/plugins INSTALL plugin_tlb.so to /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/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 /home/autobuild/autobuild/instance-23/output-1/target/etc/bash_completion.d INSTALL trace-cmd to /home/autobuild/autobuild/instance-23/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 '/home/autobuild/autobuild/instance-23/output-1/build/trace-cmd-2.9.7' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-23/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-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', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%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@%/home/autobuild/autobuild/instance-23/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-23/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-23/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-23/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-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', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-23/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-23/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-23/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-23/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-23/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-23/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-23/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-23/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-23/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-23/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-23/output-1/target/etc/shells; fi rm -f /home/autobuild/autobuild/instance-23/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/autobuild/autobuild/instance-23/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/autobuild/autobuild/instance-23/output-1/host/bin/glib-compile-schemas /home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/autobuild/autobuild/instance-23/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/autobuild/autobuild/instance-23/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-23/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-23/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-23/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-23/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-23/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-23/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-23/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-23/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-23/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-23/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-23/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/include /home/autobuild/autobuild/instance-23/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-23/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-23/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-23/output-1/target/usr/doc find /home/autobuild/autobuild/instance-23/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-23/output-1/target/lib/ /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-23/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-23/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/man /home/autobuild/autobuild/instance-23/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/info /home/autobuild/autobuild/instance-23/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/doc /home/autobuild/autobuild/instance-23/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-23/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-23/output-1/target/lib/debug /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-23/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 /home/autobuild/autobuild/instance-23/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-23/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-23/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 /home/autobuild/autobuild/instance-23/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-843-gac2b26fba2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-23/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-23/output-1/per-package /home/autobuild/autobuild/instance-23/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-23/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-23/output-1/host/nios2-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-23/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-23/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-23/buildroot' >>> Buildroot 2022.11-843-gac2b26fba2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c 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 10.4.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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.2 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> 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) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> gssdp 1.4.0.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsoup 2.74.2 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) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> initscripts Collecting legal info >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> restorecond 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-23/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-23/buildroot'