RSA_free(key.rsa_private_key); ^ In file included from futility/cmd_show.c:8:0: /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/rsa.h:263:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ CC futility/cmd_vbutil_kernel.o CC futility/cmd_vbutil_key.o CC futility/cmd_vbutil_keyblock.o CC futility/file_type.o CC futility/file_type_bios.o CC futility/file_type_rwsig.o CC futility/file_type_usbpd1.o CC futility/vb1_helper.o CC futility/vb2_helper.o futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment from incompatible pointer type [enabled by default] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, ^ futility/vb1_helper.c:768:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key.rsa_private_key); ^ In file included from futility/vb1_helper.c:12:0: /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/rsa.h:263:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ GEN gen/futility_cmds.c CC cgpt/cgpt_create.o CC cgpt/cgpt_add.o CC cgpt/cgpt_boot.o CC cgpt/cgpt_show.o CC cgpt/cgpt_repair.o CC cgpt/cgpt_prioritize.o CC cgpt/cgpt_common.o CC futility/dump_kernel_config_lib.o CC host/arch/arm/lib/crossystem_arch.o CC host/lib/crossystem.o CC host/lib/file_keys.o CC host/lib/fmap.o CC host/lib/host_common.o CC host/lib/host_key.o CC host/lib/host_keyblock.o CC host/lib/host_misc.o CC host/lib/util_misc.o CC host/lib/host_signature.o CC host/lib/signature_digest.o host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type [enabled by default] key->rsa_private_key = rsa_key; ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:5: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key->rsa_private_key); ^ In file included from /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/x509.h:25:0, from /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/pem.h:17, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/rsa.h:263:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:3: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [enabled by default] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^ In file included from /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/objects.h:15:0, from /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/evp.h:28, from /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/pem.h:16, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/asn1.h:237:13: note: expected 'const struct RSA *' but argument is of type 'struct rsa_rt * const' int i2d_##name(const type *a, unsigned char **out); \ ^ /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/rsa.h:281:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_const' DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey) ^ host/lib/host_key.c: In function 'PrivateKeyRead': host/lib/host_key.c:131:24: warning: assignment from incompatible pointer type [enabled by default] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:39:2: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [enabled by default] if (vb_keyb_from_rsa(key->rsa_private_key, &buf, &buflen)) { ^ In file included from host/lib/util_misc.c:19:0: host/lib/include/util_misc.h:42:5: note: expected 'struct rsa_st *' but argument is of type 'struct rsa_rt *' int vb_keyb_from_rsa(struct rsa_st *rsa_private_key, ^ host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:147:28: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [enabled by default] RSA_PKCS1_PADDING); /* Padding to use */ ^ In file included from host/lib/host_signature.c:10:0: /home/buildroot/autobuild/run/instance-2/output-1/host/include/openssl/rsa.h:257:5: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt * const' int RSA_private_encrypt(int flen, const unsigned char *from, ^ 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 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 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 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 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 CC cgpt/cgpt.o CC cgpt/cgpt_find.o 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 CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o RM libvboot_util.a AR libvboot_util.a RM libvboot_util21.a AR libvboot_util21.a LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-2/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/buildroot/autobuild/run/instance-2/output-1/host/bin:/home/buildroot/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/run/instance-2/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="/home/buildroot/autobuild/run/instance-2/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/autobuild/run/instance-2/output-1/host futil_install cgpt_install devkeys_install 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 make[1]: Entering directory `/home/buildroot/autobuild/run/instance-2/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory `/home/buildroot/autobuild/run/instance-2/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/run/instance-2/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-m4%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-Wl,-elf2flt', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-Wl,-elf2flt', '-static', '-Wl,-elf2flt', '-static'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/home/buildroot/autobuild/run/instance-2/output-1/host%g' -e 's%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-2/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot%g' -e 's%@STATIC@%true%g' package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-2/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' /home/buildroot/autobuild/run/instance-2/output-1/host/etc/meson/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-2/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-2/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/run/instance-2/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/run/instance-2/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/run/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-2/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/run/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-2/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-2/output-1/target/bin/sh if [ -x /home/buildroot/autobuild/run/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/run/instance-2/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/run/instance-2/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/run/instance-2/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/run/instance-2/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/locale /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/run/instance-2/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##*/}" /home/buildroot/autobuild/run/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/include /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/run/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-2/output-1/target/lib/ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: `/home/buildroot/autobuild/run/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/man /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/info /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/run/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-2/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-2/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-2/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 /home/buildroot/autobuild/run/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.02.4-123-g767a2da"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.02.5"; \ echo "PRETTY_NAME=\"Buildroot 2021.02.5\"" \ ) > /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/run/instance-2/output-1/per-package /home/buildroot/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-2/output-1/target/usr ln -snf /home/buildroot/autobuild/run/instance-2/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot /home/buildroot/autobuild/run/instance-2/output-1/staging make: Leaving directory `/home/buildroot/autobuild/run/instance-2/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-2/buildroot' >>> Buildroot 2021.02.4-123-g767a2da Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> armadillo 9.900.2 Collecting legal info LICENSE.txt: OK (sha256: 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> augeas 1.12.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> libcap-ng 0.8.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> bwm-ng 0.6.2 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.10.4 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> eigen 3.3.7 Collecting legal info COPYING.MPL2: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) COPYING.BSD: OK (sha256: 4f877e5ae4672568ef82cfd0023e2cef4a7cf55d867ab249efc9569a7eb9e5b1) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.README: OK (sha256: c83230b770f17ef1386ea1fd3681271dd98aa93646bdbfb5bff3a1b7050fff9d) >>> host-fatcat 1.1.0 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> genpart 1.0.2 Collecting legal info >>> hwloc 1.11.13 Collecting legal info COPYING: OK (sha256: c1816ed2da6aea779c4f27352f807c8bbaf545c2843d7b2ae818e1d529028821) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> ibrdtn-tools 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> initscripts Collecting legal info >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> leptonica 1.80.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libatomic_ops 7.6.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libclc d1cbc92e2ceee59963f5c3a576382e5bba31f060 Collecting legal info LICENSE.TXT: OK (sha256: 3c536c052db9afd997809e38785c9f2a9e54e2892330fa7c5b438e18a7413479) >>> host-clang 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: ebcd9bbf783a73d05c53ba4d586b8d5813dcdf3bbec50265860ccc885e606f47) >>> host-libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-llvm 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-python3 3.9.7 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.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libcurl 7.78.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> wolfssl 4.8.1-stable Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> libebml 1.4.2 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgpg-error 1.41 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.5.0 Collecting legal info AUTHORS: OK (sha256: 4d7ff8486176da695f3c81da2ac7ce1b9e5331e0a1667d9ebfe44057088a4220) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmatroska 1.6.2 Collecting legal info LICENSE.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmicrohttpd 0.9.72 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpupnp 4.1.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libuev 2.3.1 Collecting legal info LICENSE: OK (sha256: 3c2bf3fdd85687242ba6f2b02b6ce5176aba15b5e1a2ccb8b608439197ec4641) >>> libunistring 0.9.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libupnpp 0.20.2 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> linux-firmware 20201022 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) WHENCE: OK (sha256: 18313654864adbb76514e21566528ce57eff42a2a7a66d5823f1f91e895816ea) >>> linux-serial-test 13bea838f2a7573d2a68a6d95fc9d1f153b580be Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> linux-syscall-support 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb Collecting legal info linux_syscall_support.h: OK (sha256: 4c1fc9acc9f3867e5c81b5d5f57c52fb9a932662bd4e2e5e43b3fe95390035f5) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-opkg-utils 0.4.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-diffutils 3.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> sdl_image 1.2.12 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> spice-protocol 0.14.3 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> host-meson 0.56.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> 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-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1l Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-2/output-1/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-2/buildroot'