99 | "ERROR : " format, ## arg); \ | ^~~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:141:25: note: in expansion of macro 'ERROR' 141 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ include/util.h:103:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 103 | "[%s] : " format, __func__, ## arg); \ | ^~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:141:25: note: in expansion of macro 'ERROR' 141 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ include/util.h:92:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 92 | "ERROR %s : %s : %d : " format, \ | ^~~~~~~~~~~~~~~~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:146:25: note: in expansion of macro 'ERROR' 146 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ include/util.h:99:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 99 | "ERROR : " format, ## arg); \ | ^~~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:146:25: note: in expansion of macro 'ERROR' 146 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ include/util.h:103:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 103 | "[%s] : " format, __func__, ## arg); \ | ^~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:146:25: note: in expansion of macro 'ERROR' 146 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ CC core/notifier.o CC core/handler.o CC core/bootloader.o CC core/install_from_file.o CC core/util.o CC core/parser.o CC core/pctl.o CC core/state.o CC core/syslog.o CC core/installer.o CC core/network_thread.o core/network_thread.c: In function 'network_thread': core/network_thread.c:677:33: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 677 | strncpy(msg.data.revisions.revision, cfg->hw.revision, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 678 | sizeof(msg.data.revisions.revision) - 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC core/stream_interface.o CC core/progress_thread.o CC core/parsing_library.o CC core/artifacts_versions.o CC core/swupdate_dict.o CC core/semver.o CC core/strlcpy.o LD core/built-in.o CC handlers/dummy_handler.o CC handlers/chain_handler.o CC handlers/raw_handler.o LD handlers/built-in.o CC bootloader/none.o LD bootloader/built-in.o CC corelib/lua_compat.o CC corelib/lua_interface.o In function 'lua_string_to_img', inlined from 'table2image' at corelib/lua_interface.c:655:6, inlined from 'lua_parser_fn' at corelib/lua_interface.c:1574:2: corelib/lua_interface.c:291:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 291 | strncpy(img->id.name, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 292 | sizeof(img->id.name)); | ~~~~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:295:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 295 | strncpy(img->id.version, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 296 | sizeof(img->id.version)); | ~~~~~~~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:299:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 299 | strncpy(img->fname, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 300 | sizeof(img->fname)); | ~~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:303:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 303 | strncpy(img->volname, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 304 | sizeof(img->volname)); | ~~~~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:306:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 306 | strncpy(img->type, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~ 307 | sizeof(img->type)); | ~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:309:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 309 | strncpy(img->device, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 310 | sizeof(img->device)); | ~~~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:312:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 312 | strncpy(img->mtdname, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 313 | sizeof(img->mtdname)); | ~~~~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:315:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 315 | strncpy(img->path, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~ 316 | sizeof(img->path)); | ~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:318:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 318 | strncpy(img->type_data, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 319 | sizeof(img->type_data)); | ~~~~~~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:321:17: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 321 | strncpy(img->filesystem, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 322 | sizeof(img->filesystem)); | ~~~~~~~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:326:17: warning: 'strncpy' specified bound 33 equals destination size [-Wstringop-truncation] 326 | strncpy(img->ivt_ascii, value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 327 | sizeof(img->ivt_ascii)); | ~~~~~~~~~~~~~~~~~~~~~~~ corelib/lua_interface.c:330:17: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 330 | strncpy(seek_str, value, | ^~~~~~~~~~~~~~~~~~~~~~~~ 331 | sizeof(seek_str)); | ~~~~~~~~~~~~~~~~~ CC corelib/multipart_parser.o AR corelib/lib.a AR mongoose/lib.a CC parser/parse_external.o CC parser/parser.o AR parser/lib.a AR suricatta/lib.a AR fs/lib.a LD swupdate_unstripped echo swupdate CC tools/swupdate-client.o CC tools/swupdate-ipc.o CC tools/swupdate-progress.o AR tools/lib.a LD tools/swupdate-client echo tools/swupdate-client LD tools/swupdate-ipc echo tools/swupdate-ipc LD tools/swupdate-progress echo tools/swupdate-progress CC bindings/auxiliar.o CC bindings/lua_swupdate.o CC bindings/lua_compat_shared.o LD bindings/built-in.o LD lua_swupdate.so.0.1 make[1]: Leaving directory '/tmp/instance-23/output-1/build/swupdate-2022.12' >>> swupdate 2022.12 Installing to staging directory PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC="/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-gcc" LD="/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-gcc" SKIP_STRIP=y HAVE_LIBEXT2FS=n HAVE_JSON_C=n HAVE_LIBARCHIVE=n HAVE_LIBBLKID=y HAVE_LIBCONFIG=n HAVE_LIBCURL=n HAVE_LIBFDISK=n HAVE_LIBGPIOD=n HAVE_URIPARSER=n HAVE_LIBWEBSOCKETS=n HAVE_LUA=y HAVE_MBEDTLS=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=y HAVE_LIBCRYPTO=y HAVE_P11KIT=n HAVE_LIBSYSTEMD=n HAVE_WOLFSSL=y HAVE_ZCK=n HAVE_LIBZEROMQ=n HAVE_ZLIB=y HAVE_ZSTD=n HAVE_LIBRSYNC=n /home/autobuild/make/make -j1 -C /tmp/instance-23/output-1/build/swupdate-2022.12 SWU_VER="2022.12 (Buildroot 2022.11-658-g620a77dc9d)" CROSS_COMPILE="/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-" CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CONFIG_EXTRA_LDFLAGS="" DESTDIR=/tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot INCLUDEDIR=/usr/include/swupdate install make[1]: Entering directory '/tmp/instance-23/output-1/build/swupdate-2022.12' install -d /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/bin install -d /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/include/swupdate install -d /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/lib install -m 755 swupdate /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/bin for i in tools/swupdate-client tools/swupdate-ipc tools/swupdate-progress;do \ install -m 755 $i /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/bin; \ done install -m 0644 /tmp/instance-23/output-1/build/swupdate-2022.12/include/network_ipc.h /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/include/swupdate install -m 0644 /tmp/instance-23/output-1/build/swupdate-2022.12/include/swupdate_status.h /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/include/swupdate install -m 0644 /tmp/instance-23/output-1/build/swupdate-2022.12/include/progress_ipc.h /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/include/swupdate install -m 0755 /tmp/instance-23/output-1/build/swupdate-2022.12/libswupdate.so.0.1 /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/lib ln -sfr /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/lib/libswupdate.so.0.1 /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/lib/libswupdate.so if [ y = y ]; then \ install -d /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/lib/lua/5.4; \ install -m 0755 lua_swupdate.so.0.1 /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/lib/lua/5.4; \ ln -sf lua_swupdate.so.0.1 /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot//usr/lib/lua/5.4/lua_swupdate.so; \ fi make[1]: Leaving directory '/tmp/instance-23/output-1/build/swupdate-2022.12' >>> swupdate 2022.12 Fixing libtool files for la in $(find /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-23/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-23/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 >>> swupdate 2022.12 Installing to target PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC="/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-gcc" LD="/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-gcc" SKIP_STRIP=y HAVE_LIBEXT2FS=n HAVE_JSON_C=n HAVE_LIBARCHIVE=n HAVE_LIBBLKID=y HAVE_LIBCONFIG=n HAVE_LIBCURL=n HAVE_LIBFDISK=n HAVE_LIBGPIOD=n HAVE_URIPARSER=n HAVE_LIBWEBSOCKETS=n HAVE_LUA=y HAVE_MBEDTLS=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=y HAVE_LIBCRYPTO=y HAVE_P11KIT=n HAVE_LIBSYSTEMD=n HAVE_WOLFSSL=y HAVE_ZCK=n HAVE_LIBZEROMQ=n HAVE_ZLIB=y HAVE_ZSTD=n HAVE_LIBRSYNC=n /home/autobuild/make/make -j1 -C /tmp/instance-23/output-1/build/swupdate-2022.12 SWU_VER="2022.12 (Buildroot 2022.11-658-g620a77dc9d)" CROSS_COMPILE="/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-" CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CONFIG_EXTRA_LDFLAGS="" DESTDIR=/tmp/instance-23/output-1/target install make[1]: Entering directory '/tmp/instance-23/output-1/build/swupdate-2022.12' install -d /tmp/instance-23/output-1/target//usr/bin install -d /tmp/instance-23/output-1/target//usr/include install -d /tmp/instance-23/output-1/target//usr/lib install -m 755 swupdate /tmp/instance-23/output-1/target//usr/bin for i in tools/swupdate-client tools/swupdate-ipc tools/swupdate-progress;do \ install -m 755 $i /tmp/instance-23/output-1/target//usr/bin; \ done install -m 0644 /tmp/instance-23/output-1/build/swupdate-2022.12/include/network_ipc.h /tmp/instance-23/output-1/target//usr/include install -m 0644 /tmp/instance-23/output-1/build/swupdate-2022.12/include/swupdate_status.h /tmp/instance-23/output-1/target//usr/include install -m 0644 /tmp/instance-23/output-1/build/swupdate-2022.12/include/progress_ipc.h /tmp/instance-23/output-1/target//usr/include install -m 0755 /tmp/instance-23/output-1/build/swupdate-2022.12/libswupdate.so.0.1 /tmp/instance-23/output-1/target//usr/lib ln -sfr /tmp/instance-23/output-1/target//usr/lib/libswupdate.so.0.1 /tmp/instance-23/output-1/target//usr/lib/libswupdate.so if [ y = y ]; then \ install -d /tmp/instance-23/output-1/target//usr/lib/lua/5.4; \ install -m 0755 lua_swupdate.so.0.1 /tmp/instance-23/output-1/target//usr/lib/lua/5.4; \ ln -sf lua_swupdate.so.0.1 /tmp/instance-23/output-1/target//usr/lib/lua/5.4/lua_swupdate.so; \ fi make[1]: Leaving directory '/tmp/instance-23/output-1/build/swupdate-2022.12' mkdir -p /tmp/instance-23/output-1/target/etc/swupdate/conf.d /tmp/instance-23/output-1/target/usr/lib/swupdate/conf.d /usr/bin/install -D -m 755 package/swupdate//swupdate.sh /tmp/instance-23/output-1/target/usr/lib/swupdate/swupdate.sh /usr/bin/install -D -m 755 package/swupdate//S80swupdate /tmp/instance-23/output-1/target/etc/init.d/S80swupdate /usr/bin/install -D -m 644 package/swupdate//90-start-progress /tmp/instance-23/output-1/target/usr/lib/swupdate/conf.d/90-start-progress >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-23/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@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', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%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@%/tmp/instance-23/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-23/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-23/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-23/output-1/host/bin/mips64el-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-23/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-23/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-23/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-23/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /tmp/instance-23/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-23/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-23/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-23/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-23/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-23/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-23/output-1/target/etc/shells; fi rm -f /tmp/instance-23/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-23/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-23/output-1/host/bin/glib-compile-schemas /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-23/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /tmp/instance-23/output-1/target/usr/share/lua/5.4/doc rm -rf /tmp/instance-23/output-1/target/usr/lib/luarocks mkdir -p /tmp/instance-23/output-1/target/etc echo "buildroot" > /tmp/instance-23/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-23/output-1/target/etc/hosts mkdir -p /tmp/instance-23/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-23/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-23/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-23/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-23/output-1/target/etc/shells if [ -x /tmp/instance-23/output-1/target/sbin/swapon -a -x /tmp/instance-23/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-23/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-23/output-1/target/etc/inittab; fi rm -rf /tmp/instance-23/output-1/target/usr/include /tmp/instance-23/output-1/target/usr/share/aclocal \ /tmp/instance-23/output-1/target/usr/lib/pkgconfig /tmp/instance-23/output-1/target/usr/share/pkgconfig \ /tmp/instance-23/output-1/target/usr/lib/cmake /tmp/instance-23/output-1/target/usr/share/cmake \ /tmp/instance-23/output-1/target/usr/lib/rpm /tmp/instance-23/output-1/target/usr/doc find /tmp/instance-23/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-23/output-1/target/lib/ /tmp/instance-23/output-1/target/usr/lib/ /tmp/instance-23/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-23/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-23/output-1/target/usr/share/gdb rm -rf /tmp/instance-23/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-23/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-23/output-1/target/usr/share/zsh rm -rf /tmp/instance-23/output-1/target/usr/man /tmp/instance-23/output-1/target/usr/share/man rm -rf /tmp/instance-23/output-1/target/usr/info /tmp/instance-23/output-1/target/usr/share/info rm -rf /tmp/instance-23/output-1/target/usr/doc /tmp/instance-23/output-1/target/usr/share/doc rm -rf /tmp/instance-23/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-23/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-23/output-1/target/lib/debug /tmp/instance-23/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-23/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-23/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-658-g620a77dc9d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-23/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-23/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-23/output-1/per-package /tmp/instance-23/buildroot/support/scripts/fix-rpath target touch /tmp/instance-23/output-1/target/usr ln -snf /tmp/instance-23/output-1/host/mips64el-buildroot-linux-musl/sysroot /tmp/instance-23/output-1/staging make: Leaving directory '/tmp/instance-23/buildroot' make: Entering directory '/tmp/instance-23/buildroot' >>> Buildroot 2022.11-658-g620a77dc9d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 4.19.269 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> 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) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> 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-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) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libmanette 0.2.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> luainterpreter Collecting legal info >>> luasec 1.2.0-1 Collecting legal info luasec/LICENSE: OK (sha256: bbf73e23eae7df57a4c4ff33bc23c41a2dc4f8707ba33235c2026d20b41405a7) >>> host-luarocks 3.9.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> luasocket 3.1.0-1 Collecting legal info luasocket/LICENSE: OK (sha256: 224afe42d0738eaaeb57ab289466a1c4e77091591e69dbcef2dbb385589f2f41) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-python-cython 0.29.32 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> swupdate 2022.12 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> wolfssl 5.5.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) 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: linux-headers-4.19.269: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-23/output-1/legal-info make: Leaving directory '/tmp/instance-23/buildroot'