6650K .......... .......... .......... .......... .......... 1.79M 6700K .......... .......... .......... .......... .......... 2.94M 6750K .......... .......... .......... .......... .... 206M=1.6s 2022-12-19 11:39:51 (4.16 MB/s) - '/tmp/instance-20/output-1/build/.swupdate-2022.12.tar.gz.H2A4VT/output' saved [6957587] swupdate-2022.12.tar.gz: OK (sha256: e6335e87812a98a87f1c55df03c9f4e4ef042789570002c5db120b09f64b0d86) >>> swupdate 2022.12 Extracting gzip -d -c /tmp/instance-20/dl/swupdate/swupdate-2022.12.tar.gz | tar --strip-components=1 -C /tmp/instance-20/output-1/build/swupdate-2022.12 -xf - >>> swupdate 2022.12 Patching Using /tmp/instance-20/output-1/build/swupdate-2022.12/.config as base # # merged configuration written to /tmp/instance-20/output-1/build/swupdate-2022.12/.config (needs make) # make[1]: Entering directory '/tmp/instance-20/output-1/build/swupdate-2022.12' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # make[1]: Leaving directory '/tmp/instance-20/output-1/build/swupdate-2022.12' /usr/bin/sed -i -e '/^\(# \)\?CONFIG_SYSTEMD\>/d' /tmp/instance-20/output-1/build/swupdate-2022.12//.config && echo '# CONFIG_SYSTEMD is not set' >> /tmp/instance-20/output-1/build/swupdate-2022.12//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_WEBSERVER\>/d' /tmp/instance-20/output-1/build/swupdate-2022.12//.config && echo '# CONFIG_WEBSERVER is not set' >> /tmp/instance-20/output-1/build/swupdate-2022.12//.config make[1]: Entering directory '/tmp/instance-20/output-1/build/swupdate-2022.12' scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # make[1]: Leaving directory '/tmp/instance-20/output-1/build/swupdate-2022.12' >>> swupdate 2022.12 Configuring >>> swupdate 2022.12 Building PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" LD="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" SKIP_STRIP=y HAVE_LIBEXT2FS=n HAVE_JSON_C=n HAVE_LIBARCHIVE=n HAVE_LIBBLKID=n HAVE_LIBCONFIG=y HAVE_LIBCURL=n HAVE_LIBFDISK=n HAVE_LIBGPIOD=n HAVE_URIPARSER=n HAVE_LIBWEBSOCKETS=n HAVE_LUA=n HAVE_MBEDTLS=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=n HAVE_LIBCRYPTO=n HAVE_P11KIT=n HAVE_LIBSYSTEMD=n HAVE_WOLFSSL=n HAVE_ZCK=n HAVE_LIBZEROMQ=n HAVE_ZLIB=n HAVE_ZSTD=n HAVE_LIBRSYNC=n /home/autobuild/make/make -j1 -C /tmp/instance-20/output-1/build/swupdate-2022.12 SWU_VER="2022.12 (Buildroot 2022.11-587-g704c62bbc5)" CROSS_COMPILE="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-" CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 " CONFIG_EXTRA_LDFLAGS="" make[1]: Entering directory '/tmp/instance-20/output-1/build/swupdate-2022.12' scripts/kconfig/conf -s --silentoldconfig Kconfig CC ipc/network_ipc.o CC ipc/network_ipc-if.o CC ipc/progress_ipc.o LD ipc/built-in.o LD libswupdate.so.0.1 CC core/swupdate.o CC core/cpio_utils.o In file included from core/cpio_utils.c:22: core/cpio_utils.c: In function 'copy_write': 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:141:25: note: in expansion of macro 'ERROR' 141 | 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: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 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/multipart_parser.o CC corelib/parsing_library_libconfig.o CC corelib/swupdate_settings.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 tools/swupdate-progress.c: In function 'textcolor': tools/swupdate-progress.c:61:33: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 61 | sprintf(command, "%c[%d;%d;%dm", 0x1B, attr, fg + 30, bg + 40); | ^~ tools/swupdate-progress.c:61:26: note: directive argument in the range [-2147483618, 2147483647] 61 | sprintf(command, "%c[%d;%d;%dm", 0x1B, attr, fg + 30, bg + 40); | ^~~~~~~~~~~~~~ tools/swupdate-progress.c:61:26: note: directive argument in the range [-2147483608, 2147483647] tools/swupdate-progress.c:61:9: note: 'sprintf' output between 9 and 39 bytes into a destination of size 13 61 | sprintf(command, "%c[%d;%d;%dm", 0x1B, attr, fg + 30, bg + 40); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 make[1]: Leaving directory '/tmp/instance-20/output-1/build/swupdate-2022.12' >>> swupdate 2022.12 Installing to staging directory PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" LD="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" SKIP_STRIP=y HAVE_LIBEXT2FS=n HAVE_JSON_C=n HAVE_LIBARCHIVE=n HAVE_LIBBLKID=n HAVE_LIBCONFIG=y HAVE_LIBCURL=n HAVE_LIBFDISK=n HAVE_LIBGPIOD=n HAVE_URIPARSER=n HAVE_LIBWEBSOCKETS=n HAVE_LUA=n HAVE_MBEDTLS=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=n HAVE_LIBCRYPTO=n HAVE_P11KIT=n HAVE_LIBSYSTEMD=n HAVE_WOLFSSL=n HAVE_ZCK=n HAVE_LIBZEROMQ=n HAVE_ZLIB=n HAVE_ZSTD=n HAVE_LIBRSYNC=n /home/autobuild/make/make -j1 -C /tmp/instance-20/output-1/build/swupdate-2022.12 SWU_VER="2022.12 (Buildroot 2022.11-587-g704c62bbc5)" CROSS_COMPILE="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-" CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 " CONFIG_EXTRA_LDFLAGS="" DESTDIR=/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot INCLUDEDIR=/usr/include/swupdate install make[1]: Entering directory '/tmp/instance-20/output-1/build/swupdate-2022.12' install -d /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/bin install -d /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/include/swupdate install -d /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/lib install -m 755 swupdate /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/bin for i in tools/swupdate-client tools/swupdate-ipc tools/swupdate-progress;do \ install -m 755 $i /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/bin; \ done install -m 0644 /tmp/instance-20/output-1/build/swupdate-2022.12/include/network_ipc.h /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/include/swupdate install -m 0644 /tmp/instance-20/output-1/build/swupdate-2022.12/include/swupdate_status.h /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/include/swupdate install -m 0644 /tmp/instance-20/output-1/build/swupdate-2022.12/include/progress_ipc.h /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/include/swupdate install -m 0755 /tmp/instance-20/output-1/build/swupdate-2022.12/libswupdate.so.0.1 /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/lib ln -sfr /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/lib/libswupdate.so.0.1 /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/lib/libswupdate.so if [ n = y ]; then \ install -d /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/lib/lua/; \ install -m 0755 /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/lib/lua/; \ ln -sf /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot//usr/lib/lua//lua_swupdate.so; \ fi make[1]: Leaving directory '/tmp/instance-20/output-1/build/swupdate-2022.12' >>> swupdate 2022.12 Fixing libtool files for la in $(find /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-20/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/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-20/output-1/host/arm-buildroot-linux-musleabi/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-20/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-20/output-1/host/bin:/tmp/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" LD="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" SKIP_STRIP=y HAVE_LIBEXT2FS=n HAVE_JSON_C=n HAVE_LIBARCHIVE=n HAVE_LIBBLKID=n HAVE_LIBCONFIG=y HAVE_LIBCURL=n HAVE_LIBFDISK=n HAVE_LIBGPIOD=n HAVE_URIPARSER=n HAVE_LIBWEBSOCKETS=n HAVE_LUA=n HAVE_MBEDTLS=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=n HAVE_LIBCRYPTO=n HAVE_P11KIT=n HAVE_LIBSYSTEMD=n HAVE_WOLFSSL=n HAVE_ZCK=n HAVE_LIBZEROMQ=n HAVE_ZLIB=n HAVE_ZSTD=n HAVE_LIBRSYNC=n /home/autobuild/make/make -j1 -C /tmp/instance-20/output-1/build/swupdate-2022.12 SWU_VER="2022.12 (Buildroot 2022.11-587-g704c62bbc5)" CROSS_COMPILE="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-" CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 " CONFIG_EXTRA_LDFLAGS="" DESTDIR=/tmp/instance-20/output-1/target install make[1]: Entering directory '/tmp/instance-20/output-1/build/swupdate-2022.12' install -d /tmp/instance-20/output-1/target//usr/bin install -d /tmp/instance-20/output-1/target//usr/include install -d /tmp/instance-20/output-1/target//usr/lib install -m 755 swupdate /tmp/instance-20/output-1/target//usr/bin for i in tools/swupdate-client tools/swupdate-ipc tools/swupdate-progress;do \ install -m 755 $i /tmp/instance-20/output-1/target//usr/bin; \ done install -m 0644 /tmp/instance-20/output-1/build/swupdate-2022.12/include/network_ipc.h /tmp/instance-20/output-1/target//usr/include install -m 0644 /tmp/instance-20/output-1/build/swupdate-2022.12/include/swupdate_status.h /tmp/instance-20/output-1/target//usr/include install -m 0644 /tmp/instance-20/output-1/build/swupdate-2022.12/include/progress_ipc.h /tmp/instance-20/output-1/target//usr/include install -m 0755 /tmp/instance-20/output-1/build/swupdate-2022.12/libswupdate.so.0.1 /tmp/instance-20/output-1/target//usr/lib ln -sfr /tmp/instance-20/output-1/target//usr/lib/libswupdate.so.0.1 /tmp/instance-20/output-1/target//usr/lib/libswupdate.so if [ n = y ]; then \ install -d /tmp/instance-20/output-1/target//usr/lib/lua/; \ install -m 0755 /tmp/instance-20/output-1/target//usr/lib/lua/; \ ln -sf /tmp/instance-20/output-1/target//usr/lib/lua//lua_swupdate.so; \ fi make[1]: Leaving directory '/tmp/instance-20/output-1/build/swupdate-2022.12' mkdir -p /tmp/instance-20/output-1/target/etc/swupdate/conf.d /tmp/instance-20/output-1/target/usr/lib/swupdate/conf.d /usr/bin/install -D -m 755 package/swupdate//swupdate.sh /tmp/instance-20/output-1/target/usr/lib/swupdate/swupdate.sh /usr/bin/install -D -m 755 package/swupdate//S80swupdate /tmp/instance-20/output-1/target/etc/init.d/S80swupdate /usr/bin/install -D -m 644 package/swupdate//90-start-progress /tmp/instance-20/output-1/target/usr/lib/swupdate/conf.d/90-start-progress util-macros-1.19.3.tar.bz2: OK (sha256: 0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971) util-macros-1.19.3.tar.bz2: OK (sha512: b9c7398a912c688a782eab5b1e0f6da2df11a430775c5c98fc3269f73a665de6eeb60d300a849e38d345714a6e51f74e9334cb6039767304cca4b93d823a53a2) >>> xutil_util-macros 1.19.3 Extracting bzcat /tmp/instance-20/dl/xutil_util-macros/util-macros-1.19.3.tar.bz2 | tar --strip-components=1 -C /tmp/instance-20/output-1/build/xutil_util-macros-1.19.3 -xf - >>> xutil_util-macros 1.19.3 Patching >>> xutil_util-macros 1.19.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-20/output-1/build/xutil_util-macros-1.19.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> xutil_util-macros 1.19.3 Patching libtool >>> xutil_util-macros 1.19.3 Configuring (cd /tmp/instance-20/output-1/build/xutil_util-macros-1.19.3/ && rm -rf config.cache && PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-ar" AS="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-as" LD="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-ld" NM="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-nm" CC="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" GCC="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc" CPP="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-cpp" CXX="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-g++" FC="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gfortran" F77="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gfortran" RANLIB="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-ranlib" READELF="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-objcopy" OBJDUMP="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-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-20/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-20/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-20/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-20/output-1/host/lib -Wl,-rpath,/tmp/instance-20/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-as" DEFAULT_LINKER="/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-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 -Og -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 " LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/tmp/instance-20/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no gt_cv_func_gnugettext1_libc=yes gt_cv_func_gnugettext2_libc=yes CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-musleabi --host=arm-buildroot-linux-musleabi --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-buildroot-linux-musleabi-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> xutil_util-macros 1.19.3 Building PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-20/output-1/build/xutil_util-macros-1.19.3/ make[1]: Entering directory '/tmp/instance-20/output-1/build/xutil_util-macros-1.19.3' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/instance-20/output-1/build/xutil_util-macros-1.19.3' >>> xutil_util-macros 1.19.3 Installing to staging directory PATH="/tmp/instance-20/output-1/host/bin:/tmp/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot install -C /tmp/instance-20/output-1/build/xutil_util-macros-1.19.3/ make[1]: Entering directory '/tmp/instance-20/output-1/build/xutil_util-macros-1.19.3' make[2]: Entering directory '/tmp/instance-20/output-1/build/xutil_util-macros-1.19.3' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/share/aclocal' /usr/bin/install -c -m 644 xorg-macros.m4 '/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/share/aclocal' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/share/util-macros' /usr/bin/install -c -m 644 INSTALL '/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/share/util-macros' /usr/bin/mkdir -p '/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/share/pkgconfig' /usr/bin/install -c -m 644 xorg-macros.pc '/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/share/pkgconfig' /home/autobuild/make/make install-data-hook make[3]: Entering directory '/tmp/instance-20/output-1/build/xutil_util-macros-1.19.3' rm -f /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/share/aclocal/xorgversion.m4 make[3]: Leaving directory '/tmp/instance-20/output-1/build/xutil_util-macros-1.19.3' make[2]: Leaving directory '/tmp/instance-20/output-1/build/xutil_util-macros-1.19.3' make[1]: Leaving directory '/tmp/instance-20/output-1/build/xutil_util-macros-1.19.3' >>> xutil_util-macros 1.19.3 Fixing libtool files for la in $(find /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-20/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/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-20/output-1/host/arm-buildroot-linux-musleabi/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-20/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 >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-20/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-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', '-Og', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_FC@%/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%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-20/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-20/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-20/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_FC@%/tmp/instance-20/output-1/host/bin/arm-buildroot-linux-musleabi-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-20/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-20/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-20/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-20/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-20/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-20/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-20/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-20/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-20/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-20/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-20/output-1/target/etc/shells; fi mkdir -p /tmp/instance-20/output-1/target/etc echo "buildroot" > /tmp/instance-20/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-20/output-1/target/etc/hosts mkdir -p /tmp/instance-20/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-20/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-20/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-20/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-20/output-1/target/etc/shells if [ -x /tmp/instance-20/output-1/target/sbin/swapon -a -x /tmp/instance-20/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-20/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-20/output-1/target/etc/inittab; fi rm -rf /tmp/instance-20/output-1/target/usr/include /tmp/instance-20/output-1/target/usr/share/aclocal \ /tmp/instance-20/output-1/target/usr/lib/pkgconfig /tmp/instance-20/output-1/target/usr/share/pkgconfig \ /tmp/instance-20/output-1/target/usr/lib/cmake /tmp/instance-20/output-1/target/usr/share/cmake \ /tmp/instance-20/output-1/target/usr/lib/rpm /tmp/instance-20/output-1/target/usr/doc find /tmp/instance-20/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-20/output-1/target/lib/ /tmp/instance-20/output-1/target/usr/lib/ /tmp/instance-20/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-20/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-20/output-1/target/usr/share/gdb rm -rf /tmp/instance-20/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-20/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-20/output-1/target/usr/share/zsh rm -rf /tmp/instance-20/output-1/target/usr/man /tmp/instance-20/output-1/target/usr/share/man rm -rf /tmp/instance-20/output-1/target/usr/info /tmp/instance-20/output-1/target/usr/share/info rm -rf /tmp/instance-20/output-1/target/usr/doc /tmp/instance-20/output-1/target/usr/share/doc rm -rf /tmp/instance-20/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-20/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-20/output-1/target/lib/debug /tmp/instance-20/output-1/target/usr/lib/debug find /tmp/instance-20/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-20/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-20/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-20/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-20/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-587-g704c62bbc5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-20/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-20/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-20/output-1/per-package /tmp/instance-20/buildroot/support/scripts/fix-rpath target touch /tmp/instance-20/output-1/target/usr ln -snf /tmp/instance-20/output-1/host/arm-buildroot-linux-musleabi/sysroot /tmp/instance-20/output-1/staging make: Leaving directory '/tmp/instance-20/buildroot' make: Entering directory '/tmp/instance-20/buildroot' >>> Buildroot 2022.11-587-g704c62bbc5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 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 6.1 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 >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> initscripts Collecting legal info >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> librelp 1.10.0 Collecting legal info COPYING: OK (sha256: 1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> 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) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) 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) Legal info produced in /tmp/instance-20/output-1/legal-info make: Leaving directory '/tmp/instance-20/buildroot'