[117/185] Compiling C object test/read_single_chunk.p/.._src_lib_dl_multipart.c.o [118/185] Linking target test/empty [119/185] Compiling C object test/read_single_chunk.p/.._src_lib_io.c.o [120/185] Compiling C object test/read_single_chunk.p/lib_util.c.o [121/185] Compiling C object test/optelems.p/.._src_lib_index_index_read.c.o [122/185] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_dl.c.o [123/185] Compiling C object test/read_single_chunk.p/.._src_lib_comp_comp.c.o [124/185] Compiling C object test/read_single_chunk.p/.._src_lib_hash_hash.c.o [125/185] Compiling C object test/read_single_chunk.p/.._src_lib_hash_sha1_sha1.c.o [126/185] Compiling C object test/read_single_chunk.p/.._src_lib_hash_sha2_sha2.c.o [127/185] Compiling C object test/read_single_chunk.p/.._src_lib_dl_range.c.o [128/185] Compiling C object test/read_single_chunk.p/.._src_lib_zck.c.o [129/185] Compiling C object test/read_single_chunk.p/.._src_lib_log.c.o [130/185] Compiling C object test/read_single_chunk.p/.._src_lib_compint.c.o [131/185] Compiling C object test/read_single_chunk.p/.._src_lib_error.c.o [132/185] Compiling C object test/read_single_comp_chunk.p/read_single_comp_chunk.c.o [133/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_buzhash_buzhash.c.o [134/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_nocomp_nocomp.c.o [135/185] Compiling C object test/invalid_input_checksum.p/.._src_lib_header.c.o [136/185] Compiling C object test/read_single_chunk.p/.._src_lib_header.c.o [137/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_create.c.o [138/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_common.c.o [139/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_io.c.o [140/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_log.c.o [141/185] Linking target test/optelems [142/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_compint.c.o [143/185] Compiling C object test/read_single_comp_chunk.p/lib_util.c.o [144/185] Compiling C object test/shacheck.p/shacheck.c.o [145/185] Compiling C object test/shacheck.p/.._src_lib_buzhash_buzhash.c.o [146/185] Compiling C object test/copy_chunks.p/.._src_lib_index_index_read.c.o [147/185] Compiling C object test/read_single_chunk.p/.._src_lib_dl_dl.c.o [148/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_comp.c.o [149/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_hash.c.o [150/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_sha2_sha2.c.o [151/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_range.c.o [152/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_multipart.c.o [153/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_error.c.o [154/185] Compiling C object test/shacheck.p/.._src_lib_comp_nocomp_nocomp.c.o [155/185] Compiling C object test/shacheck.p/.._src_lib_index_index_create.c.o [156/185] Compiling C object test/shacheck.p/.._src_lib_index_index_common.c.o [157/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_sha1_sha1.c.o [158/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_zck.c.o [159/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_header.c.o [160/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_dl.c.o [161/185] Compiling C object test/shacheck.p/.._src_lib_dl_range.c.o [162/185] Compiling C object test/shacheck.p/.._src_lib_io.c.o [163/185] Compiling C object test/shacheck.p/.._src_lib_compint.c.o [164/185] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_read.c.o [165/185] Compiling C object test/shacheck.p/.._src_lib_log.c.o [166/185] Compiling C object test/shacheck.p/lib_util.c.o [167/185] Compiling C object test/shacheck.p/.._src_lib_error.c.o [168/185] Linking target test/copy_chunks [169/185] Compiling C object test/shacheck.p/.._src_lib_dl_multipart.c.o [170/185] Compiling C object test/shacheck.p/.._src_lib_hash_sha2_sha2.c.o [171/185] Compiling C object test/shacheck.p/.._src_lib_hash_hash.c.o [172/185] Compiling C object test/zck_cmp_uncomp.p/zck_cmp_uncomp.c.o ../test/zck_cmp_uncomp.c: In function 'main': ../test/zck_cmp_uncomp.c:219:21: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'ssize_t' {aka 'int'} [-Wformat=] 219 | printf("%12lu %s %s %12lu %12lu\n", | ~~~~^ | | | long unsigned int | %12u 220 | zck_get_chunk_number(iter), | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} ../test/zck_cmp_uncomp.c:219:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'ssize_t' {aka 'int'} [-Wformat=] 219 | printf("%12lu %s %s %12lu %12lu\n", | ~~~~^ | | | long unsigned int | %12u ...... 223 | zck_get_chunk_start(iter), | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} ../test/zck_cmp_uncomp.c:219:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 219 | printf("%12lu %s %s %12lu %12lu\n", | ~~~~^ | | | long unsigned int | %12u ...... 224 | zck_get_chunk_size(iter)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} ../test/zck_cmp_uncomp.c:235:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 235 | printf("\n\nTotal to be reused : %12lu\n", reuse); | ~~~~^ ~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %12u ../test/zck_cmp_uncomp.c:236:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 236 | printf("Total to be downloaded : %12lu\n", todwl); | ~~~~^ ~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %12u [173/185] Linking target test/invalid_input_checksum [174/185] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_read.c.o [175/185] Compiling C object test/shacheck.p/.._src_lib_hash_sha1_sha1.c.o [176/185] Compiling C object test/shacheck.p/.._src_lib_zck.c.o [177/185] Linking target test/zck_cmp_uncomp [178/185] Linking target test/read_single_chunk [179/185] Compiling C object test/shacheck.p/.._src_lib_comp_comp.c.o [180/185] Compiling C object test/shacheck.p/.._src_lib_header.c.o [181/185] Compiling C object test/shacheck.p/.._src_lib_dl_dl.c.o [182/185] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_read.c.o [183/185] Linking target test/read_single_comp_chunk [184/185] Compiling C object test/shacheck.p/.._src_lib_index_index_read.c.o [185/185] Linking target test/shacheck >>> zchunk 1.2.2 Installing to staging directory PATH="/nvmedata/autobuild/instance-24/output-1/host/bin:/nvmedata/autobuild/instance-24/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-24/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.a to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/lib Installing src/zck to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/bin Installing src/unzck to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/bin Installing src/zck_gen_zdict to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/bin Installing src/zck_read_header to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/bin Installing src/zck_delta_size to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/bin Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/build/include/zck.h to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/include/ Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/unzck.1 to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zck.1 to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/lib/pkgconfig >>> zchunk 1.2.2 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/nvmedata/autobuild/instance-24/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-24/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="/nvmedata/autobuild/instance-24/output-1/host/bin:/nvmedata/autobuild/instance-24/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-24/output-1/target PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-24/output-1/host/bin/ninja -C /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.a to /nvmedata/autobuild/instance-24/output-1/target/usr/lib Installing src/zck to /nvmedata/autobuild/instance-24/output-1/target/usr/bin Installing src/unzck to /nvmedata/autobuild/instance-24/output-1/target/usr/bin Installing src/zck_gen_zdict to /nvmedata/autobuild/instance-24/output-1/target/usr/bin Installing src/zck_read_header to /nvmedata/autobuild/instance-24/output-1/target/usr/bin Installing src/zck_delta_size to /nvmedata/autobuild/instance-24/output-1/target/usr/bin Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/build/include/zck.h to /nvmedata/autobuild/instance-24/output-1/target/usr/include/ Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/unzck.1 to /nvmedata/autobuild/instance-24/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zck.1 to /nvmedata/autobuild/instance-24/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /nvmedata/autobuild/instance-24/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /nvmedata/autobuild/instance-24/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /nvmedata/autobuild/instance-24/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /nvmedata/autobuild/instance-24/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-24/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /nvmedata/autobuild/instance-24/output-1/target/usr/lib/pkgconfig >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-24/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-24/output-1/host/bin/sh4aeb-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-24/output-1/host/bin/sh4aeb-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-24/output-1/host/bin/sh4aeb-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/nvmedata/autobuild/instance-24/output-1/host/bin/sh4aeb-buildroot-linux-musl-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%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@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-24/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-24/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-24/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-24/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-24/output-1/host/bin/sh4aeb-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-24/output-1/host/bin/sh4aeb-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-24/output-1/host/bin/sh4aeb-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/nvmedata/autobuild/instance-24/output-1/host/bin/sh4aeb-buildroot-linux-musl-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-24/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-24/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-24/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-24/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-24/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-24/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-24/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-24/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-24/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-24/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-24/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-24/output-1/target/etc/shells; fi grep -qsE '^/bin/mksh$' /nvmedata/autobuild/instance-24/output-1/target/etc/shells || echo "/bin/mksh" >> /nvmedata/autobuild/instance-24/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-24/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-24/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-24/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-24/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-24/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-24/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-24/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-24/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-24/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-24/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-24/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-24/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-24/output-1/target/usr/include /nvmedata/autobuild/instance-24/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-24/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-24/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-24/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-24/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-24/output-1/target/usr/lib/rpm /nvmedata/autobuild/instance-24/output-1/target/usr/doc find /nvmedata/autobuild/instance-24/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-24/output-1/target/lib/ /nvmedata/autobuild/instance-24/output-1/target/usr/lib/ /nvmedata/autobuild/instance-24/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-24/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-24/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-24/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-24/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-24/output-1/target/usr/man /nvmedata/autobuild/instance-24/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-24/output-1/target/usr/info /nvmedata/autobuild/instance-24/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-24/output-1/target/usr/doc /nvmedata/autobuild/instance-24/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-24/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-24/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-24/output-1/target/lib/debug /nvmedata/autobuild/instance-24/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-24/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 /nvmedata/autobuild/instance-24/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-24/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-24/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 /nvmedata/autobuild/instance-24/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-104-g442cbf4691"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /nvmedata/autobuild/instance-24/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-24/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-24/output-1/per-package /nvmedata/autobuild/instance-24/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-24/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /nvmedata/autobuild/instance-24/output-1/images rm -rf /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs mkdir -p /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-24/output-1/target/ /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target" >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot PATH="/nvmedata/autobuild/instance-24/output-1/host/bin:/nvmedata/autobuild/instance-24/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-24/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot echo "/nvmedata/autobuild/instance-24/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target" >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot echo "find /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot echo "find /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot printf ' /nvmedata/autobuild/instance-24/output-1/host/sbin/setfiles -m -r /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target -c /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target/etc/selinux/targeted/policy/policy.31 /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target/etc/selinux/targeted/contexts/files/file_contexts /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target\n' >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot printf ' /nvmedata/autobuild/instance-24/output-1/host/bin/mkfs.axfs -s -a /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target /nvmedata/autobuild/instance-24/output-1/images/rootfs.axfs\n' >> /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot PATH="/nvmedata/autobuild/instance-24/output-1/host/bin:/nvmedata/autobuild/instance-24/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-24/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/axfs/target table='/nvmedata/autobuild/instance-24/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 828 number of 4KB nodes: 7879 Total image size: 24011012 ln -snf /nvmedata/autobuild/instance-24/output-1/host/sh4aeb-buildroot-linux-musl/sysroot /nvmedata/autobuild/instance-24/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-24/buildroot' make: Entering directory '/nvmedata/autobuild/instance-24/buildroot' >>> Buildroot 2022.08-rc1-104-g442cbf4691 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 4.14.287 Collecting legal info >>> musl-compat-headers Collecting legal info >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> ell 0.49 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> getent Collecting legal info >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> initscripts Collecting legal info >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> iwd 1.25 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> jquery 3.5.1 Collecting legal info >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libminiupnpc 2.2.3 Collecting legal info LICENSE: OK (sha256: 90bb92bf524970569296022fea562c85a4ec4d99a16f3aef2144d13d7087b631) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> ncdu 1.17 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openpgm 5-3-128 Collecting legal info openpgm/pgm/LICENSE: OK (sha256: 4a7d4ec71fa60969399fd4caad64d5a3003fee2775445f271a5a36a8ae743a29) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.6 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> refpolicy 2.20220106 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-policycoreutils 3.2 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libsemanage 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-audit 3.0.7 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-setools 4.4.0 Collecting legal info COPYING: OK (sha256: 2f7547e10f76a382c24c053595f38a5cc6dda9347f508f254ca490e0046a9624) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-python-cython 0.29.30 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-networkx 2.6.3 Collecting legal info LICENSE.txt: OK (sha256: f9c25c92ced5a264a3fe857231205d5eb625ae367935aaf8d61cdd5087dfb90e) >>> host-python-decorator 5.1.0 Collecting legal info LICENSE.txt: OK (sha256: fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782e) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> host-sam-ba 3.7 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> udftools 2.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.287: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-24/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-24/buildroot'