/tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 115 | p->v_int = value; | ^~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_bool': /tmp/instance-6/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[28]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 137 | p->v_bool = !! value; | ^~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_struct': /tmp/instance-6/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[24]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[24]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[24]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_decode': /tmp/instance-6/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[24]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[24]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[24]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 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 /tmp/instance-6/output-1/build/sexpect-2.3.14/server.c: In function 'serv_main': /tmp/instance-6/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("/"); | ^~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/server.c: In function 'serv_read_ptm': /tmp/instance-6/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 /tmp/instance-6/output-1/build/sexpect-2.3.14/client.c: In function 'cli_loop': /tmp/instance-6/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/client.c: In function 'cli_subst_raw': /tmp/instance-6/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); | ^~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/client.c: In function 'cli_subst': /tmp/instance-6/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) ); | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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) ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/client.c: In function 'cli_disconn': /tmp/instance-6/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 /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_int': /tmp/instance-6/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[28]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 115 | p->v_int = value; | ^~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_bool': /tmp/instance-6/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[28]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[28]' [-Warray-bounds] 137 | p->v_bool = !! value; | ^~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_struct': /tmp/instance-6/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[24]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[24]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[24]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_decode': /tmp/instance-6/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[24]' [-Warray-bounds] 102 | p->tag = tag; | ~~~~~~~^~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[24]' [-Warray-bounds] 103 | p->type = type; | ~~~~~~~~^~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/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[24]' [-Warray-bounds] 104 | p->length = length; | ~~~~~~~~~~^~~~~~~~ /tmp/instance-6/output-1/build/sexpect-2.3.14/proto.c:100:13: note: referencing an object of size 24 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 '/tmp/instance-6/output-1/build/sexpect-2.3.14/buildroot-build' >>> sexpect 2.3.14 Installing to target PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-6/output-1/target install/fast -C /tmp/instance-6/output-1/build/sexpect-2.3.14//buildroot-build make[1]: Entering directory '/tmp/instance-6/output-1/build/sexpect-2.3.14/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-6/output-1/target/usr/bin/sexpect -- Installing: /tmp/instance-6/output-1/target/usr/share/man/man1/sexpect.1 make[1]: Leaving directory '/tmp/instance-6/output-1/build/sexpect-2.3.14/buildroot-build' sysvinit-2.99.tar.xz: OK (sha256: b05c3677bb698afe64c997968b00c49b2a9bd320ce963523230ee7ea41197757) >>> sysvinit 2.99 Extracting xzcat /tmp/instance-6/dl/sysvinit/sysvinit-2.99.tar.xz | tar --strip-components=1 -C /tmp/instance-6/output-1/build/sysvinit-2.99 -xf - >>> sysvinit 2.99 Patching Applying 0001-Makefile-disable-stack-protector-strong.patch using patch: patching file src/Makefile >>> sysvinit 2.99 Configuring >>> sysvinit 2.99 Building PATH="/tmp/instance-6/output-1/host/bin:/tmp/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-as" LD="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-ld" NM="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc" GCC="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc" CPP="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-cpp" CXX="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-g++" FC="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gfortran" F77="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-6/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-6/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-6/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-6/output-1/host/lib -Wl,-rpath,/tmp/instance-6/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-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 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/tmp/instance-6/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 SYSROOT=/tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot -C /tmp/instance-6/output-1/build/sysvinit-2.99/src make[1]: Entering directory '/tmp/instance-6/output-1/build/sysvinit-2.99/src' /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 file included from /tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:535, from init.c:53: In function 'strncpy', inlined from 'check_kernel_console' at init.c:1393:6, inlined from 'read_inittab' at init.c:1701:3: /tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 8 bytes from a string of length 31 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'check_kernel_console' at init.c:1391:6, inlined from 'read_inittab' at init.c:1701:3: /tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 8 bytes from a string of length 28 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc init.o init_utmp.o runlevellog.o -o init /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc halt.o ifdown.o hddown.o utmp.o runlevellog.o -o halt /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc shutdown.o dowall.o utmp.o -o shutdown /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc runlevel.o runlevellog.o -o runlevel /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 In file included from /tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:535, from killall5.c:52: In function 'strncpy', inlined from 'check4nfs' at killall5.c:447:12: /tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc fstab-decode.o -o fstab-decode /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc logsave.o -o logsave /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc sulogin.o consoles.o -lcrypt -o sulogin /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc bootlogd.o -lutil -o bootlogd /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc last.o -o last /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc mesg.o -o mesg /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc readbootlog.o -o readbootlog /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc utmpdump.o -o utmpdump /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=2 -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 /tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc wall.o dowall.o -o wall make[1]: Leaving directory '/tmp/instance-6/output-1/build/sysvinit-2.99/src' >>> sysvinit 2.99 Installing to target for x in halt init shutdown killall5; do /usr/bin/install -D -m 0755 /tmp/instance-6/output-1/build/sysvinit-2.99/src/$x /tmp/instance-6/output-1/target/sbin/$x || exit 1; done /usr/bin/install -D -m 0644 package/sysvinit/inittab /tmp/instance-6/output-1/target/etc/inittab ln -sf /sbin/halt /tmp/instance-6/output-1/target/sbin/reboot ln -sf /sbin/halt /tmp/instance-6/output-1/target/sbin/poweroff ln -sf killall5 /tmp/instance-6/output-1/target/sbin/pidof >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-6/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=2'@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=2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a73.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@%/tmp/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-6/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-6/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-6/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a73.cortex-a53%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=2'%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=2'%g" -e "s%@BR2_CMAKE@%/tmp/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-6/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-6/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-6/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-6/output-1/target/etc/shells mkdir -p /tmp/instance-6/output-1/target/etc echo "buildroot" > /tmp/instance-6/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-6/output-1/target/etc/hosts mkdir -p /tmp/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-6/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-6/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-6/output-1/target/etc/shells ln -sf dash /tmp/instance-6/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-6/output-1/target/etc/passwd if [ -x /tmp/instance-6/output-1/target/sbin/swapon -a -x /tmp/instance-6/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-6/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-6/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-6/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-6/output-1/target/etc/inittab rm -rf /tmp/instance-6/output-1/target/usr/include /tmp/instance-6/output-1/target/usr/share/aclocal \ /tmp/instance-6/output-1/target/usr/lib/pkgconfig /tmp/instance-6/output-1/target/usr/share/pkgconfig \ /tmp/instance-6/output-1/target/usr/lib/cmake /tmp/instance-6/output-1/target/usr/share/cmake \ /tmp/instance-6/output-1/target/usr/lib/rpm /tmp/instance-6/output-1/target/usr/doc find /tmp/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-6/output-1/target/lib/ /tmp/instance-6/output-1/target/usr/lib/ /tmp/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-6/output-1/target/usr/share/gdb rm -rf /tmp/instance-6/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-6/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-6/output-1/target/usr/share/zsh rm -rf /tmp/instance-6/output-1/target/usr/man /tmp/instance-6/output-1/target/usr/share/man rm -rf /tmp/instance-6/output-1/target/usr/info /tmp/instance-6/output-1/target/usr/share/info rm -rf /tmp/instance-6/output-1/target/usr/doc /tmp/instance-6/output-1/target/usr/share/doc rm -rf /tmp/instance-6/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-6/output-1/target/lib/debug /tmp/instance-6/output-1/target/usr/lib/debug find /tmp/instance-6/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-6/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-6/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1524-g5c6e45f7eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc1\"" \ ) > /tmp/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-6/output-1/per-package /tmp/instance-6/buildroot/support/scripts/fix-rpath target touch /tmp/instance-6/output-1/target/usr ln -snf /tmp/instance-6/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /tmp/instance-6/output-1/staging make: Leaving directory '/tmp/instance-6/buildroot' make: Entering directory '/tmp/instance-6/buildroot' >>> Buildroot 2022.11-1524-g5c6e45f7eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> 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.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 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) >>> linux-headers 6.1.11 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 >>> avrdude 6.4 Collecting legal info COPYING: OK (sha256: 201babc7da198873304a77a30dbfc7ca449c9bba52df2dffa4cca0009dbdfcb2) >>> elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> initscripts Collecting legal info >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> nmon 16n Collecting legal info lmon16n.c: OK (md5: a8172601fdc05f3bc58455cbd3f4475e) lmon16n.c: OK (sha1: 024a3b56179838f0e04bf1706cc9ba56595301a8) lmon16n.c: OK (sha256: c0012cc2d925dee940c37ceae297abac64ba5a5c30e575e7418b04028613f5f2) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> sed 4.9 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-6/output-1/legal-info make: Leaving directory '/tmp/instance-6/buildroot'