/usr/bin/make -C doc make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -DSHA2_USE_INTTYPES_H -Wall -std=c99 -pedantic -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -I.. -c -o sha2.o sha2.c make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' : Doxyfile >./doxygen.out 2>&1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' In file included from dtls_prng.c:31: platform-specific/dtls_prng_posix.c: In function 'dtls_prng': platform-specific/dtls_prng_posix.c:39:10: warning: implicit declaration of function 'getrandom' [-Wimplicit-function-declaration] 39 | return getrandom(buf, len, 0); | ^~~~~~~~~ platform-specific/dtls_prng_posix.c:39:10: warning: nested extern declaration of 'getrandom' [-Wnested-externs] make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-ar cru libtinydtls.a dtls.o crypto.o ccm.o hmac.o netq.o peer.o dtls_time.o session.o dtls_debug.o dtls_prng.o aes/rijndael.o aes/rijndael_wrap.o ecc/ecc.o sha2/sha2.o /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -Wall -pedantic -std=c99 -DSHA2_USE_INTTYPES_H -fPIC -pedantic -Wall -Wextra -Wformat-security -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wunused -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -DDTLS_CHECK_CONTENTTYPE -I. -shared dtls.o crypto.o ccm.o hmac.o netq.o peer.o dtls_time.o session.o dtls_debug.o dtls_prng.o aes/rijndael.o aes/rijndael_wrap.o ecc/ecc.o sha2/sha2.o -o libtinydtls.so /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-ranlib libtinydtls.a /usr/bin/make -C tests make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests' /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -Wall -fPIC -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -L.. dtls-server.c ../libtinydtls.a -o dtls-server /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -Wall -fPIC -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -L.. ccm-test.c ../libtinydtls.a -o ccm-test /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -Wall -fPIC -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -L.. prf-test.c ../libtinydtls.a -o prf-test /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -Wall -fPIC -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -L.. dtls-client.c ../libtinydtls.a -o dtls-client In file included from dtls-server.c:19: dtls-server.c: In function 'dtls_handle_read': dtls-server.c:172:17: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Wformat=] 172 | dtls_warn("packet was truncated (%ld bytes lost)\n", len - sizeof(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ | | | unsigned int ../dtls_debug.h:100:48: note: in definition of macro 'dtls_warn' 100 | #define dtls_warn(...) dsrv_log(DTLS_LOG_WARN, __VA_ARGS__) | ^~~~~~~~~~~ dtls-server.c:172:42: note: format string is defined here 172 | dtls_warn("packet was truncated (%ld bytes lost)\n", len - sizeof(buf)); | ~~^ | | | long int | %d make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests' for dir in tests tests/unit-tests doc platform-specific sha2 aes ecc; do \ /usr/bin/make -C $dir ; \ done make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests/unit-tests' make[2]: *** No targets. Stop. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests/unit-tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' : Doxyfile >./doxygen.out 2>&1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/platform-specific' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/platform-specific' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -Wall -std=c99 -pedantic -fPIC -DTEST_INCLUDE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -c -o ecc_test.o ecc.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -Wall -std=c99 -pedantic -fPIC -DTEST_INCLUDE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 -c -o test_helper.o test_helper.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -Wall -std=c99 -pedantic -fPIC -DTEST_INCLUDE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 testecc.c ecc_test.o test_helper.o -o testecc /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -Wall -std=c99 -pedantic -fPIC -DTEST_INCLUDE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDTLSv12 -DWITH_SHA256 testfield.c ecc_test.o test_helper.o -o testfield make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' make[1]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1' >>> tinydtls 0.9-rc1 Installing to staging directory PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot install -C /tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ make[1]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1' /usr/bin/make -C aes rijndael.o make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: 'rijndael.o' is up to date. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' /usr/bin/make -C aes rijndael_wrap.o /usr/bin/make -C ecc ecc.o make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: 'rijndael_wrap.o' is up to date. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' /usr/bin/make -C sha2 sha2.o make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' make[2]: 'ecc.o' is up to date. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' make[2]: 'sha2.o' is up to date. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' /usr/bin/make -C doc make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' : Doxyfile >./doxygen.out 2>&1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' test -d /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib || mkdir -p /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib test -d /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls || mkdir -p /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls cp libtinydtls.a libtinydtls.so /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/ cp dtls.h hmac.h dtls_debug.h dtls_config.h uthash.h numeric.h crypto.h global.h ccm.h netq.h alert.h utlist.h dtls_prng.h peer.h state.h dtls_time.h session.h tinydtls.h dtls_mutex.h /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/ for dir in tests tests/unit-tests doc platform-specific sha2 aes ecc; do \ /usr/bin/make -C $dir install="cp" includedir=/usr/include/tinydtls install; \ done make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests' : make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests/unit-tests' make[2]: *** No rule to make target 'install'. Stop. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests/unit-tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' make[2]: *** No rule to make target 'html', needed by 'install'. Stop. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/platform-specific' : make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/platform-specific' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' test -d /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/sha2 || mkdir -p /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/sha2 cp sha2.h /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/sha2 make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' test -d /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/aes || mkdir -p /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/aes cp rijndael.h /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/aes make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' test -d /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/ecc || mkdir -p /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/ecc cp ecc.h test_helper.h /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinydtls/ecc make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' make[1]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1' >>> tinydtls 0.9-rc1 Fixing libtool files for la in $(find /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/arc-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-1/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-1/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 >>> tinydtls 0.9-rc1 Installing to target PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-1/output-1/target install -C /tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ make[1]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1' /usr/bin/make -C aes rijndael.o /usr/bin/make -C aes rijndael_wrap.o /usr/bin/make -C ecc ecc.o /usr/bin/make -C sha2 sha2.o /usr/bin/make -C doc make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: 'rijndael.o' is up to date. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' make[2]: 'ecc.o' is up to date. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: 'rijndael_wrap.o' is up to date. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' make[2]: 'sha2.o' is up to date. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' : Doxyfile >./doxygen.out 2>&1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' test -d /tmp/instance-1/output-1/target/usr/lib || mkdir -p /tmp/instance-1/output-1/target/usr/lib test -d /tmp/instance-1/output-1/target/usr/include/tinydtls || mkdir -p /tmp/instance-1/output-1/target/usr/include/tinydtls cp libtinydtls.a libtinydtls.so /tmp/instance-1/output-1/target/usr/lib/ cp dtls.h hmac.h dtls_debug.h dtls_config.h uthash.h numeric.h crypto.h global.h ccm.h netq.h alert.h utlist.h dtls_prng.h peer.h state.h dtls_time.h session.h tinydtls.h dtls_mutex.h /tmp/instance-1/output-1/target/usr/include/tinydtls/ for dir in tests tests/unit-tests doc platform-specific sha2 aes ecc; do \ /usr/bin/make -C $dir install="cp" includedir=/usr/include/tinydtls install; \ done make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests' : make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests/unit-tests' make[2]: *** No rule to make target 'install'. Stop. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/tests/unit-tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' make[2]: *** No rule to make target 'html', needed by 'install'. Stop. make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/doc' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/platform-specific' : make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/platform-specific' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' test -d /tmp/instance-1/output-1/target/usr/include/tinydtls/sha2 || mkdir -p /tmp/instance-1/output-1/target/usr/include/tinydtls/sha2 cp sha2.h /tmp/instance-1/output-1/target/usr/include/tinydtls/sha2 make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/sha2' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' test -d /tmp/instance-1/output-1/target/usr/include/tinydtls/aes || mkdir -p /tmp/instance-1/output-1/target/usr/include/tinydtls/aes cp rijndael.h /tmp/instance-1/output-1/target/usr/include/tinydtls/aes make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/aes' make[2]: Entering directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' test -d /tmp/instance-1/output-1/target/usr/include/tinydtls/ecc || mkdir -p /tmp/instance-1/output-1/target/usr/include/tinydtls/ecc cp ecc.h test_helper.h /tmp/instance-1/output-1/target/usr/include/tinydtls/ecc make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1/ecc' make[1]: Leaving directory '/tmp/instance-1/output-1/build/tinydtls-0.9-rc1' >>> tree 1.8.0 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-1/output-1/build/.tree-1.8.0.tgz.IqGAO6/output' 'http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz' --2021-07-30 21:42:48-- http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz Resolving mama.indstate.edu (mama.indstate.edu)... 139.102.70.201 Connecting to mama.indstate.edu (mama.indstate.edu)|139.102.70.201|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 50286 (49K) [application/x-gzip] Saving to: '/tmp/instance-1/output-1/build/.tree-1.8.0.tgz.IqGAO6/output' 0K .......... .......... .......... .......... ......... 100% 236K=0.2s 2021-07-30 21:42:48 (236 KB/s) - '/tmp/instance-1/output-1/build/.tree-1.8.0.tgz.IqGAO6/output' saved [50286/50286] tree-1.8.0.tgz: OK (sha256: 715d5d4b434321ce74706d0dd067505bb60c5ea83b5f0b3655dae40aa6f9b7c2) >>> tree 1.8.0 Extracting gzip -d -c /tmp/instance-1/dl/tree/tree-1.8.0.tgz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/tree-1.8.0 -xf - >>> tree 1.8.0 Patching >>> tree 1.8.0 Configuring >>> tree 1.8.0 Building /usr/bin/make -j96 PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-ar" AS="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-as" LD="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-ld" NM="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-nm" CC="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-g++" FC="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-ranlib" READELF="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-strip" OBJCOPY="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/tmp/instance-1/output-1/host/bin/arc-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-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/tmp/instance-1/output-1/host/bin/arc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-1/output-1/build/tree-1.8.0 make[1]: Entering directory '/tmp/instance-1/output-1/build/tree-1.8.0' /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o tree.o tree.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o unix.o unix.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o html.o html.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o xml.o xml.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o json.o json.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o hash.o hash.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o color.o color.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c -o file.o file.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -o tree tree.o unix.o html.o xml.o json.o hash.o color.o file.o make[1]: Leaving directory '/tmp/instance-1/output-1/build/tree-1.8.0' >>> tree 1.8.0 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-1/output-1/build/tree-1.8.0/tree /tmp/instance-1/output-1/target/usr/bin/tree xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz: OK (sha256: 6c60a41b9a74ecd5f6ded337b9982e81eaf7b31a654a4a32b219e3a2ff638ae3) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Extracting gzip -d -c /tmp/instance-1/dl/xorcurses/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da.tar.gz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da -xf - >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Patching >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Configuring >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Building /usr/bin/make -j96 -C /tmp/instance-1/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-ar" AS="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-as" LD="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-ld" NM="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-nm" CC="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-g++" FC="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-ranlib" READELF="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-strip" OBJCOPY="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/tmp/instance-1/output-1/host/bin/arc-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-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/tmp/instance-1/output-1/host/bin/arc-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='\"/usr/share/xorcurses\"' -DVERSION='\"04b664826c5bd30dd483f6a5c8c189ef97e255da\"'" make[1]: Entering directory '/tmp/instance-1/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da' /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c actions.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c info.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c replay.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c screen.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c xorcurses.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c play_xor.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c exit.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c player.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c scores.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c fletcher.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c data_file.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c movelist.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c game_display.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c control_flow.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c help.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c moves.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c level_menu.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c options.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c splash.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c explode.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c teleport.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c map.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' -c icons.c /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -std=gnu99 -DDATADIR='"/usr/share/xorcurses"' -DVERSION='"04b664826c5bd30dd483f6a5c8c189ef97e255da"' actions.o info.o replay.o screen.o xorcurses.o play_xor.o exit.o player.o scores.o fletcher.o data_file.o movelist.o game_display.o control_flow.o help.o moves.o level_menu.o options.o splash.o explode.o teleport.o map.o icons.o -o xorcurses -lcurses make[1]: Leaving directory '/tmp/instance-1/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da' >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Installing to target /usr/bin/install -D -m 0755 /tmp/instance-1/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da/xorcurses /tmp/instance-1/output-1/target/usr/bin/xorcurses mkdir -p /tmp/instance-1/output-1/target/usr/share/xorcurses/maps /usr/bin/install -D -m 0644 /tmp/instance-1/output-1/build/xorcurses-04b664826c5bd30dd483f6a5c8c189ef97e255da/maps/*.xcm /tmp/instance-1/output-1/target/usr/share/xorcurses/maps/ >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-1/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-%g' -e 's%@TARGET_ARCH@%arc%g' -e 's%@TARGET_CPU@%arc700%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-1/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 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 if grep -q CONFIG_ASH=y /tmp/instance-1/output-1/build/busybox-1.33.1/.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.33.1/.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/arc-buildroot-linux-uclibc/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 rm -f /tmp/instance-1/output-1/target/bin/sh 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 printf '%s\n' C en_US locale-archive > /tmp/instance-1/output-1/build/locales.nopurge for dir in /tmp/instance-1/output-1/target/usr/share/locale /tmp/instance-1/output-1/target/usr/share/X11/locale /tmp/instance-1/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi 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/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 find: '/tmp/instance-1/output-1/target/usr/libexec/': No such file or directory 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 /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 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=2021.05-904-gf0d37e275a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-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/arc-buildroot-linux-uclibc/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2021.05-904-gf0d37e275a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.38 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.13.2 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.36.2 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> boost 1.75.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> fastd 21 Collecting legal info COPYRIGHT: OK (sha256: 1f5acece57466eac89108f934a196be09b7676fa2d637e78d6657ee1a7d644ac) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> i2pd 2.38.0 Collecting legal info LICENSE: OK (sha256: 9c87aff490b272254d716475e3c4973f5f64af1d18f9f6962c1e61e252e1ad9a) >>> initscripts Collecting legal info >>> irqbalance 1.7.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> liberation 2.1.2 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libkcapi 1.1.5 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libyang 1.0.225 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lm-sensors 3-6-0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.80 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opentracing-cpp 1.5.1 Collecting legal info LICENSE: OK (sha256: 076d03156735d5ff2df2ea0f8b12351ef65e5e9222b5c8c6a35101dadb41e717) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.6 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> re2 2021-06-01 Collecting legal info LICENSE: OK (sha256: 6040cda75d90b1738292a631d89934c411ef7ffd543c4d6a1b7edfc8edf29449) >>> tinydtls 0.9-rc1 Collecting legal info LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5) >>> tree 1.8.0 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'