| ^~~~~~~~~~~~ [135/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_common.c.o [136/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_multipart.c.o [137/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_range.c.o [138/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_comp.c.o [139/170] Linking target test/read_single_chunk [140/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_log.c.o [141/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_zck.c.o [142/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_io.c.o [143/170] Compiling C object test/read_single_comp_chunk.p/lib_util.c.o [144/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_compint.c.o [145/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_error.c.o [146/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_header.c.o [147/170] Compiling C object test/shacheck.p/.._src_lib_buzhash_buzhash.c.o [148/170] Compiling C object test/shacheck.p/shacheck.c.o [149/170] Compiling C object test/shacheck.p/.._src_lib_comp_nocomp_nocomp.c.o [150/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_read.c.o [151/170] Compiling C object test/shacheck.p/.._src_lib_index_index_common.c.o [152/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_dl.c.o [153/170] Compiling C object test/shacheck.p/.._src_lib_index_index_create.c.o [154/170] Compiling C object test/shacheck.p/.._src_lib_dl_range.c.o [155/170] Compiling C object test/shacheck.p/.._src_lib_comp_comp.c.o [156/170] Compiling C object test/shacheck.p/.._src_lib_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-14/output-1/host/mips64-buildroot-linux-gnu/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-14/output-1/host/mips64-buildroot-linux-gnu/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-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/openssl/sha.h:123:27: note: declared here 123 | 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-14/output-1/host/mips64-buildroot-linux-gnu/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-14/output-1/host/mips64-buildroot-linux-gnu/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-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/openssl/sha.h:124:27: note: declared here 124 | 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-14/output-1/host/mips64-buildroot-linux-gnu/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-14/output-1/host/mips64-buildroot-linux-gnu/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-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/openssl/sha.h:126:27: note: declared here 126 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c); | ^~~~~~~~~~~~ [157/170] Compiling C object test/shacheck.p/.._src_lib_dl_multipart.c.o [158/170] Linking target test/read_single_comp_chunk [159/170] Compiling C object test/shacheck.p/.._src_lib_io.c.o [160/170] Compiling C object test/shacheck.p/.._src_lib_zck.c.o [161/170] Compiling C object test/shacheck.p/.._src_lib_compint.c.o [162/170] Compiling C object test/shacheck.p/.._src_lib_log.c.o [163/170] Compiling C object test/shacheck.p/.._src_lib_header.c.o [164/170] Compiling C object test/shacheck.p/.._src_lib_error.c.o [165/170] Compiling C object test/shacheck.p/.._src_lib_dl_dl.c.o [166/170] Compiling C object test/shacheck.p/.._src_lib_index_index_read.c.o [167/170] Compiling C object test/shacheck.p/lib_util.c.o [168/170] Compiling C object test/zck_cmp_uncomp.p/zck_cmp_uncomp.c.o [169/170] Linking target test/zck_cmp_uncomp [170/170] Linking target test/shacheck >>> zchunk 1.2.2 Installing to staging directory PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/output-1/host/mips64-buildroot-linux-gnu/sysroot PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-14/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.2.2 to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib Installing src/zck to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/bin Installing src/unzck to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_gen_zdict to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_read_header to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_delta_size to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/bin Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/ Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/libzck.so >>> zchunk 1.2.2 Fixing libtool files for la in $(find /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-14/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/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-14/output-1/host/mips64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-14/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.2.2 Installing to target PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/output-1/target PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-14/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.2.2 to /home/autobuild/autobuild/instance-14/output-1/target/usr/lib Installing src/zck to /home/autobuild/autobuild/instance-14/output-1/target/usr/bin Installing src/unzck to /home/autobuild/autobuild/instance-14/output-1/target/usr/bin Installing src/zck_gen_zdict to /home/autobuild/autobuild/instance-14/output-1/target/usr/bin Installing src/zck_read_header to /home/autobuild/autobuild/instance-14/output-1/target/usr/bin Installing src/zck_delta_size to /home/autobuild/autobuild/instance-14/output-1/target/usr/bin Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/autobuild/autobuild/instance-14/output-1/target/usr/include/ Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-14/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/libzck.so >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-14/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells rm -f -r /home/autobuild/autobuild/instance-14/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/autobuild/autobuild/instance-14/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/autobuild/autobuild/instance-14/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/autobuild/autobuild/instance-14/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-14/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-14/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-14/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-14/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/include /home/autobuild/autobuild/instance-14/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-14/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-14/output-1/target/usr/doc find /home/autobuild/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-14/output-1/target/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-14/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/man /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/info /home/autobuild/autobuild/instance-14/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/doc /home/autobuild/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-14/output-1/target/lib/debug /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-14/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-14/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-14/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-14/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-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-430-g0a0dd63c82"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package \ /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkfs.erofs /home/autobuild/autobuild/instance-14/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/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-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/dash ... Processing bin/rc-status ... Processing bin/sh ... Processing dev ... Processing dev/fd ... Processing dev/log ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc ... Processing etc/conf.d ... Processing etc/conf.d/agetty ... Processing etc/conf.d/agetty.console ... Processing etc/conf.d/bootmisc ... Processing etc/conf.d/consolefont ... Processing etc/conf.d/devfs ... Processing etc/conf.d/dmesg ... Processing etc/conf.d/fsck ... Processing etc/conf.d/hostname ... Processing etc/conf.d/hwclock ... Processing etc/conf.d/killprocs ... Processing etc/conf.d/localmount ... Processing etc/conf.d/modules ... Processing etc/conf.d/mtab ... Processing etc/conf.d/net-online ... Processing etc/conf.d/netmount ... Processing etc/conf.d/network ... Processing etc/conf.d/staticroute ... Processing etc/conf.d/swap ... Processing etc/conf.d/urandom ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S35sslh ... Processing etc/init.d/S50nginx ... Processing etc/init.d/agetty ... Processing etc/init.d/agetty.console ... Processing etc/init.d/binfmt ... Processing etc/init.d/bootmisc ... Processing etc/init.d/cgroups ... Processing etc/init.d/consolefont ... Processing etc/init.d/devfs ... Processing etc/init.d/dmesg ... Processing etc/init.d/fsck ... Processing etc/init.d/functions.sh ... Processing etc/init.d/hostname ... Processing etc/init.d/hwclock ... Processing etc/init.d/killprocs ... Processing etc/init.d/local ... Processing etc/init.d/localmount ... Processing etc/init.d/loopback ... Processing etc/init.d/modules ... Processing etc/init.d/mount-ro ... Processing etc/init.d/mtab ... Processing etc/init.d/net-online ... Processing etc/init.d/netmount ... Processing etc/init.d/network ... Processing etc/init.d/numlock ... Processing etc/init.d/osclock ... Processing etc/init.d/procfs ... Processing etc/init.d/root ... Processing etc/init.d/runsvdir ... Processing etc/init.d/s6-svscan ... Processing etc/init.d/save-termencoding ... Processing etc/init.d/savecache ... Processing etc/init.d/staticroute ... Processing etc/init.d/swap ... Processing etc/init.d/swclock ... Processing etc/init.d/sysctl ... Processing etc/init.d/sysfs ... Processing etc/init.d/sysv-rcs ... Processing etc/init.d/termencoding ... Processing etc/init.d/urandom ... Processing etc/issue ... Processing etc/local.d ... Processing etc/local.d/README ... Processing etc/logrotate.d ... Processing etc/logrotate.d/nginx ... Processing etc/mtab ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/nginx ... Processing etc/nginx/fastcgi.conf ... Processing etc/nginx/fastcgi.conf.default ... Processing etc/nginx/fastcgi_params ... Processing etc/nginx/fastcgi_params.default ... Processing etc/nginx/koi-utf ... Processing etc/nginx/koi-win ... Processing etc/nginx/mime.types ... Processing etc/nginx/mime.types.default ... Processing etc/nginx/nginx.conf ... Processing etc/nginx/nginx.conf.default ... Processing etc/nginx/scgi_params ... Processing etc/nginx/scgi_params.default ... Processing etc/nginx/uwsgi_params ... Processing etc/nginx/uwsgi_params.default ... Processing etc/nginx/win-utf ... Processing etc/nsswitch.conf ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/rc.conf ... Processing etc/resolv.conf ... Processing etc/runlevels ... Processing etc/runlevels/boot ... Processing etc/runlevels/boot/binfmt ... Processing etc/runlevels/boot/bootmisc ... Processing etc/runlevels/boot/fsck ... Processing etc/runlevels/boot/hostname ... Processing etc/runlevels/boot/hwclock ... Processing etc/runlevels/boot/localmount ... Processing etc/runlevels/boot/loopback ... Processing etc/runlevels/boot/modules ... Processing etc/runlevels/boot/mtab ... Processing etc/runlevels/boot/network ... Processing etc/runlevels/boot/procfs ... Processing etc/runlevels/boot/root ... Processing etc/runlevels/boot/save-termencoding ... Processing etc/runlevels/boot/staticroute ... Processing etc/runlevels/boot/swap ... Processing etc/runlevels/boot/sysctl ... Processing etc/runlevels/boot/termencoding ... Processing etc/runlevels/boot/urandom ... Processing etc/runlevels/default ... Processing etc/runlevels/default/agetty.console ... Processing etc/runlevels/default/sysv-rcs ... Processing etc/runlevels/nonetwork ... Processing etc/runlevels/nonetwork/local ... Processing etc/runlevels/shutdown ... Processing etc/runlevels/shutdown/killprocs ... Processing etc/runlevels/shutdown/mount-ro ... Processing etc/runlevels/shutdown/savecache ... Processing etc/runlevels/sysinit ... Processing etc/runlevels/sysinit/cgroups ... Processing etc/runlevels/sysinit/devfs ... Processing etc/runlevels/sysinit/dmesg ... Processing etc/runlevels/sysinit/sysfs ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/misc/tsget.pl ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/sysctl.d ... Processing etc/sysctl.d/README ... Processing lib ... Processing lib/ld.so.1 ... Processing lib/libanl.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libc.so.6 ... Processing lib/libcrypt.so.1 ... Processing lib/libdl.so.2 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libm.so.6 ... Processing lib/libnss_dns.so.2 ... Processing lib/libnss_files.so.2 ... Processing lib/libpthread.so.0 ... Processing lib/libresolv.so.2 ... Processing lib/librt.so.1 ... Processing lib/libutil.so.1 ... Processing lib64 ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/depmod ... Processing sbin/halt ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/lsmod ... Processing sbin/modinfo ... Processing sbin/modprobe ... Processing sbin/openrc ... Processing sbin/openrc-init ... Processing sbin/openrc-run ... Processing sbin/openrc-shutdown ... Processing sbin/poweroff ... Processing sbin/rc ... Processing sbin/rc-service ... Processing sbin/rc-sstat ... Processing sbin/rc-update ... Processing sbin/reboot ... Processing sbin/rmmod ... Processing sbin/runscript ... Processing sbin/shutdown ... Processing sbin/start-stop-daemon ... Processing sbin/supervise-daemon ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/bsdiff ... Processing usr/bin/bspatch ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/bzcmp ... Processing usr/bin/bzdiff ... Processing usr/bin/bzegrep ... Processing usr/bin/bzfgrep ... Processing usr/bin/bzgrep ... Processing usr/bin/bzip2 ... Processing usr/bin/bzip2recover ... Processing usr/bin/bzless ... Processing usr/bin/bzmore ... Processing usr/bin/external-ip.sh ... Processing usr/bin/filan ... Processing usr/bin/git ... Processing usr/bin/git-cvsserver ... Processing usr/bin/git-receive-pack ... Processing usr/bin/git-shell ... Processing usr/bin/git-upload-archive ... Processing usr/bin/git-upload-pack ... Processing usr/bin/jo ... Processing usr/bin/kmod ... Processing usr/bin/listdevices ... Processing usr/bin/make ... Processing usr/bin/ngrep ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/pcregrep ... Processing usr/bin/pcretest ... Processing usr/bin/pkg-config ... Processing usr/bin/pkgconf ... Processing usr/bin/poff ... Processing usr/bin/pon ... Processing usr/bin/procan ... Processing usr/bin/scalar ... Processing usr/bin/socat ... Processing usr/bin/unzck ... Processing usr/bin/zck ... Processing usr/bin/zck_delta_size ... Processing usr/bin/zck_gen_zdict ... Processing usr/bin/zck_read_header ... Processing usr/html ... Processing usr/html/50x.html ... Processing usr/html/index.html ... Processing usr/lib ... Processing usr/lib/engines-3 ... Processing usr/lib/engines-3/capi.so ... Processing usr/lib/engines-3/loader_attic.so ... Processing usr/lib/engines-3/padlock.so ... Processing usr/lib/libbz2.so ... Processing usr/lib/libbz2.so.1.0 ... Processing usr/lib/libbz2.so.1.0.8 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.3 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libeinfo.so ... Processing usr/lib/libeinfo.so.1 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.4 ... Processing usr/lib/libkmod.so ... Processing usr/lib/libkmod.so.2 ... Processing usr/lib/libkmod.so.2.4.0 ... Processing usr/lib/libmd.so ... Processing usr/lib/libmd.so.0 ... Processing usr/lib/libmd.so.0.1.0 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.4 ... Processing usr/lib/libminiupnpc.so ... Processing usr/lib/libminiupnpc.so.17 ... Processing usr/lib/libminiupnpc.so.2.2.5 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.4 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.4 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.4 ... Processing usr/lib/libpcre.so ... Processing usr/lib/libpcre.so.1 ... Processing usr/lib/libpcre.so.1.2.13 ... Processing usr/lib/libpcre2-8.so ... Processing usr/lib/libpcre2-8.so.0 ... Processing usr/lib/libpcre2-8.so.0.11.2 ... Processing usr/lib/libpcre2-posix.so ... Processing usr/lib/libpcre2-posix.so.3 ... Processing usr/lib/libpcre2-posix.so.3.0.4 ... Processing usr/lib/libpcreposix.so ... Processing usr/lib/libpcreposix.so.0 ... Processing usr/lib/libpcreposix.so.0.0.7 ... Processing usr/lib/libpkgconf.so ... Processing usr/lib/libpkgconf.so.3 ... Processing usr/lib/libpkgconf.so.3.0.0 ... Processing usr/lib/libqrencode.so ... Processing usr/lib/libqrencode.so.4 ... Processing usr/lib/libqrencode.so.4.1.1 ... Processing usr/lib/librc.so ... Processing usr/lib/librc.so.1 ... Processing usr/lib/libsha1.so ... Processing usr/lib/libsha1.so.0 ... Processing usr/lib/libsha1.so.0.0.0 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.3 ... Processing usr/lib/libtalloc.so ... Processing usr/lib/libtalloc.so.2 ... Processing usr/lib/libtalloc.so.2.3.4 ... Processing usr/lib/libtasn1.so ... Processing usr/lib/libtasn1.so.6 ... Processing usr/lib/libtasn1.so.6.6.3 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.3 ... Processing usr/lib/libzck.so ... Processing usr/lib/libzck.so.1 ... Processing usr/lib/libzck.so.1.2.2 ... Processing usr/lib/os-release ... Processing usr/lib/ossl-modules ... Processing usr/lib/ossl-modules/legacy.so ... Processing usr/lib/pppd ... Processing usr/lib/pppd/2.4.9 ... Processing usr/lib/pppd/2.4.9/minconn.so ... Processing usr/lib/pppd/2.4.9/openl2tp.so ... Processing usr/lib/pppd/2.4.9/passprompt.so ... Processing usr/lib/pppd/2.4.9/passwordfd.so ... Processing usr/lib/pppd/2.4.9/pppoatm.so ... Processing usr/lib/pppd/2.4.9/pppoe.so ... Processing usr/lib/pppd/2.4.9/pppol2tp.so ... Processing usr/lib/pppd/2.4.9/winbind.so ... Processing usr/lib/terminfo ... Processing usr/lib64 ... Processing usr/libexec ... Processing usr/libexec/git-core ... Processing usr/libexec/git-core/git ... Processing usr/libexec/git-core/git-add ... Processing usr/libexec/git-core/git-am ... Processing usr/libexec/git-core/git-annotate ... Processing usr/libexec/git-core/git-apply ... Processing usr/libexec/git-core/git-archimport ... Processing usr/libexec/git-core/git-archive ... Processing usr/libexec/git-core/git-bisect ... Processing usr/libexec/git-core/git-blame ... Processing usr/libexec/git-core/git-branch ... Processing usr/libexec/git-core/git-bugreport ... Processing usr/libexec/git-core/git-bundle ... Processing usr/libexec/git-core/git-cat-file ... Processing usr/libexec/git-core/git-check-attr ... Processing usr/libexec/git-core/git-check-ignore ... Processing usr/libexec/git-core/git-check-mailmap ... Processing usr/libexec/git-core/git-check-ref-format ... Processing usr/libexec/git-core/git-checkout ... Processing usr/libexec/git-core/git-checkout--worker ... Processing usr/libexec/git-core/git-checkout-index ... Processing usr/libexec/git-core/git-cherry ... Processing usr/libexec/git-core/git-cherry-pick ... Processing usr/libexec/git-core/git-clean ... Processing usr/libexec/git-core/git-clone ... Processing usr/libexec/git-core/git-column ... Processing usr/libexec/git-core/git-commit ... Processing usr/libexec/git-core/git-commit-graph ... Processing usr/libexec/git-core/git-commit-tree ... Processing usr/libexec/git-core/git-config ... Processing usr/libexec/git-core/git-count-objects ... Processing usr/libexec/git-core/git-credential ... Processing usr/libexec/git-core/git-credential-cache ... Processing usr/libexec/git-core/git-credential-cache--daemon ... Processing usr/libexec/git-core/git-credential-store ... Processing usr/libexec/git-core/git-cvsexportcommit ... Processing usr/libexec/git-core/git-cvsimport ... Processing usr/libexec/git-core/git-cvsserver ... Processing usr/libexec/git-core/git-daemon ... Processing usr/libexec/git-core/git-describe ... Processing usr/libexec/git-core/git-diagnose ... Processing usr/libexec/git-core/git-diff ... Processing usr/libexec/git-core/git-diff-files ... Processing usr/libexec/git-core/git-diff-index ... Processing usr/libexec/git-core/git-diff-tree ... Processing usr/libexec/git-core/git-difftool ... Processing usr/libexec/git-core/git-difftool--helper ... Processing usr/libexec/git-core/git-fast-export ... Processing usr/libexec/git-core/git-fast-import ... Processing usr/libexec/git-core/git-fetch ... Processing usr/libexec/git-core/git-fetch-pack ... Processing usr/libexec/git-core/git-filter-branch ... Processing usr/libexec/git-core/git-fmt-merge-msg ... Processing usr/libexec/git-core/git-for-each-ref ... Processing usr/libexec/git-core/git-for-each-repo ... Processing usr/libexec/git-core/git-format-patch ... Processing usr/libexec/git-core/git-fsck ... Processing usr/libexec/git-core/git-fsck-objects ... Processing usr/libexec/git-core/git-fsmonitor--daemon ... Processing usr/libexec/git-core/git-gc ... Processing usr/libexec/git-core/git-get-tar-commit-id ... Processing usr/libexec/git-core/git-grep ... Processing usr/libexec/git-core/git-hash-object ... Processing usr/libexec/git-core/git-help ... Processing usr/libexec/git-core/git-hook ... Processing usr/libexec/git-core/git-http-backend ... Processing usr/libexec/git-core/git-imap-send ... Processing usr/libexec/git-core/git-index-pack ... Processing usr/libexec/git-core/git-init ... Processing usr/libexec/git-core/git-init-db ... Processing usr/libexec/git-core/git-instaweb ... Processing usr/libexec/git-core/git-interpret-trailers ... Processing usr/libexec/git-core/git-log ... Processing usr/libexec/git-core/git-ls-files ... Processing usr/libexec/git-core/git-ls-remote ... Processing usr/libexec/git-core/git-ls-tree ... Processing usr/libexec/git-core/git-mailinfo ... Processing usr/libexec/git-core/git-mailsplit ... Processing usr/libexec/git-core/git-maintenance ... Processing usr/libexec/git-core/git-merge ... Processing usr/libexec/git-core/git-merge-base ... Processing usr/libexec/git-core/git-merge-file ... Processing usr/libexec/git-core/git-merge-index ... Processing usr/libexec/git-core/git-merge-octopus ... Processing usr/libexec/git-core/git-merge-one-file ... Processing usr/libexec/git-core/git-merge-ours ... Processing usr/libexec/git-core/git-merge-recursive ... Processing usr/libexec/git-core/git-merge-resolve ... Processing usr/libexec/git-core/git-merge-subtree ... Processing usr/libexec/git-core/git-merge-tree ... Processing usr/libexec/git-core/git-mergetool ... Processing usr/libexec/git-core/git-mergetool--lib ... Processing usr/libexec/git-core/git-mktag ... Processing usr/libexec/git-core/git-mktree ... Processing usr/libexec/git-core/git-multi-pack-index ... Processing usr/libexec/git-core/git-mv ... Processing usr/libexec/git-core/git-name-rev ... Processing usr/libexec/git-core/git-notes ... Processing usr/libexec/git-core/git-p4 ... Processing usr/libexec/git-core/git-pack-objects ... Processing usr/libexec/git-core/git-pack-redundant ... Processing usr/libexec/git-core/git-pack-refs ... Processing usr/libexec/git-core/git-patch-id ... Processing usr/libexec/git-core/git-prune ... Processing usr/libexec/git-core/git-prune-packed ... Processing usr/libexec/git-core/git-pull ... Processing usr/libexec/git-core/git-push ... Processing usr/libexec/git-core/git-quiltimport ... Processing usr/libexec/git-core/git-range-diff ... Processing usr/libexec/git-core/git-read-tree ... Processing usr/libexec/git-core/git-rebase ... Processing usr/libexec/git-core/git-receive-pack ... Processing usr/libexec/git-core/git-reflog ... Processing usr/libexec/git-core/git-remote ... Processing usr/libexec/git-core/git-remote-ext ... Processing usr/libexec/git-core/git-remote-fd ... Processing usr/libexec/git-core/git-repack ... Processing usr/libexec/git-core/git-replace ... Processing usr/libexec/git-core/git-request-pull ... Processing usr/libexec/git-core/git-rerere ... Processing usr/libexec/git-core/git-reset ... Processing usr/libexec/git-core/git-restore ... Processing usr/libexec/git-core/git-rev-list ... Processing usr/libexec/git-core/git-rev-parse ... Processing usr/libexec/git-core/git-revert ... Processing usr/libexec/git-core/git-rm ... Processing usr/libexec/git-core/git-send-email ... Processing usr/libexec/git-core/git-send-pack ... Processing usr/libexec/git-core/git-sh-i18n ... Processing usr/libexec/git-core/git-sh-i18n--envsubst ... Processing usr/libexec/git-core/git-sh-setup ... Processing usr/libexec/git-core/git-shell ... Processing usr/libexec/git-core/git-shortlog ... Processing usr/libexec/git-core/git-show ... Processing usr/libexec/git-core/git-show-branch ... Processing usr/libexec/git-core/git-show-index ... Processing usr/libexec/git-core/git-show-ref ... Processing usr/libexec/git-core/git-sparse-checkout ... Processing usr/libexec/git-core/git-stage ... Processing usr/libexec/git-core/git-stash ... Processing usr/libexec/git-core/git-status ... Processing usr/libexec/git-core/git-stripspace ... Processing usr/libexec/git-core/git-submodule ... Processing usr/libexec/git-core/git-submodule--helper ... Processing usr/libexec/git-core/git-svn ... Processing usr/libexec/git-core/git-switch ... Processing usr/libexec/git-core/git-symbolic-ref ... Processing usr/libexec/git-core/git-tag ... Processing usr/libexec/git-core/git-unpack-file ... Processing usr/libexec/git-core/git-unpack-objects ... Processing usr/libexec/git-core/git-update-index ... Processing usr/libexec/git-core/git-update-ref ... Processing usr/libexec/git-core/git-update-server-info ... Processing usr/libexec/git-core/git-upload-archive ... Processing usr/libexec/git-core/git-upload-pack ... Processing usr/libexec/git-core/git-var ... Processing usr/libexec/git-core/git-verify-commit ... Processing usr/libexec/git-core/git-verify-pack ... Processing usr/libexec/git-core/git-verify-tag ... Processing usr/libexec/git-core/git-version ... Processing usr/libexec/git-core/git-web--browse ... Processing usr/libexec/git-core/git-whatchanged ... Processing usr/libexec/git-core/git-worktree ... Processing usr/libexec/git-core/git-write-tree ... Processing usr/libexec/git-core/mergetools ... Processing usr/libexec/git-core/mergetools/araxis ... Processing usr/libexec/git-core/mergetools/bc ... Processing usr/libexec/git-core/mergetools/codecompare ... Processing usr/libexec/git-core/mergetools/deltawalker ... Processing usr/libexec/git-core/mergetools/diffmerge ... Processing usr/libexec/git-core/mergetools/diffuse ... Processing usr/libexec/git-core/mergetools/ecmerge ... Processing usr/libexec/git-core/mergetools/emerge ... Processing usr/libexec/git-core/mergetools/examdiff ... Processing usr/libexec/git-core/mergetools/guiffy ... Processing usr/libexec/git-core/mergetools/gvimdiff ... Processing usr/libexec/git-core/mergetools/kdiff3 ... Processing usr/libexec/git-core/mergetools/kompare ... Processing usr/libexec/git-core/mergetools/meld ... Processing usr/libexec/git-core/mergetools/nvimdiff ... Processing usr/libexec/git-core/mergetools/opendiff ... Processing usr/libexec/git-core/mergetools/p4merge ... Processing usr/libexec/git-core/mergetools/smerge ... Processing usr/libexec/git-core/mergetools/tkdiff ... Processing usr/libexec/git-core/mergetools/tortoisemerge ... Processing usr/libexec/git-core/mergetools/vimdiff ... Processing usr/libexec/git-core/mergetools/winmerge ... Processing usr/libexec/git-core/mergetools/xxdiff ... Processing usr/libexec/git-core/scalar ... Processing usr/libexec/rc ... Processing usr/libexec/rc/bin ... Processing usr/libexec/rc/bin/checkpath ... Processing usr/libexec/rc/bin/ebegin ... Processing usr/libexec/rc/bin/eend ... Processing usr/libexec/rc/bin/eerror ... Processing usr/libexec/rc/bin/eerrorn ... Processing usr/libexec/rc/bin/eindent ... Processing usr/libexec/rc/bin/einfo ... Processing usr/libexec/rc/bin/einfon ... Processing usr/libexec/rc/bin/eoutdent ... Processing usr/libexec/rc/bin/esyslog ... Processing usr/libexec/rc/bin/eval_ecolors ... Processing usr/libexec/rc/bin/ewaitfile ... Processing usr/libexec/rc/bin/ewarn ... Processing usr/libexec/rc/bin/ewarnn ... Processing usr/libexec/rc/bin/ewend ... Processing usr/libexec/rc/bin/fstabinfo ... Processing usr/libexec/rc/bin/get_options ... Processing usr/libexec/rc/bin/halt ... Processing usr/libexec/rc/bin/is_newer_than ... Processing usr/libexec/rc/bin/is_older_than ... Processing usr/libexec/rc/bin/kill_all ... Processing usr/libexec/rc/bin/mountinfo ... Processing usr/libexec/rc/bin/on_ac_power ... Processing usr/libexec/rc/bin/poweroff ... Processing usr/libexec/rc/bin/rc-depend ... Processing usr/libexec/rc/bin/rc-sstat ... Processing usr/libexec/rc/bin/reboot ... Processing usr/libexec/rc/bin/save_options ... Processing usr/libexec/rc/bin/service_crashed ... Processing usr/libexec/rc/bin/service_get_value ... Processing usr/libexec/rc/bin/service_hotplugged ... Processing usr/libexec/rc/bin/service_inactive ... Processing usr/libexec/rc/bin/service_set_value ... Processing usr/libexec/rc/bin/service_started ... Processing usr/libexec/rc/bin/service_started_daemon ... Processing usr/libexec/rc/bin/service_starting ... Processing usr/libexec/rc/bin/service_stopped ... Processing usr/libexec/rc/bin/service_stopping ... Processing usr/libexec/rc/bin/service_wasinactive ... Processing usr/libexec/rc/bin/shell_var ... Processing usr/libexec/rc/bin/shutdown ... Processing usr/libexec/rc/bin/vebegin ... Processing usr/libexec/rc/bin/veend ... Processing usr/libexec/rc/bin/veindent ... Processing usr/libexec/rc/bin/veinfo ... Processing usr/libexec/rc/bin/veoutdent ... Processing usr/libexec/rc/bin/vewarn ... Processing usr/libexec/rc/bin/vewend ... Processing usr/libexec/rc/sbin ... Processing usr/libexec/rc/sbin/mark_service_crashed ... Processing usr/libexec/rc/sbin/mark_service_failed ... Processing usr/libexec/rc/sbin/mark_service_hotplugged ... Processing usr/libexec/rc/sbin/mark_service_inactive ... Processing usr/libexec/rc/sbin/mark_service_started ... Processing usr/libexec/rc/sbin/mark_service_starting ... Processing usr/libexec/rc/sbin/mark_service_stopped ... Processing usr/libexec/rc/sbin/mark_service_stopping ... Processing usr/libexec/rc/sbin/mark_service_wasinactive ... Processing usr/libexec/rc/sbin/rc-abort ... Processing usr/libexec/rc/sbin/swclock ... Processing usr/libexec/rc/sh ... Processing usr/libexec/rc/sh/binfmt.sh ... Processing usr/libexec/rc/sh/cgroup-release-agent.sh ... Processing usr/libexec/rc/sh/functions.sh ... Processing usr/libexec/rc/sh/gendepends.sh ... Processing usr/libexec/rc/sh/init-early.sh ... Processing usr/libexec/rc/sh/init.sh ... Processing usr/libexec/rc/sh/openrc-run.sh ... Processing usr/libexec/rc/sh/rc-cgroup.sh ... Processing usr/libexec/rc/sh/rc-functions.sh ... Processing usr/libexec/rc/sh/rc-mount.sh ... Processing usr/libexec/rc/sh/runit.sh ... Processing usr/libexec/rc/sh/s6.sh ... Processing usr/libexec/rc/sh/start-stop-daemon.sh ... Processing usr/libexec/rc/sh/supervise-daemon.sh ... Processing usr/libexec/rc/tmp ... Processing usr/libexec/rc/version ... Processing usr/sbin ... Processing usr/sbin/chat ... Processing usr/sbin/hddtemp ... Processing usr/sbin/itox ... Processing usr/sbin/nginx ... Processing usr/sbin/nvme ... Processing usr/sbin/pppd ... Processing usr/sbin/pppdump ... Processing usr/sbin/pppoe-discovery ... Processing usr/sbin/pppstats ... Processing usr/sbin/sredird ... Processing usr/sbin/sslh ... Processing usr/sbin/xconv.pl ... Processing usr/sbin/xinetd ... Processing usr/share ... Processing usr/share/X11 ... Processing usr/share/X11/xkb ... Processing usr/share/X11/xkb/compat ... Processing usr/share/X11/xkb/compat/README ... Processing usr/share/X11/xkb/compat/accessx ... Processing usr/share/X11/xkb/compat/basic ... Processing usr/share/X11/xkb/compat/caps ... Processing usr/share/X11/xkb/compat/complete ... Processing usr/share/X11/xkb/compat/iso9995 ... Processing usr/share/X11/xkb/compat/japan ... Processing usr/share/X11/xkb/compat/ledcaps ... Processing usr/share/X11/xkb/compat/ledcompose ... Processing usr/share/X11/xkb/compat/lednum ... Processing usr/share/X11/xkb/compat/ledscroll ... Processing usr/share/X11/xkb/compat/level5 ... Processing usr/share/X11/xkb/compat/misc ... Processing usr/share/X11/xkb/compat/mousekeys ... Processing usr/share/X11/xkb/compat/olpc ... Processing usr/share/X11/xkb/compat/pc ... Processing usr/share/X11/xkb/compat/pc98 ... Processing usr/share/X11/xkb/compat/xfree86 ... Processing usr/share/X11/xkb/compat/xtest ... Processing usr/share/X11/xkb/geometry ... Processing usr/share/X11/xkb/geometry/README ... Processing usr/share/X11/xkb/geometry/amiga ... Processing usr/share/X11/xkb/geometry/ataritt ... Processing usr/share/X11/xkb/geometry/chicony ... Processing usr/share/X11/xkb/geometry/dell ... Processing usr/share/X11/xkb/geometry/digital_vndr ... Processing usr/share/X11/xkb/geometry/digital_vndr/lk ... Processing usr/share/X11/xkb/geometry/digital_vndr/pc ... Processing usr/share/X11/xkb/geometry/digital_vndr/unix ... Processing usr/share/X11/xkb/geometry/everex ... Processing usr/share/X11/xkb/geometry/fujitsu ... Processing usr/share/X11/xkb/geometry/hhk ... Processing usr/share/X11/xkb/geometry/hp ... Processing usr/share/X11/xkb/geometry/keytronic ... Processing usr/share/X11/xkb/geometry/kinesis ... Processing usr/share/X11/xkb/geometry/macintosh ... Processing usr/share/X11/xkb/geometry/microsoft ... Processing usr/share/X11/xkb/geometry/nec ... Processing usr/share/X11/xkb/geometry/nokia ... Processing usr/share/X11/xkb/geometry/northgate ... Processing usr/share/X11/xkb/geometry/pc ... Processing usr/share/X11/xkb/geometry/sanwa ... Processing usr/share/X11/xkb/geometry/sgi_vndr ... Processing usr/share/X11/xkb/geometry/sgi_vndr/O2 ... Processing usr/share/X11/xkb/geometry/sgi_vndr/indigo ... Processing usr/share/X11/xkb/geometry/sgi_vndr/indy ... Processing usr/share/X11/xkb/geometry/sony ... Processing usr/share/X11/xkb/geometry/steelseries ... Processing usr/share/X11/xkb/geometry/sun ... Processing usr/share/X11/xkb/geometry/teck ... Processing usr/share/X11/xkb/geometry/thinkpad ... Processing usr/share/X11/xkb/geometry/typematrix ... Processing usr/share/X11/xkb/geometry/winbook ... Processing usr/share/X11/xkb/keycodes ... Processing usr/share/X11/xkb/keycodes/README ... Processing usr/share/X11/xkb/keycodes/aliases ... Processing usr/share/X11/xkb/keycodes/amiga ... Processing usr/share/X11/xkb/keycodes/ataritt ... Processing usr/share/X11/xkb/keycodes/digital_vndr ... Processing usr/share/X11/xkb/keycodes/digital_vndr/lk ... Processing usr/share/X11/xkb/keycodes/digital_vndr/pc ... Processing usr/share/X11/xkb/keycodes/empty ... Processing usr/share/X11/xkb/keycodes/evdev ... Processing usr/share/X11/xkb/keycodes/fujitsu ... Processing usr/share/X11/xkb/keycodes/hp ... Processing usr/share/X11/xkb/keycodes/ibm ... Processing usr/share/X11/xkb/keycodes/jolla ... Processing usr/share/X11/xkb/keycodes/macintosh ... Processing usr/share/X11/xkb/keycodes/olpc ... Processing usr/share/X11/xkb/keycodes/sgi_vndr ... Processing usr/share/X11/xkb/keycodes/sgi_vndr/indigo ... Processing usr/share/X11/xkb/keycodes/sgi_vndr/indy ... Processing usr/share/X11/xkb/keycodes/sgi_vndr/iris ... Processing usr/share/X11/xkb/keycodes/sony ... Processing usr/share/X11/xkb/keycodes/sun ... Processing usr/share/X11/xkb/keycodes/xfree86 ... Processing usr/share/X11/xkb/keycodes/xfree98 ... Processing usr/share/X11/xkb/rules ... Processing usr/share/X11/xkb/rules/README ... Processing usr/share/X11/xkb/rules/base ... Processing usr/share/X11/xkb/rules/base.extras.xml ... Processing usr/share/X11/xkb/rules/base.lst ... Processing usr/share/X11/xkb/rules/base.xml ... Processing usr/share/X11/xkb/rules/evdev ... Processing usr/share/X11/xkb/rules/evdev.extras.xml ... Processing usr/share/X11/xkb/rules/evdev.lst ... Processing usr/share/X11/xkb/rules/evdev.xml ... Processing usr/share/X11/xkb/rules/xfree98 ... Processing usr/share/X11/xkb/rules/xkb.dtd ... Processing usr/share/X11/xkb/symbols ... Processing usr/share/X11/xkb/symbols/af ... Processing usr/share/X11/xkb/symbols/al ... Processing usr/share/X11/xkb/symbols/altwin ... Processing usr/share/X11/xkb/symbols/am ... Processing usr/share/X11/xkb/symbols/apl ... Processing usr/share/X11/xkb/symbols/ara ... Processing usr/share/X11/xkb/symbols/at ... Processing usr/share/X11/xkb/symbols/au ... Processing usr/share/X11/xkb/symbols/az ... Processing usr/share/X11/xkb/symbols/ba ... Processing usr/share/X11/xkb/symbols/bd ... Processing usr/share/X11/xkb/symbols/be ... Processing usr/share/X11/xkb/symbols/bg ... Processing usr/share/X11/xkb/symbols/bqn ... Processing usr/share/X11/xkb/symbols/br ... Processing usr/share/X11/xkb/symbols/brai ... Processing usr/share/X11/xkb/symbols/bt ... Processing usr/share/X11/xkb/symbols/bw ... Processing usr/share/X11/xkb/symbols/by ... Processing usr/share/X11/xkb/symbols/ca ... Processing usr/share/X11/xkb/symbols/capslock ... Processing usr/share/X11/xkb/symbols/cd ... Processing usr/share/X11/xkb/symbols/ch ... Processing usr/share/X11/xkb/symbols/cm ... Processing usr/share/X11/xkb/symbols/cn ... Processing usr/share/X11/xkb/symbols/compose ... Processing usr/share/X11/xkb/symbols/ctrl ... Processing usr/share/X11/xkb/symbols/cz ... Processing usr/share/X11/xkb/symbols/de ... Processing usr/share/X11/xkb/symbols/digital_vndr ... Processing usr/share/X11/xkb/symbols/digital_vndr/lk ... Processing usr/share/X11/xkb/symbols/digital_vndr/pc ... Processing usr/share/X11/xkb/symbols/digital_vndr/us ... Processing usr/share/X11/xkb/symbols/digital_vndr/vt ... Processing usr/share/X11/xkb/symbols/dk ... Processing usr/share/X11/xkb/symbols/dz ... Processing usr/share/X11/xkb/symbols/ee ... Processing usr/share/X11/xkb/symbols/eg ... Processing usr/share/X11/xkb/symbols/empty ... Processing usr/share/X11/xkb/symbols/epo ... Processing usr/share/X11/xkb/symbols/es ... Processing usr/share/X11/xkb/symbols/et ... Processing usr/share/X11/xkb/symbols/eu ... Processing usr/share/X11/xkb/symbols/eurosign ... Processing usr/share/X11/xkb/symbols/fi ... Processing usr/share/X11/xkb/symbols/fo ... Processing usr/share/X11/xkb/symbols/fr ... Processing usr/share/X11/xkb/symbols/fujitsu_vndr ... Processing usr/share/X11/xkb/symbols/fujitsu_vndr/jp ... Processing usr/share/X11/xkb/symbols/fujitsu_vndr/us ... Processing usr/share/X11/xkb/symbols/gb ... Processing usr/share/X11/xkb/symbols/ge ... Processing usr/share/X11/xkb/symbols/gh ... Processing usr/share/X11/xkb/symbols/gn ... Processing usr/share/X11/xkb/symbols/gr ... Processing usr/share/X11/xkb/symbols/group ... Processing usr/share/X11/xkb/symbols/hp_vndr ... Processing usr/share/X11/xkb/symbols/hp_vndr/us ... Processing usr/share/X11/xkb/symbols/hr ... Processing usr/share/X11/xkb/symbols/hu ... Processing usr/share/X11/xkb/symbols/id ... Processing usr/share/X11/xkb/symbols/ie ... Processing usr/share/X11/xkb/symbols/il ... Processing usr/share/X11/xkb/symbols/in ... Processing usr/share/X11/xkb/symbols/inet ... Processing usr/share/X11/xkb/symbols/iq ... Processing usr/share/X11/xkb/symbols/ir ... Processing usr/share/X11/xkb/symbols/is ... Processing usr/share/X11/xkb/symbols/it ... Processing usr/share/X11/xkb/symbols/jolla_vndr ... Processing usr/share/X11/xkb/symbols/jolla_vndr/sbj ... Processing usr/share/X11/xkb/symbols/jp ... Processing usr/share/X11/xkb/symbols/ke ... Processing usr/share/X11/xkb/symbols/keypad ... Processing usr/share/X11/xkb/symbols/kg ... Processing usr/share/X11/xkb/symbols/kh ... Processing usr/share/X11/xkb/symbols/kpdl ... Processing usr/share/X11/xkb/symbols/kr ... Processing usr/share/X11/xkb/symbols/kz ... Processing usr/share/X11/xkb/symbols/la ... Processing usr/share/X11/xkb/symbols/latam ... Processing usr/share/X11/xkb/symbols/latin ... Processing usr/share/X11/xkb/symbols/level2 ... Processing usr/share/X11/xkb/symbols/level3 ... Processing usr/share/X11/xkb/symbols/level5 ... Processing usr/share/X11/xkb/symbols/lk ... Processing usr/share/X11/xkb/symbols/lt ... Processing usr/share/X11/xkb/symbols/lv ... Processing usr/share/X11/xkb/symbols/ma ... Processing usr/share/X11/xkb/symbols/macintosh_vndr ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/apple ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/ch ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/de ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/dk ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/fi ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/fr ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/gb ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/is ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/it ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/jp ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/latam ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/nl ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/no ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/pt ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/se ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/us ... Processing usr/share/X11/xkb/symbols/mao ... Processing usr/share/X11/xkb/symbols/md ... Processing usr/share/X11/xkb/symbols/me ... Processing usr/share/X11/xkb/symbols/mk ... Processing usr/share/X11/xkb/symbols/ml ... Processing usr/share/X11/xkb/symbols/mm ... Processing usr/share/X11/xkb/symbols/mn ... Processing usr/share/X11/xkb/symbols/mt ... Processing usr/share/X11/xkb/symbols/mv ... Processing usr/share/X11/xkb/symbols/my ... Processing usr/share/X11/xkb/symbols/nbsp ... Processing usr/share/X11/xkb/symbols/nec_vndr ... Processing usr/share/X11/xkb/symbols/nec_vndr/jp ... Processing usr/share/X11/xkb/symbols/ng ... Processing usr/share/X11/xkb/symbols/nl ... Processing usr/share/X11/xkb/symbols/no ... Processing usr/share/X11/xkb/symbols/nokia_vndr ... Processing usr/share/X11/xkb/symbols/nokia_vndr/rx-44 ... Processing usr/share/X11/xkb/symbols/nokia_vndr/rx-51 ... Processing usr/share/X11/xkb/symbols/nokia_vndr/su-8w ... Processing usr/share/X11/xkb/symbols/np ... Processing usr/share/X11/xkb/symbols/olpc ... Processing usr/share/X11/xkb/symbols/parens ... Processing usr/share/X11/xkb/symbols/pc ... Processing usr/share/X11/xkb/symbols/ph ... Processing usr/share/X11/xkb/symbols/pk ... Processing usr/share/X11/xkb/symbols/pl ... Processing usr/share/X11/xkb/symbols/pt ... Processing usr/share/X11/xkb/symbols/ro ... Processing usr/share/X11/xkb/symbols/rs ... Processing usr/share/X11/xkb/symbols/ru ... Processing usr/share/X11/xkb/symbols/rupeesign ... Processing usr/share/X11/xkb/symbols/se ... Processing usr/share/X11/xkb/symbols/sgi_vndr ... Processing usr/share/X11/xkb/symbols/sgi_vndr/jp ... Processing usr/share/X11/xkb/symbols/sharp_vndr ... Processing usr/share/X11/xkb/symbols/sharp_vndr/sl-c3x00 ... Processing usr/share/X11/xkb/symbols/sharp_vndr/ws003sh ... Processing usr/share/X11/xkb/symbols/sharp_vndr/ws007sh ... Processing usr/share/X11/xkb/symbols/sharp_vndr/ws011sh ... Processing usr/share/X11/xkb/symbols/sharp_vndr/ws020sh ... Processing usr/share/X11/xkb/symbols/shift ... Processing usr/share/X11/xkb/symbols/si ... Processing usr/share/X11/xkb/symbols/sk ... Processing usr/share/X11/xkb/symbols/sn ... Processing usr/share/X11/xkb/symbols/sony_vndr ... Processing usr/share/X11/xkb/symbols/sony_vndr/us ... Processing usr/share/X11/xkb/symbols/srvr_ctrl ... Processing usr/share/X11/xkb/symbols/sun_vndr ... Processing usr/share/X11/xkb/symbols/sun_vndr/ara ... Processing usr/share/X11/xkb/symbols/sun_vndr/be ... Processing usr/share/X11/xkb/symbols/sun_vndr/br ... Processing usr/share/X11/xkb/symbols/sun_vndr/ca ... Processing usr/share/X11/xkb/symbols/sun_vndr/ch ... Processing usr/share/X11/xkb/symbols/sun_vndr/cz ... Processing usr/share/X11/xkb/symbols/sun_vndr/de ... Processing usr/share/X11/xkb/symbols/sun_vndr/dk ... Processing usr/share/X11/xkb/symbols/sun_vndr/ee ... Processing usr/share/X11/xkb/symbols/sun_vndr/es ... Processing usr/share/X11/xkb/symbols/sun_vndr/fi ... Processing usr/share/X11/xkb/symbols/sun_vndr/fr ... Processing usr/share/X11/xkb/symbols/sun_vndr/gb ... Processing usr/share/X11/xkb/symbols/sun_vndr/gr ... Processing usr/share/X11/xkb/symbols/sun_vndr/it ... Processing usr/share/X11/xkb/symbols/sun_vndr/jp ... Processing usr/share/X11/xkb/symbols/sun_vndr/kr ... Processing usr/share/X11/xkb/symbols/sun_vndr/lt ... Processing usr/share/X11/xkb/symbols/sun_vndr/lv ... Processing usr/share/X11/xkb/symbols/sun_vndr/nl ... Processing usr/share/X11/xkb/symbols/sun_vndr/no ... Processing usr/share/X11/xkb/symbols/sun_vndr/pl ... Processing usr/share/X11/xkb/symbols/sun_vndr/pt ... Processing usr/share/X11/xkb/symbols/sun_vndr/ro ... Processing usr/share/X11/xkb/symbols/sun_vndr/ru ... Processing usr/share/X11/xkb/symbols/sun_vndr/se ... Processing usr/share/X11/xkb/symbols/sun_vndr/sk ... Processing usr/share/X11/xkb/symbols/sun_vndr/solaris ... Processing usr/share/X11/xkb/symbols/sun_vndr/tr ... Processing usr/share/X11/xkb/symbols/sun_vndr/tw ... Processing usr/share/X11/xkb/symbols/sun_vndr/ua ... Processing usr/share/X11/xkb/symbols/sun_vndr/us ... Processing usr/share/X11/xkb/symbols/sy ... Processing usr/share/X11/xkb/symbols/terminate ... Processing usr/share/X11/xkb/symbols/tg ... Processing usr/share/X11/xkb/symbols/th ... Processing usr/share/X11/xkb/symbols/tj ... Processing usr/share/X11/xkb/symbols/tm ... Processing usr/share/X11/xkb/symbols/tr ... Processing usr/share/X11/xkb/symbols/trans ... Processing usr/share/X11/xkb/symbols/tw ... Processing usr/share/X11/xkb/symbols/typo ... Processing usr/share/X11/xkb/symbols/tz ... Processing usr/share/X11/xkb/symbols/ua ... Processing usr/share/X11/xkb/symbols/us ... Processing usr/share/X11/xkb/symbols/uz ... Processing usr/share/X11/xkb/symbols/vn ... Processing usr/share/X11/xkb/symbols/xfree68_vndr ... Processing usr/share/X11/xkb/symbols/xfree68_vndr/amiga ... Processing usr/share/X11/xkb/symbols/xfree68_vndr/ataritt ... Processing usr/share/X11/xkb/symbols/za ... Processing usr/share/X11/xkb/types ... Processing usr/share/X11/xkb/types/README ... Processing usr/share/X11/xkb/types/basic ... Processing usr/share/X11/xkb/types/cancel ... Processing usr/share/X11/xkb/types/caps ... Processing usr/share/X11/xkb/types/complete ... Processing usr/share/X11/xkb/types/default ... Processing usr/share/X11/xkb/types/extra ... Processing usr/share/X11/xkb/types/iso9995 ... Processing usr/share/X11/xkb/types/level5 ... Processing usr/share/X11/xkb/types/mousekeys ... Processing usr/share/X11/xkb/types/nokia ... Processing usr/share/X11/xkb/types/numpad ... Processing usr/share/X11/xkb/types/pc ... Processing usr/share/fonts ... Processing usr/share/fonts/dejavu ... Processing usr/share/fonts/ttf-bitstream-vera ... Processing usr/share/fonts/ttf-bitstream-vera/Vera.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraBI.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraBd.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraIt.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraMoBI.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraMoBd.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraMoIt.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraMono.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraSe.ttf ... Processing usr/share/fonts/ttf-bitstream-vera/VeraSeBd.ttf ... Processing usr/share/git-core ... Processing usr/share/git-core/templates ... Processing usr/share/git-core/templates/branches ... Processing usr/share/git-core/templates/description ... Processing usr/share/git-core/templates/hooks ... Processing usr/share/git-core/templates/hooks/applypatch-msg.sample ... Processing usr/share/git-core/templates/hooks/commit-msg.sample ... Processing usr/share/git-core/templates/hooks/fsmonitor-watchman.sample ... Processing usr/share/git-core/templates/hooks/post-update.sample ... Processing usr/share/git-core/templates/hooks/pre-applypatch.sample ... Processing usr/share/git-core/templates/hooks/pre-commit.sample ... Processing usr/share/git-core/templates/hooks/pre-merge-commit.sample ... Processing usr/share/git-core/templates/hooks/pre-push.sample ... Processing usr/share/git-core/templates/hooks/pre-rebase.sample ... Processing usr/share/git-core/templates/hooks/pre-receive.sample ... Processing usr/share/git-core/templates/hooks/prepare-commit-msg.sample ... Processing usr/share/git-core/templates/hooks/push-to-checkout.sample ... Processing usr/share/git-core/templates/hooks/sendemail-validate.sample ... Processing usr/share/git-core/templates/hooks/update.sample ... Processing usr/share/git-core/templates/info ... Processing usr/share/git-core/templates/info/exclude ... Processing usr/share/gitweb ... Processing usr/share/gitweb/gitweb.cgi ... Processing usr/share/gitweb/static ... Processing usr/share/gitweb/static/git-favicon.png ... Processing usr/share/gitweb/static/git-logo.png ... Processing usr/share/gitweb/static/gitweb.css ... Processing usr/share/gitweb/static/gitweb.js ... Processing usr/share/locale ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/crh ... Processing usr/share/locale/crh/LC_MESSAGES ... Processing usr/share/locale/crh/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/en_GB/LC_MESSAGES ... Processing usr/share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ky ... Processing usr/share/locale/ky/LC_MESSAGES ... Processing usr/share/locale/ky/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/rw ... Processing usr/share/locale/rw/LC_MESSAGES ... Processing usr/share/locale/rw/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/misc ... Processing usr/share/misc/hddtemp.db ... Processing usr/share/perl5 ... Processing usr/share/perl5/FromCPAN ... Processing usr/share/perl5/FromCPAN/Error.pm ... Processing usr/share/perl5/FromCPAN/Mail ... Processing usr/share/perl5/FromCPAN/Mail/Address.pm ... Processing usr/share/perl5/Git ... Processing usr/share/perl5/Git/I18N.pm ... Processing usr/share/perl5/Git/IndexInfo.pm ... Processing usr/share/perl5/Git/LoadCPAN ... Processing usr/share/perl5/Git/LoadCPAN/Error.pm ... Processing usr/share/perl5/Git/LoadCPAN/Mail ... Processing usr/share/perl5/Git/LoadCPAN/Mail/Address.pm ... Processing usr/share/perl5/Git/LoadCPAN.pm ... Processing usr/share/perl5/Git/Packet.pm ... Processing usr/share/perl5/Git/SVN ... Processing usr/share/perl5/Git/SVN/Editor.pm ... Processing usr/share/perl5/Git/SVN/Fetcher.pm ... Processing usr/share/perl5/Git/SVN/GlobSpec.pm ... Processing usr/share/perl5/Git/SVN/Log.pm ... Processing usr/share/perl5/Git/SVN/Memoize ... Processing usr/share/perl5/Git/SVN/Memoize/YAML.pm ... Processing usr/share/perl5/Git/SVN/Migration.pm ... Processing usr/share/perl5/Git/SVN/Prompt.pm ... Processing usr/share/perl5/Git/SVN/Ra.pm ... Processing usr/share/perl5/Git/SVN/Utils.pm ... Processing usr/share/perl5/Git/SVN.pm ... Processing usr/share/perl5/Git.pm ... Processing usr/share/terminfo ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p ... Processing usr/share/terminfo/p/putty ... Processing usr/share/terminfo/p/putty-256color ... Processing usr/share/terminfo/p/putty-vt100 ... Processing usr/share/terminfo/s ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v ... Processing usr/share/terminfo/v/vt100 ... Processing usr/share/terminfo/v/vt100-putty ... Processing usr/share/terminfo/v/vt102 ... Processing usr/share/terminfo/v/vt200 ... Processing usr/share/terminfo/v/vt220 ... Processing usr/share/terminfo/x ... Processing usr/share/terminfo/x/xterm ... Processing usr/share/terminfo/x/xterm+256color ... Processing usr/share/terminfo/x/xterm-256color ... Processing usr/share/terminfo/x/xterm-color ... Processing usr/share/terminfo/x/xterm-xfree86 ... Processing var ... Processing var/cache ... Processing var/lib ... Processing var/lib/misc ... Processing var/lib/nginx ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Build completed. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/mips64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2023.08-430-g0a0dd63c82 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> 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-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> git 2.42.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> openssl Collecting legal info >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> 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) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libminiupnpc 2.2.5 Collecting legal info LICENSE: OK (sha256: e143c6e207d0bb874c4be76b57689ffa408063a37a735c6dcec3dc600cb522c5) >>> host-cmake 3.27.6 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> host-python3 3.11.5 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.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> nginx 1.24.0 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xkeyboard-config 2.38 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-meson 1.1.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-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> 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-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 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-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.6 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2023.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: 3e980a770506b448897638632974bbcbdf2da3b99191dd0a03d3770097a46738) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 9936421f7516f7a17ae560b6989636b493e55c01128b543c7e72441568c3cba4) COPYING-fixesproto: OK (sha256: fb361c7c4322e4919ae193c5a20055d5190c23aa50480fd0a41f4d439cae2bc6) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 46f599055002bbf3e6ce244bde8d9ebe5ec24ae7906836db186773a9791d0b75) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da835951edc6e3b8d168d6afe7447c65d0b9a99937293cf3f288bba8244a9f86) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) COPYING-xwaylandproto: OK (sha256: 309bd89bc2b30c6e3d3eb78f5377fa576475499e0ba936a9c3cba50ba5d6375c) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.5.0 Collecting legal info COPYING: OK (sha256: 22616bf00b6db85ee3164775a95206894af987b85ff1a7703de55644bc722a39) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'