[10/35] Compiling C object src/lib/libzck.so.1.3.2.p/error.c.o [11/35] Compiling C object src/lib/libzck.so.1.3.2.p/index_index_common.c.o [12/35] Compiling C object src/lib/libzck.so.1.3.2.p/comp_nocomp_nocomp.c.o [13/35] Compiling C object src/lib/libzck.so.1.3.2.p/compint.c.o [14/35] Compiling C object src/zck_delta_size.p/zck_delta_size.c.o [15/35] Compiling C object src/lib/libzck.so.1.3.2.p/io.c.o [16/35] Compiling C object src/zck_read_header.p/zck_read_header.c.o [17/35] Compiling C object src/lib/libzck.so.1.3.2.p/dl_range.c.o [18/35] Compiling C object src/unzck.p/unzck.c.o ../src/unzck.c: In function 'main': ../src/unzck.c:153:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 153 | strncpy(out_name, base_name, strlen(base_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/unzck.c:153:5: note: length computed here 153 | strncpy(out_name, base_name, strlen(base_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/unzck.c:153:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 153 | strncpy(out_name, base_name, strlen(base_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/unzck.c:153:5: note: length computed here 153 | strncpy(out_name, base_name, strlen(base_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/unzck.c:153:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 153 | strncpy(out_name, base_name, strlen(base_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/unzck.c:153:5: note: length computed here 153 | strncpy(out_name, base_name, strlen(base_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [19/35] Compiling C object src/lib/libzck.so.1.3.2.p/index_index_create.c.o [20/35] Compiling C object src/zck_gen_zdict.p/zck_gen_zdict.c.o [21/35] Compiling C object src/lib/libzck.so.1.3.2.p/dl_multipart.c.o [22/35] Compiling C object src/zck.p/zck.c.o [23/35] Compiling C object src/lib/libzck.so.1.3.2.p/zck.c.o [24/35] Compiling C object src/lib/libzck.so.1.3.2.p/header.c.o [25/35] Compiling C object src/lib/libzck.so.1.3.2.p/comp_comp.c.o [26/35] Compiling C object src/lib/libzck.so.1.3.2.p/dl_dl.c.o [27/35] Compiling C object src/lib/libzck.so.1.3.2.p/hash_hash.c.o ../src/lib/hash/hash.c: In function 'hash_init': ../src/lib/hash/hash.c:241:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 241 | SHA1_Init((SHA_CTX *) hash->ctx); | ^~~~~~~~~ In file included from ../src/lib/hash/hash.c:54: /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ ../src/lib/hash/hash.c:251:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 251 | SHA256_Init((SHA256_CTX *) hash->ctx); | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ ../src/lib/hash/hash.c:262:9: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 262 | SHA512_Init((SHA512_CTX *) hash->ctx); | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:124:27: note: declared here 124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); | ^~~~~~~~~~~ ../src/lib/hash/hash.c: In function 'hash_update': ../src/lib/hash/hash.c:288:13: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 288 | SHA1_Update((SHA_CTX *)hash->ctx, (const sha1_byte *)message, size); | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ ../src/lib/hash/hash.c:291:13: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 291 | SHA256_Update((SHA256_CTX *)hash->ctx, | ^~~~~~~~~~~~~ /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ ../src/lib/hash/hash.c:296:13: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 296 | SHA512_Update((SHA512_CTX *)hash->ctx, | ^~~~~~~~~~~~~ /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:125:27: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, | ^~~~~~~~~~~~~ ../src/lib/hash/hash.c: In function 'hash_finalize': ../src/lib/hash/hash.c:321:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 321 | SHA1_Final((sha1_byte*)digest, (SHA_CTX *)hash->ctx); | ^~~~~~~~~~ /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ ../src/lib/hash/hash.c:330:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 330 | SHA256_Final(digest, (SHA256_CTX *)hash->ctx); | ^~~~~~~~~~~~ /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ ../src/lib/hash/hash.c:340:9: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 340 | SHA512_Final(digest, (SHA512_CTX *)hash->ctx); | ^~~~~~~~~~~~ /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:127:27: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ [28/35] Compiling C object src/lib/libzck.so.1.3.2.p/index_index_read.c.o [29/35] Linking target src/lib/libzck.so.1.3.2 [30/35] Generating symbol file src/lib/libzck.so.1.3.2.p/libzck.so.1.3.2.symbols [31/35] Linking target src/zck_gen_zdict [32/35] Linking target src/zck [33/35] Linking target src/zck_read_header [34/35] Linking target src/zck_delta_size [35/35] Linking target src/unzck >>> zchunk 1.3.2 Installing to staging directory GIT_DIR=. PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/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" DESTDIR=/home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-19/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-19/output-1/build/zchunk-1.3.2//build install ninja: Entering directory `/home/autobuild/autobuild/instance-19/output-1/build/zchunk-1.3.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.3.2 to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/lib Installing src/zck to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/bin Installing src/unzck to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_gen_zdict to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_read_header to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_delta_size to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/bin Installing /home/autobuild/autobuild/instance-19/output-1/build/zchunk-1.3.2/build/include/zck.h to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include Installing /home/autobuild/autobuild/instance-19/output-1/build/zchunk-1.3.2/build/meson-private/zck.pc to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.3.2 to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/lib/libzck.so >>> zchunk 1.3.2 Fixing libtool files for la in $(find /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-19/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-19/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 >>> zchunk 1.3.2 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/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" DESTDIR=/home/autobuild/autobuild/instance-19/output-1/target PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-19/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-19/output-1/build/zchunk-1.3.2//build install ninja: Entering directory `/home/autobuild/autobuild/instance-19/output-1/build/zchunk-1.3.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.3.2 to /home/autobuild/autobuild/instance-19/output-1/target/usr/lib Installing src/zck to /home/autobuild/autobuild/instance-19/output-1/target/usr/bin Installing src/unzck to /home/autobuild/autobuild/instance-19/output-1/target/usr/bin Installing src/zck_gen_zdict to /home/autobuild/autobuild/instance-19/output-1/target/usr/bin Installing src/zck_read_header to /home/autobuild/autobuild/instance-19/output-1/target/usr/bin Installing src/zck_delta_size to /home/autobuild/autobuild/instance-19/output-1/target/usr/bin Installing /home/autobuild/autobuild/instance-19/output-1/build/zchunk-1.3.2/build/include/zck.h to /home/autobuild/autobuild/instance-19/output-1/target/usr/include Installing /home/autobuild/autobuild/instance-19/output-1/build/zchunk-1.3.2/build/meson-private/zck.pc to /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.3.2 to /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/libzck.so >>> binaries-marvell c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Downloading wget -nd -t 3 -O '/home/autobuild/autobuild/instance-19/output-1/build/.binaries-marvell-c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee.tar.gz.ZtdNoY/output' 'https://github.com/MarvellEmbeddedProcessors/binaries-marvell/archive/c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee/binaries-marvell-c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee.tar.gz' --2024-06-13 19:46:36-- https://github.com/MarvellEmbeddedProcessors/binaries-marvell/archive/c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee/binaries-marvell-c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... 140.82.112.3 Connecting to github.com (github.com)|140.82.112.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/MarvellEmbeddedProcessors/binaries-marvell/tar.gz/c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee [following] --2024-06-13 19:46:37-- https://codeload.github.com/MarvellEmbeddedProcessors/binaries-marvell/tar.gz/c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/autobuild/autobuild/instance-19/output-1/build/.binaries-marvell-c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee.tar.gz.ZtdNoY/output' 0K .......... ....... 257K=0.07s 2024-06-13 19:46:37 (257 KB/s) - '/home/autobuild/autobuild/instance-19/output-1/build/.binaries-marvell-c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee.tar.gz.ZtdNoY/output' saved [17520] binaries-marvell-c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee.tar.gz: OK (sha256: d818c95bcd4d5c026238d6e554151184ed7fea15bce1f861f9068b97b4cd320a) >>> binaries-marvell c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Extracting gzip -d -c /home/autobuild/autobuild/instance-19/dl/binaries-marvell/binaries-marvell-c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee.tar.gz | /home/autobuild/autobuild/instance-19/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-19/output-1/build/binaries-marvell-c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee -xf - >>> binaries-marvell c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Patching >>> binaries-marvell c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Configuring >>> binaries-marvell c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Building >>> binaries-marvell c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Installing to target >>> binaries-marvell c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Installing to images directory /usr/bin/install -D -m 0644 /home/autobuild/autobuild/instance-19/output-1/build/binaries-marvell-c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee/mrvl_scp_bl2.img /home/autobuild/autobuild/instance-19/output-1/images/scp-fw.bin >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-19/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-19/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-19/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%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-19/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-19/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-19/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-19/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-19/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-19/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-19/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-19/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-19/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-19/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-19/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-19/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-19/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-19/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-19/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-19/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-19/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-19/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-19/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-19/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-19/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-19/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-19/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-19/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-19/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-19/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-19/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-19/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-19/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-19/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-19/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-19/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/include /home/autobuild/autobuild/instance-19/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-19/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-19/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-19/output-1/target/usr/doc find /home/autobuild/autobuild/instance-19/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-19/output-1/target/lib/ /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-19/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-19/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-19/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/man /home/autobuild/autobuild/instance-19/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/info /home/autobuild/autobuild/instance-19/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/doc /home/autobuild/autobuild/instance-19/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-19/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-19/output-1/target/lib/debug /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-19/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-19/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-19/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-19/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-19/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-52-g876d24578c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-19/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-19/output-1/per-package \ /home/autobuild/autobuild/instance-19/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-19/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-19/output-1/host/aarch64-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-19/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-19/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-19/buildroot' >>> Buildroot 2024.05-52-g876d24578c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.48 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 5.15.160 Collecting legal info >>> host-make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.72 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cpuburn-arm ad7e646700d14b81413297bda02fb7fe96613c3f Collecting legal info cpuburn-a7.S: OK (sha256: 47f10095a04d16c8d8d52598371fa01b6a6e87134083b9ec3c43d83ff8576f55) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> execline 2.9.5.1 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> skalibs 2.14.1.1 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> host-exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-imagemagick 7.1.1-31 Collecting legal info LICENSE: OK (sha256: a556c5292c87c9a6ac795c80669b0c3660f9f729de8c476bf2b10f83ab1b34ec) >>> host-libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> host-libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> initscripts Collecting legal info >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libidn 1.42 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libkrb5 1.21.2 Collecting legal info NOTICE: OK (sha256: 0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libmicrohttpd 1.0.1 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpciaccess 0.18.1 Collecting legal info COPYING: OK (sha256: f33f360f8905940dac01aa21597fe8a6727ca6f4ffa43b380e2116fd0666aa8a) >>> libseccomp 2.5.5 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsrtp 2.6.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> host-gzip 1.13 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> libwebsockets 4.3.3 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> msmtp 1.8.25 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> openlayers 9.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> host-raspberrypi-usbboot 2021.07.01 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> s6-dns 2.3.7.1 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> s6-networking 2.7.0.2 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> s6 2.12.0.4 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> tcpdump 4.99.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> whetstone 1.2 Collecting legal info >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zchunk 1.3.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> binaries-marvell c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Collecting legal info README.md: OK (sha256: e6d08ef60068ee72c68835001a24eb832dcba27cac0dde0f179dfb428be050ca) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-5.15.160: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-19/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-19/buildroot'