host/lib/host_key.c: In function 'PrivateKeyRead': host/lib/host_key.c:131:24: warning: assignment to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] 131 | key->rsa_private_key = d2i_RSAPrivateKey(0, &start, | ^ CC host/lib/host_keyblock.o CC host/lib/host_misc.o CC host/lib/util_misc.o host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:39:26: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [-Wincompatible-pointer-types] 39 | if (vb_keyb_from_rsa(key->rsa_private_key, &buf, &buflen)) { | ~~~^~~~~~~~~~~~~~~~~ | | | struct rsa_rt * In file included from host/lib/util_misc.c:19: host/lib/include/util_misc.h:42:37: note: expected 'struct rsa_st *' but argument is of type 'struct rsa_rt *' 42 | int vb_keyb_from_rsa(struct rsa_st *rsa_private_key, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ CC host/lib/host_signature.o host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:146:31: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [-Wincompatible-pointer-types] 146 | key->rsa_private_key, /* Key to use */ | ~~~^~~~~~~~~~~~~~~~~ | | | struct rsa_rt * const In file included from host/lib/host_signature.c:10: /tmp/instance-17/output-1/host/include/openssl/rsa.h:258:49: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt * const' 258 | unsigned char *to, RSA *rsa, int padding); | ~~~~~^~~ CC host/lib/signature_digest.o CC firmware/lib/cryptolib/padding.o CC firmware/lib/cryptolib/rsa.o CC firmware/lib/cryptolib/rsa_utility.o CC firmware/lib/cryptolib/sha1.o CC firmware/lib/cryptolib/sha256.o CC firmware/lib/cryptolib/sha512.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/stateful_util.o CC firmware/lib/vboot_api_firmware.o CC firmware/lib/vboot_common.o CC firmware/lib/vboot_firmware.o CC firmware/lib/region-fw.o CC firmware/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/crc8.o CC firmware/lib/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/vboot_common_init.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/region-init.o CC firmware/lib/rollback_index.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/tpm_lite_stub.o firmware/stub/tpm_lite_stub.c: In function 'VbExTpmSendReceive': firmware/stub/tpm_lite_stub.c:239:3: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration] 239 | assert( | ^~~~~~ firmware/stub/tpm_lite_stub.c:28:1: note: 'assert' is defined in header ''; did you forget to '#include '? 27 | #include +++ |+#include 28 | CC firmware/stub/utility_stub.o CC firmware/stub/vboot_api_stub_init.o CC firmware/stub/vboot_api_stub_region.o CC firmware/lib/cgptlib/cgptlib.o CC firmware/lib/cgptlib/cgptlib_internal.o CC firmware/lib/cgptlib/crc32.o CC firmware/lib/gpt_misc.o CC firmware/lib/utility_string.o CC firmware/lib/vboot_api_kernel.o firmware/lib/vboot_api_kernel.c: In function 'VbSelectAndLoadKernel': firmware/lib/vboot_api_kernel.c:1056:34: warning: taking address of packed member of 'struct VbSharedDataHeader' may result in an unaligned pointer value [-Waddress-of-packed-member] 1056 | tpm_status = RollbackKernelRead(&shared->kernel_version_tpm); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC firmware/lib/vboot_audio.o CC firmware/lib/vboot_display.o CC firmware/lib/vboot_kernel.o CC firmware/lib/region-kernel.o CC firmware/stub/vboot_api_stub.o CC firmware/stub/vboot_api_stub_disk.o CC firmware/stub/vboot_api_stub_stream.o RM libvboot_util.a AR libvboot_util.a CC host/lib21/host_fw_preamble.o CC host/lib21/host_key.o CC host/lib21/host_keyblock.o CC host/lib21/host_misc.o CC host/lib21/host_signature.o CC firmware/2lib/2api.o CC firmware/2lib/2common.o CC firmware/2lib/2crc8.o CC firmware/2lib/2misc.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdata.o firmware/2lib/2secdata.c: In function 'vb2_secdata_init': firmware/2lib/2secdata.c:61:9: warning: taking address of packed member of 'struct vb2_shared_data' may result in an unaligned pointer value [-Waddress-of-packed-member] 61 | &sd->fw_version_secdata); | ^~~~~~~~~~~~~~~~~~~~~~~ CC firmware/2lib/2secdatak.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha256.o CC firmware/2lib/2sha512.o CC firmware/2lib/2sha_utility.o CC firmware/2lib/2tpm_bootmode.o CC firmware/2lib/2stub.o CC firmware/lib21/api.o CC firmware/lib21/common.o CC firmware/lib21/misc.o CC firmware/lib21/packed_key.o RM libvboot_util21.a AR libvboot_util21.a LD futility/futility CC cgpt/cgpt.o CC cgpt/cgpt_find.o cgpt/cgpt_find.c: In function 'gpt_search': cgpt/cgpt_find.c:132:39: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 132 | if (CGPT_OK != UTF16ToUTF8(entry->name, | ~~~~~^~~~~~ CC cgpt/cgpt_legacy.o CC cgpt/cgpt_nor.o CC cgpt/cmd_add.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_repair.o CC cgpt/cmd_show.o LDcgpt cgpt/cgpt CC cgpt/cgpt_wrapper.o LD cgpt/cgpt_wrapper make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-17/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-17/output-1/host/lib/pkgconfig:/tmp/instance-17/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-17/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/tmp/instance-17/output-1/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/tmp/instance-17/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' Package liblzma was not found in the pkg-config search path. Perhaps you should add the directory containing `liblzma.pc' to the PKG_CONFIG_PATH environment variable Package 'liblzma', required by 'virtual:world', not found Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'virtual:world', not found INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> vis-network 9.1.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-17/output-1/build/.vis-network-9.1.0.tgz.J9PnNT/output' 'https://registry.npmjs.org/vis-network/-/vis-network-9.1.0.tgz' --2023-03-18 03:31:18-- https://registry.npmjs.org/vis-network/-/vis-network-9.1.0.tgz Resolving registry.npmjs.org (registry.npmjs.org)... 104.16.19.35, 104.16.23.35, 104.16.24.35, ... Connecting to registry.npmjs.org (registry.npmjs.org)|104.16.19.35|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9327257 (8.9M) [application/octet-stream] Saving to: '/tmp/instance-17/output-1/build/.vis-network-9.1.0.tgz.J9PnNT/output' 0K .......... .......... .......... .......... .......... 0% 15.1M 1s 50K .......... .......... .......... .......... .......... 1% 16.0M 1s 100K .......... .......... .......... .......... .......... 1% 48.3M 0s 150K .......... .......... .......... .......... .......... 2% 74.7M 0s 200K .......... .......... .......... .......... .......... 2% 9.97M 0s 250K .......... .......... .......... .......... .......... 3% 156M 0s 300K .......... .......... .......... .......... .......... 3% 155M 0s 350K .......... .......... .......... .......... .......... 4% 149M 0s 400K .......... .......... .......... .......... .......... 4% 126M 0s 450K .......... .......... .......... .......... .......... 5% 164M 0s 500K .......... .......... .......... .......... .......... 6% 163M 0s 550K .......... .......... .......... .......... .......... 6% 166M 0s 600K .......... .......... .......... .......... .......... 7% 157M 0s 650K .......... .......... .......... .......... .......... 7% 36.9M 0s 700K .......... .......... .......... .......... .......... 8% 101M 0s 750K .......... .......... .......... .......... .......... 8% 109M 0s 800K .......... .......... .......... .......... .......... 9% 11.6M 0s 850K .......... .......... .......... .......... .......... 9% 159M 0s 900K .......... .......... .......... .......... .......... 10% 83.8M 0s 950K .......... .......... .......... .......... .......... 10% 152M 0s 1000K .......... .......... .......... .......... .......... 11% 143M 0s 1050K .......... .......... .......... .......... .......... 12% 135M 0s 1100K .......... .......... .......... .......... .......... 12% 164M 0s 1150K .......... .......... .......... .......... .......... 13% 114M 0s 1200K .......... .......... .......... .......... .......... 13% 163M 0s 1250K .......... .......... .......... .......... .......... 14% 155M 0s 1300K .......... .......... .......... .......... .......... 14% 148M 0s 1350K .......... .......... .......... .......... .......... 15% 92.5M 0s 1400K .......... .......... .......... .......... .......... 15% 113M 0s 1450K .......... .......... .......... .......... .......... 16% 99.0M 0s 1500K .......... .......... .......... .......... .......... 17% 125M 0s 1550K .......... .......... .......... .......... .......... 17% 128M 0s 1600K .......... .......... .......... .......... .......... 18% 114M 0s 1650K .......... .......... .......... .......... .......... 18% 102M 0s 1700K .......... .......... .......... .......... .......... 19% 126M 0s 1750K .......... .......... .......... .......... .......... 19% 133M 0s 1800K .......... .......... .......... .......... .......... 20% 111M 0s 1850K .......... .......... .......... .......... .......... 20% 95.4M 0s 1900K .......... .......... .......... .......... .......... 21% 10.5M 0s 1950K .......... .......... .......... .......... .......... 21% 98.3M 0s 2000K .......... .......... .......... .......... .......... 22% 8.57M 0s 2050K .......... .......... .......... .......... .......... 23% 97.3M 0s 2100K .......... .......... .......... .......... .......... 23% 129M 0s 2150K .......... .......... .......... .......... .......... 24% 82.3M 0s 2200K .......... .......... .......... .......... .......... 24% 112M 0s 2250K .......... .......... .......... .......... .......... 25% 116M 0s 2300K .......... .......... .......... .......... .......... 25% 109M 0s 2350K .......... .......... .......... .......... .......... 26% 117M 0s 2400K .......... .......... .......... .......... .......... 26% 116M 0s 2450K .......... .......... .......... .......... .......... 27% 130M 0s 2500K .......... .......... .......... .......... .......... 27% 122M 0s 2550K .......... .......... .......... .......... .......... 28% 101M 0s 2600K .......... .......... .......... .......... .......... 29% 137M 0s 2650K .......... .......... .......... .......... .......... 29% 134M 0s 2700K .......... .......... .......... .......... .......... 30% 142M 0s 2750K .......... .......... .......... .......... .......... 30% 121M 0s 2800K .......... .......... .......... .......... .......... 31% 132M 0s 2850K .......... .......... .......... .......... .......... 31% 99.3M 0s 2900K .......... .......... .......... .......... .......... 32% 92.7M 0s 2950K .......... .......... .......... .......... .......... 32% 89.3M 0s 3000K .......... .......... .......... .......... .......... 33% 83.1M 0s 3050K .......... .......... .......... .......... .......... 34% 96.2M 0s 3100K .......... .......... .......... .......... .......... 34% 115M 0s 3150K .......... .......... .......... .......... .......... 35% 127M 0s 3200K .......... .......... .......... .......... .......... 35% 102M 0s 3250K .......... .......... .......... .......... .......... 36% 102M 0s 3300K .......... .......... .......... .......... .......... 36% 121M 0s 3350K .......... .......... .......... .......... .......... 37% 116M 0s 3400K .......... .......... .......... .......... .......... 37% 126M 0s 3450K .......... .......... .......... .......... .......... 38% 99.9M 0s 3500K .......... .......... .......... .......... .......... 38% 126M 0s 3550K .......... .......... .......... .......... .......... 39% 12.8M 0s 3600K .......... .......... .......... .......... .......... 40% 143M 0s 3650K .......... .......... .......... .......... .......... 40% 151M 0s 3700K .......... .......... .......... .......... .......... 41% 159M 0s 3750K .......... .......... .......... .......... .......... 41% 13.0M 0s 3800K .......... .......... .......... .......... .......... 42% 127M 0s 3850K .......... .......... .......... .......... .......... 42% 124M 0s 3900K .......... .......... .......... .......... .......... 43% 159M 0s 3950K .......... .......... .......... .......... .......... 43% 156M 0s 4000K .......... .......... .......... .......... .......... 44% 86.9M 0s 4050K .......... .......... .......... .......... .......... 45% 112M 0s 4100K .......... .......... .......... .......... .......... 45% 156M 0s 4150K .......... .......... .......... .......... .......... 46% 113M 0s 4200K .......... .......... .......... .......... .......... 46% 112M 0s 4250K .......... .......... .......... .......... .......... 47% 89.7M 0s 4300K .......... .......... .......... .......... .......... 47% 115M 0s 4350K .......... .......... .......... .......... .......... 48% 113M 0s 4400K .......... .......... .......... .......... .......... 48% 110M 0s 4450K .......... .......... .......... .......... .......... 49% 89.2M 0s 4500K .......... .......... .......... .......... .......... 49% 117M 0s 4550K .......... .......... .......... .......... .......... 50% 111M 0s 4600K .......... .......... .......... .......... .......... 51% 114M 0s 4650K .......... .......... .......... .......... .......... 51% 89.4M 0s 4700K .......... .......... .......... .......... .......... 52% 117M 0s 4750K .......... .......... .......... .......... .......... 52% 117M 0s 4800K .......... .......... .......... .......... .......... 53% 113M 0s 4850K .......... .......... .......... .......... .......... 53% 116M 0s 4900K .......... .......... .......... .......... .......... 54% 104M 0s 4950K .......... .......... .......... .......... .......... 54% 117M 0s 5000K .......... .......... .......... .......... .......... 55% 118M 0s 5050K .......... .......... .......... .......... .......... 55% 93.2M 0s 5100K .......... .......... .......... .......... .......... 56% 117M 0s 5150K .......... .......... .......... .......... .......... 57% 109M 0s 5200K .......... .......... .......... .......... .......... 57% 119M 0s 5250K .......... .......... .......... .......... .......... 58% 116M 0s 5300K .......... .......... .......... .......... .......... 58% 104M 0s 5350K .......... .......... .......... .......... .......... 59% 113M 0s 5400K .......... .......... .......... .......... .......... 59% 112M 0s 5450K .......... .......... .......... .......... .......... 60% 91.8M 0s 5500K .......... .......... .......... .......... .......... 60% 115M 0s 5550K .......... .......... .......... .......... .......... 61% 121M 0s 5600K .......... .......... .......... .......... .......... 62% 125M 0s 5650K .......... .......... .......... .......... .......... 62% 113M 0s 5700K .......... .......... .......... .......... .......... 63% 126M 0s 5750K .......... .......... .......... .......... .......... 63% 125M 0s 5800K .......... .......... .......... .......... .......... 64% 123M 0s 5850K .......... .......... .......... .......... .......... 64% 97.3M 0s 5900K .......... .......... .......... .......... .......... 65% 136M 0s 5950K .......... .......... .......... .......... .......... 65% 127M 0s 6000K .......... .......... .......... .......... .......... 66% 128M 0s 6050K .......... .......... .......... .......... .......... 66% 115M 0s 6100K .......... .......... .......... .......... .......... 67% 124M 0s 6150K .......... .......... .......... .......... .......... 68% 125M 0s 6200K .......... .......... .......... .......... .......... 68% 124M 0s 6250K .......... .......... .......... .......... .......... 69% 106M 0s 6300K .......... .......... .......... .......... .......... 69% 117M 0s 6350K .......... .......... .......... .......... .......... 70% 132M 0s 6400K .......... .......... .......... .......... .......... 70% 118M 0s 6450K .......... .......... .......... .......... .......... 71% 117M 0s 6500K .......... .......... .......... .......... .......... 71% 120M 0s 6550K .......... .......... .......... .......... .......... 72% 128M 0s 6600K .......... .......... .......... .......... .......... 73% 125M 0s 6650K .......... .......... .......... .......... .......... 73% 95.8M 0s 6700K .......... .......... .......... .......... .......... 74% 120M 0s 6750K .......... .......... .......... .......... .......... 74% 137M 0s 6800K .......... .......... .......... .......... .......... 75% 150M 0s 6850K .......... .......... .......... .......... .......... 75% 147M 0s 6900K .......... .......... .......... .......... .......... 76% 127M 0s 6950K .......... .......... .......... .......... .......... 76% 122M 0s 7000K .......... .......... .......... .......... .......... 77% 130M 0s 7050K .......... .......... .......... .......... .......... 77% 93.7M 0s 7100K .......... .......... .......... .......... .......... 78% 137M 0s 7150K .......... .......... .......... .......... .......... 79% 111M 0s 7200K .......... .......... .......... .......... .......... 79% 122M 0s 7250K .......... .......... .......... .......... .......... 80% 105M 0s 7300K .......... .......... .......... .......... .......... 80% 108M 0s 7350K .......... .......... .......... .......... .......... 81% 122M 0s 7400K .......... .......... .......... .......... .......... 81% 123M 0s 7450K .......... .......... .......... .......... .......... 82% 99.3M 0s 7500K .......... .......... .......... .......... .......... 82% 111M 0s 7550K .......... .......... .......... .......... .......... 83% 113M 0s 7600K .......... .......... .......... .......... .......... 83% 116M 0s 7650K .......... .......... .......... .......... .......... 84% 109M 0s 7700K .......... .......... .......... .......... .......... 85% 116M 0s 7750K .......... .......... .......... .......... .......... 85% 107M 0s 7800K .......... .......... .......... .......... .......... 86% 113M 0s 7850K .......... .......... .......... .......... .......... 86% 88.6M 0s 7900K .......... .......... .......... .......... .......... 87% 110M 0s 7950K .......... .......... .......... .......... .......... 87% 136M 0s 8000K .......... .......... .......... .......... .......... 88% 151M 0s 8050K .......... .......... .......... .......... .......... 88% 150M 0s 8100K .......... .......... .......... .......... .......... 89% 155M 0s 8150K .......... .......... .......... .......... .......... 90% 158M 0s 8200K .......... .......... .......... .......... .......... 90% 155M 0s 8250K .......... .......... .......... .......... .......... 91% 119M 0s 8300K .......... .......... .......... .......... .......... 91% 161M 0s 8350K .......... .......... .......... .......... .......... 92% 152M 0s 8400K .......... .......... .......... .......... .......... 92% 155M 0s 8450K .......... .......... .......... .......... .......... 93% 157M 0s 8500K .......... .......... .......... .......... .......... 93% 155M 0s 8550K .......... .......... .......... .......... .......... 94% 124M 0s 8600K .......... .......... .......... .......... .......... 94% 153M 0s 8650K .......... .......... .......... .......... .......... 95% 145M 0s 8700K .......... .......... .......... .......... .......... 96% 157M 0s 8750K .......... .......... .......... .......... .......... 96% 159M 0s 8800K .......... .......... .......... .......... .......... 97% 159M 0s 8850K .......... .......... .......... .......... .......... 97% 150M 0s 8900K .......... .......... .......... .......... .......... 98% 148M 0s 8950K .......... .......... .......... .......... .......... 98% 156M 0s 9000K .......... .......... .......... .......... .......... 99% 161M 0s 9050K .......... .......... .......... .......... .......... 99% 132M 0s 9100K ........ 100% 318M=0.1s 2023-03-18 03:31:19 (84.1 MB/s) - '/tmp/instance-17/output-1/build/.vis-network-9.1.0.tgz.J9PnNT/output' saved [9327257/9327257] vis-network-9.1.0.tgz: OK (sha256: a9f7325cbe28147318476c63f09c1d5c894d2239bfa4b4dd2dfb3dbebb0705d3) >>> vis-network 9.1.0 Extracting gzip -d -c /tmp/instance-17/dl/vis-network/vis-network-9.1.0.tgz | tar --strip-components=1 -C /tmp/instance-17/output-1/build/vis-network-9.1.0 -xf - >>> vis-network 9.1.0 Patching >>> vis-network 9.1.0 Configuring >>> vis-network 9.1.0 Building >>> vis-network 9.1.0 Installing to target /usr/bin/install -m 644 -D /tmp/instance-17/output-1/build/vis-network-9.1.0/dist/vis-network.min.js /tmp/instance-17/output-1/target/var/www/vis-network.js /usr/bin/install -m 644 -D /tmp/instance-17/output-1/build/vis-network-9.1.0/dist/dist/vis-network.min.css /tmp/instance-17/output-1/target/var/www/vis-network.css >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-17/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'@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', '-Ofast', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-17/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-17/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%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-17/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-17/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-17/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-17/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-17/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-17/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-17/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-17/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-17/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-17/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-17/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-17/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-17/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-17/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /tmp/instance-17/output-1/target/etc/shells || echo "/bin/mksh" >> /tmp/instance-17/output-1/target/etc/shells mkdir -p /tmp/instance-17/output-1/target/etc echo "buildroot" > /tmp/instance-17/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-17/output-1/target/etc/hosts mkdir -p /tmp/instance-17/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-17/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-17/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-17/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-17/output-1/target/etc/shells ln -sf mksh /tmp/instance-17/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /tmp/instance-17/output-1/target/etc/passwd rm -rf /tmp/instance-17/output-1/target/usr/include /tmp/instance-17/output-1/target/usr/share/aclocal \ /tmp/instance-17/output-1/target/usr/lib/pkgconfig /tmp/instance-17/output-1/target/usr/share/pkgconfig \ /tmp/instance-17/output-1/target/usr/lib/cmake /tmp/instance-17/output-1/target/usr/share/cmake \ /tmp/instance-17/output-1/target/usr/lib/rpm /tmp/instance-17/output-1/target/usr/doc find /tmp/instance-17/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-17/output-1/target/lib/ /tmp/instance-17/output-1/target/usr/lib/ /tmp/instance-17/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-17/output-1/target/usr/share/gdb rm -rf /tmp/instance-17/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-17/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-17/output-1/target/usr/share/zsh rm -rf /tmp/instance-17/output-1/target/usr/man /tmp/instance-17/output-1/target/usr/share/man rm -rf /tmp/instance-17/output-1/target/usr/info /tmp/instance-17/output-1/target/usr/share/info rm -rf /tmp/instance-17/output-1/target/usr/doc /tmp/instance-17/output-1/target/usr/share/doc rm -rf /tmp/instance-17/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-17/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-17/output-1/target/lib/debug /tmp/instance-17/output-1/target/usr/lib/debug find /tmp/instance-17/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-17/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-17/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-17/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-17/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-93-gd3051892eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /tmp/instance-17/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-17/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-17/output-1/per-package /tmp/instance-17/buildroot/support/scripts/fix-rpath target touch /tmp/instance-17/output-1/target/usr ln -snf /tmp/instance-17/output-1/host/sparc-buildroot-linux-uclibc/sysroot /tmp/instance-17/output-1/staging make: Leaving directory '/tmp/instance-17/buildroot' make: Entering directory '/tmp/instance-17/buildroot' >>> Buildroot 2023.02-93-gd3051892eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 6.1.14 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openssl Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-uuu 1.5.21 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-17/output-1/legal-info make: Leaving directory '/tmp/instance-17/buildroot'