| ~~^ | | | long unsigned int | %u example-reformatter-alt.c:134:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 134 | fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 138 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:135:51: note: format string is defined here 135 | "%s at line %lu, column %lu\n", parser.context, | ~~^ | | | long unsigned int | %u example-reformatter-alt.c:141:62: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 141 | fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 142 | parser.problem, parser.problem_mark.line+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:141:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 141 | fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 142 | parser.problem, parser.problem_mark.line+1, 143 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:149:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 149 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" | ~~^ | | | long unsigned int | %u 150 | "%s at line %lu, column %lu\n", parser.context, 151 | parser.context_mark.line+1, parser.context_mark.column+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:149:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 149 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" | ~~^ | | | long unsigned int | %u 150 | "%s at line %lu, column %lu\n", parser.context, 151 | parser.context_mark.line+1, parser.context_mark.column+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:149:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 149 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 152 | parser.problem, parser.problem_mark.line+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:150:39: note: format string is defined here 150 | "%s at line %lu, column %lu\n", parser.context, | ~~^ | | | long unsigned int | %u example-reformatter-alt.c:149:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 149 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 153 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:150:51: note: format string is defined here 150 | "%s at line %lu, column %lu\n", parser.context, | ~~^ | | | long unsigned int | %u example-reformatter-alt.c:156:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 156 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 157 | parser.problem, parser.problem_mark.line+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:156:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 156 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 157 | parser.problem, parser.problem_mark.line+1, 158 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:164:63: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 164 | fprintf(stderr, "Composer error: %s at line %lu, column %lu\n" | ~~^ | | | long unsigned int | %u 165 | "%s at line %lu, column %lu\n", parser.context, 166 | parser.context_mark.line+1, parser.context_mark.column+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:164:75: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 164 | fprintf(stderr, "Composer error: %s at line %lu, column %lu\n" | ~~^ | | | long unsigned int | %u 165 | "%s at line %lu, column %lu\n", parser.context, 166 | parser.context_mark.line+1, parser.context_mark.column+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:164:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 164 | fprintf(stderr, "Composer error: %s at line %lu, column %lu\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 167 | parser.problem, parser.problem_mark.line+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:165:39: note: format string is defined here 165 | "%s at line %lu, column %lu\n", parser.context, | ~~^ | | | long unsigned int | %u example-reformatter-alt.c:164:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 164 | fprintf(stderr, "Composer error: %s at line %lu, column %lu\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 168 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:165:51: note: format string is defined here 165 | "%s at line %lu, column %lu\n", parser.context, | ~~^ | | | long unsigned int | %u example-reformatter-alt.c:171:63: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 171 | fprintf(stderr, "Composer error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 172 | parser.problem, parser.problem_mark.line+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-reformatter-alt.c:171:75: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 171 | fprintf(stderr, "Composer error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 172 | parser.problem, parser.problem_mark.line+1, 173 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o example-reformatter-alt example-reformatter-alt.o ../src/libyaml.la libtool: link: /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o example-reformatter-alt example-reformatter-alt.o ../src/.libs/libyaml.a /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c -o example-deconstructor.o example-deconstructor.c /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o example-deconstructor example-deconstructor.o ../src/libyaml.la libtool: link: /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o example-deconstructor example-deconstructor.o ../src/.libs/libyaml.a /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c -o example-deconstructor-alt.o example-deconstructor-alt.c example-deconstructor-alt.c: In function 'main': example-deconstructor-alt.c:717:62: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 717 | fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" | ~~^ | | | long unsigned int | %u 718 | "%s at line %lu, column %lu\n", parser.context, 719 | parser.context_mark.line+1, parser.context_mark.column+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:717:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 717 | fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" | ~~^ | | | long unsigned int | %u 718 | "%s at line %lu, column %lu\n", parser.context, 719 | parser.context_mark.line+1, parser.context_mark.column+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:717:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 717 | fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 720 | parser.problem, parser.problem_mark.line+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:718:39: note: format string is defined here 718 | "%s at line %lu, column %lu\n", parser.context, | ~~^ | | | long unsigned int | %u example-deconstructor-alt.c:717:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 717 | fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 721 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:718:51: note: format string is defined here 718 | "%s at line %lu, column %lu\n", parser.context, | ~~^ | | | long unsigned int | %u example-deconstructor-alt.c:724:62: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 724 | fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 725 | parser.problem, parser.problem_mark.line+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:724:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 724 | fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 725 | parser.problem, parser.problem_mark.line+1, 726 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:732:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 732 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" | ~~^ | | | long unsigned int | %u 733 | "%s at line %lu, column %lu\n", parser.context, 734 | parser.context_mark.line+1, parser.context_mark.column+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:732:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 732 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" | ~~^ | | | long unsigned int | %u 733 | "%s at line %lu, column %lu\n", parser.context, 734 | parser.context_mark.line+1, parser.context_mark.column+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:732:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 732 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 735 | parser.problem, parser.problem_mark.line+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:733:39: note: format string is defined here 733 | "%s at line %lu, column %lu\n", parser.context, | ~~^ | | | long unsigned int | %u example-deconstructor-alt.c:732:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 732 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 736 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:733:51: note: format string is defined here 733 | "%s at line %lu, column %lu\n", parser.context, | ~~^ | | | long unsigned int | %u example-deconstructor-alt.c:739:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 739 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 740 | parser.problem, parser.problem_mark.line+1, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} example-deconstructor-alt.c:739:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 739 | fprintf(stderr, "Parser error: %s at line %lu, column %lu\n", | ~~^ | | | long unsigned int | %u 740 | parser.problem, parser.problem_mark.line+1, 741 | parser.problem_mark.column+1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o example-deconstructor-alt example-deconstructor-alt.o ../src/libyaml.la libtool: link: /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o example-deconstructor-alt example-deconstructor-alt.o ../src/.libs/libyaml.a /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c -o run-parser-test-suite.o run-parser-test-suite.c /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o run-parser-test-suite run-parser-test-suite.o ../src/libyaml.la libtool: link: /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o run-parser-test-suite run-parser-test-suite.o ../src/.libs/libyaml.a /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c -o run-emitter-test-suite.o run-emitter-test-suite.c /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o run-emitter-test-suite run-emitter-test-suite.o ../src/libyaml.la libtool: link: /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static -o run-emitter-test-suite run-emitter-test-suite.o ../src/.libs/libyaml.a make[2]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/tests' make[1]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' >>> libyaml 0.2.5 Installing to staging directory PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/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-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot install -C /tmp/instance-17/output-1/build/libyaml-0.2.5/ make[1]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' Making install in include make[2]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/include' make[3]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 yaml.h '/tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/.' make[3]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/include' make[2]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/include' Making install in src make[2]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/src' make[3]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/src' /usr/bin/mkdir -p '/tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libyaml.la '/tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libyaml.lai /tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libyaml.la libtool: install: /usr/bin/install -c .libs/libyaml.a /tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libyaml.a libtool: install: chmod 644 /tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libyaml.a libtool: install: /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ranlib /tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/libyaml.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/src' make[2]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/src' Making install in . make[2]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' make[3]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 yaml-0.1.pc '/tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' make[2]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' Making install in tests make[2]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/tests' make[3]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/tests' make[2]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/tests' make[1]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' >>> libyaml 0.2.5 Fixing libtool files for la in $(find /tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-17/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-17/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 >>> libyaml 0.2.5 Installing to target PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/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-17/output-1/target install -C /tmp/instance-17/output-1/build/libyaml-0.2.5/ make[1]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' Making install in include make[2]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/include' make[3]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-17/output-1/target/usr/include' /usr/bin/install -c -m 644 yaml.h '/tmp/instance-17/output-1/target/usr/include/.' make[3]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/include' make[2]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/include' Making install in src make[2]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/src' make[3]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/src' /usr/bin/mkdir -p '/tmp/instance-17/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libyaml.la '/tmp/instance-17/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libyaml.lai /tmp/instance-17/output-1/target/usr/lib/libyaml.la libtool: install: /usr/bin/install -c .libs/libyaml.a /tmp/instance-17/output-1/target/usr/lib/libyaml.a libtool: install: chmod 644 /tmp/instance-17/output-1/target/usr/lib/libyaml.a libtool: install: /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ranlib /tmp/instance-17/output-1/target/usr/lib/libyaml.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/src' make[2]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/src' Making install in . make[2]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' make[3]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-17/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 yaml-0.1.pc '/tmp/instance-17/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' make[2]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' Making install in tests make[2]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/tests' make[3]: Entering directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/tests' make[2]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5/tests' make[1]: Leaving directory '/tmp/instance-17/output-1/build/libyaml-0.2.5' >>> lockfile-progs 0.1.19 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-17/output-1/build/.lockfile-progs_0.1.19.tar.gz.Wir9xQ/output' 'http://snapshot.debian.org/archive/debian/20210903T205304Z/pool/main/l/lockfile-progs/lockfile-progs_0.1.19.tar.gz' --2023-03-07 02:27:16-- http://snapshot.debian.org/archive/debian/20210903T205304Z/pool/main/l/lockfile-progs/lockfile-progs_0.1.19.tar.gz Resolving snapshot.debian.org (snapshot.debian.org)... 185.17.185.185, 193.62.202.27, 2001:1af8:4020:b030:deb::185, ... Connecting to snapshot.debian.org (snapshot.debian.org)|185.17.185.185|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 104345 (102K) Saving to: '/tmp/instance-17/output-1/build/.lockfile-progs_0.1.19.tar.gz.Wir9xQ/output' 0K .......... .......... .......... .......... .......... 49% 198K 0s 50K .......... .......... .......... .......... .......... 98% 403K 0s 100K . 100% 475K=0.4s 2023-03-07 02:27:17 (268 KB/s) - '/tmp/instance-17/output-1/build/.lockfile-progs_0.1.19.tar.gz.Wir9xQ/output' saved [104345/104345] lockfile-progs_0.1.19.tar.gz: OK (sha256: 2c5704b01c8f474f82921780e4592a927b2bf6a6d7616354a6c5d7cd5664857e) >>> lockfile-progs 0.1.19 Extracting gzip -d -c /tmp/instance-17/dl/lockfile-progs/lockfile-progs_0.1.19.tar.gz | tar --strip-components=1 -C /tmp/instance-17/output-1/build/lockfile-progs-0.1.19 -xf - >>> lockfile-progs 0.1.19 Patching Applying 0001-sus3v-legacy.patch using patch: patching file lockfile-progs.c Hunk #1 succeeded at 133 (offset 40 lines). >>> lockfile-progs 0.1.19 Configuring >>> lockfile-progs 0.1.19 Building /home/autobuild/make/make -j1 PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar" AS="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-as" LD="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-ld" NM="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-nm" CC="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc" GCC="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc" CPP="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-cpp" CXX="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-g++" FC="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran" F77="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran" RANLIB="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ranlib" READELF="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-objcopy" OBJDUMP="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-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-17/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-17/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-17/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-as" DEFAULT_LINKER="/tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-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 -O0 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -O0 -g0 -static" FFLAGS=" -O0 -g0 -static" PKG_CONFIG="/tmp/instance-17/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-17/output-1/host/arceb-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /tmp/instance-17/output-1/build/lockfile-progs-0.1.19 make[1]: Entering directory '/tmp/instance-17/output-1/build/lockfile-progs-0.1.19' /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lockfile-progs.o lockfile-progs.c /tmp/instance-17/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -o lockfile-create -static lockfile-progs.o -llockfile rm -rf bin mkdir -p bin cp -a lockfile-create bin cp -a lockfile-create bin/mail-lock cd bin && ln lockfile-create lockfile-remove cd bin && ln lockfile-create lockfile-touch cd bin && ln lockfile-create lockfile-check cd bin && ln mail-lock mail-unlock cd bin && ln mail-lock mail-touchlock mkdir -p man cp -a lockfile-progs.1 man (cd man && ln -sf lockfile-progs.1 lockfile-create.1 && \ ln -sf lockfile-progs.1 lockfile-remove.1 && \ ln -sf lockfile-progs.1 lockfile-touch.1 && \ ln -sf lockfile-progs.1 lockfile-check.1 && \ ln -sf lockfile-progs.1 mail-lock.1 && \ ln -sf lockfile-progs.1 mail-unlock.1 && \ ln -sf lockfile-progs.1 mail-touchlock.1) make[1]: Leaving directory '/tmp/instance-17/output-1/build/lockfile-progs-0.1.19' >>> lockfile-progs 0.1.19 Installing to target for i in lockfile-check lockfile-create lockfile-remove lockfile-touch mail-lock mail-touchlock mail-unlock; do /usr/bin/install -D -m 755 /tmp/instance-17/output-1/build/lockfile-progs-0.1.19/bin/$i /tmp/instance-17/output-1/target/usr/bin/$i || exit 1; done go1.4-bootstrap-20171003.tar.gz: OK (sha256: f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52) >>> host-go-bootstrap 1.4-bootstrap-20171003 Extracting gzip -d -c /tmp/instance-17/dl/go-bootstrap/go1.4-bootstrap-20171003.tar.gz | tar --strip-components=1 -C /tmp/instance-17/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-17/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/src && GOOS=linux GOROOT_FINAL="/tmp/instance-17/output-1/host/lib/go-1.4-bootstrap-20171003" GOROOT="/tmp/instance-17/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003" GOBIN="/tmp/instance-17/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-pGvsW9): Permission denied make: *** [package/pkg-generic.mk:293: /tmp/instance-17/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-17/buildroot'