COMPILE trace-tsync.o COMPILE trace-show.o COMPILE trace-stream.o COMPILE trace-hist.o COMPILE trace-agent.o trace-profile.c:23:3: warning: #warning "lib audit not found, using raw syscalls " "(install libaudit-devel and try again)" [-Wcpp] 23 | # warning "lib audit not found, using raw syscalls " \ | ^~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILD trace-cmd make[1]: Leaving directory '/tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1' >>> trace-cmd trace-cmd-v2.9.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-5/output-1/host/bin/nios2-linux-ar" AS="/tmp/instance-5/output-1/host/bin/nios2-linux-as" LD="/tmp/instance-5/output-1/host/bin/nios2-linux-ld" NM="/tmp/instance-5/output-1/host/bin/nios2-linux-nm" CC="/tmp/instance-5/output-1/host/bin/nios2-linux-gcc" GCC="/tmp/instance-5/output-1/host/bin/nios2-linux-gcc" CPP="/tmp/instance-5/output-1/host/bin/nios2-linux-cpp" CXX="/tmp/instance-5/output-1/host/bin/nios2-linux-g++" FC="/tmp/instance-5/output-1/host/bin/nios2-linux-gfortran" F77="/tmp/instance-5/output-1/host/bin/nios2-linux-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/nios2-linux-ranlib" READELF="/tmp/instance-5/output-1/host/bin/nios2-linux-readelf" STRIP="/tmp/instance-5/output-1/host/bin/nios2-linux-strip" OBJCOPY="/tmp/instance-5/output-1/host/bin/nios2-linux-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/nios2-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-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/nios2-linux-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/nios2-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CPPFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" DESTDIR=/tmp/instance-5/output-1/target /usr/bin/make -j96 prefix=/usr etcdir=/etc NO_PYTHON=1 -C /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1 install make[1]: Entering directory '/tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1' NO_PYTHON forced: swig not installed, not compiling python plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/tracecmd/trace-cmd.bash to /tmp/instance-5/output-1/target/etc/bash_completion.d make[2]: Nothing to be done for 'install_plugins'. make[2]: Nothing to be done for 'install_python'. make[2]: '/tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/tracefs/libtracefs.a' is up to date. INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_jbd2.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins make[2]: '/tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/trace-cmd/libtracecmd.a' is up to date. INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_hrtimer.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_kmem.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_kvm.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_mac80211.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_sched_switch.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_function.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_futex.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_xen.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_cfg80211.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_scsi.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_blk.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_tlb.so to /tmp/instance-5/output-1/target/usr/lib/traceevent/plugins make[2]: '/tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/libtraceevent.a' is up to date. INSTALL /tmp/instance-5/output-1/build/trace-cmd-trace-cmd-v2.9.1/tracecmd/trace-cmd to /tmp/instance-5/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-5/output-1/build/trace-cmd-trace-cmd-v2.9.1' ubus-d1d9ddf98d39b0bdc055060fb962335439445690-br1.tar.gz: OK (sha256: 0d2abb7212ad1ac0ac641d52f62e212bb090a1bbaeae975a78f44ab08d3e3c23) >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Extracting gzip -d -c /tmp/instance-5/dl/ubus/ubus-d1d9ddf98d39b0bdc055060fb962335439445690-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690 -xf - >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Patching Applying 0001-Install-server-and-client-examples.patch using patch: patching file examples/CMakeLists.txt >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Configuring (mkdir -p /tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ && cd /tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ && rm -f CMakeCache.txt && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /tmp/instance-5/output-1/host/bin/cmake /tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-5/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_LUA=OFF -DENABLE_SYSTEMD=OFF -DBUILD_EXAMPLES=OFF ) -- The C compiler identification is GNU 9.3.0 -- Check for working C compiler: /tmp/instance-5/output-1/host/bin/nios2-linux-gcc -- Check for working C compiler: /tmp/instance-5/output-1/host/bin/nios2-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_TEST BUILD_TESTING BUILD_TESTS ENABLE_SYSTEMD -- Build files have been written to: /tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690 >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ make[1]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[2]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Scanning dependencies of target ubus make[3]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Scanning dependencies of target ubusd_library make[3]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 5%] Building C object CMakeFiles/ubus.dir/libubus-io.c.o [ 10%] Building C object CMakeFiles/ubus.dir/libubus-obj.c.o [ 15%] Building C object CMakeFiles/ubus.dir/libubus.c.o [ 26%] Building C object CMakeFiles/ubus.dir/libubus-req.c.o [ 26%] Building C object CMakeFiles/ubus.dir/libubus-sub.c.o [ 31%] Building C object CMakeFiles/ubus.dir/libubus-acl.c.o [ 36%] Building C object CMakeFiles/ubusd_library.dir/ubusd_proto.c.o [ 42%] Building C object CMakeFiles/ubusd_library.dir/ubusd.c.o [ 52%] Building C object CMakeFiles/ubusd_library.dir/ubusd_acl.c.o [ 52%] Building C object CMakeFiles/ubusd_library.dir/ubusd_id.c.o [ 57%] Building C object CMakeFiles/ubusd_library.dir/ubusd_event.c.o [ 68%] Building C object CMakeFiles/ubusd_library.dir/ubusd_obj.c.o [ 68%] Building C object CMakeFiles/ubusd_library.dir/ubusd_monitor.c.o [ 73%] Linking C shared library libubus.so [ 78%] Linking C static library libubusd_library.a make[3]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 78%] Built target ubusd_library make[3]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 78%] Built target ubus Scanning dependencies of target ubusd make[3]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Scanning dependencies of target cli make[3]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 84%] Building C object CMakeFiles/ubusd.dir/ubusd_main.c.o make[3]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 89%] Building C object CMakeFiles/cli.dir/cli.c.o [ 94%] Linking C executable ubusd make[3]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 94%] Built target ubusd [100%] Linking C executable ubus make[3]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [100%] Built target cli make[2]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[1]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ make[1]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib/libubus.so -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/bin/ubus -- Set runtime path of "/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/bin/ubus" to "" -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/sbin/ubusd -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/ubusmsg.h -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/ubus_common.h -- Installing: /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/libubus.h make[1]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-5/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-5/output-1/target install/fast -C /tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ make[1]: Entering directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/target/usr/lib/libubus.so -- Installing: /tmp/instance-5/output-1/target/usr/bin/ubus -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/ubus" to "" -- Installing: /tmp/instance-5/output-1/target/usr/sbin/ubusd -- Installing: /tmp/instance-5/output-1/target/usr/include/ubusmsg.h -- Installing: /tmp/instance-5/output-1/target/usr/include/ubus_common.h -- Installing: /tmp/instance-5/output-1/target/usr/include/libubus.h make[1]: Leaving directory '/tmp/instance-5/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' >>> whetstone 1.2 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-5/output-1/build/.whetstone.c.JIBbsy/output' 'http://www.netlib.org/benchmark/whetstone.c' --2021-07-31 07:37:25-- http://www.netlib.org/benchmark/whetstone.c Resolving www.netlib.org (www.netlib.org)... 160.36.131.221 Connecting to www.netlib.org (www.netlib.org)|160.36.131.221|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 8121 (7.9K) [text/x-c] Saving to: '/tmp/instance-5/output-1/build/.whetstone.c.JIBbsy/output' 0K ....... 100% 5.47M=0.001s 2021-07-31 07:37:25 (5.47 MB/s) - '/tmp/instance-5/output-1/build/.whetstone.c.JIBbsy/output' saved [8121/8121] whetstone.c: OK (sha256: 333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf) >>> whetstone 1.2 Extracting cp /tmp/instance-5/dl/whetstone/whetstone.c /tmp/instance-5/output-1/build/whetstone-1.2/ >>> whetstone 1.2 Patching >>> whetstone 1.2 Configuring >>> whetstone 1.2 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-5/output-1/host/bin/nios2-linux-ar" AS="/tmp/instance-5/output-1/host/bin/nios2-linux-as" LD="/tmp/instance-5/output-1/host/bin/nios2-linux-ld" NM="/tmp/instance-5/output-1/host/bin/nios2-linux-nm" CC="/tmp/instance-5/output-1/host/bin/nios2-linux-gcc" GCC="/tmp/instance-5/output-1/host/bin/nios2-linux-gcc" CPP="/tmp/instance-5/output-1/host/bin/nios2-linux-cpp" CXX="/tmp/instance-5/output-1/host/bin/nios2-linux-g++" FC="/tmp/instance-5/output-1/host/bin/nios2-linux-gfortran" F77="/tmp/instance-5/output-1/host/bin/nios2-linux-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/nios2-linux-ranlib" READELF="/tmp/instance-5/output-1/host/bin/nios2-linux-readelf" STRIP="/tmp/instance-5/output-1/host/bin/nios2-linux-strip" OBJCOPY="/tmp/instance-5/output-1/host/bin/nios2-linux-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/nios2-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-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/nios2-linux-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/nios2-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j96 LDLIBS="-lm" -C /tmp/instance-5/output-1/build/whetstone-1.2 whetstone make[1]: Entering directory '/tmp/instance-5/output-1/build/whetstone-1.2' /tmp/instance-5/output-1/host/bin/nios2-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 whetstone.c -lm -o whetstone make[1]: Leaving directory '/tmp/instance-5/output-1/build/whetstone-1.2' >>> whetstone 1.2 Installing to target /usr/bin/install -D /tmp/instance-5/output-1/build/whetstone-1.2/whetstone /tmp/instance-5/output-1/target/usr/bin/whetstone >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-5/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-5/output-1/host/bin/nios2-linux-%g' -e 's%@TARGET_ARCH@%nios2%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-5/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-5/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-5/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-5/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /tmp/instance-5/output-1/target/etc/shells || echo "/bin/bash" >> /tmp/instance-5/output-1/target/etc/shells rm -f /tmp/instance-5/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-5/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-5/output-1/host/bin/glib-compile-schemas /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-5/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. /usr/bin/sed -i -e '/^hosts:/ {/myhostname/! s/files/files myhostname/}' /tmp/instance-5/output-1/target/etc/nsswitch.conf mkdir -p /tmp/instance-5/output-1/target/etc echo "buildroot" > /tmp/instance-5/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-5/output-1/target/etc/hosts mkdir -p /tmp/instance-5/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-5/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-5/output-1/target/etc/shadow rm -f /tmp/instance-5/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-5/output-1/build/locales.nopurge for dir in /tmp/instance-5/output-1/target/usr/share/locale /tmp/instance-5/output-1/target/usr/share/X11/locale /tmp/instance-5/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-5/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-5/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-5/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-5/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-5/output-1/target/usr/include /tmp/instance-5/output-1/target/usr/share/aclocal \ /tmp/instance-5/output-1/target/usr/lib/pkgconfig /tmp/instance-5/output-1/target/usr/share/pkgconfig \ /tmp/instance-5/output-1/target/usr/lib/cmake /tmp/instance-5/output-1/target/usr/share/cmake \ /tmp/instance-5/output-1/target/usr/doc find /tmp/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-5/output-1/target/lib/ /tmp/instance-5/output-1/target/usr/lib/ /tmp/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-5/output-1/target/usr/share/gdb rm -rf /tmp/instance-5/output-1/target/usr/share/zsh rm -rf /tmp/instance-5/output-1/target/usr/man /tmp/instance-5/output-1/target/usr/share/man rm -rf /tmp/instance-5/output-1/target/usr/info /tmp/instance-5/output-1/target/usr/share/info rm -rf /tmp/instance-5/output-1/target/usr/doc /tmp/instance-5/output-1/target/usr/share/doc rm -rf /tmp/instance-5/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-5/output-1/target/lib/debug /tmp/instance-5/output-1/target/usr/lib/debug find /tmp/instance-5/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-5/output-1/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-5/output-1/host/bin/nios2-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-5/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-5/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-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-915-g92f9eb53ba"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-5/output-1/per-package /tmp/instance-5/buildroot/support/scripts/fix-rpath target touch /tmp/instance-5/output-1/target/usr ln -snf /tmp/instance-5/output-1/host/nios2-buildroot-linux-gnu/sysroot /tmp/instance-5/output-1/staging make: Leaving directory '/tmp/instance-5/buildroot' make: Entering directory '/tmp/instance-5/buildroot' >>> Buildroot 2021.05-915-g92f9eb53ba Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> bash 5.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.18 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) >>> readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> bluez5_utils-headers 5.60 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> bluez5_utils 5.60 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.20 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 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.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-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) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> 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) >>> c-ares 1.17.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dehydrated 0.6.5 Collecting legal info LICENSE: OK (sha256: b4583b7dd07e3e2a08906de38e7e329d41f921ed9dcb6310b3886e013a6b8723) >>> dropwatch 1.5.3 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.5.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) >>> ifupdown-scripts Collecting legal info >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> iozone 3_490 Collecting legal info >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libcap 2.51 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.51 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libcurl 7.78.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libgit2 1.1.0 Collecting legal info COPYING: OK (sha256: afc8bde99ba630012107c25d3c42dde628ec5f0cd3f428131f7e3a0f7d58ff42) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libqb 2.0.2 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libscrypt 1.21 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox 551d75b5662cccd0466b990d58136bdf799a804d Collecting legal info >>> nss-myhostname 0.3 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> resiprocate 1.12.0 Collecting legal info COPYING: OK (sha256: 16b0fd1938a10fcd145904cc2dad74500fef9d27fc15b44cf8e8f92011f94d35) >>> sngrep 1.4.7 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> speexdsp SpeexDSP-1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> spidev_test 4.10 Collecting legal info >>> squid 4.15 Collecting legal info COPYING: 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) >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> whetstone 1.2 Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: iozone-3_490: cannot save license (IOZONE_LICENSE_FILES not defined) WARNING: libubox-551d75b5662cccd0466b990d58136bdf799a804d: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: spidev_test-4.10: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-5/output-1/legal-info make: Leaving directory '/tmp/instance-5/buildroot'