(mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14//buildroot-build && cd /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14//buildroot-build && rm -f CMakeCache.txt && PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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" /usr/bin/cmake /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/ -G"Unix Makefiles" -DCMAKE_MAKE_PROGRAM="/usr/bin/make" -DCMAKE_TOOLCHAIN_FILE="/home/autobuild/autobuild/instance-15/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/autobuild/autobuild/instance-15/output-1/host/bin/mips-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring done (0.1s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS CMAKE_INSTALL_RUNSTATEDIR -- Build files have been written to: /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/buildroot-build >>> sexpect 2.3.14 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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" /usr/bin/cmake --build /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14//buildroot-build -j1 -- make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/buildroot-build' [ 5%] Building C object CMakeFiles/sexpect.dir/main.c.o [ 11%] Building C object CMakeFiles/sexpect.dir/common.c.o [ 17%] Building C object CMakeFiles/sexpect.dir/proto.c.o In function 'ttlv_new', inlined from 'ttlv_new_int' at /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:114:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_int': /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:114:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:136:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_bool': /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:136:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:183:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:183:9, inlined from 'ttlv_decode' at /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:519:19: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 23%] Building C object CMakeFiles/sexpect.dir/pty.c.o [ 29%] Building C object CMakeFiles/sexpect.dir/server.c.o /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/server.c: In function 'serv_main': /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/server.c:1291:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 1291 | chdir("/"); | ^~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/server.c: In function 'serv_read_ptm': /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/server.c:564:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 564 | write(g.cmdopts->spawn.logfd, g.rawnew + g.newcnt, nread); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 35%] Building C object CMakeFiles/sexpect.dir/client.c.o /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c: In function 'cli_loop': /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c:415:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 415 | write(STDOUT_FILENO, msg_in->v_raw, msg_in->length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c:418:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 418 | write(STDOUT_FILENO, msg_in->v_text, msg_in->length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c: In function 'cli_subst_raw': /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c:320:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 320 | write(fd, "", 1); | ^~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c: In function 'cli_subst': /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c:276:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 276 | write(fd, s, strlen(s) ); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c:281:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 281 | write(fd, s, matches[0].rm_so); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c:286:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 286 | write(fd, part->str, strlen(part->str) ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c:290:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 290 | write(fd, s + match->rm_so, match->rm_eo - match->rm_so); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c: In function 'cli_disconn': /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/client.c:160:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 160 | write(STDOUT_FILENO, msg->v_raw, msg->length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 41%] Linking C executable sexpect [ 41%] Built target sexpect [ 47%] Building C object tests/CMakeFiles/sleep.dir/sleep.c.o [ 52%] Linking C executable sleep [ 52%] Built target sleep [ 58%] Building C object tests/CMakeFiles/eof_before_exit.dir/eof_before_exit.c.o [ 64%] Linking C executable eof_before_exit [ 64%] Built target eof_before_exit [ 70%] Building C object tests/CMakeFiles/still_open_after_exit.dir/still_open_after_exit.c.o [ 76%] Linking C executable still_open_after_exit [ 76%] Built target still_open_after_exit [ 82%] Building C object tests/CMakeFiles/glob2re.dir/glob2re.c.o [ 88%] Building C object tests/CMakeFiles/glob2re.dir/__/common.c.o [ 94%] Building C object tests/CMakeFiles/glob2re.dir/__/proto.c.o In function 'ttlv_new', inlined from 'ttlv_new_int' at /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:114:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_int': /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:114:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:136:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_bool': /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:136:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:183:9: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:183:9, inlined from 'ttlv_decode' at /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/proto.c:519:19: /home/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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/autobuild/autobuild/instance-15/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [100%] Linking C executable glob2re [100%] Built target glob2re make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14/buildroot-build' >>> sexpect 2.3.14 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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" DESTDIR=/home/autobuild/autobuild/instance-15/output-1/target /usr/bin/cmake --install /home/autobuild/autobuild/instance-15/output-1/build/sexpect-2.3.14//buildroot-build -- Install configuration: "Release" -- Installing: /home/autobuild/autobuild/instance-15/output-1/target/usr/bin/sexpect -- Installing: /home/autobuild/autobuild/instance-15/output-1/target/usr/share/man/man1/sexpect.1 >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-15/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%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@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%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', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-15/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-15/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-15/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-15/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-15/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-15/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-15/output-1/target/bin/sh if [ -x /home/autobuild/autobuild/instance-15/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-15/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-15/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/include /home/autobuild/autobuild/instance-15/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-15/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-15/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-15/output-1/target/usr/doc find /home/autobuild/autobuild/instance-15/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-15/output-1/target/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-15/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/man /home/autobuild/autobuild/instance-15/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/info /home/autobuild/autobuild/instance-15/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/doc /home/autobuild/autobuild/instance-15/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-15/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-15/output-1/target/lib/debug /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-15/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-15/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-15/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-15/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-15/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-898-g8ce17e304b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-15/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-15/output-1/per-package \ /home/autobuild/autobuild/instance-15/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-15/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-15/output-1/host/mips-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-15/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-15/buildroot' >>> Buildroot 2024.05-898-g8ce17e304b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> 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-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.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.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> linux-headers 6.9.8 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> exim 4.98 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> hwdata 0.384 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ima-evm-utils 1.6 Collecting legal info LICENSES.txt: OK (sha256: d037fb0b5fdb4d1e09e246a56bdb8049fc6d9b1f9270c0ec2ae4bc8f9285165b) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> initscripts Collecting legal info >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> libdnet 1.16.4 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> monit 5.33.0 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> mpg123 1.32.3 Collecting legal info COPYING: OK (sha256: c22482728a634a8dfdb4ff72a96d4c1ed64cd8f3e79335c401751ac591609366) >>> openssh 9.8p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> sane-backends 1.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved Legal info produced in /home/autobuild/autobuild/instance-15/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot'