from /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro/io.h:31, from /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro/consumer.h:30, from /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro.h:28, from /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:18: /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:127:39: warning: passing argument 3 of 'last_value.iface->get_string' from incompatible pointer type [-Wincompatible-pointer-types] 127 | avro_value_get_string(&last_value, &p, &size); | ^~ | | | int32_t ** {aka int **} /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' 408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | ^~~~~~~~~~~ /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:127:4: note: in expansion of macro 'avro_value_get_string' 127 | avro_value_get_string(&last_value, &p, &size); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:127:39: note: expected 'const char **' but argument is of type 'int32_t **' {aka 'int **'} 127 | avro_value_get_string(&last_value, &p, &size); | ^~ /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' 408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | ^~~~~~~~~~~ /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:127:4: note: in expansion of macro 'avro_value_get_string' 127 | avro_value_get_string(&last_value, &p, &size); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:128:24: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int32_t *' {aka 'int *'} [-Wformat=] 128 | fprintf(stdout, "%15s | ", p); | ~~~^ ~ | | | | char * int32_t * {aka int *} | %15ls In file included from /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro/legacy.h:33, from /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro/io.h:31, from /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro/consumer.h:30, from /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro.h:28, from /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:18: /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:131:40: warning: passing argument 3 of 'phone_value.iface->get_string' from incompatible pointer type [-Wincompatible-pointer-types] 131 | avro_value_get_string(&phone_value, &p, &size); | ^~ | | | int32_t ** {aka int **} /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' 408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | ^~~~~~~~~~~ /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:131:4: note: in expansion of macro 'avro_value_get_string' 131 | avro_value_get_string(&phone_value, &p, &size); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:131:40: note: expected 'const char **' but argument is of type 'int32_t **' {aka 'int **'} 131 | avro_value_get_string(&phone_value, &p, &size); | ^~ /tmp/instance-23/output-1/build/avro-c-1.11.1/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' 408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | ^~~~~~~~~~~ /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:131:4: note: in expansion of macro 'avro_value_get_string' 131 | avro_value_get_string(&phone_value, &p, &size); | ^~~~~~~~~~~~~~~~~~~~~ /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:132:24: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int32_t *' {aka 'int *'} [-Wformat=] 132 | fprintf(stdout, "%15s | ", p); | ~~~^ ~ | | | | char * int32_t * {aka int *} | %15ls /tmp/instance-23/output-1/build/avro-c-1.11.1/examples/quickstop.c:95:55: warning: unused parameter 'reader_schema' [-Wunused-parameter] 95 | int print_person(avro_file_reader_t db, avro_schema_t reader_schema) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~ [ 61%] Linking C executable quickstop [ 61%] Built target quickstop [ 62%] Building C object tests/CMakeFiles/generate_interop_data.dir/generate_interop_data.c.o [ 63%] Linking C executable generate_interop_data [ 63%] Built target generate_interop_data [ 63%] Building C object tests/CMakeFiles/performance.dir/performance.c.o [ 64%] Linking C executable performance [ 64%] Built target performance [ 64%] Building C object tests/CMakeFiles/test_interop_data.dir/test_interop_data.c.o [ 65%] Linking C executable test_interop_data [ 65%] Built target test_interop_data [ 66%] Building C object tests/CMakeFiles/test_data_structures.dir/test_data_structures.c.o [ 67%] Linking C executable test_data_structures [ 67%] Built target test_data_structures [ 67%] Building C object tests/CMakeFiles/test_avro_schema.dir/test_avro_schema.c.o [ 68%] Linking C executable test_avro_schema [ 68%] Built target test_avro_schema [ 69%] Building C object tests/CMakeFiles/test_avro_schema_names.dir/test_avro_schema_names.c.o [ 70%] Linking C executable test_avro_schema_names [ 70%] Built target test_avro_schema_names [ 70%] Building C object tests/CMakeFiles/test_avro_values.dir/test_avro_values.c.o [ 71%] Linking C executable test_avro_values [ 71%] Built target test_avro_values [ 71%] Building C object tests/CMakeFiles/test_avro_766.dir/test_avro_766.c.o [ 72%] Linking C executable test_avro_766 [ 72%] Built target test_avro_766 [ 73%] Building C object tests/CMakeFiles/test_avro_968.dir/test_avro_968.c.o [ 74%] Linking C executable test_avro_968 [ 74%] Built target test_avro_968 [ 74%] Building C object tests/CMakeFiles/test_avro_984.dir/test_avro_984.c.o [ 75%] Linking C executable test_avro_984 [ 75%] Built target test_avro_984 [ 75%] Building C object tests/CMakeFiles/test_avro_1034.dir/test_avro_1034.c.o [ 76%] Linking C executable test_avro_1034 [ 76%] Built target test_avro_1034 [ 77%] Building C object tests/CMakeFiles/test_avro_1084.dir/test_avro_1084.c.o [ 78%] Linking C executable test_avro_1084 [ 78%] Built target test_avro_1084 [ 78%] Building C object tests/CMakeFiles/test_avro_1087.dir/test_avro_1087.c.o [ 79%] Linking C executable test_avro_1087 [ 79%] Built target test_avro_1087 [ 80%] Building C object tests/CMakeFiles/test_avro_1165.dir/test_avro_1165.c.o [ 81%] Linking C executable test_avro_1165 [ 81%] Built target test_avro_1165 [ 81%] Building C object tests/CMakeFiles/test_avro_1167.dir/test_avro_1167.c.o [ 82%] Linking C executable test_avro_1167 [ 82%] Built target test_avro_1167 [ 83%] Building C object tests/CMakeFiles/test_avro_1237.dir/test_avro_1237.c.o [ 84%] Linking C executable test_avro_1237 [ 84%] Built target test_avro_1237 [ 84%] Building C object tests/CMakeFiles/test_avro_1238.dir/test_avro_1238.c.o [ 85%] Linking C executable test_avro_1238 [ 85%] Built target test_avro_1238 [ 86%] Building C object tests/CMakeFiles/test_avro_1279.dir/test_avro_1279.c.o [ 87%] Linking C executable test_avro_1279 [ 87%] Built target test_avro_1279 [ 88%] Building C object tests/CMakeFiles/test_avro_1405.dir/test_avro_1405.c.o [ 89%] Linking C executable test_avro_1405 [ 89%] Built target test_avro_1405 [ 89%] Building C object tests/CMakeFiles/test_avro_1572.dir/test_avro_1572.c.o [ 90%] Linking C executable test_avro_1572 [ 90%] Built target test_avro_1572 [ 91%] Building C object tests/CMakeFiles/test_avro_data.dir/test_avro_data.c.o [ 92%] Linking C executable test_avro_data [ 92%] Built target test_avro_data [ 93%] Building C object tests/CMakeFiles/test_refcount.dir/test_refcount.c.o [ 94%] Linking C executable test_refcount [ 94%] Built target test_refcount [ 94%] Building C object tests/CMakeFiles/test_avro_1379.dir/test_avro_1379.c.o [ 95%] Linking C executable test_avro_1379 [ 95%] Built target test_avro_1379 [ 96%] Building C object tests/CMakeFiles/test_avro_1691.dir/test_avro_1691.c.o [ 97%] Linking C executable test_avro_1691 [ 97%] Built target test_avro_1691 [ 98%] Building C object tests/CMakeFiles/test_avro_1906.dir/test_avro_1906.c.o /tmp/instance-23/output-1/build/avro-c-1.11.1/tests/test_avro_1906.c: In function 'test_n_records': /tmp/instance-23/output-1/build/avro-c-1.11.1/tests/test_avro_1906.c:172:6: warning: unused variable 'res' [-Wunused-variable] 172 | int res = 0; | ^~~ [ 99%] Linking C executable test_avro_1906 [ 99%] Built target test_avro_1906 [ 99%] Building C object tests/CMakeFiles/test_avro_1904.dir/test_avro_1904.c.o [100%] Linking C executable test_avro_1904 [100%] Built target test_avro_1904 make[1]: Leaving directory '/tmp/instance-23/output-1/build/avro-c-1.11.1' >>> avro-c 1.11.1 Installing to staging directory PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/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-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-23/output-1/build/avro-c-1.11.1/ make[1]: Entering directory '/tmp/instance-23/output-1/build/avro-c-1.11.1' Install the project... -- Install configuration: "Debug" -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/value.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/schema.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/resolver.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/refcount.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/platform.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/msstdint.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/msinttypes.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/legacy.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/io.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/generic.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/errors.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/data.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/consumer.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/basics.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/avro/allocation.h -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libavro.a -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libavro.so.23.0.0 -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libavro.so.23 -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libavro.so -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/avro-c.pc -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/avrocat -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/avroappend -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/avropipe -- Installing: /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/avromod make[1]: Leaving directory '/tmp/instance-23/output-1/build/avro-c-1.11.1' >>> avro-c 1.11.1 Fixing libtool files for la in $(find /tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-23/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-23/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-23/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-23/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> avro-c 1.11.1 Installing to target PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/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-23/output-1/target install/fast -C /tmp/instance-23/output-1/build/avro-c-1.11.1/ make[1]: Entering directory '/tmp/instance-23/output-1/build/avro-c-1.11.1' Install the project... -- Install configuration: "Debug" -- Installing: /tmp/instance-23/output-1/target/usr/include/avro.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/value.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/schema.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/resolver.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/refcount.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/platform.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/msstdint.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/msinttypes.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/legacy.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/io.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/generic.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/errors.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/data.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/consumer.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/basics.h -- Installing: /tmp/instance-23/output-1/target/usr/include/avro/allocation.h -- Installing: /tmp/instance-23/output-1/target/usr/lib/libavro.a -- Installing: /tmp/instance-23/output-1/target/usr/lib/libavro.so.23.0.0 -- Installing: /tmp/instance-23/output-1/target/usr/lib/libavro.so.23 -- Installing: /tmp/instance-23/output-1/target/usr/lib/libavro.so -- Installing: /tmp/instance-23/output-1/target/usr/lib/pkgconfig/avro-c.pc -- Installing: /tmp/instance-23/output-1/target/usr/bin/avrocat -- Installing: /tmp/instance-23/output-1/target/usr/bin/avroappend -- Installing: /tmp/instance-23/output-1/target/usr/bin/avropipe -- Installing: /tmp/instance-23/output-1/target/usr/bin/avromod make[1]: Leaving directory '/tmp/instance-23/output-1/build/avro-c-1.11.1' axel-2.17.11.tar.xz: OK (sha256: 580b2c18692482fd7f1e2b2819159484311ffc50f6d18924dceb80fd41d4ccf9) >>> axel 2.17.11 Extracting xzcat /tmp/instance-23/dl/axel/axel-2.17.11.tar.xz | tar --strip-components=1 -C /tmp/instance-23/output-1/build/axel-2.17.11 -xf - >>> axel 2.17.11 Patching >>> axel 2.17.11 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-23/output-1/build/axel-2.17.11 -name $file); do cp support/gnuconfig/$file $i; done; done >>> axel 2.17.11 Patching libtool patching file /tmp/instance-23/output-1/build/axel-2.17.11/build-aux/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). >>> axel 2.17.11 Configuring (cd /tmp/instance-23/output-1/build/axel-2.17.11/ && rm -rf config.cache && PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc-ar" AS="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-as" LD="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-ld" NM="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc-nm" CC="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc" GCC="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc" CPP="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-cpp" CXX="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-g++" FC="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gfortran" F77="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gfortran" RANLIB="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc-ranlib" READELF="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-objcopy" OBJDUMP="/tmp/instance-23/output-1/host/bin/aarch64-none-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-23/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-23/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-23/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-23/output-1/host/lib -Wl,-rpath,/tmp/instance-23/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-23/output-1/host/bin/aarch64-none-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 -Og -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 " LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/tmp/instance-23/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-23/output-1/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=aarch64-buildroot-linux-gnu --host=aarch64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ac_cv_prog_cc_c99=-std=c99 CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 " --with-ssl ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for aarch64-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking pkg-config is at least version 0.9.0... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... aarch64-buildroot-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for aarch64-buildroot-linux-gnu-gcc... /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-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... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc option to enable C11 features... none needed checking whether /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc... none 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 aarch64-buildroot-linux-gnu-gcc... (cached) /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc accepts -g... (cached) yes checking for /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc... (cached) none checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a sed that does not truncate output... /usr/bin/sed checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wduplicated-cond... yes checking whether C compiler accepts -Wduplicated-branches... yes checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wrestrict... yes checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--as-needed... yes checking whether the linker accepts -Wl,--as-needed... yes checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking whether the linker accepts -Wl,--no-as-needed... yes checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no checking whether the linker accepts -Wl,--no-as-needed... yes checking for __attribute__((format))... yes checking for __builtin_clzll... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for locale.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for inline... inline checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for size_t... yes checking for ssize_t... yes checking for mode_t... yes checking return type of signal handlers... void checking for off_t... yes checking for off_t compatibility... yes checking for getaddrinfo... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for malloc... yes checking for memset... yes checking for nanosleep... yes checking for realloc... yes checking for select... yes checking for setlocale... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strstr... yes checking for strtoul... yes checking for strtoll... yes checking for strlcpy... no checking for strlcat... no checking for O_NONBLOCK... yes checking for openssl... yes checking for ASN1_STRING_get0_data... yes checking for msgfmt... /tmp/instance-23/output-1/host/bin/msgfmt checking for gmsgfmt... /tmp/instance-23/output-1/host/bin/msgfmt checking for xgettext... /tmp/instance-23/output-1/host/bin/xgettext checking for msgmerge... /tmp/instance-23/output-1/host/bin/msgmerge checking for ld used by GCC... /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-ld checking if the linker (/tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... no checking target system type... aarch64-buildroot-linux-gnu checking how to run the C preprocessor... /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether /tmp/instance-23/output-1/host/bin/aarch64-none-linux-gnu-gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-static, --enable-shared >>> axel 2.17.11 Building PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-23/output-1/build/axel-2.17.11/ make[1]: Entering directory '/tmp/instance-23/output-1/build/axel-2.17.11' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-23/output-1/build/axel-2.17.11' Making all in po make[3]: Entering directory '/tmp/instance-23/output-1/build/axel-2.17.11/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-23/output-1/build/axel-2.17.11/po' make[3]: Entering directory '/tmp/instance-23/output-1/build/axel-2.17.11' CC src/abuf.o CC src/axel.o CC src/sleep.o CC src/conf.o CC src/conn.o CC src/ftp.o CC src/http.o CC src/search.o CC src/tcp.o CC src/text.o CC src/dn-match.o CC src/ssl.o CC src/ssl_verify.o CC lib/strlcpy.o CC lib/strlcat.o CCLD axel make[3]: Leaving directory '/tmp/instance-23/output-1/build/axel-2.17.11' make[2]: Leaving directory '/tmp/instance-23/output-1/build/axel-2.17.11' make[1]: Leaving directory '/tmp/instance-23/output-1/build/axel-2.17.11' >>> axel 2.17.11 Installing to target PATH="/tmp/instance-23/output-1/host/bin:/tmp/instance-23/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-23/output-1/target install -C /tmp/instance-23/output-1/build/axel-2.17.11/ make[1]: Entering directory '/tmp/instance-23/output-1/build/axel-2.17.11' Making install in po make[2]: Entering directory '/tmp/instance-23/output-1/build/axel-2.17.11/po' if test "axel" = "gettext"; then \ /usr/bin/install -c -d /tmp/instance-23/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot ; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-23/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-23/output-1/build/axel-2.17.11/po' make[2]: Entering directory '/tmp/instance-23/output-1/build/axel-2.17.11' make[3]: Entering directory '/tmp/instance-23/output-1/build/axel-2.17.11' /usr/bin/mkdir -p '/tmp/instance-23/output-1/target/usr/bin' /usr/bin/install -c axel '/tmp/instance-23/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-23/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/axel.1 '/tmp/instance-23/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/tmp/instance-23/output-1/build/axel-2.17.11' make[2]: Leaving directory '/tmp/instance-23/output-1/build/axel-2.17.11' make[1]: Leaving directory '/tmp/instance-23/output-1/build/axel-2.17.11' go1.4-bootstrap-20171003.tar.gz: OK (sha256: f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52) >>> host-go-bootstrap 1.4-bootstrap-20171003 Extracting gzip -d -c /tmp/instance-23/dl/go-bootstrap/go1.4-bootstrap-20171003.tar.gz | tar --strip-components=1 -C /tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003 -xf - >>> host-go-bootstrap 1.4-bootstrap-20171003 Patching >>> host-go-bootstrap 1.4-bootstrap-20171003 Configuring >>> host-go-bootstrap 1.4-bootstrap-20171003 Building cd /tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/src && GOOS=linux GOROOT_FINAL="/tmp/instance-23/output-1/host/lib/go-1.4-bootstrap-20171003" GOROOT="/tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003" GOBIN="/tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/bin" CC=/usr/bin/gcc CGO_ENABLED=0 ./make.bash # Building C bootstrap tool. cmd/dist go tool dist: mkdtemp(/var/tmp/go-cbuild-K7tL7J): No space left on device make: *** [package/pkg-generic.mk:293: /tmp/instance-23/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-23/buildroot'