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/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:39:26: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [-Wincompatible-pointer-types] if (vb_keyb_from_rsa(key->rsa_private_key, &buf, &buflen)) { ~~~^~~~~~~~~~~~~~~~~ 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 *' int vb_keyb_from_rsa(struct rsa_st *rsa_private_key, ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 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] 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] RSA_free(key->rsa_private_key); ~~~^~~~~~~~~~~~~~~~~ In file included from /srv/storage/autobuild/run/instance-2/output-1/host/include/openssl/x509.h:25, from /srv/storage/autobuild/run/instance-2/output-1/host/include/openssl/pem.h:17, from host/lib/host_key.c:10: /srv/storage/autobuild/run/instance-2/output-1/host/include/openssl/rsa.h:263:20: note: expected 'RSA *' {aka 'struct rsa_st *'} 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:33: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [-Wincompatible-pointer-types] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ~~~^~~~~~~~~~~~~~~~~ In file included from /srv/storage/autobuild/run/instance-2/output-1/host/include/openssl/objects.h:15, from /srv/storage/autobuild/run/instance-2/output-1/host/include/openssl/evp.h:28, from /srv/storage/autobuild/run/instance-2/output-1/host/include/openssl/pem.h:16, from host/lib/host_key.c:10: /srv/storage/autobuild/run/instance-2/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 * const' int i2d_##name(const type *a, unsigned char **out); \ ~~~~~~~~~~~~^ /srv/storage/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 to 'struct rsa_rt *' from incompatible pointer type 'RSA *' {aka 'struct rsa_st *'} [-Wincompatible-pointer-types] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ CC firmware/lib/cryptolib/padding.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] key->rsa_private_key, /* Key to use */ ~~~^~~~~~~~~~~~~~~~~ In file included from host/lib/host_signature.c:10: /srv/storage/autobuild/run/instance-2/output-1/host/include/openssl/rsa.h:258:49: note: expected 'RSA *' {aka 'struct rsa_st *'} but argument is of type 'struct rsa_rt * const' unsigned char *to, RSA *rsa, int padding); ~~~~~^~~ 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 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] assert( ^~~~~~ firmware/stub/tpm_lite_stub.c:239:3: note: 'assert' is defined in header ''; did you forget to '#include '? firmware/stub/tpm_lite_stub.c:28:1: +#include firmware/stub/tpm_lite_stub.c:239:3: assert( ^~~~~~ 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 RM libvboot_util.a AR libvboot_util.a CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o RM libvboot_util21.a AR libvboot_util21.a LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/srv/storage/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="/srv/storage/autobuild/run/instance-2/output-1/host/lib/pkgconfig:/srv/storage/autobuild/run/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /srv/storage/autobuild/run/instance-2/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/srv/storage/autobuild/run/instance-2/output-1/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/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 '/srv/storage/autobuild/run/instance-2/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' wipe-2.3.1.tar.bz2: OK (sha256: 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0) >>> wipe 2.3.1 Extracting bzcat /srv/storage/autobuild/run/instance-2/dl/wipe/wipe-2.3.1.tar.bz2 | /srv/storage/autobuild/run/instance-2/output-1/host/bin/tar --strip-components=1 -C /srv/storage/autobuild/run/instance-2/output-1/build/wipe-2.3.1 -xf - >>> wipe 2.3.1 Patching Applying 0001-musl.patch using patch: patching file rand.h >>> wipe 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /srv/storage/autobuild/run/instance-2/output-1/build/wipe-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wipe 2.3.1 Patching libtool >>> wipe 2.3.1 Configuring (cd /srv/storage/autobuild/run/instance-2/output-1/build/wipe-2.3.1/ && rm -rf config.cache && PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-ar" AS="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-as" LD="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-ld" NM="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-nm" CC="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc" GCC="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc" CPP="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-cpp" CXX="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-g++" FC="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gfortran" F77="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gfortran" RANLIB="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-ranlib" READELF="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-readelf" STRIP="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-strip" OBJCOPY="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-objcopy" OBJDUMP="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/srv/storage/autobuild/run/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/srv/storage/autobuild/run/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/srv/storage/autobuild/run/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/srv/storage/autobuild/run/instance-2/output-1/host/lib -Wl,-rpath,/srv/storage/autobuild/run/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-as" DEFAULT_LINKER="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/srv/storage/autobuild/run/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-uclibcgnueabi --host=arm-buildroot-linux-uclibcgnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) loading site script /dev/null creating cache ./config.cache checking host system type... arm-buildroot-linux-uclibcgnueabi checking target system type... arm-buildroot-linux-uclibcgnueabi checking build system type... x86_64-pc-linux-gnu checking for gcc... /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc checking whether the C compiler (/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ) works... yes checking whether the C compiler (/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc accepts -g... yes checking for POSIXized ISC... no checking how to run the C preprocessor... /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-cpp checking whether /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc needs -traditional... no checking for a BSD compatible install... /usr/bin/install -c checking whether the C compiler accepts -pipe... yes checking whether the C compiler accepts -g... yes checking whether the C compiler accepts -O0... yes checking whether the C compiler accepts -O2... yes checking whether the C compiler accepts -ansi... yes checking whether the C compiler accepts -pedantic... yes checking whether the C compiler accepts -Wall... yes checking whether the C compiler accepts -Werror... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for stdint.h... yes checking for fcntl.h... yes checking for memory.h... yes checking for linux/fs.h... yes checking for sys/mount.h... yes checking for sys/disklabel.h... no checking for sys/ioctl.h... yes checking for sys/file.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for errno.h... yes checking for termio.h... yes checking for termios.h... yes checking for linux/mtio.h... yes checking for working const... yes checking for inline... __inline__ checking for off_t... yes checking for size_t... yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for getopt... yes checking for strnlen... yes checking for bzero... yes checking for memset... yes checking for memcpy... yes checking for realloc... yes checking for fchmod... yes checking for ioctl... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fsync... yes checking for fdatasync... yes checking for unlink... yes checking for rmdir... yes checking for remove... yes checking for rename... yes checking for dirfd... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h >>> wipe 2.3.1 Building PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /srv/storage/autobuild/run/instance-2/output-1/build/wipe-2.3.1/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/wipe-2.3.1' /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o main.o main.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o wipe.o wipe.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o rand.o rand.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o dir.o dir.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o file.o file.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o blkdev.o blkdev.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o lock.o lock.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o text.o text.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o str.o str.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o percent.o percent.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o prompt.o prompt.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o io.o io.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o mt.o mt.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc *.o -o wipe make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/wipe-2.3.1' >>> wipe 2.3.1 Installing to target /usr/bin/install -D -m 0755 /srv/storage/autobuild/run/instance-2/output-1/build/wipe-2.3.1/wipe /srv/storage/autobuild/run/instance-2/output-1/target/usr/bin/wipe wireless_tools.30.pre9.tar.gz: OK (sha256: abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63) >>> wireless_tools 30.pre9 Extracting gzip -d -c /srv/storage/autobuild/run/instance-2/dl/wireless_tools/wireless_tools.30.pre9.tar.gz | /srv/storage/autobuild/run/instance-2/output-1/host/bin/tar --strip-components=1 -C /srv/storage/autobuild/run/instance-2/output-1/build/wireless_tools-30.pre9 -xf - >>> wireless_tools 30.pre9 Patching Applying 0001-remove-bzero.patch using patch: patching file ifrename.c patching file iwlib.c >>> wireless_tools 30.pre9 Configuring >>> wireless_tools 30.pre9 Building PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /srv/storage/autobuild/run/instance-2/output-1/build/wireless_tools-30.pre9 CC="/srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " iwmulticall make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/wireless_tools-30.pre9' cp wireless.22.h wireless.h /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -c iwmulticall.c /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wl,-s -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -o iwmulticall iwmulticall.o -lm make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/wireless_tools-30.pre9' >>> wireless_tools 30.pre9 Installing to staging directory >>> wireless_tools 30.pre9 Fixing libtool files for la in $(find /srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/srv/storage/autobuild/run/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/srv/storage/autobuild/run/instance-2/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> wireless_tools 30.pre9 Installing to target PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /srv/storage/autobuild/run/instance-2/output-1/build/wireless_tools-30.pre9 PREFIX="/srv/storage/autobuild/run/instance-2/output-1/target" LDCONFIG=/bin/true install-iwmulticall make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/wireless_tools-30.pre9' install -m 755 -d /srv/storage/autobuild/run/instance-2/output-1/target/sbin install -m 755 iwmulticall /srv/storage/autobuild/run/instance-2/output-1/target/sbin/iwconfig ( cd /srv/storage/autobuild/run/instance-2/output-1/target/sbin ; \ ln -f -s iwconfig iwlist ; \ ln -f -s iwconfig iwspy ; \ ln -f -s iwconfig iwpriv ; \ ln -f -s iwconfig iwgetid ) make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/wireless_tools-30.pre9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /srv/storage/autobuild/run/instance-2/output-1/target/etc echo "buildroot" > /srv/storage/autobuild/run/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /srv/storage/autobuild/run/instance-2/output-1/target/etc/hosts mkdir -p /srv/storage/autobuild/run/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /srv/storage/autobuild/run/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /srv/storage/autobuild/run/instance-2/output-1/target/etc/shadow rm -f /srv/storage/autobuild/run/instance-2/output-1/target/bin/sh rm -f /srv/storage/autobuild/run/instance-2/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /srv/storage/autobuild/run/instance-2/output-1/build/locales.nopurge; done for dir in /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/locale /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/X11/locale /srv/storage/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##*/}" /srv/storage/autobuild/run/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/include /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/aclocal \ /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/pkgconfig /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/pkgconfig \ /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/cmake /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/cmake find /srv/storage/autobuild/run/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /srv/storage/autobuild/run/instance-2/output-1/target/lib/ /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/ /srv/storage/autobuild/run/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/gdb rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/bash-completion rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/etc/bash_completion.d rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/zsh rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/man /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/man rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/info /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/info rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/doc /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/doc rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/usr/share/gtk-doc rmdir /srv/storage/autobuild/run/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /srv/storage/autobuild/run/instance-2/output-1/target/lib/debug /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/debug find /srv/storage/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 /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /srv/storage/autobuild/run/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /srv/storage/autobuild/run/instance-2/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /srv/storage/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 /srv/storage/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 /srv/storage/autobuild/run/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02.4-26-g44f88e3084"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02.4"; \ echo "PRETTY_NAME=\"Buildroot 2020.02.4\"" \ ) > /srv/storage/autobuild/run/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /srv/storage/autobuild/run/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/srv/storage/autobuild/run/instance-2/output-1/per-package /srv/storage/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target cat /srv/storage/autobuild/run/instance-2/output-1/build/clang-9.0.1/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/dcron-4.5/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/dt-18.32/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/expat-2.2.9/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/fftw-single-3.3.8/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/icu-65-1/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/libbluray-1.1.2/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/libogg-1.3.4/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/libsndfile-1.0.28/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/libsquish-1.15/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/linux-headers-5.4.53/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/llvm-9.0.1/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/minimodem-0.24/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/opus-1.3.1/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/opusfile-0.11/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/ptm2human-d0b8b6be9897ea5b04fd6460038a4773cec078bc/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/rs485conf-5c8d00cf70950fab3454549b81dea843d844492a/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/skeleton-init-common/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/skeleton-init-none/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/skeleton/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/sphinxbase-5prealpha/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/toolchain-buildroot/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/toolchain/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/uclibc-1.0.32/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/wipe-2.3.1/.files-list.txt /srv/storage/autobuild/run/instance-2/output-1/build/wireless_tools-30.pre9/.files-list.txt > /srv/storage/autobuild/run/instance-2/output-1/build/packages-file-list.txt cat /srv/storage/autobuild/run/instance-2/output-1/build/host-autoconf-2.69/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-automake-1.15.1/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-binutils-2.32/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-bison-3.4.2/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-clang-9.0.1/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-cmake-3.15.5/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-expat-2.2.9/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-gcc-final-8.4.0/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-gcc-initial-8.4.0/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-gmp-6.1.2/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-icu-65-1/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-libffi-3.3/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-libtool-2.4.6/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-llvm-9.0.1/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-m4-1.4.18/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-mpc-1.1.0/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-openssl/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-patchelf-0.9/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-python3-3.8.5/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-skeleton/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-tar-1.29/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656/.files-list-host.txt /srv/storage/autobuild/run/instance-2/output-1/build/host-zlib/.files-list-host.txt > /srv/storage/autobuild/run/instance-2/output-1/build/packages-file-list-host.txt cat /srv/storage/autobuild/run/instance-2/output-1/build/clang-9.0.1/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/expat-2.2.9/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/fftw-single-3.3.8/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/icu-65-1/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/libbluray-1.1.2/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/libogg-1.3.4/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/libsilk-4268a02240c35c6055b0f237c46b09b2dcf79e45/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/libsquish-1.15/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/linux-headers-5.4.53/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/llvm-9.0.1/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/opus-1.3.1/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/opusfile-0.11/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/skeleton-init-common/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/toolchain/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/uclibc-1.0.32/.files-list-staging.txt /srv/storage/autobuild/run/instance-2/output-1/build/wireless_tools-30.pre9/.files-list-staging.txt > /srv/storage/autobuild/run/instance-2/output-1/build/packages-file-list-staging.txt touch /srv/storage/autobuild/run/instance-2/output-1/target/usr ln -snf /srv/storage/autobuild/run/instance-2/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot /srv/storage/autobuild/run/instance-2/output-1/staging make: Leaving directory '/srv/storage/autobuild/run/instance-2/buildroot' make: Entering directory '/srv/storage/autobuild/run/instance-2/buildroot' >>> Buildroot 2020.02.4-26-g44f88e3084 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 8.4.0 Collecting legal info >>> host-binutils 2.32 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.32 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 8.4.0 Collecting legal info >>> linux-headers 5.4.53 Collecting legal info COPYING: OK (sha256: ee5808b032a67f587d3541099d46de34f5bec8cd5976114ba07f1299ee6001ff) 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 >>> clang 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: ebcd9bbf783a73d05c53ba4d586b8d5813dcdf3bbec50265860ccc885e606f47) >>> host-clang 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: ebcd9bbf783a73d05c53ba4d586b8d5813dcdf3bbec50265860ccc885e606f47) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-llvm 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-python3 3.8.5 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> llvm 9.0.1 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> dcron 4.5 Collecting legal info >>> dt 18.32 Collecting legal info LICENSE: OK (sha256: 49f47f20de4b44dc3505ed0cc55bfbfe0fc3e41956ab546f1eeedcf554def54c) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> icu 65-1 Collecting legal info LICENSE: OK (sha256: 6a18c5fac70d7860b57f5b72b4e2c9a1ba6b3d2741eef7ff9767c5379364f10d) >>> host-icu 65-1 Collecting legal info LICENSE: OK (sha256: 6a18c5fac70d7860b57f5b72b4e2c9a1ba6b3d2741eef7ff9767c5379364f10d) >>> libbluray 1.1.2 Collecting legal info COPYING: OK (sha256: b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsquish 1.15 Collecting legal info LICENSE.txt: OK (sha256: a6b8c383bf3ab28460d6507484d605dd722e03971606f0cd3032a3af682b63a5) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.11 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptm2human d0b8b6be9897ea5b04fd6460038a4773cec078bc Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-util-linux 2.35.1 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.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-8.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-8.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dcron-4.5: cannot save license (DCRON_LICENSE_FILES not defined) Legal info produced in /srv/storage/autobuild/run/instance-2/output-1/legal-info make: Leaving directory '/srv/storage/autobuild/run/instance-2/buildroot'