[132/189] Compiling C object test/read_single_chunk.p/.._src_lib_dl_range.c.o [133/189] Compiling C object test/read_single_chunk.p/.._src_lib_dl_multipart.c.o [134/189] Compiling C object test/read_single_chunk.p/.._src_lib_compint.c.o [135/189] Linking target test/invalid_input_checksum [136/189] Compiling C object test/read_single_chunk.p/.._src_lib_log.c.o [137/189] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_read.c.o [138/189] Compiling C object test/read_single_chunk.p/.._src_lib_io.c.o [139/189] Compiling C object test/read_single_chunk.p/.._src_lib_comp_comp.c.o [140/189] Compiling C object test/read_single_chunk.p/.._src_lib_dl_dl.c.o [141/189] Compiling C object test/read_single_chunk.p/.._src_lib_zck.c.o [142/189] Compiling C object test/read_single_chunk.p/.._src_lib_header.c.o [143/189] Compiling C object test/read_single_chunk.p/.._src_lib_error.c.o [144/189] Compiling C object test/read_single_comp_chunk.p/read_single_comp_chunk.c.o [145/189] Compiling C object test/read_single_chunk.p/lib_util.c.o [146/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_buzhash_buzhash.c.o [147/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_common.c.o [148/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_nocomp_nocomp.c.o [149/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_sha2_sha2.c.o [150/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_sha1_sha1.c.o [151/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_create.c.o [152/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_comp.c.o [153/189] Linking target test/read_single_chunk [154/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_range.c.o [155/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_zck.c.o [156/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_hash.c.o [157/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_log.c.o [158/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_io.c.o [159/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_read.c.o [160/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_multipart.c.o [161/189] Compiling C object test/read_single_comp_chunk.p/lib_util.c.o [162/189] Compiling C object test/shacheck.p/shacheck.c.o [163/189] Compiling C object test/shacheck.p/.._src_lib_buzhash_buzhash.c.o [164/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_compint.c.o [165/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_error.c.o [166/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_dl.c.o [167/189] Compiling C object test/shacheck.p/.._src_lib_comp_nocomp_nocomp.c.o [168/189] Compiling C object test/shacheck.p/.._src_lib_hash_sha2_sha2.c.o [169/189] Compiling C object test/read_single_comp_chunk.p/.._src_lib_header.c.o [170/189] Compiling C object test/shacheck.p/.._src_lib_hash_hash.c.o [171/189] Compiling C object test/shacheck.p/.._src_lib_hash_sha1_sha1.c.o [172/189] Linking target test/read_single_comp_chunk [173/189] Compiling C object test/shacheck.p/.._src_lib_index_index_create.c.o [174/189] Compiling C object test/shacheck.p/.._src_lib_index_index_common.c.o [175/189] Compiling C object test/shacheck.p/.._src_lib_dl_dl.c.o [176/189] Compiling C object test/shacheck.p/.._src_lib_log.c.o [177/189] Compiling C object test/shacheck.p/.._src_lib_comp_comp.c.o [178/189] Compiling C object test/shacheck.p/.._src_lib_dl_range.c.o [179/189] Compiling C object test/shacheck.p/.._src_lib_dl_multipart.c.o [180/189] Compiling C object test/shacheck.p/.._src_lib_io.c.o [181/189] Compiling C object test/shacheck.p/.._src_lib_index_index_read.c.o [182/189] Compiling C object test/shacheck.p/.._src_lib_zck.c.o [183/189] Compiling C object test/shacheck.p/.._src_lib_compint.c.o [184/189] Compiling C object test/shacheck.p/.._src_lib_error.c.o [185/189] Compiling C object test/shacheck.p/lib_util.c.o [186/189] 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 [187/189] Compiling C object test/shacheck.p/.._src_lib_header.c.o [188/189] Linking target test/zck_cmp_uncomp [189/189] Linking target test/shacheck >>> zchunk 1.2.2 Installing to staging directory PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-10/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/autobuild/autobuild/instance-10/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-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib Installing src/zck to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin Installing src/unzck to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_gen_zdict to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_read_header to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_delta_size to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin Installing src/zckdl to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/ Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libzck.so >>> zchunk 1.2.2 Fixing libtool files for la in $(find /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-10/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-10/output-1/host/mipsel-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-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-10/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-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/output-1/target PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-10/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/autobuild/autobuild/instance-10/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-10/output-1/target/usr/lib Installing src/zck to /home/autobuild/autobuild/instance-10/output-1/target/usr/bin Installing src/unzck to /home/autobuild/autobuild/instance-10/output-1/target/usr/bin Installing src/zck_gen_zdict to /home/autobuild/autobuild/instance-10/output-1/target/usr/bin Installing src/zck_read_header to /home/autobuild/autobuild/instance-10/output-1/target/usr/bin Installing src/zck_delta_size to /home/autobuild/autobuild/instance-10/output-1/target/usr/bin Installing src/zckdl to /home/autobuild/autobuild/instance-10/output-1/target/usr/bin Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/autobuild/autobuild/instance-10/output-1/target/usr/include/ Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-10/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/libzck.so >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-10/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-10/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-10/output-1/host/bin/mipsel-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-10/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-10/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-10/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-10/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/include /home/autobuild/autobuild/instance-10/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-10/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-10/output-1/target/usr/doc find /home/autobuild/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-10/output-1/target/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-10/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/man /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/info /home/autobuild/autobuild/instance-10/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/doc /home/autobuild/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-10/output-1/target/lib/debug /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-10/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-10/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-10/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-10/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-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-312-gb17ed57763"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-10/output-1/per-package /home/autobuild/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1605 objects. stage 2: creating image '/home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/1605 0% [ ] 2/1605 0% [ ] 3/1605 0% [ ] 4/1605 0% [ ] 5/1605 0% [ ] 6/1605 0% [ ] 7/1605 0% [ ] 8/1605 0% [ ] 9/1605 0% [ ] 10/1605 0% [ ] 11/1605 0% [ ] 12/1605 0% [ ] 13/1605 0% [ ] 14/1605 0% [ ] 15/1605 0% [ ] 16/1605 0% [ ] 17/1605 1% [ ] 18/1605 1% [ ] 19/1605 1% [ ] 20/1605 1% [ ] 21/1605 1% [ ] 22/1605 1% [ ] 23/1605 1% [ ] 24/1605 1% [ ] 25/1605 1% [= ] 26/1605 1% [= ] 27/1605 1% [= ] 28/1605 1% [= ] 29/1605 1% [= ] 30/1605 1% [= ] 31/1605 1% [= ] 32/1605 1% [= ] 33/1605 2% [= ] 34/1605 2% [= ] 35/1605 2% [= ] 36/1605 2% [= ] 37/1605 2% [= ] 38/1605 2% [= ] 39/1605 2% [= ] 40/1605 2% [= ] 41/1605 2% [= ] 42/1605 2% [= ] 43/1605 2% [= ] 44/1605 2% [= ] 45/1605 2% [= ] 46/1605 2% [= ] 47/1605 2% [= ] 48/1605 2% [= ] 49/1605 3% [= ] 50/1605 3% [= ] 51/1605 3% [== ] 52/1605 3% [== ] 53/1605 3% [== ] 54/1605 3% [== ] 55/1605 3% [== ] 56/1605 3% [== ] 57/1605 3% [== ] 58/1605 3% [== ] 59/1605 3% [== ] 60/1605 3% [== ] 61/1605 3% [== ] 62/1605 3% [== ] 63/1605 3% [== ] 64/1605 3% [== ] 65/1605 4% [== ] 66/1605 4% [== ] 67/1605 4% [== ] 68/1605 4% [== ] 69/1605 4% [== ] 70/1605 4% [== ] 71/1605 4% [== ] 72/1605 4% [== ] 73/1605 4% [== ] 74/1605 4% [== ] 75/1605 4% [== ] 76/1605 4% [== ] 77/1605 4% [=== ] 78/1605 4% [=== ] 79/1605 4% [=== ] 80/1605 4% [=== ] 81/1605 5% [=== ] 82/1605 5% [=== ] 83/1605 5% [=== ] 84/1605 5% [=== ] 85/1605 5% [=== ] 86/1605 5% [=== ] 87/1605 5% [=== ] 88/1605 5% [=== ] 89/1605 5% [=== ] 90/1605 5% [=== ] 91/1605 5% [=== ] 92/1605 5% [=== ] 93/1605 5% [=== ] 94/1605 5% [=== ] 95/1605 5% [=== ] 96/1605 5% [=== ] 97/1605 6% [=== ] 98/1605 6% [=== ] 99/1605 6% [=== ] 100/1605 6% [=== ] 101/1605 6% [=== ] 102/1605 6% [=== ] 103/1605 6% [==== ] 104/1605 6% [==== ] 105/1605 6% [==== ] 106/1605 6% [==== ] 107/1605 6% [==== ] 108/1605 6% [==== ] 109/1605 6% [==== ] 110/1605 6% [==== ] 111/1605 6% [==== ] 112/1605 6% [==== ] 113/1605 7% [==== ] 114/1605 7% [==== ] 115/1605 7% [==== ] 116/1605 7% [==== ] 117/1605 7% [==== ] 118/1605 7% [==== ] 119/1605 7% [==== ] 120/1605 7% [==== ] 121/1605 7% [==== ] 122/1605 7% [==== ] 123/1605 7% [==== ] 124/1605 7% [==== ] 125/1605 7% [==== ] 126/1605 7% [==== ] 127/1605 7% [==== ] 128/1605 7% [==== ] 129/1605 8% [===== ] 130/1605 8% [===== ] 131/1605 8% [===== ] 132/1605 8% [===== ] 133/1605 8% [===== ] 134/1605 8% [===== ] 135/1605 8% [===== ] 136/1605 8% [===== ] 137/1605 8% [===== ] 138/1605 8% [===== ] 139/1605 8% [===== ] 140/1605 8% [===== ] 141/1605 8% [===== ] 142/1605 8% [===== ] 143/1605 8% [===== ] 144/1605 8% [===== ] 145/1605 9% [===== ] 146/1605 9% [===== ] 147/1605 9% [===== ] 148/1605 9% [===== ] 149/1605 9% [===== ] 150/1605 9% [===== ] 151/1605 9% [===== ] 152/1605 9% [===== ] 153/1605 9% [===== ] 154/1605 9% [===== ] 155/1605 9% [====== ] 156/1605 9% [====== ] 157/1605 9% [====== ] 158/1605 9% [====== ] 159/1605 9% [====== ] 160/1605 9% [====== ] 161/1605 10% [====== ] 162/1605 10% [====== ] 163/1605 10% [====== ] 164/1605 10% [====== ] 165/1605 10% [====== ] 166/1605 10% [====== ] 167/1605 10% [====== ] 168/1605 10% [====== ] 169/1605 10% [====== ] 170/1605 10% [====== ] 171/1605 10% [====== ] 172/1605 10% [====== ] 173/1605 10% [====== ] 174/1605 10% [====== ] 175/1605 10% [====== ] 176/1605 10% [====== ] 177/1605 11% [====== ] 178/1605 11% [====== ] 179/1605 11% [====== ] 180/1605 11% [====== ] 181/1605 11% [======= ] 182/1605 11% [======= ] 183/1605 11% [======= ] 184/1605 11% [======= ] 185/1605 11% [======= ] 186/1605 11% [======= ] 187/1605 11% [======= ] 188/1605 11% [======= ] 189/1605 11% [======= ] 190/1605 11% [======= ] 191/1605 11% [======= ] 192/1605 11% [======= ] 193/1605 12% [======= ] 194/1605 12% [======= ] 195/1605 12% [======= ] 196/1605 12% [======= ] 197/1605 12% [======= ] 198/1605 12% [======= ] 199/1605 12% [======= ] 200/1605 12% [======= ] 201/1605 12% [======= ] 202/1605 12% [======= ] 203/1605 12% [======= ] 204/1605 12% [======= ] 205/1605 12% [======= ] 206/1605 12% [======= ] 207/1605 12% [======== ] 208/1605 12% [======== ] 209/1605 13% [======== ] 210/1605 13% [======== ] 211/1605 13% [======== ] 212/1605 13% [======== ] 213/1605 13% [======== ] 214/1605 13% [======== ] 215/1605 13% [======== ] 216/1605 13% [======== ] 217/1605 13% [======== ] 218/1605 13% [======== ] 219/1605 13% [======== ] 220/1605 13% [======== ] 221/1605 13% [======== ] 222/1605 13% [======== ] 223/1605 13% [======== ] 224/1605 13% [======== ] 225/1605 14% [======== ] 226/1605 14% [======== ] 227/1605 14% [======== ] 228/1605 14% [======== ] 229/1605 14% [======== ] 230/1605 14% [======== ] 231/1605 14% [======== ] 232/1605 14% [========= ] 233/1605 14% [========= ] 234/1605 14% [========= ] 235/1605 14% [========= ] 236/1605 14% [========= ] 237/1605 14% [========= ] 238/1605 14% [========= ] 239/1605 14% [========= ] 240/1605 14% [========= ] 241/1605 15% [========= ] 242/1605 15% [========= ] 243/1605 15% [========= ] 244/1605 15% [========= ] 245/1605 15% [========= ] 246/1605 15% [========= ] 247/1605 15% [========= ] 248/1605 15% [========= ] 249/1605 15% [========= ] 250/1605 15% [========= ] 251/1605 15% [========= ] 252/1605 15% [========= ] 253/1605 15% [========= ] 254/1605 15% [========= ] 255/1605 15% [========= ] 256/1605 15% [========= ] 257/1605 16% [========= ] 258/1605 16% [========== ] 259/1605 16% [========== ] 260/1605 16% [========== ] 261/1605 16% [========== ] 262/1605 16% [========== ] 263/1605 16% [========== ] 264/1605 16% [========== ] 265/1605 16% [========== ] 266/1605 16% [========== ] 267/1605 16% [========== ] 268/1605 16% [========== ] 269/1605 16% [========== ] 270/1605 16% [========== ] 271/1605 16% [========== ] 272/1605 16% [========== ] 273/1605 17% [========== ] 274/1605 17% [========== ] 275/1605 17% [========== ] 276/1605 17% [========== ] 277/1605 17% [========== ] 278/1605 17% [========== ] 279/1605 17% [========== ] 280/1605 17% [========== ] 281/1605 17% [========== ] 282/1605 17% [========== ] 283/1605 17% [========== ] 284/1605 17% [=========== ] 285/1605 17% [=========== ] 286/1605 17% [=========== ] 287/1605 17% [=========== ] 288/1605 17% [=========== ] 289/1605 18% [=========== ] 290/1605 18% [=========== ] 291/1605 18% [=========== ] 292/1605 18% [=========== ] 293/1605 18% [=========== ] 294/1605 18% [=========== ] 295/1605 18% [=========== ] 296/1605 18% [=========== ] 297/1605 18% [=========== ] 298/1605 18% [=========== ] 299/1605 18% [=========== ] 300/1605 18% [=========== ] 301/1605 18% [=========== ] 302/1605 18% [=========== ] 303/1605 18% [=========== ] 304/1605 18% [=========== ] 305/1605 19% [=========== ] 306/1605 19% [=========== ] 307/1605 19% [=========== ] 308/1605 19% [=========== ] 309/1605 19% [=========== ] 310/1605 19% [============ ] 311/1605 19% [============ ] 312/1605 19% [============ ] 313/1605 19% [============ ] 314/1605 19% [============ ] 315/1605 19% [============ ] 316/1605 19% [============ ] 317/1605 19% [============ ] 318/1605 19% [============ ] 319/1605 19% [============ ] 320/1605 19% [============ ] 321/1605 20% [============ ] 322/1605 20% [============ ] 323/1605 20% [============ ] 324/1605 20% [============ ] 325/1605 20% [============ ] 326/1605 20% [============ ] 327/1605 20% [============ ] 328/1605 20% [============ ] 329/1605 20% [============ ] 330/1605 20% [============ ] 331/1605 20% [============ ] 332/1605 20% [============ ] 333/1605 20% [============ ] 334/1605 20% [============ ] 335/1605 20% [============ ] 336/1605 20% [============= ] 337/1605 20% [============= ] 338/1605 21% [============= ] 339/1605 21% [============= ] 340/1605 21% [============= ] 341/1605 21% [============= ] 342/1605 21% [============= ] 343/1605 21% [============= ] 344/1605 21% [============= ] 345/1605 21% [============= ] 346/1605 21% [============= ] 347/1605 21% [============= ] 348/1605 21% [============= ] 349/1605 21% [============= ] 350/1605 21% [============= ] 351/1605 21% [============= ] 352/1605 21% [============= ] 353/1605 21% [============= ] 354/1605 22% [============= ] 355/1605 22% [============= ] 356/1605 22% [============= ] 357/1605 22% [============= ] 358/1605 22% [============= ] 359/1605 22% [============= ] 360/1605 22% [============= ] 361/1605 22% [============= ] 362/1605 22% [============== ] 363/1605 22% [============== ] 364/1605 22% [============== ] 365/1605 22% [============== ] 366/1605 22% [============== ] 367/1605 22% [============== ] 368/1605 22% [============== ] 369/1605 22% [============== ] 370/1605 23% [============== ] 371/1605 23% [============== ] 372/1605 23% [============== ] 373/1605 23% [============== ] 374/1605 23% [============== ] 375/1605 23% [============== ] 376/1605 23% [============== ] 377/1605 23% [============== ] 378/1605 23% [============== ] 379/1605 23% [============== ] 380/1605 23% [============== ] 381/1605 23% [============== ] 382/1605 23% [============== ] 383/1605 23% [============== ] 384/1605 23% [============== ] 385/1605 23% [============== ] 386/1605 24% [============== ] 387/1605 24% [============== ] 388/1605 24% [=============== ] 389/1605 24% [=============== ] 390/1605 24% [=============== ] 391/1605 24% [=============== ] 392/1605 24% [=============== ] 393/1605 24% [=============== ] 394/1605 24% [=============== ] 395/1605 24% [=============== ] 396/1605 24% [=============== ] 397/1605 24% [=============== ] 398/1605 24% [=============== ] 399/1605 24% [=============== ] 400/1605 24% [=============== ] 401/1605 24% [=============== ] 402/1605 25% [=============== ] 403/1605 25% [=============== ] 404/1605 25% [=============== ] 405/1605 25% [=============== ] 406/1605 25% [=============== ] 407/1605 25% [=============== ] 408/1605 25% [=============== ] 409/1605 25% [=============== ] 410/1605 25% [=============== ] 411/1605 25% [=============== ] 412/1605 25% [=============== ] 413/1605 25% [=============== ] 414/1605 25% [================ ] 415/1605 25% [================ ] 416/1605 25% [================ ] 417/1605 25% [================ ] 418/1605 26% [================ ] 419/1605 26% [================ ] 420/1605 26% [================ ] 421/1605 26% [================ ] 422/1605 26% [================ ] 423/1605 26% [================ ] 424/1605 26% [================ ] 425/1605 26% [================ ] 426/1605 26% [================ ] 427/1605 26% [================ ] 428/1605 26% [================ ] 429/1605 26% [================ ] 430/1605 26% [================ ] 431/1605 26% [================ ] 432/1605 26% [================ ] 433/1605 26% [================ ] 434/1605 27% [================ ] 435/1605 27% [================ ] 436/1605 27% [================ ] 437/1605 27% [================ ] 438/1605 27% [================ ] 439/1605 27% [================ ] 440/1605 27% [================= ] 441/1605 27% [================= ] 442/1605 27% [================= ] 443/1605 27% [================= ] 444/1605 27% [================= ] 445/1605 27% [================= ] 446/1605 27% [================= ] 447/1605 27% [================= ] 448/1605 27% [================= ] 449/1605 27% [================= ] 450/1605 28% [================= ] 451/1605 28% [================= ] 452/1605 28% [================= ] 453/1605 28% [================= ] 454/1605 28% [================= ] 455/1605 28% [================= ] 456/1605 28% [================= ] 457/1605 28% [================= ] 458/1605 28% [================= ] 459/1605 28% [================= ] 460/1605 28% [================= ] 461/1605 28% [================= ] 462/1605 28% [================= ] 463/1605 28% [================= ] 464/1605 28% [================= ] 465/1605 28% [================== ] 466/1605 29% [================== ] 467/1605 29% [================== ] 468/1605 29% [================== ] 469/1605 29% [================== ] 470/1605 29% [================== ] 471/1605 29% [================== ] 472/1605 29% [================== ] 473/1605 29% [================== ] 474/1605 29% [================== ] 475/1605 29% [================== ] 476/1605 29% [================== ] 477/1605 29% [================== ] 478/1605 29% [================== ] 479/1605 29% [================== ] 480/1605 29% [================== ] 481/1605 29% [================== ] 482/1605 30% [================== ] 483/1605 30% [================== ] 484/1605 30% [================== ] 485/1605 30% [================== ] 486/1605 30% [================== ] 487/1605 30% [================== ] 488/1605 30% [================== ] 489/1605 30% [================== ] 490/1605 30% [================== ] 491/1605 30% [=================== ] 492/1605 30% [=================== ] 493/1605 30% [=================== ] 494/1605 30% [=================== ] 495/1605 30% [=================== ] 496/1605 30% [=================== ] 497/1605 30% [=================== ] 498/1605 31% [=================== ] 499/1605 31% [=================== ] 500/1605 31% [=================== ] 501/1605 31% [=================== ] 502/1605 31% [=================== ] 503/1605 31% [=================== ] 504/1605 31% [=================== ] 505/1605 31% [=================== ] 506/1605 31% [=================== ] 507/1605 31% [=================== ] 508/1605 31% [=================== ] 509/1605 31% [=================== ] 510/1605 31% [=================== ] 511/1605 31% [=================== ] 512/1605 31% [=================== ] 513/1605 31% [=================== ] 514/1605 32% [=================== ] 515/1605 32% [=================== ] 516/1605 32% [=================== ] 517/1605 32% [==================== ] 518/1605 32% [==================== ] 519/1605 32% [==================== ] 520/1605 32% [==================== ] 521/1605 32% [==================== ] 522/1605 32% [==================== ] 523/1605 32% [==================== ] 524/1605 32% [==================== ] 525/1605 32% [==================== ] 526/1605 32% [==================== ] 527/1605 32% [==================== ] 528/1605 32% [==================== ] 529/1605 32% [==================== ] 530/1605 33% [==================== ] 531/1605 33% [==================== ] 532/1605 33% [==================== ] 533/1605 33% [==================== ] 534/1605 33% [==================== ] 535/1605 33% [==================== ] 536/1605 33% [==================== ] 537/1605 33% [==================== ] 538/1605 33% [==================== ] 539/1605 33% [==================== ] 540/1605 33% [==================== ] 541/1605 33% [==================== ] 542/1605 33% [==================== ] 543/1605 33% [===================== ] 544/1605 33% [===================== ] 545/1605 33% [===================== ] 546/1605 34% [===================== ] 547/1605 34% [===================== ] 548/1605 34% [===================== ] 549/1605 34% [===================== ] 550/1605 34% [===================== ] 551/1605 34% [===================== ] 552/1605 34% [===================== ] 553/1605 34% [===================== ] 554/1605 34% [===================== ] 555/1605 34% [===================== ] 556/1605 34% [===================== ] 557/1605 34% [===================== ] 558/1605 34% [===================== ] 559/1605 34% [===================== ] 560/1605 34% [===================== ] 561/1605 34% [===================== ] 562/1605 35% [===================== ] 563/1605 35% [===================== ] 564/1605 35% [===================== ] 565/1605 35% [===================== ] 566/1605 35% [===================== ] 567/1605 35% [===================== ] 568/1605 35% [===================== ] 569/1605 35% [====================== ] 570/1605 35% [====================== ] 571/1605 35% [====================== ] 572/1605 35% [====================== ] 573/1605 35% [====================== ] 574/1605 35% [====================== ] 575/1605 35% [====================== ] 576/1605 35% [====================== ] 577/1605 35% [====================== ] 578/1605 36% [====================== ] 579/1605 36% [====================== ] 580/1605 36% [====================== ] 581/1605 36% [====================== ] 582/1605 36% [====================== ] 583/1605 36% [====================== ] 584/1605 36% [====================== ] 585/1605 36% [====================== ] 586/1605 36% [====================== ] 587/1605 36% [====================== ] 588/1605 36% [====================== ] 589/1605 36% [====================== ] 590/1605 36% [====================== ] 591/1605 36% [====================== ] 592/1605 36% [====================== ] 593/1605 36% [====================== ] 594/1605 37% [====================== ] 595/1605 37% [======================= ] 596/1605 37% [======================= ] 597/1605 37% [======================= ] 598/1605 37% [======================= ] 599/1605 37% [======================= ] 600/1605 37% [======================= ] 601/1605 37% [======================= ] 602/1605 37% [======================= ] 603/1605 37% [======================= ] 604/1605 37% [======================= ] 605/1605 37% [======================= ] 606/1605 37% [======================= ] 607/1605 37% [======================= ] 608/1605 37% [======================= ] 609/1605 37% [======================= ] 610/1605 38% [======================= ] 611/1605 38% [======================= ] 612/1605 38% [======================= ] 613/1605 38% [======================= ] 614/1605 38% [======================= ] 615/1605 38% [======================= ] 616/1605 38% [======================= ] 617/1605 38% [======================= ] 618/1605 38% [======================= ] 619/1605 38% [======================= ] 620/1605 38% [======================= ] 621/1605 38% [======================== ] 622/1605 38% [======================== ] 623/1605 38% [======================== ] 624/1605 38% [======================== ] 625/1605 38% [======================== ] 626/1605 39% [======================== ] 627/1605 39% [======================== ] 628/1605 39% [======================== ] 629/1605 39% [======================== ] 630/1605 39% [======================== ] 631/1605 39% [======================== ] 632/1605 39% [======================== ] 633/1605 39% [======================== ] 634/1605 39% [======================== ] 635/1605 39% [======================== ] 636/1605 39% [======================== ] 637/1605 39% [======================== ] 638/1605 39% [======================== ] 639/1605 39% [======================== ] 640/1605 39% [======================== ] 641/1605 39% [======================== ] 642/1605 40% [======================== ] 643/1605 40% [======================== ] 644/1605 40% [======================== ] 645/1605 40% [======================== ] 646/1605 40% [======================== ] 647/1605 40% [========================= ] 648/1605 40% [========================= ] 649/1605 40% [========================= ] 650/1605 40% [========================= ] 651/1605 40% [========================= ] 652/1605 40% [========================= ] 653/1605 40% [========================= ] 654/1605 40% [========================= ] 655/1605 40% [========================= ] 656/1605 40% [========================= ] 657/1605 40% [========================= ] 658/1605 40% [========================= ] 659/1605 41% [========================= ] 660/1605 41% [========================= ] 661/1605 41% [========================= ] 662/1605 41% [========================= ] 663/1605 41% [========================= ] 664/1605 41% [========================= ] 665/1605 41% [========================= ] 666/1605 41% [========================= ] 667/1605 41% [========================= ] 668/1605 41% [========================= ] 669/1605 41% [========================= ] 670/1605 41% [========================= ] 671/1605 41% [========================= ] 672/1605 41% [========================= ] 673/1605 41% [========================== ] 674/1605 41% [========================== ] 675/1605 42% [========================== ] 676/1605 42% [========================== ] 677/1605 42% [========================== ] 678/1605 42% [========================== ] 679/1605 42% [========================== ] 680/1605 42% [========================== ] 681/1605 42% [========================== ] 682/1605 42% [========================== ] 683/1605 42% [========================== ] 684/1605 42% [========================== ] 685/1605 42% [========================== ] 686/1605 42% [========================== ] 687/1605 42% [========================== ] 688/1605 42% [========================== ] 689/1605 42% [========================== ] 690/1605 42% [========================== ] 691/1605 43% [========================== ] 692/1605 43% [========================== ] 693/1605 43% [========================== ] 694/1605 43% [========================== ] 695/1605 43% [========================== ] 696/1605 43% [========================== ] 697/1605 43% [========================== ] 698/1605 43% [=========================== ] 699/1605 43% [=========================== ] 700/1605 43% [=========================== ] 701/1605 43% [=========================== ] 702/1605 43% [=========================== ] 703/1605 43% [=========================== ] 704/1605 43% [=========================== ] 705/1605 43% [=========================== ] 706/1605 43% [=========================== ] 707/1605 44% [=========================== ] 708/1605 44% [=========================== ] 709/1605 44% [=========================== ] 710/1605 44% [=========================== ] 711/1605 44% [=========================== ] 712/1605 44% [=========================== ] 713/1605 44% [=========================== ] 714/1605 44% [=========================== ] 715/1605 44% [=========================== ] 716/1605 44% [=========================== ] 717/1605 44% [=========================== ] 718/1605 44% [=========================== ] 719/1605 44% [=========================== ] 720/1605 44% [=========================== ] 721/1605 44% [=========================== ] 722/1605 44% [=========================== ] 723/1605 45% [=========================== ] 724/1605 45% [============================ ] 725/1605 45% [============================ ] 726/1605 45% [============================ ] 727/1605 45% [============================ ] 728/1605 45% [============================ ] 729/1605 45% [============================ ] 730/1605 45% [============================ ] 731/1605 45% [============================ ] 732/1605 45% [============================ ] 733/1605 45% [============================ ] 734/1605 45% [============================ ] 735/1605 45% [============================ ] 736/1605 45% [============================ ] 737/1605 45% [============================ ] 738/1605 45% [============================ ] 739/1605 46% [============================ ] 740/1605 46% [============================ ] 741/1605 46% [============================ ] 742/1605 46% [============================ ] 743/1605 46% [============================ ] 744/1605 46% [============================ ] 745/1605 46% [============================ ] 746/1605 46% [============================ ] 747/1605 46% [============================ ] 748/1605 46% [============================ ] 749/1605 46% [============================ ] 750/1605 46% [============================= ] 751/1605 46% [============================= ] 752/1605 46% [============================= ] 753/1605 46% [============================= ] 754/1605 46% [============================= ] 755/1605 47% [============================= ] 756/1605 47% [============================= ] 757/1605 47% [============================= ] 758/1605 47% [============================= ] 759/1605 47% [============================= ] 760/1605 47% [============================= ] 761/1605 47% [============================= ] 762/1605 47% [============================= ] 763/1605 47% [============================= ] 764/1605 47% [============================= ] 765/1605 47% [============================= ] 766/1605 47% [============================= ] 767/1605 47% [============================= ] 768/1605 47% [============================= ] 769/1605 47% [============================= ] 770/1605 47% [============================= ] 771/1605 48% [============================= ] 772/1605 48% [============================= ] 773/1605 48% [============================= ] 774/1605 48% [============================= ] 775/1605 48% [============================= ] 776/1605 48% [============================== ] 777/1605 48% [============================== ] 778/1605 48% [============================== ] 779/1605 48% [============================== ] 780/1605 48% [============================== ] 781/1605 48% [============================== ] 782/1605 48% [============================== ] 783/1605 48% [============================== ] 784/1605 48% [============================== ] 785/1605 48% [============================== ] 786/1605 48% [============================== ] 787/1605 49% [============================== ] 788/1605 49% [============================== ] 789/1605 49% [============================== ] 790/1605 49% [============================== ] 791/1605 49% [============================== ] 792/1605 49% [============================== ] 793/1605 49% [============================== ] 794/1605 49% [============================== ] 795/1605 49% [============================== ] 796/1605 49% [============================== ] 797/1605 49% [============================== ] 798/1605 49% [============================== ] 799/1605 49% [============================== ] 800/1605 49% [============================== ] 801/1605 49% [============================== ] 802/1605 49% [=============================== ] 803/1605 50% [=============================== ] 804/1605 50% [=============================== ] 805/1605 50% [=============================== ] 806/1605 50% [=============================== ] 807/1605 50% [=============================== ] 808/1605 50% [=============================== ] 809/1605 50% [=============================== ] 810/1605 50% [=============================== ] 811/1605 50% [=============================== ] 812/1605 50% [=============================== ] 813/1605 50% [=============================== ] 814/1605 50% [=============================== ] 815/1605 50% [=============================== ] 816/1605 50% [=============================== ] 817/1605 50% [=============================== ] 818/1605 50% [=============================== ] 819/1605 51% [=============================== ] 820/1605 51% [=============================== ] 821/1605 51% [=============================== ] 822/1605 51% [=============================== ] 823/1605 51% [=============================== ] 824/1605 51% [=============================== ] 825/1605 51% [=============================== ] 826/1605 51% [=============================== ] 827/1605 51% [=============================== ] 828/1605 51% [================================ ] 829/1605 51% [================================ ] 830/1605 51% [================================ ] 831/1605 51% [================================ ] 832/1605 51% [================================ ] 833/1605 51% [================================ ] 834/1605 51% [================================ ] 835/1605 52% [================================ ] 836/1605 52% [================================ ] 837/1605 52% [================================ ] 838/1605 52% [================================ ] 839/1605 52% [================================ ] 840/1605 52% [================================ ] 841/1605 52% [================================ ] 842/1605 52% [================================ ] 843/1605 52% [================================ ] 844/1605 52% [================================ ] 845/1605 52% [================================ ] 846/1605 52% [================================ ] 847/1605 52% [================================ ] 848/1605 52% [================================ ] 849/1605 52% [================================ ] 850/1605 52% [================================ ] 851/1605 53% [================================ ] 852/1605 53% [================================ ] 853/1605 53% [================================ ] 854/1605 53% [================================= ] 855/1605 53% [================================= ] 856/1605 53% [================================= ] 857/1605 53% [================================= ] 858/1605 53% [================================= ] 859/1605 53% [================================= ] 860/1605 53% [================================= ] 861/1605 53% [================================= ] 862/1605 53% [================================= ] 863/1605 53% [================================= ] 864/1605 53% [================================= ] 865/1605 53% [================================= ] 866/1605 53% [================================= ] 867/1605 54% [================================= ] 868/1605 54% [================================= ] 869/1605 54% [================================= ] 870/1605 54% [================================= ] 871/1605 54% [================================= ] 872/1605 54% [================================= ] 873/1605 54% [================================= ] 874/1605 54% [================================= ] 875/1605 54% [================================= ] 876/1605 54% [================================= ] 877/1605 54% [================================= ] 878/1605 54% [================================= ] 879/1605 54% [================================= ] 880/1605 54% [================================== ] 881/1605 54% [================================== ] 882/1605 54% [================================== ] 883/1605 55% [================================== ] 884/1605 55% [================================== ] 885/1605 55% [================================== ] 886/1605 55% [================================== ] 887/1605 55% [================================== ] 888/1605 55% [================================== ] 889/1605 55% [================================== ] 890/1605 55% [================================== ] 891/1605 55% [================================== ] 892/1605 55% [================================== ] 893/1605 55% [================================== ] 894/1605 55% [================================== ] 895/1605 55% [================================== ] 896/1605 55% [================================== ] 897/1605 55% [================================== ] 898/1605 55% [================================== ] 899/1605 56% [================================== ] 900/1605 56% [================================== ] 901/1605 56% [================================== ] 902/1605 56% [================================== ] 903/1605 56% [================================== ] 904/1605 56% [================================== ] 905/1605 56% [================================== ] 906/1605 56% [=================================== ] 907/1605 56% [=================================== ] 908/1605 56% [=================================== ] 909/1605 56% [=================================== ] 910/1605 56% [=================================== ] 911/1605 56% [=================================== ] 912/1605 56% [=================================== ] 913/1605 56% [=================================== ] 914/1605 56% [=================================== ] 915/1605 57% [=================================== ] 916/1605 57% [=================================== ] 917/1605 57% [=================================== ] 918/1605 57% [=================================== ] 919/1605 57% [=================================== ] 920/1605 57% [=================================== ] 921/1605 57% [=================================== ] 922/1605 57% [=================================== ] 923/1605 57% [=================================== ] 924/1605 57% [=================================== ] 925/1605 57% [=================================== ] 926/1605 57% [=================================== ] 927/1605 57% [=================================== ] 928/1605 57% [=================================== ] 929/1605 57% [=================================== ] 930/1605 57% [=================================== ] 931/1605 58% [==================================== ] 932/1605 58% [==================================== ] 933/1605 58% [==================================== ] 934/1605 58% [==================================== ] 935/1605 58% [==================================== ] 936/1605 58% [==================================== ] 937/1605 58% [==================================== ] 938/1605 58% [==================================== ] 939/1605 58% [==================================== ] 940/1605 58% [==================================== ] 941/1605 58% [==================================== ] 942/1605 58% [==================================== ] 943/1605 58% [==================================== ] 944/1605 58% [==================================== ] 945/1605 58% [==================================== ] 946/1605 58% [==================================== ] 947/1605 59% [==================================== ] 948/1605 59% [==================================== ] 949/1605 59% [==================================== ] 950/1605 59% [==================================== ] 951/1605 59% [==================================== ] 952/1605 59% [==================================== ] 953/1605 59% [==================================== ] 954/1605 59% [==================================== ] 955/1605 59% [==================================== ] 956/1605 59% [==================================== ] 957/1605 59% [===================================== ] 958/1605 59% [===================================== ] 959/1605 59% [===================================== ] 960/1605 59% [===================================== ] 961/1605 59% [===================================== ] 962/1605 59% [===================================== ] 963/1605 60% [===================================== ] 964/1605 60% [===================================== ] 965/1605 60% [===================================== ] 966/1605 60% [===================================== ] 967/1605 60% [===================================== ] 968/1605 60% [===================================== ] 969/1605 60% [===================================== ] 970/1605 60% [===================================== ] 971/1605 60% [===================================== ] 972/1605 60% [===================================== ] 973/1605 60% [===================================== ] 974/1605 60% [===================================== ] 975/1605 60% [===================================== ] 976/1605 60% [===================================== ] 977/1605 60% [===================================== ] 978/1605 60% [===================================== ] 979/1605 60% [===================================== ] 980/1605 61% [===================================== ] 981/1605 61% [===================================== ] 982/1605 61% [===================================== ] 983/1605 61% [====================================== ] 984/1605 61% [====================================== ] 985/1605 61% [====================================== ] 986/1605 61% [====================================== ] 987/1605 61% [====================================== ] 988/1605 61% [====================================== ] 989/1605 61% [====================================== ] 990/1605 61% [====================================== ] 991/1605 61% [====================================== ] 992/1605 61% [====================================== ] 993/1605 61% [====================================== ] 994/1605 61% [====================================== ] 995/1605 61% [====================================== ] 996/1605 62% [====================================== ] 997/1605 62% [====================================== ] 998/1605 62% [====================================== ] 999/1605 62% [====================================== ] 1000/1605 62% [====================================== ] 1001/1605 62% [====================================== ] 1002/1605 62% [====================================== ] 1003/1605 62% [====================================== ] 1004/1605 62% [====================================== ] 1005/1605 62% [====================================== ] 1006/1605 62% [====================================== ] 1007/1605 62% [====================================== ] 1008/1605 62% [====================================== ] 1009/1605 62% [======================================= ] 1010/1605 62% [======================================= ] 1011/1605 62% [======================================= ] 1012/1605 63% [======================================= ] 1013/1605 63% [======================================= ] 1014/1605 63% [======================================= ] 1015/1605 63% [======================================= ] 1016/1605 63% [======================================= ] 1017/1605 63% [======================================= ] 1018/1605 63% [======================================= ] 1019/1605 63% [======================================= ] 1020/1605 63% [======================================= ] 1021/1605 63% [======================================= ] 1022/1605 63% [======================================= ] 1023/1605 63% [======================================= ] 1024/1605 63% [======================================= ] 1025/1605 63% [======================================= ] 1026/1605 63% [======================================= ] 1027/1605 63% [======================================= ] 1028/1605 64% [======================================= ] 1029/1605 64% [======================================= ] 1030/1605 64% [======================================= ] 1031/1605 64% [======================================= ] 1032/1605 64% [======================================= ] 1033/1605 64% [======================================= ] 1034/1605 64% [======================================= ] 1035/1605 64% [======================================== ] 1036/1605 64% [======================================== ] 1037/1605 64% [======================================== ] 1038/1605 64% [======================================== ] 1039/1605 64% [======================================== ] 1040/1605 64% [======================================== ] 1041/1605 64% [======================================== ] 1042/1605 64% [======================================== ] 1043/1605 64% [======================================== ] 1044/1605 65% [======================================== ] 1045/1605 65% [======================================== ] 1046/1605 65% [======================================== ] 1047/1605 65% [======================================== ] 1048/1605 65% [======================================== ] 1049/1605 65% [======================================== ] 1050/1605 65% [======================================== ] 1051/1605 65% [======================================== ] 1052/1605 65% [======================================== ] 1053/1605 65% [======================================== ] 1054/1605 65% [======================================== ] 1055/1605 65% [======================================== ] 1056/1605 65% [======================================== ] 1057/1605 65% [======================================== ] 1058/1605 65% [======================================== ] 1059/1605 65% [======================================== ] 1060/1605 66% [======================================== ] 1061/1605 66% [========================================= ] 1062/1605 66% [========================================= ] 1063/1605 66% [========================================= ] 1064/1605 66% [========================================= ] 1065/1605 66% [========================================= ] 1066/1605 66% [========================================= ] 1067/1605 66% [========================================= ] 1068/1605 66% [========================================= ] 1069/1605 66% [========================================= ] 1070/1605 66% [========================================= ] 1071/1605 66% [========================================= ] 1072/1605 66% [========================================= ] 1073/1605 66% [========================================= ] 1074/1605 66% [========================================= ] 1075/1605 66% [========================================= ] 1076/1605 67% [========================================= ] 1077/1605 67% [========================================= ] 1078/1605 67% [========================================= ] 1079/1605 67% [========================================= ] 1080/1605 67% [========================================= ] 1081/1605 67% [========================================= ] 1082/1605 67% [========================================= ] 1083/1605 67% [========================================= ] 1084/1605 67% [========================================= ] 1085/1605 67% [========================================= ] 1086/1605 67% [========================================= ] 1087/1605 67% [========================================== ] 1088/1605 67% [========================================== ] 1089/1605 67% [========================================== ] 1090/1605 67% [========================================== ] 1091/1605 67% [========================================== ] 1092/1605 68% [========================================== ] 1093/1605 68% [========================================== ] 1094/1605 68% [========================================== ] 1095/1605 68% [========================================== ] 1096/1605 68% [========================================== ] 1097/1605 68% [========================================== ] 1098/1605 68% [========================================== ] 1099/1605 68% [========================================== ] 1100/1605 68% [========================================== ] 1101/1605 68% [========================================== ] 1102/1605 68% [========================================== ] 1103/1605 68% [========================================== ] 1104/1605 68% [========================================== ] 1105/1605 68% [========================================== ] 1106/1605 68% [========================================== ] 1107/1605 68% [========================================== ] 1108/1605 69% [========================================== ] 1109/1605 69% [========================================== ] 1110/1605 69% [========================================== ] 1111/1605 69% [========================================== ] 1112/1605 69% [========================================== ] 1113/1605 69% [=========================================== ] 1114/1605 69% [=========================================== ] 1115/1605 69% [=========================================== ] 1116/1605 69% [=========================================== ] 1117/1605 69% [=========================================== ] 1118/1605 69% [=========================================== ] 1119/1605 69% [=========================================== ] 1120/1605 69% [=========================================== ] 1121/1605 69% [=========================================== ] 1122/1605 69% [=========================================== ] 1123/1605 69% [=========================================== ] 1124/1605 70% [=========================================== ] 1125/1605 70% [=========================================== ] 1126/1605 70% [=========================================== ] 1127/1605 70% [=========================================== ] 1128/1605 70% [=========================================== ] 1129/1605 70% [=========================================== ] 1130/1605 70% [=========================================== ] 1131/1605 70% [=========================================== ] 1132/1605 70% [=========================================== ] 1133/1605 70% [=========================================== ] 1134/1605 70% [=========================================== ] 1135/1605 70% [=========================================== ] 1136/1605 70% [=========================================== ] 1137/1605 70% [=========================================== ] 1138/1605 70% [=========================================== ] 1139/1605 70% [============================================ ] 1140/1605 71% [============================================ ] 1141/1605 71% [============================================ ] 1142/1605 71% [============================================ ] 1143/1605 71% [============================================ ] 1144/1605 71% [============================================ ] 1145/1605 71% [============================================ ] 1146/1605 71% [============================================ ] 1147/1605 71% [============================================ ] 1148/1605 71% [============================================ ] 1149/1605 71% [============================================ ] 1150/1605 71% [============================================ ] 1151/1605 71% [============================================ ] 1152/1605 71% [============================================ ] 1153/1605 71% [============================================ ] 1154/1605 71% [============================================ ] 1155/1605 71% [============================================ ] 1156/1605 72% [============================================ ] 1157/1605 72% [============================================ ] 1158/1605 72% [============================================ ] 1159/1605 72% [============================================ ] 1160/1605 72% [============================================ ] 1161/1605 72% [============================================ ] 1162/1605 72% [============================================ ] 1163/1605 72% [============================================ ] 1164/1605 72% [============================================= ] 1165/1605 72% [============================================= ] 1166/1605 72% [============================================= ] 1167/1605 72% [============================================= ] 1168/1605 72% [============================================= ] 1169/1605 72% [============================================= ] 1170/1605 72% [============================================= ] 1171/1605 72% [============================================= ] 1172/1605 73% [============================================= ] 1173/1605 73% [============================================= ] 1174/1605 73% [============================================= ] 1175/1605 73% [============================================= ] 1176/1605 73% [============================================= ] 1177/1605 73% [============================================= ] 1178/1605 73% [============================================= ] 1179/1605 73% [============================================= ] 1180/1605 73% [============================================= ] 1181/1605 73% [============================================= ] 1182/1605 73% [============================================= ] 1183/1605 73% [============================================= ] 1184/1605 73% [============================================= ] 1185/1605 73% [============================================= ] 1186/1605 73% [============================================= ] 1187/1605 73% [============================================= ] 1188/1605 74% [============================================= ] 1189/1605 74% [============================================= ] 1190/1605 74% [============================================== ] 1191/1605 74% [============================================== ] 1192/1605 74% [============================================== ] 1193/1605 74% [============================================== ] 1194/1605 74% [============================================== ] 1195/1605 74% [============================================== ] 1196/1605 74% [============================================== ] 1197/1605 74% [============================================== ] 1198/1605 74% [============================================== ] 1199/1605 74% [============================================== ] 1200/1605 74% [============================================== ] 1201/1605 74% [============================================== ] 1202/1605 74% [============================================== ] 1203/1605 74% [============================================== ] 1204/1605 75% [============================================== ] 1205/1605 75% [============================================== ] 1206/1605 75% [============================================== ] 1207/1605 75% [============================================== ] 1208/1605 75% [============================================== ] 1209/1605 75% [============================================== ] 1210/1605 75% [============================================== ] 1211/1605 75% [============================================== ] 1212/1605 75% [============================================== ] 1213/1605 75% [============================================== ] 1214/1605 75% [============================================== ] 1215/1605 75% [============================================== ] 1216/1605 75% [=============================================== ] 1217/1605 75% [=============================================== ] 1218/1605 75% [=============================================== ] 1219/1605 75% [=============================================== ] 1220/1605 76% [=============================================== ] 1221/1605 76% [=============================================== ] 1222/1605 76% [=============================================== ] 1223/1605 76% [=============================================== ] 1224/1605 76% [=============================================== ] 1225/1605 76% [=============================================== ] 1226/1605 76% [=============================================== ] 1227/1605 76% [=============================================== ] 1228/1605 76% [=============================================== ] 1229/1605 76% [=============================================== ] 1230/1605 76% [=============================================== ] 1231/1605 76% [=============================================== ] 1232/1605 76% [=============================================== ] 1233/1605 76% [=============================================== ] 1234/1605 76% [=============================================== ] 1235/1605 76% [=============================================== ] 1236/1605 77% [=============================================== ] 1237/1605 77% [=============================================== ] 1238/1605 77% [=============================================== ] 1239/1605 77% [=============================================== ] 1240/1605 77% [=============================================== ] 1241/1605 77% [=============================================== ] 1242/1605 77% [================================================ ] 1243/1605 77% [================================================ ] 1244/1605 77% [================================================ ] 1245/1605 77% [================================================ ] 1246/1605 77% [================================================ ] 1247/1605 77% [================================================ ] 1248/1605 77% [================================================ ] 1249/1605 77% [================================================ ] 1250/1605 77% [================================================ ] 1251/1605 77% [================================================ ] 1252/1605 78% [================================================ ] 1253/1605 78% [================================================ ] 1254/1605 78% [================================================ ] 1255/1605 78% [================================================ ] 1256/1605 78% [================================================ ] 1257/1605 78% [================================================ ] 1258/1605 78% [================================================ ] 1259/1605 78% [================================================ ] 1260/1605 78% [================================================ ] 1261/1605 78% [================================================ ] 1262/1605 78% [================================================ ] 1263/1605 78% [================================================ ] 1264/1605 78% [================================================ ] 1265/1605 78% [================================================ ] 1266/1605 78% [================================================ ] 1267/1605 78% [================================================ ] 1268/1605 79% [================================================= ] 1269/1605 79% [================================================= ] 1270/1605 79% [================================================= ] 1271/1605 79% [================================================= ] 1272/1605 79% [================================================= ] 1273/1605 79% [================================================= ] 1274/1605 79% [================================================= ] 1275/1605 79% [================================================= ] 1276/1605 79% [================================================= ] 1277/1605 79% [================================================= ] 1278/1605 79% [================================================= ] 1279/1605 79% [================================================= ] 1280/1605 79% [================================================= ] 1281/1605 79% [================================================= ] 1282/1605 79% [================================================= ] 1283/1605 79% [================================================= ] 1284/1605 80% [================================================= ] 1285/1605 80% [================================================= ] 1286/1605 80% [================================================= ] 1287/1605 80% [================================================= ] 1288/1605 80% [================================================= ] 1289/1605 80% [================================================= ] 1290/1605 80% [================================================= ] 1291/1605 80% [================================================= ] 1292/1605 80% [================================================= ] 1293/1605 80% [================================================= ] 1294/1605 80% [================================================== ] 1295/1605 80% [================================================== ] 1296/1605 80% [================================================== ] 1297/1605 80% [================================================== ] 1298/1605 80% [================================================== ] 1299/1605 80% [================================================== ] 1300/1605 80% [================================================== ] 1301/1605 81% [================================================== ] 1302/1605 81% [================================================== ] 1303/1605 81% [================================================== ] 1304/1605 81% [================================================== ] 1305/1605 81% [================================================== ] 1306/1605 81% [================================================== ] 1307/1605 81% [================================================== ] 1308/1605 81% [================================================== ] 1309/1605 81% [================================================== ] 1310/1605 81% [================================================== ] 1311/1605 81% [================================================== ] 1312/1605 81% [================================================== ] 1313/1605 81% [================================================== ] 1314/1605 81% [================================================== ] 1315/1605 81% [================================================== ] 1316/1605 81% [================================================== ] 1317/1605 82% [================================================== ] 1318/1605 82% [================================================== ] 1319/1605 82% [================================================== ] 1320/1605 82% [=================================================== ] 1321/1605 82% [=================================================== ] 1322/1605 82% [=================================================== ] 1323/1605 82% [=================================================== ] 1324/1605 82% [=================================================== ] 1325/1605 82% [=================================================== ] 1326/1605 82% [=================================================== ] 1327/1605 82% [=================================================== ] 1328/1605 82% [=================================================== ] 1329/1605 82% [=================================================== ] 1330/1605 82% [=================================================== ] 1331/1605 82% [=================================================== ] 1332/1605 82% [=================================================== ] 1333/1605 83% [=================================================== ] 1334/1605 83% [=================================================== ] 1335/1605 83% [=================================================== ] 1336/1605 83% [=================================================== ] 1337/1605 83% [=================================================== ] 1338/1605 83% [=================================================== ] 1339/1605 83% [=================================================== ] 1340/1605 83% [=================================================== ] 1341/1605 83% [=================================================== ] 1342/1605 83% [=================================================== ] 1343/1605 83% [=================================================== ] 1344/1605 83% [=================================================== ] 1345/1605 83% [=================================================== ] 1346/1605 83% [==================================================== ] 1347/1605 83% [==================================================== ] 1348/1605 83% [==================================================== ] 1349/1605 84% [==================================================== ] 1350/1605 84% [==================================================== ] 1351/1605 84% [==================================================== ] 1352/1605 84% [==================================================== ] 1353/1605 84% [==================================================== ] 1354/1605 84% [==================================================== ] 1355/1605 84% [==================================================== ] 1356/1605 84% [==================================================== ] 1357/1605 84% [==================================================== ] 1358/1605 84% [==================================================== ] 1359/1605 84% [==================================================== ] 1360/1605 84% [==================================================== ] 1361/1605 84% [==================================================== ] 1362/1605 84% [==================================================== ] 1363/1605 84% [==================================================== ] 1364/1605 84% [==================================================== ] 1365/1605 85% [==================================================== ] 1366/1605 85% [==================================================== ] 1367/1605 85% [==================================================== ] 1368/1605 85% [==================================================== ] 1369/1605 85% [==================================================== ] 1370/1605 85% [==================================================== ] 1371/1605 85% [==================================================== ] 1372/1605 85% [===================================================== ] 1373/1605 85% [===================================================== ] 1374/1605 85% [===================================================== ] 1375/1605 85% [===================================================== ] 1376/1605 85% [===================================================== ] 1377/1605 85% [===================================================== ] 1378/1605 85% [===================================================== ] 1379/1605 85% [===================================================== ] 1380/1605 85% [===================================================== ] 1381/1605 86% [===================================================== ] 1382/1605 86% [===================================================== ] 1383/1605 86% [===================================================== ] 1384/1605 86% [===================================================== ] 1385/1605 86% [===================================================== ] 1386/1605 86% [===================================================== ] 1387/1605 86% [===================================================== ] 1388/1605 86% [===================================================== ] 1389/1605 86% [===================================================== ] 1390/1605 86% [===================================================== ] 1391/1605 86% [===================================================== ] 1392/1605 86% [===================================================== ] 1393/1605 86% [===================================================== ] 1394/1605 86% [===================================================== ] 1395/1605 86% [===================================================== ] 1396/1605 86% [===================================================== ] 1397/1605 87% [====================================================== ] 1398/1605 87% [====================================================== ] 1399/1605 87% [====================================================== ] 1400/1605 87% [====================================================== ] 1401/1605 87% [====================================================== ] 1402/1605 87% [====================================================== ] 1403/1605 87% [====================================================== ] 1404/1605 87% [====================================================== ] 1405/1605 87% [====================================================== ] 1406/1605 87% [====================================================== ] 1407/1605 87% [====================================================== ] 1408/1605 87% [====================================================== ] 1409/1605 87% [====================================================== ] 1410/1605 87% [====================================================== ] 1411/1605 87% [====================================================== ] 1412/1605 87% [====================================================== ] 1413/1605 88% [====================================================== ] 1414/1605 88% [====================================================== ] 1415/1605 88% [====================================================== ] 1416/1605 88% [====================================================== ] 1417/1605 88% [====================================================== ] 1418/1605 88% [====================================================== ] 1419/1605 88% [====================================================== ] 1420/1605 88% [====================================================== ] 1421/1605 88% [====================================================== ] 1422/1605 88% [====================================================== ] 1423/1605 88% [======================================================= ] 1424/1605 88% [======================================================= ] 1425/1605 88% [======================================================= ] 1426/1605 88% [======================================================= ] 1427/1605 88% [======================================================= ] 1428/1605 88% [======================================================= ] 1429/1605 89% [======================================================= ] 1430/1605 89% [======================================================= ] 1431/1605 89% [======================================================= ] 1432/1605 89% [======================================================= ] 1433/1605 89% [======================================================= ] 1434/1605 89% [======================================================= ] 1435/1605 89% [======================================================= ] 1436/1605 89% [======================================================= ] 1437/1605 89% [======================================================= ] 1438/1605 89% [======================================================= ] 1439/1605 89% [======================================================= ] 1440/1605 89% [======================================================= ] 1441/1605 89% [======================================================= ] 1442/1605 89% [======================================================= ] 1443/1605 89% [======================================================= ] 1444/1605 89% [======================================================= ] 1445/1605 90% [======================================================= ] 1446/1605 90% [======================================================= ] 1447/1605 90% [======================================================= ] 1448/1605 90% [======================================================= ] 1449/1605 90% [======================================================== ] 1450/1605 90% [======================================================== ] 1451/1605 90% [======================================================== ] 1452/1605 90% [======================================================== ] 1453/1605 90% [======================================================== ] 1454/1605 90% [======================================================== ] 1455/1605 90% [======================================================== ] 1456/1605 90% [======================================================== ] 1457/1605 90% [======================================================== ] 1458/1605 90% [======================================================== ] 1459/1605 90% [======================================================== ] 1460/1605 90% [======================================================== ] 1461/1605 91% [======================================================== ] 1462/1605 91% [======================================================== ] 1463/1605 91% [======================================================== ] 1464/1605 91% [======================================================== ] 1465/1605 91% [======================================================== ] 1466/1605 91% [======================================================== ] 1467/1605 91% [======================================================== ] 1468/1605 91% [======================================================== ] 1469/1605 91% [======================================================== ] 1470/1605 91% [======================================================== ] 1471/1605 91% [======================================================== ] 1472/1605 91% [======================================================== ] 1473/1605 91% [======================================================== ] 1474/1605 91% [======================================================== ] 1475/1605 91% [========================================================= ] 1476/1605 91% [========================================================= ] 1477/1605 92% [========================================================= ] 1478/1605 92% [========================================================= ] 1479/1605 92% [========================================================= ] 1480/1605 92% [========================================================= ] 1481/1605 92% [========================================================= ] 1482/1605 92% [========================================================= ] 1483/1605 92% [========================================================= ] 1484/1605 92% [========================================================= ] 1485/1605 92% [========================================================= ] 1486/1605 92% [========================================================= ] 1487/1605 92% [========================================================= ] 1488/1605 92% [========================================================= ] 1489/1605 92% [========================================================= ] 1490/1605 92% [========================================================= ] 1491/1605 92% [========================================================= ] 1492/1605 92% [========================================================= ] 1493/1605 93% [========================================================= ] 1494/1605 93% [========================================================= ] 1495/1605 93% [========================================================= ] 1496/1605 93% [========================================================= ] 1497/1605 93% [========================================================= ] 1498/1605 93% [========================================================= ] 1499/1605 93% [========================================================= ] 1500/1605 93% [========================================================= ] 1501/1605 93% [========================================================== ] 1502/1605 93% [========================================================== ] 1503/1605 93% [========================================================== ] 1504/1605 93% [========================================================== ] 1505/1605 93% [========================================================== ] 1506/1605 93% [========================================================== ] 1507/1605 93% [========================================================== ] 1508/1605 93% [========================================================== ] 1509/1605 94% [========================================================== ] 1510/1605 94% [========================================================== ] 1511/1605 94% [========================================================== ] 1512/1605 94% [========================================================== ] 1513/1605 94% [========================================================== ] 1514/1605 94% [========================================================== ] 1515/1605 94% [========================================================== ] 1516/1605 94% [========================================================== ] 1517/1605 94% [========================================================== ] 1518/1605 94% [========================================================== ] 1519/1605 94% [========================================================== ] 1520/1605 94% [========================================================== ] 1521/1605 94% [========================================================== ] 1522/1605 94% [========================================================== ] 1523/1605 94% [========================================================== ] 1524/1605 94% [========================================================== ] 1525/1605 95% [========================================================== ] 1526/1605 95% [========================================================== ] 1527/1605 95% [=========================================================== ] 1528/1605 95% [=========================================================== ] 1529/1605 95% [=========================================================== ] 1530/1605 95% [=========================================================== ] 1531/1605 95% [=========================================================== ] 1532/1605 95% [=========================================================== ] 1533/1605 95% [=========================================================== ] 1534/1605 95% [=========================================================== ] 1535/1605 95% [=========================================================== ] 1536/1605 95% [=========================================================== ] 1537/1605 95% [=========================================================== ] 1538/1605 95% [=========================================================== ] 1539/1605 95% [=========================================================== ] 1540/1605 95% [=========================================================== ] 1541/1605 96% [=========================================================== ] 1542/1605 96% [=========================================================== ] 1543/1605 96% [=========================================================== ] 1544/1605 96% [=========================================================== ] 1545/1605 96% [=========================================================== ] 1546/1605 96% [=========================================================== ] 1547/1605 96% [=========================================================== ] 1548/1605 96% [=========================================================== ] 1549/1605 96% [=========================================================== ] 1550/1605 96% [=========================================================== ] 1551/1605 96% [=========================================================== ] 1552/1605 96% [=========================================================== ] 1553/1605 96% [============================================================ ] 1554/1605 96% [============================================================ ] 1555/1605 96% [============================================================ ] 1556/1605 96% [============================================================ ] 1557/1605 97% [============================================================ ] 1558/1605 97% [============================================================ ] 1559/1605 97% [============================================================ ] 1560/1605 97% [============================================================ ] 1561/1605 97% [============================================================ ] 1562/1605 97% [============================================================ ] 1563/1605 97% [============================================================ ] 1564/1605 97% [============================================================ ] 1565/1605 97% [============================================================ ] 1566/1605 97% [============================================================ ] 1567/1605 97% [============================================================ ] 1568/1605 97% [============================================================ ] 1569/1605 97% [============================================================ ] 1570/1605 97% [============================================================ ] 1571/1605 97% [============================================================ ] 1572/1605 97% [============================================================ ] 1573/1605 98% [============================================================ ] 1574/1605 98% [============================================================ ] 1575/1605 98% [============================================================ ] 1576/1605 98% [============================================================ ] 1577/1605 98% [============================================================ ] 1578/1605 98% [============================================================ ] 1579/1605 98% [============================================================= ] 1580/1605 98% [============================================================= ] 1581/1605 98% [============================================================= ] 1582/1605 98% [============================================================= ] 1583/1605 98% [============================================================= ] 1584/1605 98% [============================================================= ] 1585/1605 98% [============================================================= ] 1586/1605 98% [============================================================= ] 1587/1605 98% [============================================================= ] 1588/1605 98% [============================================================= ] 1589/1605 99% [============================================================= ] 1590/1605 99% [============================================================= ] 1591/1605 99% [============================================================= ] 1592/1605 99% [============================================================= ] 1593/1605 99% [============================================================= ] 1594/1605 99% [============================================================= ] 1595/1605 99% [============================================================= ] 1596/1605 99% [============================================================= ] 1597/1605 99% [============================================================= ] 1598/1605 99% [============================================================= ] 1599/1605 99% [============================================================= ] 1600/1605 99% [============================================================= ] 1601/1605 99% [============================================================= ] 1602/1605 99% [============================================================= ] 1603/1605 99% [============================================================= ] 1604/1605 99% [==============================================================] 1605/1605 100% operation complete, 1605 objects in 16869 NAND pages. ln -snf /home/autobuild/autobuild/instance-10/output-1/host/mipsel-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2023.05-312-gb17ed57763 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.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.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info >>> host-binutils 2.39 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.2 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> 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) >>> host-checkpolicy 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python-pip 22.3.1 Collecting legal info LICENSE.txt: OK (sha256: 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104) >>> 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-python3 3.11.4 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) >>> 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-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dos2unix 7.5.0 Collecting legal info COPYING.txt: OK (sha256: 6009a35c7aaee9888fd4844972c37b84bce22e7407893727c70f4f3560ae3eac) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcurl 8.1.2 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> 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) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python-cython 0.29.35 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tcpdump 4.99.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'