| ^~~~~~~~~~~~ sz_api.c:169:50: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 169 | memcpy(strm->next_out, hidden->next_out, size_out); | ^~~~~~~~ sz_api.c:174:28: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 174 | strm->avail_out -= size_out; | ^~~~~~~~ sz_api.c:175:25: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 175 | strm->total_out += size_out; | ^~ sz_api.c: In function 'SZ_Decompress': sz_api.c:270:66: warning: conversion from 'long int' to 'double' may change value [-Wconversion] 270 | image_size = (long)(strm->image_pixels * bytes_per_pixel * 1.75); | ^ sz_api.c:271:44: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 271 | hidden->image_in = (char *) malloc(image_size); | ^~~~~~~~~~ sz_api.c:278:66: warning: conversion from 'long int' to 'double' may change value [-Wconversion] 278 | image_size = (long)(strm->image_pixels * bytes_per_pixel * 1.0); | ^ sz_api.c:279:45: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 279 | hidden->image_out = (char *) malloc(image_size); | ^~~~~~~~~~ sz_api.c:288:48: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 288 | memcpy(hidden->next_in, strm->next_in, size_in); | ^~~~~~~ sz_api.c:293:27: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 293 | strm->avail_in -= size_in; | ^~~~~~~ sz_api.c:294:24: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 294 | strm->total_in += size_in; | ^~ sz_api.c:302:24: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 302 | return output_bytes; | ^~~~~~~~~~~~ sz_api.c:313:50: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 313 | memcpy(strm->next_out, hidden->next_out, size_out); | ^~~~~~~~ sz_api.c:318:28: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 318 | strm->avail_out -= size_out; | ^~~~~~~~ sz_api.c:319:25: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 319 | strm->total_out += size_out; | ^~ sz_api.c: In function 'SZ_BufftoBuffCompress': sz_api.c:396:24: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 396 | pixels = (sourceLen+bytes_per_pixel-1)/bytes_per_pixel; | ^ sz_api.c:396:43: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 396 | pixels = (sourceLen+bytes_per_pixel-1)/bytes_per_pixel; | ^ sz_api.c:396:14: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 396 | pixels = (sourceLen+bytes_per_pixel-1)/bytes_per_pixel; | ^ sz_api.c:397:33: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'double' may change value [-Wconversion] 397 | out_size = (long)(sourceLen * 2.00); | ^ sz_api.c:399:18: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 399 | if (*destLen >= out_size) | ^~ sz_api.c:403:37: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 403 | image_out = (char *) malloc(out_size); | ^~~~~~~~ sz_api.c:414:16: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 414 | return output_bytes; | ^~~~~~~~~~~~ sz_api.c:418:18: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 418 | if (*destLen >= output_bytes) | ^~ sz_api.c:419:20: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 419 | *destLen = output_bytes; | ^~~~~~~~~~~~ sz_api.c: In function 'SZ_BufftoBuffDecompress': sz_api.c:454:22: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 454 | pixels = *destLen/bytes_per_pixel; | ^ sz_api.c:454:14: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 454 | pixels = *destLen/bytes_per_pixel; | ^ sz_api.c:456:136: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 456 | output_bytes = szip_uncompress_memory(sz->options_mask, sz->bits_per_pixel, sz->pixels_per_block, sz->pixels_per_scanline, source, sourceLen, dest, pixels); | ^~~~~~~~~ sz_api.c:458:16: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 458 | return output_bytes; | ^~~~~~~~~~~~ sz_api.c:464:20: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 464 | *destLen = output_bytes; | ^~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -c -o encoding.lo encoding.c libtool: compile: /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -c encoding.c -fPIC -DPIC -o .libs/encoding.o encoding.c:16:30: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 16 | char * szip_encoder_status = "SZIP ENCODER ENABLED"; | ^~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -version-info 2:0:0 -o libsz.la -rpath /usr/lib rice.lo sz_api.lo encoding.lo -lm libtool: link: /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -shared -fPIC -DPIC .libs/rice.o .libs/sz_api.o .libs/encoding.o -lm -Os -g0 -O -Wl,-soname -Wl,libsz.so.2 -o .libs/libsz.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libsz.so.2" && ln -s "libsz.so.2.0.0" "libsz.so.2") libtool: link: (cd ".libs" && rm -f "libsz.so" && ln -s "libsz.so.2.0.0" "libsz.so") libtool: link: ( cd ".libs" && rm -f "libsz.la" && ln -s "../libsz.la" "libsz.la" ) make[3]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' Making all in test make[2]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1' make[1]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1' >>> szip 2.1.1 Installing to staging directory PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot install -C /tmp/instance-0/output-1/build/szip-2.1.1/ make[1]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' /usr/bin/mkdir -p '/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libsz.so.2.0.0 libtool: install: (cd /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include' make[3]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1/test' 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-0/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1' make[3]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1' 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-0/output-1/build/szip-2.1.1' make[2]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1' make[1]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1' >>> szip 2.1.1 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/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 >>> szip 2.1.1 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/szip-2.1.1/ make[1]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/tmp/instance-0/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /tmp/instance-0/output-1/target/usr/lib/libsz.so.2.0.0 libtool: install: (cd /tmp/instance-0/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /tmp/instance-0/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /tmp/instance-0/output-1/target/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/include' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/tmp/instance-0/output-1/target/usr/include' make[3]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1/test' 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-0/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1' make[3]: Entering directory '/tmp/instance-0/output-1/build/szip-2.1.1' 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-0/output-1/build/szip-2.1.1' make[2]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1' make[1]: Leaving directory '/tmp/instance-0/output-1/build/szip-2.1.1' tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454.tar.gz: OK (sha256: 65a7dc785861a09399419a1e7c42cddf66f32dc233a33277327b11f1bd8a772c) >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Extracting gzip -d -c /tmp/instance-0/dl/tinyssh/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 -xf - >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Patching >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Configuring >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC="/tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc" /usr/bin/make -j1 -C /tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 cross-compile make[1]: Entering directory '/tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454' sh -e make-tinysshcc.sh === Sun Aug 22 01:10:48 UTC 2021 === obtaining compiler === Sun Aug 22 01:10:48 UTC 2021 === /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc ok === Sun Aug 22 01:10:48 UTC 2021 === finishing === Sun Aug 22 01:10:48 UTC 2021 === obtaining ar === Sun Aug 22 01:10:48 UTC 2021 === ar ok === Sun Aug 22 01:10:48 UTC 2021 === finishing === Sun Aug 22 01:10:48 UTC 2021 === checking compiler options === Sun Aug 22 01:10:48 UTC 2021 === -pedantic ok === Sun Aug 22 01:10:48 UTC 2021 === -Wall ok === Sun Aug 22 01:10:49 UTC 2021 === -Wno-long-long ok === Sun Aug 22 01:10:49 UTC 2021 === -Wno-overlength-strings ok === Sun Aug 22 01:10:49 UTC 2021 === -Wno-unused-function ok === Sun Aug 22 01:10:49 UTC 2021 === -Wshadow ok === Sun Aug 22 01:10:49 UTC 2021 === -Wdeclaration-after-statement ok === Sun Aug 22 01:10:49 UTC 2021 === -Wwrite-strings ok === Sun Aug 22 01:10:49 UTC 2021 === -Wmissing-declarations ok === Sun Aug 22 01:10:49 UTC 2021 === -Wmissing-prototypes ok === Sun Aug 22 01:10:49 UTC 2021 === -Wstrict-prototypes ok === Sun Aug 22 01:10:49 UTC 2021 === -Wunused-value ok === Sun Aug 22 01:10:50 UTC 2021 === -Wunused-parameter ok === Sun Aug 22 01:10:50 UTC 2021 === -Wundef ok === Sun Aug 22 01:10:50 UTC 2021 === -fstack-protector-strong ok === Sun Aug 22 01:10:50 UTC 2021 === -fwrapv ok === Sun Aug 22 01:10:50 UTC 2021 === -fno-strict-overflow ok === Sun Aug 22 01:10:50 UTC 2021 === -Os ok === Sun Aug 22 01:10:50 UTC 2021 === -fomit-frame-pointer ok === Sun Aug 22 01:10:50 UTC 2021 === -funroll-loops ok === Sun Aug 22 01:10:50 UTC 2021 === /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -pedantic -Wall -Wno-long-long -Wno-overlength-strings -Wno-unused-function -Wshadow -Wdeclaration-after-statement -Wwrite-strings -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wunused-value -Wunused-parameter -Wundef -fstack-protector-strong -fwrapv -fno-strict-overflow -Os -fomit-frame-pointer -funroll-loops === Sun Aug 22 01:10:50 UTC 2021 === finishing === Sun Aug 22 01:10:50 UTC 2021 === checking libs === Sun Aug 22 01:10:51 UTC 2021 === -lutil ok === Sun Aug 22 01:10:51 UTC 2021 === -lsocket -lnsl failed === Sun Aug 22 01:10:51 UTC 2021 === finishing === Sun Aug 22 01:10:51 UTC 2021 === checking $LIBS === Sun Aug 22 01:10:51 UTC 2021 === finishing === Sun Aug 22 01:10:51 UTC 2021 === building sysdep headers === Sun Aug 22 01:10:51 UTC 2021 === hasasmvolatilememory.h hasasmvolatilememory.h-yes === Sun Aug 22 01:10:51 UTC 2021 === hasmlock.h hasmlock.h-yes === Sun Aug 22 01:10:51 UTC 2021 === haslibutilh.h default.h-no === Sun Aug 22 01:10:51 UTC 2021 === hasutilh.h default.h-no === Sun Aug 22 01:10:51 UTC 2021 === hasopenpty.h hasopenpty.h-yes === Sun Aug 22 01:10:52 UTC 2021 === haslogintty.h haslogintty.h-yes === Sun Aug 22 01:10:52 UTC 2021 === hasutmpx.h hasutmpx.h-yes === Sun Aug 22 01:10:52 UTC 2021 === hasutmpxupdwtmpx.h hasutmpxupdwtmpx.h-yes === Sun Aug 22 01:10:52 UTC 2021 === hasutmpxsyslen.h default.h-no === Sun Aug 22 01:10:52 UTC 2021 === hasutmp.h hasutmp.h-yes === Sun Aug 22 01:10:52 UTC 2021 === hasutmpname.h hasutmpname.h-yes === Sun Aug 22 01:10:52 UTC 2021 === hasutmpuser.h hasutmpuser.h-yes === Sun Aug 22 01:10:53 UTC 2021 === hasutmphost.h hasutmphost.h-yes === Sun Aug 22 01:10:53 UTC 2021 === hasutmptime.h hasutmptime.h-yes === Sun Aug 22 01:10:53 UTC 2021 === hasutmptv.h hasutmptv.h-yes === Sun Aug 22 01:10:53 UTC 2021 === hasutmppid.h hasutmppid.h-yes === Sun Aug 22 01:10:53 UTC 2021 === hasutmptype.h hasutmptype.h-yes === Sun Aug 22 01:10:53 UTC 2021 === hasutmplogwtmp.h hasutmplogwtmp.h-yes === Sun Aug 22 01:10:53 UTC 2021 === hasutmploginlogout.h hasutmploginlogout.h-yes === Sun Aug 22 01:10:54 UTC 2021 === haslimits.h haslimits.h-yes === Sun Aug 22 01:10:54 UTC 2021 === finishing === Sun Aug 22 01:10:54 UTC 2021 === starting crypto lib === Sun Aug 22 01:10:56 UTC 2021 === libtinynacl.a ok === Sun Aug 22 01:10:56 UTC 2021 === finishing === Sun Aug 22 01:10:56 UTC 2021 === starting crypto headers === Sun Aug 22 01:10:56 UTC 2021 === finishing === Sun Aug 22 01:10:56 UTC 2021 === starting tinyssh objects === Sun Aug 22 01:10:56 UTC 2021 === blocking.o ok === Sun Aug 22 01:10:57 UTC 2021 === buf.o ok === Sun Aug 22 01:10:57 UTC 2021 === byte.o ok === Sun Aug 22 01:10:57 UTC 2021 === channel.o ok === Sun Aug 22 01:10:57 UTC 2021 === channel_drop.o ok === Sun Aug 22 01:10:57 UTC 2021 === channel_fork.o ok === Sun Aug 22 01:10:57 UTC 2021 === channel_forkpty.o ok === Sun Aug 22 01:10:57 UTC 2021 === channel_subsystem.o ok === Sun Aug 22 01:10:57 UTC 2021 === coe.o ok === Sun Aug 22 01:10:58 UTC 2021 === connectioninfo.o ok === Sun Aug 22 01:10:58 UTC 2021 === die.o ok === Sun Aug 22 01:10:58 UTC 2021 === dropuidgid.o ok === Sun Aug 22 01:10:58 UTC 2021 === e.o ok === Sun Aug 22 01:10:58 UTC 2021 === env.o ok === Sun Aug 22 01:10:58 UTC 2021 === getln.o ok === Sun Aug 22 01:10:58 UTC 2021 === global.o ok === Sun Aug 22 01:10:58 UTC 2021 === iptostr.o ok === Sun Aug 22 01:10:58 UTC 2021 === load.o ok === Sun Aug 22 01:10:58 UTC 2021 === log.o ok === Sun Aug 22 01:10:58 UTC 2021 === loginshell.o ok === Sun Aug 22 01:10:59 UTC 2021 === logsys.o ok === Sun Aug 22 01:10:59 UTC 2021 === main_tinysshd.o ok === Sun Aug 22 01:10:59 UTC 2021 === main_tinysshd_makekey.o ok === Sun Aug 22 01:10:59 UTC 2021 === main_tinysshd_printkey.o ok === Sun Aug 22 01:10:59 UTC 2021 === newenv.o ok === Sun Aug 22 01:10:59 UTC 2021 === numtostr.o ok === Sun Aug 22 01:10:59 UTC 2021 === open.o ok === Sun Aug 22 01:10:59 UTC 2021 === packet.o ok === Sun Aug 22 01:11:00 UTC 2021 === packet_auth.o ok === Sun Aug 22 01:11:00 UTC 2021 === packet_channel_open.o ok === Sun Aug 22 01:11:00 UTC 2021 === packet_channel_recv.o ok === Sun Aug 22 01:11:00 UTC 2021 === packet_channel_request.o ok === Sun Aug 22 01:11:00 UTC 2021 === packet_channel_send.o ok === Sun Aug 22 01:11:00 UTC 2021 === packet_get.o ok === Sun Aug 22 01:11:00 UTC 2021 === packet_hello.o ok === Sun Aug 22 01:11:00 UTC 2021 === packet_kex.o ok === Sun Aug 22 01:11:01 UTC 2021 === packet_kexdh.o ok === Sun Aug 22 01:11:01 UTC 2021 === packet_put.o ok === Sun Aug 22 01:11:01 UTC 2021 === packet_recv.o ok === Sun Aug 22 01:11:01 UTC 2021 === packet_send.o ok === Sun Aug 22 01:11:01 UTC 2021 === packet_unimplemented.o ok === Sun Aug 22 01:11:01 UTC 2021 === packetparser.o ok === Sun Aug 22 01:11:01 UTC 2021 === porttostr.o ok === Sun Aug 22 01:11:01 UTC 2021 === randommod.o ok === Sun Aug 22 01:11:01 UTC 2021 === readall.o ok === Sun Aug 22 01:11:01 UTC 2021 === savesync.o ok === Sun Aug 22 01:11:01 UTC 2021 === ssh.o ok === Sun Aug 22 01:11:02 UTC 2021 === sshcrypto.o ok === Sun Aug 22 01:11:02 UTC 2021 === sshcrypto_cipher.o ok === Sun Aug 22 01:11:02 UTC 2021 === sshcrypto_cipher_chachapoly.o ok === Sun Aug 22 01:11:02 UTC 2021 === sshcrypto_kex.o ok === Sun Aug 22 01:11:02 UTC 2021 === sshcrypto_kex_curve25519.o ok === Sun Aug 22 01:11:02 UTC 2021 === sshcrypto_kex_sntrup4591761x25519.o ok === Sun Aug 22 01:11:02 UTC 2021 === sshcrypto_key.o ok === Sun Aug 22 01:11:02 UTC 2021 === sshcrypto_key_ed25519.o ok === Sun Aug 22 01:11:02 UTC 2021 === str.o ok === Sun Aug 22 01:11:02 UTC 2021 === stringparser.o ok === Sun Aug 22 01:11:03 UTC 2021 === subprocess_auth.o ok === Sun Aug 22 01:11:03 UTC 2021 === subprocess_sign.o ok === Sun Aug 22 01:11:03 UTC 2021 === tinysshd.o ok === Sun Aug 22 01:11:03 UTC 2021 === tinysshd-makekey.o ok === Sun Aug 22 01:11:03 UTC 2021 === tinysshd-printkey.o ok === Sun Aug 22 01:11:03 UTC 2021 === trymlock.o ok === Sun Aug 22 01:11:03 UTC 2021 === writeall.o ok === Sun Aug 22 01:11:03 UTC 2021 === tinysshd.o ok === Sun Aug 22 01:11:03 UTC 2021 === tinysshd-makekey.o ok === Sun Aug 22 01:11:03 UTC 2021 === tinysshd-printkey.o ok === Sun Aug 22 01:11:03 UTC 2021 === finishing === Sun Aug 22 01:11:03 UTC 2021 === starting tinyssh === Sun Aug 22 01:11:03 UTC 2021 === tinysshd ok === Sun Aug 22 01:11:04 UTC 2021 === tinysshd-makekey ok === Sun Aug 22 01:11:04 UTC 2021 === tinysshd-printkey ok === Sun Aug 22 01:11:04 UTC 2021 === finishing === Sun Aug 22 01:11:04 UTC 2021 === starting manpages === Sun Aug 22 01:11:04 UTC 2021 === finishing make[1]: Leaving directory '/tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454' >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Installing to target /usr/bin/make -j1 DESTDIR="/tmp/instance-0/output-1/target" -C /tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 install make[1]: Entering directory '/tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454' sh -e make-install.sh /tmp/instance-0/output-1/target === Sun Aug 22 01:11:04 UTC 2021 === installing bin directory /tmp/instance-0/output-1/target/usr/sbin === Sun Aug 22 01:11:04 UTC 2021 === installing /tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/bin/tinysshd -> /tmp/instance-0/output-1/target/usr/sbin/tinysshd === Sun Aug 22 01:11:04 UTC 2021 === installing /tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/bin/tinysshd-makekey -> /tmp/instance-0/output-1/target/usr/sbin/tinysshd-makekey === Sun Aug 22 01:11:04 UTC 2021 === installing /tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/bin/tinysshd-printkey -> /tmp/instance-0/output-1/target/usr/sbin/tinysshd-printkey === Sun Aug 22 01:11:04 UTC 2021 === finishing === Sun Aug 22 01:11:04 UTC 2021 === installing man directory /tmp/instance-0/output-1/target/usr/share/man === Sun Aug 22 01:11:04 UTC 2021 === installing /tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/man/tinysshd-makekey.1 -> /tmp/instance-0/output-1/target/usr/share/man/man1/tinysshd-makekey.1 === Sun Aug 22 01:11:04 UTC 2021 === installing /tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/man/tinysshd-printkey.1 -> /tmp/instance-0/output-1/target/usr/share/man/man1/tinysshd-printkey.1 === Sun Aug 22 01:11:04 UTC 2021 === installing /tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/man/tinysshd.8 -> /tmp/instance-0/output-1/target/usr/share/man/man8/tinysshd.8 === Sun Aug 22 01:11:04 UTC 2021 === finishing make[1]: Leaving directory '/tmp/instance-0/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-%g' -e 's%@TARGET_ARCH@%aarch64%g' -e 's%@TARGET_CPU@%cortex-a72%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/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-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/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-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/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-0/output-1/host/bin/aarch64-none-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.08-rc1-178-g181a5e229b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-rc2\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.08-rc1-178-g181a5e229b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-arm-aarch64 2020.11 Collecting legal info >>> toolchain Collecting legal info >>> clamav 0.103.3 Collecting legal info COPYING: OK (sha256: 0c4fd2fa9733fc9122503797648710851e4ee6d9e4969dd33fcbd8c63cd2f584) COPYING.bzip2: OK (sha256: d72a145c90918184a05ef65a04c9e6f7466faa59bc1b82c8f6a8ddc7ddcb9bed) COPYING.file: OK (sha256: dfb818a0d41411c6fb1c193c68b73018ceadd1994bda41ad541cbff292894bc6) COPYING.getopt: OK (sha256: 6dce638b76399e7521ad8e182d3e33e4496c85b3b69b6ff434b53017101e82ad) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.llvm: OK (sha256: e3a9b913515a42f8ff3ef1551c3a2cdba383c39ed959729e0e2911219496ad74) COPYING.lzma: OK (sha256: d96d71b66aa32c4a2d1619b9ca3347dafa9460bcf0fb5ac2408916067ad31dfc) COPYING.pcre: OK (sha256: accdcf2455c07b99abea59016b3663eaef926a92092d103bfaa25fed27cf6b24) COPYING.regex: OK (sha256: e2c1395a3d9fea6d5d25847c9d783db6e2cc8b085b4025861f459139c5dfd90b) COPYING.unrar: OK (sha256: 1faccc6b5c7b958fb807a3f573d5be9bf7889fe898f7e0617c544b05a81bfd00) COPYING.zlib: OK (sha256: c2f77553f8d870c5635b0dace0519253233f172b33ce1fdf6578610706294eee) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcurl 7.78.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> 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) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> dfu-util 0.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dropbear 2020.81 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> getent Collecting legal info >>> ima-evm-utils 1.3.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.0.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> liburiparser 0.9.5 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> openresolv 3.10.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.7.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> powertop 2.13 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-arm-aarch64-2020.11: cannot save license (TOOLCHAIN_EXTERNAL_ARM_AARCH64_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'