/home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:103:13: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:104:15: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'ttlv_new', inlined from 'ttlv_new_struct' at /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:183:9, inlined from 'ttlv_decode' at /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:519:19: /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:102:12: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:103:13: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:104:15: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 70%] Building C object CMakeFiles/sexpect.dir/pty.c.o [ 76%] Building C object CMakeFiles/sexpect.dir/server.c.o [ 82%] Building C object CMakeFiles/sexpect.dir/client.c.o [ 88%] Building C object tests/CMakeFiles/glob2re.dir/__/proto.c.o /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/server.c: In function 'expect_exact': /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/server.c:630:17: warning: implicit declaration of function 'strcasestr'; did you mean 'strcasecmp'? [-Wimplicit-function-declaration] 630 | found = strcasestr(g.expbuf, g.conn.pass.pattern); | ^~~~~~~~~~ | strcasecmp /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/server.c:630:15: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 630 | found = strcasestr(g.expbuf, g.conn.pass.pattern); | ^ In function 'ttlv_new', inlined from 'ttlv_new_int' at /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:114:9: /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:102:12: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 20 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:103:13: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 20 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:104:15: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 20 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_int': /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:115:6: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 115 | p->v_int = value; | ^~ In function 'ttlv_new', inlined from 'ttlv_new_int' at /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:114:9: /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 20 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'ttlv_new', inlined from 'ttlv_new_bool' at /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:136:9: /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:102:12: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 20 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:103:13: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 20 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:104:15: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 20 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_bool': /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:137:6: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 137 | p->v_bool = !! value; | ^~ In function 'ttlv_new', inlined from 'ttlv_new_bool' at /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:136:9: /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 20 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'ttlv_new', inlined from 'ttlv_new_struct' at /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:183:9: /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:102:12: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:103:13: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:104:15: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'ttlv_new', inlined from 'ttlv_new_struct' at /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:183:9, inlined from 'ttlv_decode' at /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:519:19: /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:102:12: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:103:13: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:104:15: warning: array subscript 'ttlv_t {aka struct ttlv}[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 16 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 94%] Linking C executable glob2re make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/buildroot-build' [ 94%] Built target glob2re [100%] Linking C executable sexpect make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/buildroot-build' [100%] Built target sexpect make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/buildroot-build' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14/buildroot-build' >>> sexpect 2.3.14 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target /home/buildroot/autobuild/instance-0/output-1/host/bin/cmake --install /home/buildroot/autobuild/instance-0/output-1/build/sexpect-2.3.14//buildroot-build -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/sexpect -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man1/sexpect.1 tio-2.7.tar.xz: OK (sha256: bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5) >>> tio 2.7 Extracting xzcat /home/buildroot/autobuild/instance-0/dl/tio/tio-2.7.tar.xz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7 -xf - >>> tio 2.7 Patching >>> tio 2.7 Configuring rm -rf /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/armeb-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build/cross-compilation.conf PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=static --buildtype=release --cross-file=/home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build/cross-compilation.conf -Db_pie=false -Db_staticpic=true -Dstrip=false -Dbuild.pkg_config_path=/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/home/buildroot/autobuild/instance-0/output-1/host/lib/cmake /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7/ /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build The Meson build system Version: 1.3.1 Source dir: /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7 Build dir: /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7/build Build type: cross build Project name: tio Project version: 2.7 C compiler for the host machine: /home/buildroot/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc (gcc 12.3.0 "armeb-buildroot-linux-musleabi-gcc.br_real (Buildroot 2024.05.1-39-g6c995cb48e) 12.3.0") C linker for the host machine: /home/buildroot/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc ld.bfd 2.40 C compiler for the build machine: /usr/bin/gcc (gcc 12.3.1 "gcc (GCC) 12.3.1 20230508 (Red Hat 12.3.1-1)") C linker for the build machine: /usr/bin/gcc ld.bfd 2.38-27 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: arm Host machine cpu: cortex-a53 Target machine cpu family: arm Target machine cpu: cortex-a53 Check usable header "asm-generic/ioctls.h" : YES Header "asm-generic/ioctls.h" has symbol "TCGETS2" : YES Fetching value of define "B0" : 0000000 Fetching value of define "B50" : 0000001 Fetching value of define "B75" : 0000002 Fetching value of define "B110" : 0000003 Fetching value of define "B134" : 0000004 Fetching value of define "B150" : 0000005 Fetching value of define "B200" : 0000006 Fetching value of define "B300" : 0000007 Fetching value of define "B600" : 0000010 Fetching value of define "B1200" : 0000011 Fetching value of define "B1800" : 0000012 Fetching value of define "B2400" : 0000013 Fetching value of define "B4800" : 0000014 Fetching value of define "B7200" : (undefined) Fetching value of define "B9600" : 0000015 Fetching value of define "B14400" : (undefined) Fetching value of define "B19200" : 0000016 Fetching value of define "B28800" : (undefined) Fetching value of define "B38400" : 0000017 Fetching value of define "B57600" : 0010001 Fetching value of define "B76800" : (undefined) Fetching value of define "B115200" : 0010002 Fetching value of define "B230400" : 0010003 Fetching value of define "B460800" : 0010004 Fetching value of define "B500000" : 0010005 Fetching value of define "B576000" : 0010006 Fetching value of define "B921600" : 0010007 Fetching value of define "B1000000" : 0010010 Fetching value of define "B1152000" : 0010011 Fetching value of define "B1500000" : 0010012 Fetching value of define "B2000000" : 0010013 Fetching value of define "B2500000" : 0010014 Fetching value of define "B3000000" : 0010015 Fetching value of define "B3500000" : 0010016 Fetching value of define "B4000000" : 0010017 Check usable header "linux/serial.h" : YES Header "sys/ioctl.h" has symbol "TIOCSRS485" : YES Configuring config.h using configuration Run-time dependency threads found: YES Found pkg-config: YES (/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf) 1.6.3 Run-time dependency inih found: YES 58 Configuring tio using configuration Found CMake: /home/buildroot/autobuild/instance-0/output-1/host/bin/cmake (3.28.3) Run-time dependency bash-completion found: NO (tried pkgconfig and cmake) Configuring tio.1 using configuration Build targets in project: 1 tio 2.7 User defined options Cross files : /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build/cross-compilation.conf build.cmake_prefix_path: /home/buildroot/autobuild/instance-0/output-1/host/lib/cmake build.pkg_config_path : /home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig buildtype : release default_library : static libdir : lib prefix : /usr strip : false b_pie : false b_staticpic : true Found ninja-1.11.1.git.kitware.jobserver-1 at /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja >>> tio 2.7 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build ninja: Entering directory `/home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build' [1/16] Compiling C object src/tio.p/setspeed.c.o [2/16] Compiling C object src/tio.p/misc.c.o [3/16] Compiling C object src/tio.p/signals.c.o [4/16] Compiling C object src/tio.p/error.c.o [5/16] Compiling C object src/tio.p/main.c.o [6/16] Compiling C object src/tio.p/alert.c.o [7/16] Compiling C object src/tio.p/print.c.o [8/16] Compiling C object src/tio.p/timestamp.c.o [9/16] Compiling C object src/tio.p/log.c.o ../src/log.c: In function 'log_strip': ../src/log.c:39:45: warning: comparison is always true due to limited range of data type [-Wtype-limits] 39 | #define IS_CTRL_CHAR(c) ((c >= 0x00) && (c <= 0x1F)) | ^~ ../src/log.c:127:17: note: in expansion of macro 'IS_CTRL_CHAR' 127 | if (IS_CTRL_CHAR(c)) | ^~~~~~~~~~~~ [10/16] Compiling C object src/tio.p/xymodem.c.o ../src/xymodem.c: In function 'xymodem_send': ../src/xymodem.c:210:32: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 210 | p += sprintf(p, "%ld %lo %o", len, stat.st_mtime, stat.st_mode); | ~~^ ~~~ | | | | long int size_t {aka unsigned int} | %d ../src/xymodem.c:210:36: warning: format '%lo' expects argument of type 'long unsigned int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 210 | p += sprintf(p, "%ld %lo %o", len, stat.st_mtime, stat.st_mode); | ~~^ | | | long unsigned int | %llo [11/16] Compiling C object src/tio.p/rs485.c.o [12/16] Compiling C object src/tio.p/socket.c.o [13/16] Compiling C object src/tio.p/options.c.o [14/16] Compiling C object src/tio.p/configfile.c.o [15/16] Compiling C object src/tio.p/tty.c.o [16/16] Linking target src/tio >>> tio 2.7 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build install ninja: Entering directory `/home/buildroot/autobuild/instance-0/output-1/build/tio-2.7//build' [0/1] Installing files. Installing src/tio to /home/buildroot/autobuild/instance-0/output-1/target/usr/bin Installing /home/buildroot/autobuild/instance-0/output-1/build/tio-2.7/build/man/tio.1 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man1 >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a53%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/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/armeb-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/armeb-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells grep -qsE '^/bin/mksh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/mksh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-0/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-0/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05.1-39-g6c995cb48e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05.1"; \ echo "PRETTY_NAME=\"Buildroot 2024.05.1\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package \ /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr ln -snf /home/buildroot/autobuild/instance-0/output-1/host/armeb-buildroot-linux-musleabi/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2024.05.1-39-g6c995cb48e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gmp 6.3.0 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.3.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.5 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.8.12 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 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) >>> bubblewrap 0.9.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.3.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-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cvs 1.12.13 Collecting legal info COPYING: OK (sha256: 569c5b876327d899cf444b2277fe910128a38ca71d90755fe4125dd44f8ece02) COPYING.LIB: OK (sha256: da0e282103fb508894e78db519aab255e36971ce0bc87de585e3b05014b83b1e) lib/glob-libc.h: OK (sha256: ee9a2fbdb626c0ac57fd8e569f357eb2e6d6c80cc6f41efa8bd126d5ea589d72) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> inih 58 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> libnet 1.3 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> librsync 2.3.4 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libunistring 1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tio 2.7 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) WARNING: the Buildroot source code has not been saved Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'