PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-1/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="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-1/output-1/build/host-libyaml-0.2.5/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' Making all in include make[2]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/include' /home/autobuild/make/make all-am make[3]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/include' make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/include' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/include' Making all in src make[2]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src' /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o api.lo api.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c api.c -fPIC -DPIC -o .libs/api.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o reader.lo reader.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c reader.c -fPIC -DPIC -o .libs/reader.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o scanner.lo scanner.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c scanner.c -fPIC -DPIC -o .libs/scanner.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o parser.lo parser.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c parser.c -fPIC -DPIC -o .libs/parser.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o loader.lo loader.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c loader.c -fPIC -DPIC -o .libs/loader.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o writer.lo writer.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c writer.c -fPIC -DPIC -o .libs/writer.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o emitter.lo emitter.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c emitter.c -fPIC -DPIC -o .libs/emitter.o emitter.c: In function 'yaml_emitter_write_plain_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:1962:18: note: in expansion of macro 'WRITE_BREAK' 1962 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_single_quoted_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2019:18: note: in expansion of macro 'WRITE_BREAK' 2019 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_literal_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2285:18: note: in expansion of macro 'WRITE_BREAK' 2285 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_folded_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] 28 | && ((emitter->line_break == YAML_CR_BREAK ? \ | ^~ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' 56 | (PUT_BREAK(emitter), \ | ^~~~~~~~~ emitter.c:2334:18: note: in expansion of macro 'WRITE_BREAK' 2334 | if (!WRITE_BREAK(emitter, string)) return 0; | ^~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o dumper.lo dumper.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c dumper.c -fPIC -DPIC -o .libs/dumper.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -no-undefined -release 0 -version-info 2:9:0 -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o libyaml.la -rpath /tmp/instance-1/output-1/host/lib api.lo reader.lo scanner.lo parser.lo loader.lo writer.lo emitter.lo dumper.lo libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/api.o .libs/reader.o .libs/scanner.o .libs/parser.o .libs/loader.o .libs/writer.o .libs/emitter.o .libs/dumper.o -L/tmp/instance-1/output-1/host/lib -O2 -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -Wl,-soname -Wl,libyaml-0.so.2 -o .libs/libyaml-0.so.2.0.9 libtool: link: (cd ".libs" && rm -f "libyaml-0.so.2" && ln -s "libyaml-0.so.2.0.9" "libyaml-0.so.2") libtool: link: (cd ".libs" && rm -f "libyaml.so" && ln -s "libyaml-0.so.2.0.9" "libyaml.so") libtool: link: ( cd ".libs" && rm -f "libyaml.la" && ln -s "../libyaml.la" "libyaml.la" ) make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src' Making all in . make[2]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' Making all in tests make[2]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/tests' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o run-scanner.o run-scanner.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o run-scanner run-scanner.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o run-scanner run-scanner.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o run-parser.o run-parser.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o run-parser run-parser.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o run-parser run-parser.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o run-loader.o run-loader.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o run-loader run-loader.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o run-loader run-loader.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o run-emitter.o run-emitter.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o run-emitter run-emitter.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o run-emitter run-emitter.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o run-dumper.o run-dumper.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o run-dumper run-dumper.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o run-dumper run-dumper.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o example-reformatter.o example-reformatter.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o example-reformatter example-reformatter.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o example-reformatter example-reformatter.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o example-reformatter-alt.o example-reformatter-alt.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o example-reformatter-alt example-reformatter-alt.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o example-reformatter-alt example-reformatter-alt.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o example-deconstructor.o example-deconstructor.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o example-deconstructor example-deconstructor.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o example-deconstructor example-deconstructor.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o example-deconstructor-alt.o example-deconstructor-alt.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o example-deconstructor-alt example-deconstructor-alt.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o example-deconstructor-alt example-deconstructor-alt.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o run-parser-test-suite.o run-parser-test-suite.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o run-parser-test-suite run-parser-test-suite.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o run-parser-test-suite run-parser-test-suite.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -c -o run-emitter-test-suite.o run-emitter-test-suite.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o run-emitter-test-suite run-emitter-test-suite.o ../src/libyaml.la libtool: link: /usr/bin/gcc -O2 -I/tmp/instance-1/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib -o run-emitter-test-suite run-emitter-test-suite.o -L/tmp/instance-1/output-1/host/lib ../src/.libs/libyaml.so -Wl,-rpath -Wl,/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src/.libs -Wl,-rpath -Wl,/tmp/instance-1/output-1/host/lib make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/tests' make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' >>> host-libyaml 0.2.5 Installing to host directory PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-1/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="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-1/output-1/build/host-libyaml-0.2.5/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' Making install in include make[2]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/include' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-1/output-1/host/include' /usr/bin/install -c -m 644 yaml.h '/tmp/instance-1/output-1/host/include/.' make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/include' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/include' Making install in src make[2]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src' /usr/bin/mkdir -p '/tmp/instance-1/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libyaml.la '/tmp/instance-1/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libyaml-0.so.2.0.9 /tmp/instance-1/output-1/host/lib/libyaml-0.so.2.0.9 libtool: install: (cd /tmp/instance-1/output-1/host/lib && { ln -s -f libyaml-0.so.2.0.9 libyaml-0.so.2 || { rm -f libyaml-0.so.2 && ln -s libyaml-0.so.2.0.9 libyaml-0.so.2; }; }) libtool: install: (cd /tmp/instance-1/output-1/host/lib && { ln -s -f libyaml-0.so.2.0.9 libyaml.so || { rm -f libyaml.so && ln -s libyaml-0.so.2.0.9 libyaml.so; }; }) libtool: install: /usr/bin/install -c .libs/libyaml.lai /tmp/instance-1/output-1/host/lib/libyaml.la libtool: finish: PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/instance-1/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /tmp/instance-1/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/src' Making install in . make[2]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-1/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 yaml-0.1.pc '/tmp/instance-1/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' Making install in tests make[2]: Entering directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/tests' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-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-1/output-1/build/host-libyaml-0.2.5/tests' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5/tests' make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-libyaml-0.2.5' >>> host-python-pyyaml 6.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-1/output-1/build/.PyYAML-6.0.tar.gz.aAgX4J/output' 'https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz' --2023-04-13 17:44:47-- https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.1.63, 151.101.65.63, 151.101.193.63, ... Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.1.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 124996 (122K) [application/x-tar] Saving to: '/tmp/instance-1/output-1/build/.PyYAML-6.0.tar.gz.aAgX4J/output' 0K .......... .......... .......... .......... .......... 40% 13.9M 0s 50K .......... .......... .......... .......... .......... 81% 15.0M 0s 100K .......... .......... .. 100% 246M=0.007s 2023-04-13 17:44:47 (17.3 MB/s) - '/tmp/instance-1/output-1/build/.PyYAML-6.0.tar.gz.aAgX4J/output' saved [124996/124996] PyYAML-6.0.tar.gz: OK (md5: 1d19c798f25e58e3e582f0f8c977dbb8) PyYAML-6.0.tar.gz: OK (sha256: 68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2) >>> host-python-pyyaml 6.0 Extracting gzip -d -c /tmp/instance-1/dl/python-pyyaml/PyYAML-6.0.tar.gz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/host-python-pyyaml-6.0 -xf - >>> host-python-pyyaml 6.0 Patching >>> host-python-pyyaml 6.0 Configuring >>> host-python-pyyaml 6.0 Building (cd /tmp/instance-1/output-1/build/host-python-pyyaml-6.0//; PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-1/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="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/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/tmp/instance-1/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /tmp/instance-1/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-x86_64-cpython-311 creating build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/tokens.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/serializer.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/scanner.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/resolver.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/representer.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/reader.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/parser.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/nodes.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/loader.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/events.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/error.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/emitter.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/dumper.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/cyaml.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/constructor.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/composer.py -> build/lib.linux-x86_64-cpython-311/yaml copying lib/yaml/__init__.py -> build/lib.linux-x86_64-cpython-311/yaml creating build/lib.linux-x86_64-cpython-311/_yaml copying lib/_yaml/__init__.py -> build/lib.linux-x86_64-cpython-311/_yaml running build_ext building 'yaml._yaml' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/yaml /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -I/tmp/instance-1/output-1/host/include -fPIC -I/tmp/instance-1/output-1/host/include/python3.11 -c yaml/_yaml.c -o build/temp.linux-x86_64-cpython-311/yaml/_yaml.o gcc: error: yaml/_yaml.c: No such file or directory gcc: fatal error: no input files compilation terminated. Error compiling module, falling back to pure Python >>> host-python-pyyaml 6.0 Installing to host directory (cd /tmp/instance-1/output-1/build/host-python-pyyaml-6.0//; PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-1/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="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/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/tmp/instance-1/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /tmp/instance-1/output-1/host/bin/python setup.py install --prefix=/tmp/instance-1/output-1/host --root=/ --single-version-externally-managed ) running install /tmp/instance-1/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext building 'yaml._yaml' extension /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/tmp/instance-1/output-1/host/include -O2 -I/tmp/instance-1/output-1/host/include -I/tmp/instance-1/output-1/host/include -fPIC -I/tmp/instance-1/output-1/host/include/python3.11 -c yaml/_yaml.c -o build/temp.linux-x86_64-cpython-311/yaml/_yaml.o gcc: error: yaml/_yaml.c: No such file or directory gcc: fatal error: no input files compilation terminated. Error compiling module, falling back to pure Python running install_lib creating /tmp/instance-1/output-1/host/lib/python3.11/site-packages/_yaml copying build/lib.linux-x86_64-cpython-311/_yaml/__init__.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/_yaml creating /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/__init__.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/composer.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/constructor.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/cyaml.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/dumper.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/emitter.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/error.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/events.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/loader.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/nodes.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/parser.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/reader.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/representer.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/resolver.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/scanner.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/serializer.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml copying build/lib.linux-x86_64-cpython-311/yaml/tokens.py -> /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/_yaml/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/composer.py to composer.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/constructor.py to constructor.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/cyaml.py to cyaml.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/dumper.py to dumper.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/emitter.py to emitter.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/error.py to error.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/events.py to events.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/loader.py to loader.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/nodes.py to nodes.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/parser.py to parser.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/reader.py to reader.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/representer.py to representer.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/resolver.py to resolver.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/scanner.py to scanner.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/serializer.py to serializer.cpython-311.pyc byte-compiling /tmp/instance-1/output-1/host/lib/python3.11/site-packages/yaml/tokens.py to tokens.cpython-311.pyc running install_egg_info running egg_info writing lib/PyYAML.egg-info/PKG-INFO writing dependency_links to lib/PyYAML.egg-info/dependency_links.txt writing top-level names to lib/PyYAML.egg-info/top_level.txt reading manifest file 'lib/PyYAML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' adding license file 'LICENSE' writing manifest file 'lib/PyYAML.egg-info/SOURCES.txt' Copying lib/PyYAML.egg-info to /tmp/instance-1/output-1/host/lib/python3.11/site-packages/PyYAML-6.0-py3.11.egg-info running install_scripts >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-1/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-1/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@BR2_CMAKE@%/tmp/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-1/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-1/output-1/target/etc/shells; fi rm -f /tmp/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-1/output-1/host/bin/glib-compile-schemas /tmp/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-1/output-1/target/etc echo "buildroot" > /tmp/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-1/output-1/target/etc/hosts mkdir -p /tmp/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-1/output-1/target/etc/shells if [ -x /tmp/instance-1/output-1/target/sbin/swapon -a -x /tmp/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-1/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /tmp/instance-1/output-1/target/etc/inittab rm -rf /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/share/aclocal \ /tmp/instance-1/output-1/target/usr/lib/pkgconfig /tmp/instance-1/output-1/target/usr/share/pkgconfig \ /tmp/instance-1/output-1/target/usr/lib/cmake /tmp/instance-1/output-1/target/usr/share/cmake \ /tmp/instance-1/output-1/target/usr/lib/rpm /tmp/instance-1/output-1/target/usr/doc find /tmp/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/lib/ /tmp/instance-1/output-1/target/usr/lib/ /tmp/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-1/output-1/target/usr/share/gdb rm -rf /tmp/instance-1/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-1/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-1/output-1/target/usr/share/zsh rm -rf /tmp/instance-1/output-1/target/usr/man /tmp/instance-1/output-1/target/usr/share/man rm -rf /tmp/instance-1/output-1/target/usr/info /tmp/instance-1/output-1/target/usr/share/info rm -rf /tmp/instance-1/output-1/target/usr/doc /tmp/instance-1/output-1/target/usr/share/doc rm -rf /tmp/instance-1/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-1/output-1/target/lib/debug /tmp/instance-1/output-1/target/usr/lib/debug find /tmp/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-236-g7c01d5a1bb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /tmp/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-1/output-1/per-package /tmp/instance-1/buildroot/support/scripts/fix-rpath target touch /tmp/instance-1/output-1/target/usr ln -snf /tmp/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2023.02-236-g7c01d5a1bb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.2.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 4.14.307 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> initscripts Collecting legal info >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libedit 20210910-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> libkrb5 1.20.1 Collecting legal info NOTICE: OK (sha256: cfadcf7b2ead2f3af793c25c00638c9908ac0023b101695f40cb9a03b16811dc) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> neardal 4143d130ed39299bfc59d08d2c7c77dbc7f809e9 Collecting legal info COPYING: OK (sha256: 296a87e9098d3f2ce1ef80c73c53399dc2c7412f35d4175c45810ea15ed86406) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.307: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'