inlined from 'ttlv_new_struct' at /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:183:9: /home/autobuild/autobuild/instance-2/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; | ~~~~~~~^~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~^~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~~~^~~~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 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-2/output-1/build/sexpect-2.3.14/proto.c:183:9, inlined from 'ttlv_decode' at /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:519:19: /home/autobuild/autobuild/instance-2/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; | ~~~~~~~^~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~^~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~~~^~~~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: 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 /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/server.c: In function 'serv_main': /home/autobuild/autobuild/instance-2/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-2/output-1/build/sexpect-2.3.14/server.c: In function 'serv_read_ptm': /home/autobuild/autobuild/instance-2/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-2/output-1/build/sexpect-2.3.14/client.c: In function 'cli_loop': /home/autobuild/autobuild/instance-2/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-2/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-2/output-1/build/sexpect-2.3.14/client.c: In function 'cli_subst_raw': /home/autobuild/autobuild/instance-2/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-2/output-1/build/sexpect-2.3.14/client.c: In function 'cli_subst': /home/autobuild/autobuild/instance-2/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-2/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-2/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-2/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-2/output-1/build/sexpect-2.3.14/client.c: In function 'cli_disconn': /home/autobuild/autobuild/instance-2/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-2/output-1/build/sexpect-2.3.14/proto.c:114:9: /home/autobuild/autobuild/instance-2/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; | ~~~~~~~^~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~^~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~~~^~~~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_int': /home/autobuild/autobuild/instance-2/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; | ^~ In function 'ttlv_new', inlined from 'ttlv_new_int' at /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:114:9: /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 28 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-2/output-1/build/sexpect-2.3.14/proto.c:136:9: /home/autobuild/autobuild/instance-2/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; | ~~~~~~~^~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~^~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~~~^~~~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 28 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c: In function 'ttlv_new_bool': /home/autobuild/autobuild/instance-2/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; | ^~ In function 'ttlv_new', inlined from 'ttlv_new_bool' at /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:136:9: /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 28 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-2/output-1/build/sexpect-2.3.14/proto.c:183:9: /home/autobuild/autobuild/instance-2/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; | ~~~~~~~^~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~^~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~~~^~~~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 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-2/output-1/build/sexpect-2.3.14/proto.c:183:9, inlined from 'ttlv_decode' at /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:519:19: /home/autobuild/autobuild/instance-2/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; | ~~~~~~~^~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~^~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: object of size 24 allocated by 'calloc' 100 | p = calloc(1, sizeof(ttlv_t) - 8 /* == sizeof(the union) */ + length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-2/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; | ~~~~~~~~~~^~~~~~~~ /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/proto.c:100:13: note: 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 '/home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14/buildroot-build' >>> sexpect 2.3.14 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/output-1/target /home/autobuild/autobuild/instance-2/output-1/host/bin/cmake --install /home/autobuild/autobuild/instance-2/output-1/build/sexpect-2.3.14//buildroot-build -- Install configuration: "Release" -- Installing: /home/autobuild/autobuild/instance-2/output-1/target/usr/bin/sexpect -- Installing: /home/autobuild/autobuild/instance-2/output-1/target/usr/share/man/man1/sexpect.1 btrfs-progs-v6.10.tar.xz: OK (sha256: 3382a84e3fcfe1ffdea07a61ab3f4e86665d38fa35f1f34548d5df867423e0df) >>> host-btrfs-progs 6.10 Extracting xzcat /home/autobuild/autobuild/instance-2/dl/btrfs-progs/btrfs-progs-v6.10.tar.xz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-btrfs-progs-6.10 -xf - >>> host-btrfs-progs 6.10 Patching >>> host-btrfs-progs 6.10 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-2/output-1/build/host-btrfs-progs-6.10 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-btrfs-progs 6.10 Configuring >>> host-btrfs-progs 6.10 Autoreconfiguring >>> host-btrfs-progs 6.10 Patching libtool (cd /home/autobuild/autobuild/instance-2/output-1/build/host-btrfs-progs-6.10/ && rm -rf config.cache; GIT_DIR=. PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-2/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/autobuild/autobuild/instance-2/output-1/host/include" CFLAGS="-O2 -I/home/autobuild/autobuild/instance-2/output-1/host/include" CXXFLAGS="-O2 -I/home/autobuild/autobuild/instance-2/output-1/host/include" LDFLAGS="-L/home/autobuild/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-2/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/autobuild/autobuild/instance-2/output-1/host/include" LDFLAGS="-L/home/autobuild/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-2/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/autobuild/autobuild/instance-2/output-1/host" --sysconfdir="/home/autobuild/autobuild/instance-2/output-1/host/etc" --localstatedir="/home/autobuild/autobuild/instance-2/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --disable-backtrace --disable-libudev --disable-zoned --disable-zstd --disable-python --disable-convert ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to enable C11 features... (cached) none needed checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking target system type... aarch64-unknown-linux-gnu checking for an ANSI C-conforming const... yes checking for working volatile... yes checking whether byte ordering is bigendian... no checking whether C compiler accepts -std=gnu11... yes checking for /usr/bin/gcc option to enable large file support... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ar... /usr/bin/ar checking for rm... /usr/bin/rm checking for rmdir... /usr/bin/rmdir checking for openat... yes checking for reallocarray... yes checking for clock_gettime... yes checking for __GLIBC__ defined in features.h... yes checking for __builtin_add_overflow... yes checking for __builtin_sub_overflow... yes checking for __builtin_mul_overflow... yes checking for __builtin_cpu_supports__pclmul... no checking for linux/perf_event.h... yes checking for linux/hw_breakpoint.h... yes checking for linux/fsverity.h... yes checking for printf.h... yes checking for register_printf_specifier... yes checking for register_printf_modifier... yes checking pkg-config is at least version 0.9.0... yes checking for FIEMAP_EXTENT_SHARED defined in linux/fiemap.h... yes checking for EXT4_EPOCH_MASK defined in ext2fs/ext2_fs.h... yes checking for linux/blkzoned.h... yes checking for struct blk_zone.capacity... yes checking for BLKGETZONESZ defined in linux/blkzoned.h... yes checking for BLKID... yes checking for UUID... yes checking for ZLIB... yes checking for lzo_version in -llzo2... yes configure: creating ./config.status config.status: creating Makefile.inc config.status: creating Documentation/Makefile config.status: creating libbtrfs/version.h config.status: creating libbtrfsutil/libbtrfsutil.pc config.status: creating include/config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking btrfs-progs: v6.10 libbtrfs: 0.1.3 (deprecated) libbtrfsutil: 1.3.2 prefix: /home/autobuild/autobuild/instance-2/output-1/host exec prefix: ${prefix} bindir: ${exec_prefix}/bin libdir: ${exec_prefix}/lib includedir: ${prefix}/include pkgconfigdir: ${libdir}/pkgconfig compiler: /usr/bin/gcc CFLAGS: -O2 -I/home/autobuild/autobuild/instance-2/output-1/host/include LDFLAGS: -L/home/autobuild/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-2/output-1/host/lib programs: yes shared libraries: yes static libraries: no documentation: no doc generator: none backtrace support: no btrfs-convert: no zstd support: no lzo support: yes fsverity support: yes Python bindings: no Python interpreter: crypto provider: builtin libudev: no zoned device: no Type 'make' to compile. >>> host-btrfs-progs 6.10 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-btrfs-progs-6.10/ make[1]: Entering directory '/home/autobuild/autobuild/instance-2/output-1/build/host-btrfs-progs-6.10' [CC] btrfs.o [CC] kernel-lib/list_sort.o [CC] kernel-lib/raid56.o [CC] kernel-lib/rbtree.o [CC] kernel-lib/tables.o [CC] kernel-shared/accessors.o [CC] kernel-shared/async-thread.o [CC] kernel-shared/backref.o [CC] kernel-shared/ctree.o [CC] kernel-shared/delayed-ref.o [CC] kernel-shared/dir-item.o [CC] kernel-shared/disk-io.o [CC] kernel-shared/extent-io-tree.o [CC] kernel-shared/extent-tree.o [CC] kernel-shared/extent_io.o [CC] kernel-shared/file-item.o [CC] kernel-shared/file.o [CC] kernel-shared/free-space-cache.o [CC] kernel-shared/free-space-tree.o [CC] kernel-shared/inode-item.o [CC] kernel-shared/inode.o [CC] kernel-shared/locking.o [CC] kernel-shared/messages.o [CC] kernel-shared/print-tree.o [CC] kernel-shared/root-tree.o [CC] kernel-shared/transaction.o [CC] kernel-shared/tree-checker.o [CC] kernel-shared/ulist.o [CC] kernel-shared/uuid-tree.o [CC] kernel-shared/volumes.o [CC] kernel-shared/zoned.o kernel-shared/zoned.c:123:12: warning: 'max_zone_append_size' defined but not used [-Wunused-function] 123 | static u64 max_zone_append_size(const char *file) | ^~~~~~~~~~~~~~~~~~~~ [CC] common/array.o [CC] common/cpu-utils.o [CC] common/device-scan.o [CC] common/device-utils.o [CC] common/extent-cache.o [CC] common/extent-tree-utils.o [CC] common/root-tree-utils.o [CC] common/filesystem-utils.o [CC] common/format-output.o [CC] common/fsfeatures.o [CC] common/help.o common/help.c: In function 'usage': common/help.c:315:58: warning: '%s' directive argument is null [-Wformat-overflow=] 315 | fprintf(outf, "No short description for '%s'\n", token); | ^~ common/help.c:312:46: warning: '%s' directive argument is null [-Wformat-overflow=] 312 | fprintf(outf, "No usage for '%s'\n", token); | ^~ [CC] common/inject-error.o [CC] common/messages.o [CC] common/open-utils.o [CC] common/parse-utils.o [CC] common/path-utils.o [CC] common/rbtree-utils.o [CC] common/send-stream.o [CC] common/send-utils.o [CC] common/sort-utils.o [CC] common/string-table.o [CC] common/string-utils.o [CC] common/sysfs-utils.o [CC] common/task-utils.o [CC] common/units.o [CC] common/utils.o [CC] check/qgroup-verify.o [CC] check/repair.o [CC] cmds/receive-dump.o [CC] crypto/crc32c.o [CC] crypto/hash.o [CC] crypto/xxhash.o [CC] crypto/sha224-256.o [CC] crypto/blake2b-ref.o [CC] crypto/blake2b-sse2.o [CC] crypto/blake2b-sse41.o [CC] crypto/blake2b-avx2.o [CC] crypto/sha256-x86.o [CC] libbtrfsutil/stubs.o [CC] libbtrfsutil/subvolume.o [CC] cmds/subvolume.o [CC] cmds/subvolume-list.o [CC] cmds/filesystem.o [CC] cmds/device.o [CC] cmds/scrub.o [CC] cmds/inspect.o [CC] cmds/balance.o [CC] cmds/send.o [CC] cmds/receive.o [CC] cmds/quota.o [CC] cmds/qgroup.o [CC] cmds/replace.o [CC] check/main.o [CC] cmds/restore.o [CC] cmds/rescue.o [CC] cmds/rescue-chunk-recover.o [CC] cmds/rescue-super-recover.o [CC] cmds/property.o [CC] cmds/filesystem-usage.o [CC] cmds/inspect-dump-tree.o [CC] cmds/inspect-dump-super.o [CC] cmds/inspect-tree-stats.o [CC] cmds/filesystem-du.o [CC] cmds/reflink.o [CC] mkfs/common.o [CC] check/mode-common.o [CC] check/mode-lowmem.o [CC] common/clear-cache.o [CC] libbtrfsutil/errors.o [CC] libbtrfsutil/filesystem.o [CC] libbtrfsutil/qgroup.o [AR] libbtrfsutil.a [LD] btrfs [CC] mkfs/main.o [CC] mkfs/rootdir.o [LD] mkfs.btrfs [CC] btrfs-map-logical.o [LD] btrfs-map-logical [CC] image/main.o [CC] image/sanitize.o [CC] image/image-create.o [CC] image/common.o [CC] image/image-restore.o [LD] btrfs-image [CC] btrfs-find-root.o [LD] btrfs-find-root [CC] tune/main.o [CC] tune/seeding.o [CC] tune/change-uuid.o [CC] tune/change-metadata-uuid.o [CC] tune/convert-bgt.o [CC] tune/change-csum.o [CC] tune/quota.o [LD] btrfstune [CC] btrfs-select-super.o [LD] btrfs-select-super [LN] btrfsck [CC] btrfs-corrupt-block.o [LD] btrfs-corrupt-block [CC] libbtrfs/send-stream.o [CC] libbtrfs/send-utils.o [CC] libbtrfs/crc32c.o [LD] libbtrfs.so.0.1.3 [LD] libbtrfsutil.so.1.3.2 [LN] libbtrfs.so [LN] libbtrfs.so.0 [LN] libbtrfs.so.0.1 [LN] libbtrfsutil.so [LN] libbtrfsutil.so.1 [LN] libbtrfsutil.so.1.3 make[1]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-btrfs-progs-6.10' >>> host-btrfs-progs 6.10 Installing to host directory GIT_DIR=. PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j1 udevdir= install -C /home/autobuild/autobuild/instance-2/output-1/build/host-btrfs-progs-6.10/ make[1]: Entering directory '/home/autobuild/autobuild/instance-2/output-1/build/host-btrfs-progs-6.10' /usr/bin/install -c -m755 -d /home/autobuild/autobuild/instance-2/output-1/host/bin /usr/bin/install -c btrfs mkfs.btrfs btrfs-map-logical btrfs-image btrfs-find-root btrfstune btrfs-select-super /home/autobuild/autobuild/instance-2/output-1/host/bin /usr/bin/install -c fsck.btrfs /home/autobuild/autobuild/instance-2/output-1/host/bin # btrfsck is a link to btrfs in the src tree, make it so for installed file as well ln -s -f btrfs /home/autobuild/autobuild/instance-2/output-1/host/bin/btrfsck /usr/bin/install -c -m755 -d /home/autobuild/autobuild/instance-2/output-1/host/lib /usr/bin/install -c libbtrfs.so.0.1.3 libbtrfsutil.so.1.3.2 libbtrfs.so libbtrfs.so.0 libbtrfs.so.0.1 libbtrfsutil.so libbtrfsutil.so.1 libbtrfsutil.so.1.3 /home/autobuild/autobuild/instance-2/output-1/host/lib cp -d libbtrfs.so libbtrfs.so.0 libbtrfs.so.0.1 libbtrfsutil.so libbtrfsutil.so.1 libbtrfsutil.so.1.3 /home/autobuild/autobuild/instance-2/output-1/host/lib /usr/bin/install -c -m755 -d /home/autobuild/autobuild/instance-2/output-1/host/include/btrfs /usr/bin/install -c -m644 libbtrfs/send-stream.h libbtrfs/send-utils.h libbtrfs/send.h kernel-lib/rbtree.h kernel-lib/list.h kernel-lib/rbtree_types.h libbtrfs/kerncompat.h libbtrfs/ioctl.h libbtrfs/ctree.h libbtrfs/version.h /home/autobuild/autobuild/instance-2/output-1/host/include/btrfs /usr/bin/install -c -m644 libbtrfsutil/btrfsutil.h /home/autobuild/autobuild/instance-2/output-1/host/include /usr/bin/install -c -m755 -d /home/autobuild/autobuild/instance-2/output-1/host/lib/pkgconfig /usr/bin/install -c -m644 libbtrfsutil/libbtrfsutil.pc /home/autobuild/autobuild/instance-2/output-1/host/lib/pkgconfig make[1]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-btrfs-progs-6.10' go1.4-bootstrap-20171003.tar.gz: OK (sha256: f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Extracting gzip -d -c /home/autobuild/autobuild/instance-2/dl/go-bootstrap-stage1/go1.4-bootstrap-20171003.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003 -xf - >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Patching >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Configuring >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Building cd /home/autobuild/autobuild/instance-2/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003/src && GOOS=linux GOROOT_FINAL="/home/autobuild/autobuild/instance-2/output-1/host/lib/go-1.4-bootstrap-20171003" GOROOT="/home/autobuild/autobuild/instance-2/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003" GOBIN="/home/autobuild/autobuild/instance-2/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003/bin" CC=/usr/bin/gcc CGO_ENABLED=0 ./make.bash # Building C bootstrap tool. cmd/dist go tool dist: unknown architecture: aarch64 make: *** [package/pkg-generic.mk:289: /home/autobuild/autobuild/instance-2/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003/.stamp_built] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'