installing struct.h in /home/autobuild/autobuild/instance-14/output-1/target/usr/include/net-snmp/agent installing util_funcs.h in /home/autobuild/autobuild/instance-14/output-1/target/usr/include/net-snmp/agent creating directory /home/autobuild/autobuild/instance-14/output-1/target/usr/include/net-snmp/agent/util_funcs mkdir /home/autobuild/autobuild/instance-14/output-1/target/usr/include/net-snmp/agent/util_funcs installing util_funcs/header_generic.h in /home/autobuild/autobuild/instance-14/output-1/target/usr/include/net-snmp/agent/util_funcs installing util_funcs/header_simple_table.h in /home/autobuild/autobuild/instance-14/output-1/target/usr/include/net-snmp/agent/util_funcs installing util_funcs/MIB_STATS_CACHE_TIMEOUT.h in /home/autobuild/autobuild/instance-14/output-1/target/usr/include/net-snmp/agent/util_funcs make[2]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/netsnmp-5.9.3/agent' make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/netsnmp-5.9.3' noip-duc-linux.tar.gz: OK (sha256: 82b9bafab96a0c53b21aaef688bf70b3572e26217b5e2072bdb09da3c4a6f593) >>> noip 2.1.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-14/dl/noip/noip-duc-linux.tar.gz | /home/autobuild/autobuild/instance-14/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-14/output-1/build/noip-2.1.9 -xf - >>> noip 2.1.9 Patching >>> noip 2.1.9 Configuring >>> noip 2.1.9 Building /usr/bin/sed -i -e "/^#define CONFIG_FILENAME/ s/PREFIX//" /home/autobuild/autobuild/instance-14/output-1/build/noip-2.1.9/noip2.c GIT_DIR=. PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-14/output-1/build/noip-2.1.9 CC="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc" LIBS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " PREFIX=/usr CONFDIR=/etc make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/noip-2.1.9' /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -Wall -g -Dlinux -DPREFIX=\"/usr\" noip2.c -o noip2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 noip2.c: In function 'dynamic_update': noip2.c:1595:17: warning: variable 'i' set but not used [-Wunused-but-set-variable] 1595 | int i, x, is_group, retval, response; | ^ noip2.c: In function 'domains': noip2.c:1826:13: warning: variable 'x' set but not used [-Wunused-but-set-variable] 1826 | int x; | ^ noip2.c: In function 'hosts': noip2.c:1838:20: warning: variable 'y' set but not used [-Wunused-but-set-variable] 1838 | int x, y, z; | ^ noip2.c: In function 'add_to_list': noip2.c:1947:10: warning: '*(struct GROUPS *)x.ncount' may be used uninitialized [-Wmaybe-uninitialized] 1947 | g->ncount++; // one more name for this group | ~^~~~~~~~ noip2.c: In function 'get_shm_info': noip2.c:1015:37: warning: '%s' directive writing up to 255 bytes into a region of size 224 [-Wformat-overflow=] 1015 | sprintf(my_instance->args, "%s", saved_args); | ^~ ~~~~~~~~~~ noip2.c:1015:9: note: 'sprintf' output between 1 and 256 bytes into a destination of size 224 1015 | sprintf(my_instance->args, "%s", saved_args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ noip2.c: In function 'autoconf': noip2.c:2538:26: warning: '%s' directive writing up to 255 bytes into a region of size 247 [-Wformat-overflow=] 2538 | sprintf(line, "%s%s%s%s", USTRNG, login, PWDSTRNG, password); | ^~ ~~~~~ noip2.c:2538:9: note: 'sprintf' output between 16 and 526 bytes into a destination of size 256 2538 | sprintf(line, "%s%s%s%s", USTRNG, login, PWDSTRNG, password); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ noip2.c: In function 'dynamic_update.part.0': noip2.c:1612:33: warning: '%s' directive writing up to 16383 bytes into a region of size 16330 [-Wformat-overflow=] 1609 | pos = &buffer[BIGBUFLEN / 2]; | ~~~~~~~~~~~~~~~~~~~~~~ ...... 1612 | "GET http://%s/%s?%s%s HTTP/1.0\r\n%s\r\n\r\n", | ^~ noip2.c:1611:9: note: 'sprintf' output between 97 and 16480 bytes into a destination of size 16384 1611 | sprintf(buffer, | ^~~~~~~~~~~~~~~ 1612 | "GET http://%s/%s?%s%s HTTP/1.0\r\n%s\r\n\r\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1613 | NOIP_NAME, UPDATE_SCRIPT, REQUEST, pos, USER_AGENT); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ noip2.c:1611:9: warning: 'sprintf' argument 6 may overlap destination object 'buffer' [-Wrestrict] noip2.c:392:9: note: destination object referenced by 'restrict'-qualified argument 1 was declared here 392 | char buffer[BIGBUFLEN]; | ^~~~~~ noip2.c:1641:55: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 249 [-Wformat-truncation=] 1626 | p = ourname = tbuf; // ourname points at the host/group or error | ~~~~ ...... 1641 | snprintf(gname, LINELEN-1, "group[%s]", ourname); | ^~ noip2.c:1641:21: note: 'snprintf' output between 8 and 263 bytes into a destination of size 255 1641 | snprintf(gname, LINELEN-1, "group[%s]", ourname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/noip-2.1.9' >>> noip 2.1.9 Installing to target /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-14/output-1/build/noip-2.1.9/noip2 /home/autobuild/autobuild/instance-14/output-1/target/usr/sbin/noip2 patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /home/autobuild/autobuild/instance-14/dl/patchelf/patchelf-0.13.tar.bz2 | /home/autobuild/autobuild/instance-14/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 45 (offset -1 lines). Hunk #2 succeeded at 85 with fuzz 1 (offset 4 lines). Hunk #3 succeeded at 244 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1318 with fuzz 2 (offset 226 lines). Hunk #5 succeeded at 1385 (offset 218 lines). Hunk #6 succeeded at 1419 (offset 223 lines). Hunk #7 succeeded at 1861 (offset 323 lines). Hunk #8 succeeded at 1887 (offset 322 lines). Hunk #9 succeeded at 1950 (offset 313 lines). Hunk #10 succeeded at 2021 with fuzz 1 (offset 325 lines). >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; GIT_DIR=. PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-14/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-14/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/autobuild/autobuild/instance-14/output-1/host/include" CFLAGS="-O2 -I/home/autobuild/autobuild/instance-14/output-1/host/include" CXXFLAGS="-O2 -I/home/autobuild/autobuild/instance-14/output-1/host/include" LDFLAGS="-L/home/autobuild/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-14/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/autobuild/autobuild/instance-14/output-1/host/include" LDFLAGS="-L/home/autobuild/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-14/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/autobuild/autobuild/instance-14/output-1/host" --sysconfdir="/home/autobuild/autobuild/instance-14/output-1/host/etc" --localstatedir="/home/autobuild/autobuild/instance-14/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking dependency style of /usr/bin/gcc... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.13 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-14/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-14/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/home/autobuild/autobuild/instance-14/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/autobuild/autobuild/instance-14/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/autobuild/autobuild/instance-14/output-1/host/include -L/home/autobuild/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-14/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory GIT_DIR=. PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-14/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-14/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-14/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/src' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-14/output-1/host/bin' /usr/bin/install -c patchelf '/home/autobuild/autobuild/instance-14/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-14/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README.md '/home/autobuild/autobuild/instance-14/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-14/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/home/autobuild/autobuild/instance-14/output-1/host/share/man/man1' make[3]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-patchelf-0.13' sysvinit-3.04.tar.xz: OK (sha256: 2a621fe6e4528bc91308b74867ddaaebbdf7753f02395c0c5bae817bd2b7e3a5) >>> sysvinit 3.04 Extracting xzcat /home/autobuild/autobuild/instance-14/dl/sysvinit/sysvinit-3.04.tar.xz | /home/autobuild/autobuild/instance-14/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-14/output-1/build/sysvinit-3.04 -xf - >>> sysvinit 3.04 Patching Applying 0001-Makefile-disable-stack-protector-strong.patch using patch: patching file src/Makefile >>> sysvinit 3.04 Configuring >>> sysvinit 3.04 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar" AS="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-as" LD="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-ld" NM="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-nm" CC="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc" GCC="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc" CPP="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-cpp" CXX="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-g++" FC="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran" F77="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran" RANLIB="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/autobuild/autobuild/instance-14/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-14/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-14/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-14/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-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 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-14/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-14/output-1/host/arceb-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 SYSROOT=/home/autobuild/autobuild/instance-14/output-1/host/arceb-buildroot-linux-uclibc/sysroot -C /home/autobuild/autobuild/instance-14/output-1/build/sysvinit-3.04/src make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/sysvinit-3.04/src' /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o init.o init.c In function 'check_kernel_console', inlined from 'read_inittab' at init.c:1702:3: init.c:1396:41: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 31 [-Wstringop-truncation] 1396 | strncpy(id, dev, sizeof(id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ init.c:1394:41: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 28 [-Wstringop-truncation] 1394 | strncpy(id, dev+3, sizeof(id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -DINIT_MAIN -c -o init_utmp.o utmp.c utmp.c: In function 'write_utmp': utmp.c:209:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 209 | strncpy(utmp.ut_id, id, sizeof(utmp.ut_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:217:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 217 | strncpy(utmp.ut_user, user, UT_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:209:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 209 | strncpy(utmp.ut_id, id, sizeof(utmp.ut_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:217:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 217 | strncpy(utmp.ut_user, user, UT_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:218:19: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 218 | if (line) strncpy(utmp.ut_line, line, UT_LINESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c: In function 'write_wtmp': utmp.c:131:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 131 | strncpy(utmp.ut_name, user, sizeof(utmp.ut_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:132:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 132 | strncpy(utmp.ut_id , id , sizeof(utmp.ut_id )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:133:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 133 | strncpy(utmp.ut_line, line, sizeof(utmp.ut_line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o runlevellog.o runlevellog.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc init.o init_utmp.o runlevellog.o -o init /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o halt.o halt.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o ifdown.o ifdown.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o hddown.o hddown.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o utmp.o utmp.c utmp.c: In function 'write_utmp.constprop': utmp.c:209:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 209 | strncpy(utmp.ut_id, id, sizeof(utmp.ut_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:217:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 217 | strncpy(utmp.ut_user, user, UT_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:218:19: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 218 | if (line) strncpy(utmp.ut_line, line, UT_LINESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c: In function 'write_wtmp': utmp.c:131:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 131 | strncpy(utmp.ut_name, user, sizeof(utmp.ut_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:132:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 132 | strncpy(utmp.ut_id , id , sizeof(utmp.ut_id )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:133:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 133 | strncpy(utmp.ut_line, line, sizeof(utmp.ut_line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc halt.o ifdown.o hddown.o utmp.o runlevellog.o -o halt /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o shutdown.o shutdown.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o dowall.o dowall.c dowall.c: In function 'wall': dowall.c:161:34: warning: variable 'tp' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 161 | FILE *tp; | ^~ dowall.c:170:33: warning: variable 'fd' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 170 | int fd, flags; | ^~ /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc shutdown.o dowall.o utmp.o -o shutdown /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o runlevel.o runlevel.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc runlevel.o runlevellog.o -o runlevel /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" killall5.c -o killall5 killall5.c: In function 'check4nfs': killall5.c:442:12: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 442 | strncpy(real, curr, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o fstab-decode.o fstab-decode.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc fstab-decode.o -o fstab-decode /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o logsave.o logsave.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc logsave.o -o logsave /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o sulogin.o sulogin.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o consoles.o consoles.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc sulogin.o consoles.o -lcrypt -o sulogin /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o bootlogd.o bootlogd.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc bootlogd.o -lutil -o bootlogd /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o last.o last.c last.c: In function 'main': last.c:849:33: warning: 'strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] 849 | strncpy(ut.ut_line, "system down", OLD_LINESIZE - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ last.c:865:25: warning: 'strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] 865 | strncpy(ut.ut_line, "system boot", OLD_LINESIZE - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ last.c: In function 'list': last.c:467:17: warning: 'strncat' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 467 | strncat(domain, p->ut_host, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc last.o -o last /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o mesg.o mesg.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc mesg.o -o mesg /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o readbootlog.o readbootlog.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc readbootlog.o -o readbootlog /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o utmpdump.o utmpdump.c utmpdump.c: In function 'newtoold': utmpdump.c:70:9: warning: 'strncpy' output may be truncated copying 12 bytes from a string of length 31 [-Wstringop-truncation] 70 | strncpy(dest.ut_line, src.ut_line, OLD_LINESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmpdump.c:71:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 31 [-Wstringop-truncation] 71 | strncpy(dest.ut_user, src.ut_user, OLD_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmpdump.c:72:9: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 255 [-Wstringop-truncation] 72 | strncpy(dest.ut_host, src.ut_host, OLD_HOSTSIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc utmpdump.o -o utmpdump /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o wall.o wall.c /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc wall.o dowall.o -o wall make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/sysvinit-3.04/src' >>> sysvinit 3.04 Installing to target for x in halt init shutdown killall5; do /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-14/output-1/build/sysvinit-3.04/src/$x /home/autobuild/autobuild/instance-14/output-1/target/sbin/$x || exit 1; done /usr/bin/install -D -m 0644 package/sysvinit/inittab /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab ln -sf /sbin/halt /home/autobuild/autobuild/instance-14/output-1/target/sbin/reboot ln -sf /sbin/halt /home/autobuild/autobuild/instance-14/output-1/target/sbin/poweroff ln -sf killall5 /home/autobuild/autobuild/instance-14/output-1/target/sbin/pidof udpxy.1.0.23-9-prod.tar.gz: OK (sha256: 6ce33b1d14a1aeab4bd2566aca112e41943df4d002a7678d9a715108e6b714bd) >>> udpxy 1.0.23-9-prod Extracting gzip -d -c /home/autobuild/autobuild/instance-14/dl/udpxy/udpxy.1.0.23-9-prod.tar.gz | /home/autobuild/autobuild/instance-14/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-14/output-1/build/udpxy-1.0.23-9-prod -xf - >>> udpxy 1.0.23-9-prod Patching >>> udpxy 1.0.23-9-prod Configuring >>> udpxy 1.0.23-9-prod Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/make/make -j1 GIT_DIR=. PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar" AS="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-as" LD="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-ld" NM="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-nm" CC="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc" GCC="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc" CPP="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-cpp" CXX="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-g++" FC="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran" F77="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran" RANLIB="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/autobuild/autobuild/instance-14/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-14/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-14/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-14/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-14/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-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 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-14/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-14/output-1/host/arceb-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/autobuild/autobuild/instance-14/output-1/build/udpxy-1.0.23-9-prod make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/udpxy-1.0.23-9-prod' /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DUDPXREC_MOD -MM udpxy.c sloop.c rparse.c util.c prbuf.c ifaddr.c ctx.c mkpg.c rtp.c uopt.c dpkt.c netop.c extrn.c main.c udpxrec.c > udpxy.dep Making a [release] version (use 'debug' target as an alternative) make[2]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/udpxy-1.0.23-9-prod' /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c udpxy.c -o udpxy.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c sloop.c -o sloop.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c rparse.c -o rparse.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c util.c -o util.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c prbuf.c -o prbuf.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c ifaddr.c -o ifaddr.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c ctx.c -o ctx.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c mkpg.c -o mkpg.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c rtp.c -o rtp.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c uopt.c -o uopt.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c dpkt.c -o dpkt.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c netop.c -o netop.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c extrn.c -o extrn.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c main.c -o main.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUDPXREC_MOD -DNDEBUG -DTRACE_MODULE -c udpxrec.c -o udpxrec.o /home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -DNDEBUG -DTRACE_MODULE -o udpxy udpxy.o sloop.o rparse.o util.o prbuf.o ifaddr.o ctx.o mkpg.o rtp.o uopt.o dpkt.o netop.o extrn.o main.o udpxrec.o -rwxr-xr-x 1 autobuild autobuild 133640 Feb 3 03:38 udpxy ln -s udpxy udpxrec make[2]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/udpxy-1.0.23-9-prod' make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/udpxy-1.0.23-9-prod' >>> udpxy 1.0.23-9-prod Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/make/make -j1 DESTDIR=/home/autobuild/autobuild/instance-14/output-1/target PREFIX=/usr -C /home/autobuild/autobuild/instance-14/output-1/build/udpxy-1.0.23-9-prod install make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/udpxy-1.0.23-9-prod' -rwxr-xr-x 1 autobuild autobuild 133640 Feb 3 03:38 /home/autobuild/autobuild/instance-14/output-1/target/usr/bin/udpxy -rwxr-xr-x 1 autobuild autobuild 133640 Feb 3 03:38 /home/autobuild/autobuild/instance-14/output-1/target/usr/bin/udpxrec Installation of udpxy is complete make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/udpxy-1.0.23-9-prod' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-14/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@%/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%big%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@%/home/autobuild/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-14/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells ln -sf bash /home/autobuild/autobuild/instance-14/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,bash,' /home/autobuild/autobuild/instance-14/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-14/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-14/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/include /home/autobuild/autobuild/instance-14/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-14/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-14/output-1/target/usr/doc find /home/autobuild/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-14/output-1/target/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/man /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/info /home/autobuild/autobuild/instance-14/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/doc /home/autobuild/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-14/output-1/target/lib/debug /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-14/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-14/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-14/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-14/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-760-gdbe037dc99"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package \ /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-14/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2023.11-760-gdbe037dc99 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 11.4.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 11.4.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils arc-2023.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.45 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.4.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 5.10.209 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bash-completion 2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> initscripts Collecting legal info >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-5.10.209: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'