CC cgpt/cgpt_show.o cgpt/cgpt_show.c: In function 'EntryDetails': cgpt/cgpt_show.c:104:20: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 104 | UTF16ToUTF8(entry->name, sizeof(entry->name) / sizeof(entry->name[0]), | ~~~~~^~~~~~ cgpt/cgpt_show.c: In function 'GptShow': cgpt/cgpt_show.c:199:26: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [-Waddress-of-packed-member] 199 | UTF16ToUTF8(entry->name, sizeof(entry->name) / sizeof(entry->name[0]), | ~~~~~^~~~~~ 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 host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] 54 | key->rsa_private_key = rsa_key; | ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:17: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] 66 | RSA_free(key->rsa_private_key); | ~~~^~~~~~~~~~~~~~~~~ | | | struct rsa_rt * In file included from /home/autobuild/autobuild/instance-12/output-1/host/include/openssl/x509.h:25, from /home/autobuild/autobuild/instance-12/output-1/host/include/openssl/pem.h:17, from host/lib/host_key.c:10: /home/autobuild/autobuild/instance-12/output-1/host/include/openssl/rsa.h:263:20: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt *' 263 | void RSA_free(RSA *r); | ~~~~~^ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:33: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [-Wincompatible-pointer-types] 77 | buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); | ~~~^~~~~~~~~~~~~~~~~ | | | struct rsa_rt * In file included from /home/autobuild/autobuild/instance-12/output-1/host/include/openssl/objects.h:15, from /home/autobuild/autobuild/instance-12/output-1/host/include/openssl/evp.h:28, from /home/autobuild/autobuild/instance-12/output-1/host/include/openssl/pem.h:16: /home/autobuild/autobuild/instance-12/output-1/host/include/openssl/asn1.h:237:36: note: expected 'const RSA *' {aka 'const struct rsa_st *'} but argument is of type 'struct rsa_rt *' 237 | int i2d_##name(const type *a, unsigned char **out); \ | ~~~~~~~~~~~~^ /home/autobuild/autobuild/instance-12/output-1/host/include/openssl/rsa.h:281:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_const' 281 | DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:33: 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 * In file included from host/lib/host_signature.c:10: /home/autobuild/autobuild/instance-12/output-1/host/include/openssl/rsa.h:258:49: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt *' 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:41: 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:30: 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 '/home/autobuild/autobuild/instance-12/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-12/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/autobuild/autobuild/instance-12/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-12/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-12/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/autobuild/autobuild/instance-12/output-1/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/home/autobuild/autobuild/instance-12/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 '/home/autobuild/autobuild/instance-12/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' vis-network-9.1.0.tgz: OK (sha256: a9f7325cbe28147318476c63f09c1d5c894d2239bfa4b4dd2dfb3dbebb0705d3) >>> vis-network 9.1.0 Extracting gzip -d -c /home/autobuild/autobuild/instance-12/dl/vis-network/vis-network-9.1.0.tgz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-12/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 /home/autobuild/autobuild/instance-12/output-1/build/vis-network-9.1.0/dist/vis-network.min.js /home/autobuild/autobuild/instance-12/output-1/target/var/www/vis-network.js /usr/bin/install -m 644 -D /home/autobuild/autobuild/instance-12/output-1/build/vis-network-9.1.0/dist/dist/vis-network.min.css /home/autobuild/autobuild/instance-12/output-1/target/var/www/vis-network.css >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-12/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%riscv64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/riscv64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%riscv64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/riscv64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-12/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-12/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-12/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-12/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-12/output-1/target/bin/sh rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/include /home/autobuild/autobuild/instance-12/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-12/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-12/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-12/output-1/target/usr/doc find /home/autobuild/autobuild/instance-12/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-12/output-1/target/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-12/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-12/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/man /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/info /home/autobuild/autobuild/instance-12/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/doc /home/autobuild/autobuild/instance-12/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-12/output-1/target/lib/debug /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-12/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 /home/autobuild/autobuild/instance-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-12/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/autobuild/autobuild/instance-12/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/autobuild/autobuild/instance-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc1-15-g0b17cd017e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc1\"" \ ) > /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-12/output-1/per-package /home/autobuild/autobuild/instance-12/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-12/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1082 objects. stage 2: creating image '/home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2' [ ] 1/1082 0% [ ] 2/1082 0% [ ] 3/1082 0% [ ] 4/1082 0% [ ] 5/1082 0% [ ] 6/1082 0% [ ] 7/1082 0% [ ] 8/1082 0% [ ] 9/1082 0% [ ] 10/1082 0% [ ] 11/1082 1% [ ] 12/1082 1% [ ] 13/1082 1% [ ] 14/1082 1% [ ] 15/1082 1% [ ] 16/1082 1% [ ] 17/1082 1% [= ] 18/1082 1% [= ] 19/1082 1% [= ] 20/1082 1% [= ] 21/1082 1% [= ] 22/1082 2% [= ] 23/1082 2% [= ] 24/1082 2% [= ] 25/1082 2% [= ] 26/1082 2% [= ] 27/1082 2% [= ] 28/1082 2% [= ] 29/1082 2% [= ] 30/1082 2% [= ] 31/1082 2% [= ] 32/1082 2% [= ] 33/1082 3% [= ] 34/1082 3% [== ] 35/1082 3% [== ] 36/1082 3% [== ] 37/1082 3% [== ] 38/1082 3% [== ] 39/1082 3% [== ] 40/1082 3% [== ] 41/1082 3% [== ] 42/1082 3% [== ] 43/1082 3% [== ] 44/1082 4% [== ] 45/1082 4% [== ] 46/1082 4% [== ] 47/1082 4% [== ] 48/1082 4% [== ] 49/1082 4% [== ] 50/1082 4% [== ] 51/1082 4% [== ] 52/1082 4% [=== ] 53/1082 4% [=== ] 54/1082 4% [=== ] 55/1082 5% [=== ] 56/1082 5% [=== ] 57/1082 5% [=== ] 58/1082 5% [=== ] 59/1082 5% [=== ] 60/1082 5% [=== ] 61/1082 5% [=== ] 62/1082 5% [=== ] 63/1082 5% [=== ] 64/1082 5% [=== ] 65/1082 6% [=== ] 66/1082 6% [=== ] 67/1082 6% [=== ] 68/1082 6% [=== ] 69/1082 6% [==== ] 70/1082 6% [==== ] 71/1082 6% [==== ] 72/1082 6% [==== ] 73/1082 6% [==== ] 74/1082 6% [==== ] 75/1082 6% [==== ] 76/1082 7% [==== ] 77/1082 7% [==== ] 78/1082 7% [==== ] 79/1082 7% [==== ] 80/1082 7% [==== ] 81/1082 7% [==== ] 82/1082 7% [==== ] 83/1082 7% [==== ] 84/1082 7% [==== ] 85/1082 7% [==== ] 86/1082 7% [==== ] 87/1082 8% [===== ] 88/1082 8% [===== ] 89/1082 8% [===== ] 90/1082 8% [===== ] 91/1082 8% [===== ] 92/1082 8% [===== ] 93/1082 8% [===== ] 94/1082 8% [===== ] 95/1082 8% [===== ] 96/1082 8% [===== ] 97/1082 8% [===== ] 98/1082 9% [===== ] 99/1082 9% [===== ] 100/1082 9% [===== ] 101/1082 9% [===== ] 102/1082 9% [===== ] 103/1082 9% [===== ] 104/1082 9% [====== ] 105/1082 9% [====== ] 106/1082 9% [====== ] 107/1082 9% [====== ] 108/1082 9% [====== ] 109/1082 10% [====== ] 110/1082 10% [====== ] 111/1082 10% [====== ] 112/1082 10% [====== ] 113/1082 10% [====== ] 114/1082 10% [====== ] 115/1082 10% [====== ] 116/1082 10% [====== ] 117/1082 10% [====== ] 118/1082 10% [====== ] 119/1082 10% [====== ] 120/1082 11% [====== ] 121/1082 11% [====== ] 122/1082 11% [======= ] 123/1082 11% [======= ] 124/1082 11% [======= ] 125/1082 11% [======= ] 126/1082 11% [======= ] 127/1082 11% [======= ] 128/1082 11% [======= ] 129/1082 11% [======= ] 130/1082 12% [======= ] 131/1082 12% [======= ] 132/1082 12% [======= ] 133/1082 12% [======= ] 134/1082 12% [======= ] 135/1082 12% [======= ] 136/1082 12% [======= ] 137/1082 12% [======= ] 138/1082 12% [======= ] 139/1082 12% [======== ] 140/1082 12% [======== ] 141/1082 13% [======== ] 142/1082 13% [======== ] 143/1082 13% [======== ] 144/1082 13% [======== ] 145/1082 13% [======== ] 146/1082 13% [======== ] 147/1082 13% [======== ] 148/1082 13% [======== ] 149/1082 13% [======== ] 150/1082 13% [======== ] 151/1082 13% [======== ] 152/1082 14% [======== ] 153/1082 14% [======== ] 154/1082 14% [======== ] 155/1082 14% [======== ] 156/1082 14% [======== ] 157/1082 14% [========= ] 158/1082 14% [========= ] 159/1082 14% [========= ] 160/1082 14% [========= ] 161/1082 14% [========= ] 162/1082 14% [========= ] 163/1082 15% [========= ] 164/1082 15% [========= ] 165/1082 15% [========= ] 166/1082 15% [========= ] 167/1082 15% [========= ] 168/1082 15% [========= ] 169/1082 15% [========= ] 170/1082 15% [========= ] 171/1082 15% [========= ] 172/1082 15% [========= ] 173/1082 15% [========= ] 174/1082 16% [========== ] 175/1082 16% [========== ] 176/1082 16% [========== ] 177/1082 16% [========== ] 178/1082 16% [========== ] 179/1082 16% [========== ] 180/1082 16% [========== ] 181/1082 16% [========== ] 182/1082 16% [========== ] 183/1082 16% [========== ] 184/1082 17% [========== ] 185/1082 17% [========== ] 186/1082 17% [========== ] 187/1082 17% [========== ] 188/1082 17% [========== ] 189/1082 17% [========== ] 190/1082 17% [========== ] 191/1082 17% [=========== ] 192/1082 17% [=========== ] 193/1082 17% [=========== ] 194/1082 17% [=========== ] 195/1082 18% [=========== ] 196/1082 18% [=========== ] 197/1082 18% [=========== ] 198/1082 18% [=========== ] 199/1082 18% [=========== ] 200/1082 18% [=========== ] 201/1082 18% [=========== ] 202/1082 18% [=========== ] 203/1082 18% [=========== ] 204/1082 18% [=========== ] 205/1082 18% [=========== ] 206/1082 19% [=========== ] 207/1082 19% [=========== ] 208/1082 19% [=========== ] 209/1082 19% [============ ] 210/1082 19% [============ ] 211/1082 19% [============ ] 212/1082 19% [============ ] 213/1082 19% [============ ] 214/1082 19% [============ ] 215/1082 19% [============ ] 216/1082 19% [============ ] 217/1082 20% [============ ] 218/1082 20% [============ ] 219/1082 20% [============ ] 220/1082 20% [============ ] 221/1082 20% [============ ] 222/1082 20% [============ ] 223/1082 20% [============ ] 224/1082 20% [============ ] 225/1082 20% [============ ] 226/1082 20% [============= ] 227/1082 20% [============= ] 228/1082 21% [============= ] 229/1082 21% [============= ] 230/1082 21% [============= ] 231/1082 21% [============= ] 232/1082 21% [============= ] 233/1082 21% [============= ] 234/1082 21% [============= ] 235/1082 21% [============= ] 236/1082 21% [============= ] 237/1082 21% [============= ] 238/1082 21% [============= ] 239/1082 22% [============= ] 240/1082 22% [============= ] 241/1082 22% [============= ] 242/1082 22% [============= ] 243/1082 22% [============= ] 244/1082 22% [============== ] 245/1082 22% [============== ] 246/1082 22% [============== ] 247/1082 22% [============== ] 248/1082 22% [============== ] 249/1082 23% [============== ] 250/1082 23% [============== ] 251/1082 23% [============== ] 252/1082 23% [============== ] 253/1082 23% [============== ] 254/1082 23% [============== ] 255/1082 23% [============== ] 256/1082 23% [============== ] 257/1082 23% [============== ] 258/1082 23% [============== ] 259/1082 23% [============== ] 260/1082 24% [============== ] 261/1082 24% [=============== ] 262/1082 24% [=============== ] 263/1082 24% [=============== ] 264/1082 24% [=============== ] 265/1082 24% [=============== ] 266/1082 24% [=============== ] 267/1082 24% [=============== ] 268/1082 24% [=============== ] 269/1082 24% [=============== ] 270/1082 24% [=============== ] 271/1082 25% [=============== ] 272/1082 25% [=============== ] 273/1082 25% [=============== ] 274/1082 25% [=============== ] 275/1082 25% [=============== ] 276/1082 25% [=============== ] 277/1082 25% [=============== ] 278/1082 25% [=============== ] 279/1082 25% [================ ] 280/1082 25% [================ ] 281/1082 25% [================ ] 282/1082 26% [================ ] 283/1082 26% [================ ] 284/1082 26% [================ ] 285/1082 26% [================ ] 286/1082 26% [================ ] 287/1082 26% [================ ] 288/1082 26% [================ ] 289/1082 26% [================ ] 290/1082 26% [================ ] 291/1082 26% [================ ] 292/1082 26% [================ ] 293/1082 27% [================ ] 294/1082 27% [================ ] 295/1082 27% [================ ] 296/1082 27% [================= ] 297/1082 27% [================= ] 298/1082 27% [================= ] 299/1082 27% [================= ] 300/1082 27% [================= ] 301/1082 27% [================= ] 302/1082 27% [================= ] 303/1082 28% [================= ] 304/1082 28% [================= ] 305/1082 28% [================= ] 306/1082 28% [================= ] 307/1082 28% [================= ] 308/1082 28% [================= ] 309/1082 28% [================= ] 310/1082 28% [================= ] 311/1082 28% [================= ] 312/1082 28% [================= ] 313/1082 28% [================= ] 314/1082 29% [================== ] 315/1082 29% [================== ] 316/1082 29% [================== ] 317/1082 29% [================== ] 318/1082 29% [================== ] 319/1082 29% [================== ] 320/1082 29% [================== ] 321/1082 29% [================== ] 322/1082 29% [================== ] 323/1082 29% [================== ] 324/1082 29% [================== ] 325/1082 30% [================== ] 326/1082 30% [================== ] 327/1082 30% [================== ] 328/1082 30% [================== ] 329/1082 30% [================== ] 330/1082 30% [================== ] 331/1082 30% [=================== ] 332/1082 30% [=================== ] 333/1082 30% [=================== ] 334/1082 30% [=================== ] 335/1082 30% [=================== ] 336/1082 31% [=================== ] 337/1082 31% [=================== ] 338/1082 31% [=================== ] 339/1082 31% [=================== ] 340/1082 31% [=================== ] 341/1082 31% [=================== ] 342/1082 31% [=================== ] 343/1082 31% [=================== ] 344/1082 31% [=================== ] 345/1082 31% [=================== ] 346/1082 31% [=================== ] 347/1082 32% [=================== ] 348/1082 32% [=================== ] 349/1082 32% [==================== ] 350/1082 32% [==================== ] 351/1082 32% [==================== ] 352/1082 32% [==================== ] 353/1082 32% [==================== ] 354/1082 32% [==================== ] 355/1082 32% [==================== ] 356/1082 32% [==================== ] 357/1082 32% [==================== ] 358/1082 33% [==================== ] 359/1082 33% [==================== ] 360/1082 33% [==================== ] 361/1082 33% [==================== ] 362/1082 33% [==================== ] 363/1082 33% [==================== ] 364/1082 33% [==================== ] 365/1082 33% [==================== ] 366/1082 33% [===================== ] 367/1082 33% [===================== ] 368/1082 34% [===================== ] 369/1082 34% [===================== ] 370/1082 34% [===================== ] 371/1082 34% [===================== ] 372/1082 34% [===================== ] 373/1082 34% [===================== ] 374/1082 34% [===================== ] 375/1082 34% [===================== ] 376/1082 34% [===================== ] 377/1082 34% [===================== ] 378/1082 34% [===================== ] 379/1082 35% [===================== ] 380/1082 35% [===================== ] 381/1082 35% [===================== ] 382/1082 35% [===================== ] 383/1082 35% [====================== ] 384/1082 35% [====================== ] 385/1082 35% [====================== ] 386/1082 35% [====================== ] 387/1082 35% [====================== ] 388/1082 35% [====================== ] 389/1082 35% [====================== ] 390/1082 36% [====================== ] 391/1082 36% [====================== ] 392/1082 36% [====================== ] 393/1082 36% [====================== ] 394/1082 36% [====================== ] 395/1082 36% [====================== ] 396/1082 36% [====================== ] 397/1082 36% [====================== ] 398/1082 36% [====================== ] 399/1082 36% [====================== ] 400/1082 36% [====================== ] 401/1082 37% [======================= ] 402/1082 37% [======================= ] 403/1082 37% [======================= ] 404/1082 37% [======================= ] 405/1082 37% [======================= ] 406/1082 37% [======================= ] 407/1082 37% [======================= ] 408/1082 37% [======================= ] 409/1082 37% [======================= ] 410/1082 37% [======================= ] 411/1082 37% [======================= ] 412/1082 38% [======================= ] 413/1082 38% [======================= ] 414/1082 38% [======================= ] 415/1082 38% [======================= ] 416/1082 38% [======================= ] 417/1082 38% [======================= ] 418/1082 38% [======================== ] 419/1082 38% [======================== ] 420/1082 38% [======================== ] 421/1082 38% [======================== ] 422/1082 39% [======================== ] 423/1082 39% [======================== ] 424/1082 39% [======================== ] 425/1082 39% [======================== ] 426/1082 39% [======================== ] 427/1082 39% [======================== ] 428/1082 39% [======================== ] 429/1082 39% [======================== ] 430/1082 39% [======================== ] 431/1082 39% [======================== ] 432/1082 39% [======================== ] 433/1082 40% [======================== ] 434/1082 40% [======================== ] 435/1082 40% [======================== ] 436/1082 40% [========================= ] 437/1082 40% [========================= ] 438/1082 40% [========================= ] 439/1082 40% [========================= ] 440/1082 40% [========================= ] 441/1082 40% [========================= ] 442/1082 40% [========================= ] 443/1082 40% [========================= ] 444/1082 41% [========================= ] 445/1082 41% [========================= ] 446/1082 41% [========================= ] 447/1082 41% [========================= ] 448/1082 41% [========================= ] 449/1082 41% [========================= ] 450/1082 41% [========================= ] 451/1082 41% [========================= ] 452/1082 41% [========================= ] 453/1082 41% [========================== ] 454/1082 41% [========================== ] 455/1082 42% [========================== ] 456/1082 42% [========================== ] 457/1082 42% [========================== ] 458/1082 42% [========================== ] 459/1082 42% [========================== ] 460/1082 42% [========================== ] 461/1082 42% [========================== ] 462/1082 42% [========================== ] 463/1082 42% [========================== ] 464/1082 42% [========================== ] 465/1082 42% [========================== ] 466/1082 43% [========================== ] 467/1082 43% [========================== ] 468/1082 43% [========================== ] 469/1082 43% [========================== ] 470/1082 43% [========================== ] 471/1082 43% [=========================== ] 472/1082 43% [=========================== ] 473/1082 43% [=========================== ] 474/1082 43% [=========================== ] 475/1082 43% [=========================== ] 476/1082 43% [=========================== ] 477/1082 44% [=========================== ] 478/1082 44% [=========================== ] 479/1082 44% [=========================== ] 480/1082 44% [=========================== ] 481/1082 44% [=========================== ] 482/1082 44% [=========================== ] 483/1082 44% [=========================== ] 484/1082 44% [=========================== ] 485/1082 44% [=========================== ] 486/1082 44% [=========================== ] 487/1082 45% [=========================== ] 488/1082 45% [============================ ] 489/1082 45% [============================ ] 490/1082 45% [============================ ] 491/1082 45% [============================ ] 492/1082 45% [============================ ] 493/1082 45% [============================ ] 494/1082 45% [============================ ] 495/1082 45% [============================ ] 496/1082 45% [============================ ] 497/1082 45% [============================ ] 498/1082 46% [============================ ] 499/1082 46% [============================ ] 500/1082 46% [============================ ] 501/1082 46% [============================ ] 502/1082 46% [============================ ] 503/1082 46% [============================ ] 504/1082 46% [============================ ] 505/1082 46% [============================ ] 506/1082 46% [============================= ] 507/1082 46% [============================= ] 508/1082 46% [============================= ] 509/1082 47% [============================= ] 510/1082 47% [============================= ] 511/1082 47% [============================= ] 512/1082 47% [============================= ] 513/1082 47% [============================= ] 514/1082 47% [============================= ] 515/1082 47% [============================= ] 516/1082 47% [============================= ] 517/1082 47% [============================= ] 518/1082 47% [============================= ] 519/1082 47% [============================= ] 520/1082 48% [============================= ] 521/1082 48% [============================= ] 522/1082 48% [============================= ] 523/1082 48% [============================== ] 524/1082 48% [============================== ] 525/1082 48% [============================== ] 526/1082 48% [============================== ] 527/1082 48% [============================== ] 528/1082 48% [============================== ] 529/1082 48% [============================== ] 530/1082 48% [============================== ] 531/1082 49% [============================== ] 532/1082 49% [============================== ] 533/1082 49% [============================== ] 534/1082 49% [============================== ] 535/1082 49% [============================== ] 536/1082 49% [============================== ] 537/1082 49% [============================== ] 538/1082 49% [============================== ] 539/1082 49% [============================== ] 540/1082 49% [=============================== ] 541/1082 50% [=============================== ] 542/1082 50% [=============================== ] 543/1082 50% [=============================== ] 544/1082 50% [=============================== ] 545/1082 50% [=============================== ] 546/1082 50% [=============================== ] 547/1082 50% [=============================== ] 548/1082 50% [=============================== ] 549/1082 50% [=============================== ] 550/1082 50% [=============================== ] 551/1082 50% [=============================== ] 552/1082 51% [=============================== ] 553/1082 51% [=============================== ] 554/1082 51% [=============================== ] 555/1082 51% [=============================== ] 556/1082 51% [=============================== ] 557/1082 51% [=============================== ] 558/1082 51% [================================ ] 559/1082 51% [================================ ] 560/1082 51% [================================ ] 561/1082 51% [================================ ] 562/1082 51% [================================ ] 563/1082 52% [================================ ] 564/1082 52% [================================ ] 565/1082 52% [================================ ] 566/1082 52% [================================ ] 567/1082 52% [================================ ] 568/1082 52% [================================ ] 569/1082 52% [================================ ] 570/1082 52% [================================ ] 571/1082 52% [================================ ] 572/1082 52% [================================ ] 573/1082 52% [================================ ] 574/1082 53% [================================ ] 575/1082 53% [================================= ] 576/1082 53% [================================= ] 577/1082 53% [================================= ] 578/1082 53% [================================= ] 579/1082 53% [================================= ] 580/1082 53% [================================= ] 581/1082 53% [================================= ] 582/1082 53% [================================= ] 583/1082 53% [================================= ] 584/1082 53% [================================= ] 585/1082 54% [================================= ] 586/1082 54% [================================= ] 587/1082 54% [================================= ] 588/1082 54% [================================= ] 589/1082 54% [================================= ] 590/1082 54% [================================= ] 591/1082 54% [================================= ] 592/1082 54% [================================= ] 593/1082 54% [================================== ] 594/1082 54% [================================== ] 595/1082 54% [================================== ] 596/1082 55% [================================== ] 597/1082 55% [================================== ] 598/1082 55% [================================== ] 599/1082 55% [================================== ] 600/1082 55% [================================== ] 601/1082 55% [================================== ] 602/1082 55% [================================== ] 603/1082 55% [================================== ] 604/1082 55% [================================== ] 605/1082 55% [================================== ] 606/1082 56% [================================== ] 607/1082 56% [================================== ] 608/1082 56% [================================== ] 609/1082 56% [================================== ] 610/1082 56% [=================================== ] 611/1082 56% [=================================== ] 612/1082 56% [=================================== ] 613/1082 56% [=================================== ] 614/1082 56% [=================================== ] 615/1082 56% [=================================== ] 616/1082 56% [=================================== ] 617/1082 57% [=================================== ] 618/1082 57% [=================================== ] 619/1082 57% [=================================== ] 620/1082 57% [=================================== ] 621/1082 57% [=================================== ] 622/1082 57% [=================================== ] 623/1082 57% [=================================== ] 624/1082 57% [=================================== ] 625/1082 57% [=================================== ] 626/1082 57% [=================================== ] 627/1082 57% [=================================== ] 628/1082 58% [==================================== ] 629/1082 58% [==================================== ] 630/1082 58% [==================================== ] 631/1082 58% [==================================== ] 632/1082 58% [==================================== ] 633/1082 58% [==================================== ] 634/1082 58% [==================================== ] 635/1082 58% [==================================== ] 636/1082 58% [==================================== ] 637/1082 58% [==================================== ] 638/1082 58% [==================================== ] 639/1082 59% [==================================== ] 640/1082 59% [==================================== ] 641/1082 59% [==================================== ] 642/1082 59% [==================================== ] 643/1082 59% [==================================== ] 644/1082 59% [==================================== ] 645/1082 59% [===================================== ] 646/1082 59% [===================================== ] 647/1082 59% [===================================== ] 648/1082 59% [===================================== ] 649/1082 59% [===================================== ] 650/1082 60% [===================================== ] 651/1082 60% [===================================== ] 652/1082 60% [===================================== ] 653/1082 60% [===================================== ] 654/1082 60% [===================================== ] 655/1082 60% [===================================== ] 656/1082 60% [===================================== ] 657/1082 60% [===================================== ] 658/1082 60% [===================================== ] 659/1082 60% [===================================== ] 660/1082 60% [===================================== ] 661/1082 61% [===================================== ] 662/1082 61% [===================================== ] 663/1082 61% [====================================== ] 664/1082 61% [====================================== ] 665/1082 61% [====================================== ] 666/1082 61% [====================================== ] 667/1082 61% [====================================== ] 668/1082 61% [====================================== ] 669/1082 61% [====================================== ] 670/1082 61% [====================================== ] 671/1082 62% [====================================== ] 672/1082 62% [====================================== ] 673/1082 62% [====================================== ] 674/1082 62% [====================================== ] 675/1082 62% [====================================== ] 676/1082 62% [====================================== ] 677/1082 62% [====================================== ] 678/1082 62% [====================================== ] 679/1082 62% [====================================== ] 680/1082 62% [======================================= ] 681/1082 62% [======================================= ] 682/1082 63% [======================================= ] 683/1082 63% [======================================= ] 684/1082 63% [======================================= ] 685/1082 63% [======================================= ] 686/1082 63% [======================================= ] 687/1082 63% [======================================= ] 688/1082 63% [======================================= ] 689/1082 63% [======================================= ] 690/1082 63% [======================================= ] 691/1082 63% [======================================= ] 692/1082 63% [======================================= ] 693/1082 64% [======================================= ] 694/1082 64% [======================================= ] 695/1082 64% [======================================= ] 696/1082 64% [======================================= ] 697/1082 64% [======================================= ] 698/1082 64% [======================================== ] 699/1082 64% [======================================== ] 700/1082 64% [======================================== ] 701/1082 64% [======================================== ] 702/1082 64% [======================================== ] 703/1082 64% [======================================== ] 704/1082 65% [======================================== ] 705/1082 65% [======================================== ] 706/1082 65% [======================================== ] 707/1082 65% [======================================== ] 708/1082 65% [======================================== ] 709/1082 65% [======================================== ] 710/1082 65% [======================================== ] 711/1082 65% [======================================== ] 712/1082 65% [======================================== ] 713/1082 65% [======================================== ] 714/1082 65% [======================================== ] 715/1082 66% [========================================= ] 716/1082 66% [========================================= ] 717/1082 66% [========================================= ] 718/1082 66% [========================================= ] 719/1082 66% [========================================= ] 720/1082 66% [========================================= ] 721/1082 66% [========================================= ] 722/1082 66% [========================================= ] 723/1082 66% [========================================= ] 724/1082 66% [========================================= ] 725/1082 67% [========================================= ] 726/1082 67% [========================================= ] 727/1082 67% [========================================= ] 728/1082 67% [========================================= ] 729/1082 67% [========================================= ] 730/1082 67% [========================================= ] 731/1082 67% [========================================= ] 732/1082 67% [========================================== ] 733/1082 67% [========================================== ] 734/1082 67% [========================================== ] 735/1082 67% [========================================== ] 736/1082 68% [========================================== ] 737/1082 68% [========================================== ] 738/1082 68% [========================================== ] 739/1082 68% [========================================== ] 740/1082 68% [========================================== ] 741/1082 68% [========================================== ] 742/1082 68% [========================================== ] 743/1082 68% [========================================== ] 744/1082 68% [========================================== ] 745/1082 68% [========================================== ] 746/1082 68% [========================================== ] 747/1082 69% [========================================== ] 748/1082 69% [========================================== ] 749/1082 69% [========================================== ] 750/1082 69% [=========================================== ] 751/1082 69% [=========================================== ] 752/1082 69% [=========================================== ] 753/1082 69% [=========================================== ] 754/1082 69% [=========================================== ] 755/1082 69% [=========================================== ] 756/1082 69% [=========================================== ] 757/1082 69% [=========================================== ] 758/1082 70% [=========================================== ] 759/1082 70% [=========================================== ] 760/1082 70% [=========================================== ] 761/1082 70% [=========================================== ] 762/1082 70% [=========================================== ] 763/1082 70% [=========================================== ] 764/1082 70% [=========================================== ] 765/1082 70% [=========================================== ] 766/1082 70% [=========================================== ] 767/1082 70% [============================================ ] 768/1082 70% [============================================ ] 769/1082 71% [============================================ ] 770/1082 71% [============================================ ] 771/1082 71% [============================================ ] 772/1082 71% [============================================ ] 773/1082 71% [============================================ ] 774/1082 71% [============================================ ] 775/1082 71% [============================================ ] 776/1082 71% [============================================ ] 777/1082 71% [============================================ ] 778/1082 71% [============================================ ] 779/1082 71% [============================================ ] 780/1082 72% [============================================ ] 781/1082 72% [============================================ ] 782/1082 72% [============================================ ] 783/1082 72% [============================================ ] 784/1082 72% [============================================ ] 785/1082 72% [============================================= ] 786/1082 72% [============================================= ] 787/1082 72% [============================================= ] 788/1082 72% [============================================= ] 789/1082 72% [============================================= ] 790/1082 73% [============================================= ] 791/1082 73% [============================================= ] 792/1082 73% [============================================= ] 793/1082 73% [============================================= ] 794/1082 73% [============================================= ] 795/1082 73% [============================================= ] 796/1082 73% [============================================= ] 797/1082 73% [============================================= ] 798/1082 73% [============================================= ] 799/1082 73% [============================================= ] 800/1082 73% [============================================= ] 801/1082 74% [============================================= ] 802/1082 74% [============================================== ] 803/1082 74% [============================================== ] 804/1082 74% [============================================== ] 805/1082 74% [============================================== ] 806/1082 74% [============================================== ] 807/1082 74% [============================================== ] 808/1082 74% [============================================== ] 809/1082 74% [============================================== ] 810/1082 74% [============================================== ] 811/1082 74% [============================================== ] 812/1082 75% [============================================== ] 813/1082 75% [============================================== ] 814/1082 75% [============================================== ] 815/1082 75% [============================================== ] 816/1082 75% [============================================== ] 817/1082 75% [============================================== ] 818/1082 75% [============================================== ] 819/1082 75% [============================================== ] 820/1082 75% [=============================================== ] 821/1082 75% [=============================================== ] 822/1082 75% [=============================================== ] 823/1082 76% [=============================================== ] 824/1082 76% [=============================================== ] 825/1082 76% [=============================================== ] 826/1082 76% [=============================================== ] 827/1082 76% [=============================================== ] 828/1082 76% [=============================================== ] 829/1082 76% [=============================================== ] 830/1082 76% [=============================================== ] 831/1082 76% [=============================================== ] 832/1082 76% [=============================================== ] 833/1082 76% [=============================================== ] 834/1082 77% [=============================================== ] 835/1082 77% [=============================================== ] 836/1082 77% [=============================================== ] 837/1082 77% [================================================ ] 838/1082 77% [================================================ ] 839/1082 77% [================================================ ] 840/1082 77% [================================================ ] 841/1082 77% [================================================ ] 842/1082 77% [================================================ ] 843/1082 77% [================================================ ] 844/1082 78% [================================================ ] 845/1082 78% [================================================ ] 846/1082 78% [================================================ ] 847/1082 78% [================================================ ] 848/1082 78% [================================================ ] 849/1082 78% [================================================ ] 850/1082 78% [================================================ ] 851/1082 78% [================================================ ] 852/1082 78% [================================================ ] 853/1082 78% [================================================ ] 854/1082 78% [================================================ ] 855/1082 79% [================================================= ] 856/1082 79% [================================================= ] 857/1082 79% [================================================= ] 858/1082 79% [================================================= ] 859/1082 79% [================================================= ] 860/1082 79% [================================================= ] 861/1082 79% [================================================= ] 862/1082 79% [================================================= ] 863/1082 79% [================================================= ] 864/1082 79% [================================================= ] 865/1082 79% [================================================= ] 866/1082 80% [================================================= ] 867/1082 80% [================================================= ] 868/1082 80% [================================================= ] 869/1082 80% [================================================= ] 870/1082 80% [================================================= ] 871/1082 80% [================================================= ] 872/1082 80% [================================================== ] 873/1082 80% [================================================== ] 874/1082 80% [================================================== ] 875/1082 80% [================================================== ] 876/1082 80% [================================================== ] 877/1082 81% [================================================== ] 878/1082 81% [================================================== ] 879/1082 81% [================================================== ] 880/1082 81% [================================================== ] 881/1082 81% [================================================== ] 882/1082 81% [================================================== ] 883/1082 81% [================================================== ] 884/1082 81% [================================================== ] 885/1082 81% [================================================== ] 886/1082 81% [================================================== ] 887/1082 81% [================================================== ] 888/1082 82% [================================================== ] 889/1082 82% [================================================== ] 890/1082 82% [=================================================== ] 891/1082 82% [=================================================== ] 892/1082 82% [=================================================== ] 893/1082 82% [=================================================== ] 894/1082 82% [=================================================== ] 895/1082 82% [=================================================== ] 896/1082 82% [=================================================== ] 897/1082 82% [=================================================== ] 898/1082 82% [=================================================== ] 899/1082 83% [=================================================== ] 900/1082 83% [=================================================== ] 901/1082 83% [=================================================== ] 902/1082 83% [=================================================== ] 903/1082 83% [=================================================== ] 904/1082 83% [=================================================== ] 905/1082 83% [=================================================== ] 906/1082 83% [=================================================== ] 907/1082 83% [==================================================== ] 908/1082 83% [==================================================== ] 909/1082 84% [==================================================== ] 910/1082 84% [==================================================== ] 911/1082 84% [==================================================== ] 912/1082 84% [==================================================== ] 913/1082 84% [==================================================== ] 914/1082 84% [==================================================== ] 915/1082 84% [==================================================== ] 916/1082 84% [==================================================== ] 917/1082 84% [==================================================== ] 918/1082 84% [==================================================== ] 919/1082 84% [==================================================== ] 920/1082 85% [==================================================== ] 921/1082 85% [==================================================== ] 922/1082 85% [==================================================== ] 923/1082 85% [==================================================== ] 924/1082 85% [===================================================== ] 925/1082 85% [===================================================== ] 926/1082 85% [===================================================== ] 927/1082 85% [===================================================== ] 928/1082 85% [===================================================== ] 929/1082 85% [===================================================== ] 930/1082 85% [===================================================== ] 931/1082 86% [===================================================== ] 932/1082 86% [===================================================== ] 933/1082 86% [===================================================== ] 934/1082 86% [===================================================== ] 935/1082 86% [===================================================== ] 936/1082 86% [===================================================== ] 937/1082 86% [===================================================== ] 938/1082 86% [===================================================== ] 939/1082 86% [===================================================== ] 940/1082 86% [===================================================== ] 941/1082 86% [===================================================== ] 942/1082 87% [====================================================== ] 943/1082 87% [====================================================== ] 944/1082 87% [====================================================== ] 945/1082 87% [====================================================== ] 946/1082 87% [====================================================== ] 947/1082 87% [====================================================== ] 948/1082 87% [====================================================== ] 949/1082 87% [====================================================== ] 950/1082 87% [====================================================== ] 951/1082 87% [====================================================== ] 952/1082 87% [====================================================== ] 953/1082 88% [====================================================== ] 954/1082 88% [====================================================== ] 955/1082 88% [====================================================== ] 956/1082 88% [====================================================== ] 957/1082 88% [====================================================== ] 958/1082 88% [====================================================== ] 959/1082 88% [======================================================= ] 960/1082 88% [======================================================= ] 961/1082 88% [======================================================= ] 962/1082 88% [======================================================= ] 963/1082 89% [======================================================= ] 964/1082 89% [======================================================= ] 965/1082 89% [======================================================= ] 966/1082 89% [======================================================= ] 967/1082 89% [======================================================= ] 968/1082 89% [======================================================= ] 969/1082 89% [======================================================= ] 970/1082 89% [======================================================= ] 971/1082 89% [======================================================= ] 972/1082 89% [======================================================= ] 973/1082 89% [======================================================= ] 974/1082 90% [======================================================= ] 975/1082 90% [======================================================= ] 976/1082 90% [======================================================= ] 977/1082 90% [======================================================== ] 978/1082 90% [======================================================== ] 979/1082 90% [======================================================== ] 980/1082 90% [======================================================== ] 981/1082 90% [======================================================== ] 982/1082 90% [======================================================== ] 983/1082 90% [======================================================== ] 984/1082 90% [======================================================== ] 985/1082 91% [======================================================== ] 986/1082 91% [======================================================== ] 987/1082 91% [======================================================== ] 988/1082 91% [======================================================== ] 989/1082 91% [======================================================== ] 990/1082 91% [======================================================== ] 991/1082 91% [======================================================== ] 992/1082 91% [======================================================== ] 993/1082 91% [======================================================== ] 994/1082 91% [========================================================= ] 995/1082 91% [========================================================= ] 996/1082 92% [========================================================= ] 997/1082 92% [========================================================= ] 998/1082 92% [========================================================= ] 999/1082 92% [========================================================= ] 1000/1082 92% [========================================================= ] 1001/1082 92% [========================================================= ] 1002/1082 92% [========================================================= ] 1003/1082 92% [========================================================= ] 1004/1082 92% [========================================================= ] 1005/1082 92% [========================================================= ] 1006/1082 92% [========================================================= ] 1007/1082 93% [========================================================= ] 1008/1082 93% [========================================================= ] 1009/1082 93% [========================================================= ] 1010/1082 93% [========================================================= ] 1011/1082 93% [========================================================= ] 1012/1082 93% [========================================================== ] 1013/1082 93% [========================================================== ] 1014/1082 93% [========================================================== ] 1015/1082 93% [========================================================== ] 1016/1082 93% [========================================================== ] 1017/1082 93% [========================================================== ] 1018/1082 94% [========================================================== ] 1019/1082 94% [========================================================== ] 1020/1082 94% [========================================================== ] 1021/1082 94% [========================================================== ] 1022/1082 94% [========================================================== ] 1023/1082 94% [========================================================== ] 1024/1082 94% [========================================================== ] 1025/1082 94% [========================================================== ] 1026/1082 94% [========================================================== ] 1027/1082 94% [========================================================== ] 1028/1082 95% [========================================================== ] 1029/1082 95% [=========================================================== ] 1030/1082 95% [=========================================================== ] 1031/1082 95% [=========================================================== ] 1032/1082 95% [=========================================================== ] 1033/1082 95% [=========================================================== ] 1034/1082 95% [=========================================================== ] 1035/1082 95% [=========================================================== ] 1036/1082 95% [=========================================================== ] 1037/1082 95% [=========================================================== ] 1038/1082 95% [=========================================================== ] 1039/1082 96% [=========================================================== ] 1040/1082 96% [=========================================================== ] 1041/1082 96% [=========================================================== ] 1042/1082 96% [=========================================================== ] 1043/1082 96% [=========================================================== ] 1044/1082 96% [=========================================================== ] 1045/1082 96% [=========================================================== ] 1046/1082 96% [=========================================================== ] 1047/1082 96% [============================================================ ] 1048/1082 96% [============================================================ ] 1049/1082 96% [============================================================ ] 1050/1082 97% [============================================================ ] 1051/1082 97% [============================================================ ] 1052/1082 97% [============================================================ ] 1053/1082 97% [============================================================ ] 1054/1082 97% [============================================================ ] 1055/1082 97% [============================================================ ] 1056/1082 97% [============================================================ ] 1057/1082 97% [============================================================ ] 1058/1082 97% [============================================================ ] 1059/1082 97% [============================================================ ] 1060/1082 97% [============================================================ ] 1061/1082 98% [============================================================ ] 1062/1082 98% [============================================================ ] 1063/1082 98% [============================================================ ] 1064/1082 98% [============================================================= ] 1065/1082 98% [============================================================= ] 1066/1082 98% [============================================================= ] 1067/1082 98% [============================================================= ] 1068/1082 98% [============================================================= ] 1069/1082 98% [============================================================= ] 1070/1082 98% [============================================================= ] 1071/1082 98% [============================================================= ] 1072/1082 99% [============================================================= ] 1073/1082 99% [============================================================= ] 1074/1082 99% [============================================================= ] 1075/1082 99% [============================================================= ] 1076/1082 99% [============================================================= ] 1077/1082 99% [============================================================= ] 1078/1082 99% [============================================================= ] 1079/1082 99% [============================================================= ] 1080/1082 99% [============================================================= ] 1081/1082 99% [==============================================================] 1082/1082 100% operation complete, 1082 objects in 7318 NAND pages. ln -snf /home/autobuild/autobuild/instance-12/output-1/host/riscv64-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2022.11-rc1-15-g0b17cd017e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.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-elf2flt 2021.08 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.0.1 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 >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> 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) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> obsidian-cursors 1.0 Collecting legal info >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python-cython 0.29.32 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> spidev_test 5.8 Collecting legal info >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tz Collecting legal info >>> host-tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> 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-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'