| ~~~~^ | | | 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 [191/193] Linking target test/read_single_comp_chunk [192/193] Linking target test/shacheck [193/193] Linking target test/zck_cmp_uncomp >>> zchunk 1.2.2 Installing to staging directory PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-3/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.a to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib Installing src/zck to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/unzck to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_gen_zdict to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_read_header to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_delta_size to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/bin Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/ Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig >>> zchunk 1.2.2 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-3/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.a to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib Installing src/zck to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing src/unzck to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing src/zck_gen_zdict to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing src/zck_read_header to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing src/zck_delta_size to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include/ Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%leon3%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%leon3%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-2943-gb9b155e45fa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1251 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/1251 0% [ ] 2/1251 0% [ ] 3/1251 0% [ ] 4/1251 0% [ ] 5/1251 0% [ ] 6/1251 0% [ ] 7/1251 0% [ ] 8/1251 0% [ ] 9/1251 0% [ ] 10/1251 0% [ ] 11/1251 0% [ ] 12/1251 0% [ ] 13/1251 1% [ ] 14/1251 1% [ ] 15/1251 1% [ ] 16/1251 1% [ ] 17/1251 1% [ ] 18/1251 1% [ ] 19/1251 1% [ ] 20/1251 1% [= ] 21/1251 1% [= ] 22/1251 1% [= ] 23/1251 1% [= ] 24/1251 1% [= ] 25/1251 1% [= ] 26/1251 2% [= ] 27/1251 2% [= ] 28/1251 2% [= ] 29/1251 2% [= ] 30/1251 2% [= ] 31/1251 2% [= ] 32/1251 2% [= ] 33/1251 2% [= ] 34/1251 2% [= ] 35/1251 2% [= ] 36/1251 2% [= ] 37/1251 2% [= ] 38/1251 3% [= ] 39/1251 3% [= ] 40/1251 3% [== ] 41/1251 3% [== ] 42/1251 3% [== ] 43/1251 3% [== ] 44/1251 3% [== ] 45/1251 3% [== ] 46/1251 3% [== ] 47/1251 3% [== ] 48/1251 3% [== ] 49/1251 3% [== ] 50/1251 3% [== ] 51/1251 4% [== ] 52/1251 4% [== ] 53/1251 4% [== ] 54/1251 4% [== ] 55/1251 4% [== ] 56/1251 4% [== ] 57/1251 4% [== ] 58/1251 4% [== ] 59/1251 4% [== ] 60/1251 4% [=== ] 61/1251 4% [=== ] 62/1251 4% [=== ] 63/1251 5% [=== ] 64/1251 5% [=== ] 65/1251 5% [=== ] 66/1251 5% [=== ] 67/1251 5% [=== ] 68/1251 5% [=== ] 69/1251 5% [=== ] 70/1251 5% [=== ] 71/1251 5% [=== ] 72/1251 5% [=== ] 73/1251 5% [=== ] 74/1251 5% [=== ] 75/1251 5% [=== ] 76/1251 6% [=== ] 77/1251 6% [=== ] 78/1251 6% [=== ] 79/1251 6% [=== ] 80/1251 6% [==== ] 81/1251 6% [==== ] 82/1251 6% [==== ] 83/1251 6% [==== ] 84/1251 6% [==== ] 85/1251 6% [==== ] 86/1251 6% [==== ] 87/1251 6% [==== ] 88/1251 7% [==== ] 89/1251 7% [==== ] 90/1251 7% [==== ] 91/1251 7% [==== ] 92/1251 7% [==== ] 93/1251 7% [==== ] 94/1251 7% [==== ] 95/1251 7% [==== ] 96/1251 7% [==== ] 97/1251 7% [==== ] 98/1251 7% [==== ] 99/1251 7% [==== ] 100/1251 7% [===== ] 101/1251 8% [===== ] 102/1251 8% [===== ] 103/1251 8% [===== ] 104/1251 8% [===== ] 105/1251 8% [===== ] 106/1251 8% [===== ] 107/1251 8% [===== ] 108/1251 8% [===== ] 109/1251 8% [===== ] 110/1251 8% [===== ] 111/1251 8% [===== ] 112/1251 8% [===== ] 113/1251 9% [===== ] 114/1251 9% [===== ] 115/1251 9% [===== ] 116/1251 9% [===== ] 117/1251 9% [===== ] 118/1251 9% [===== ] 119/1251 9% [===== ] 120/1251 9% [===== ] 121/1251 9% [====== ] 122/1251 9% [====== ] 123/1251 9% [====== ] 124/1251 9% [====== ] 125/1251 9% [====== ] 126/1251 10% [====== ] 127/1251 10% [====== ] 128/1251 10% [====== ] 129/1251 10% [====== ] 130/1251 10% [====== ] 131/1251 10% [====== ] 132/1251 10% [====== ] 133/1251 10% [====== ] 134/1251 10% [====== ] 135/1251 10% [====== ] 136/1251 10% [====== ] 137/1251 10% [====== ] 138/1251 11% [====== ] 139/1251 11% [====== ] 140/1251 11% [====== ] 141/1251 11% [======= ] 142/1251 11% [======= ] 143/1251 11% [======= ] 144/1251 11% [======= ] 145/1251 11% [======= ] 146/1251 11% [======= ] 147/1251 11% [======= ] 148/1251 11% [======= ] 149/1251 11% [======= ] 150/1251 11% [======= ] 151/1251 12% [======= ] 152/1251 12% [======= ] 153/1251 12% [======= ] 154/1251 12% [======= ] 155/1251 12% [======= ] 156/1251 12% [======= ] 157/1251 12% [======= ] 158/1251 12% [======= ] 159/1251 12% [======= ] 160/1251 12% [======= ] 161/1251 12% [======== ] 162/1251 12% [======== ] 163/1251 13% [======== ] 164/1251 13% [======== ] 165/1251 13% [======== ] 166/1251 13% [======== ] 167/1251 13% [======== ] 168/1251 13% [======== ] 169/1251 13% [======== ] 170/1251 13% [======== ] 171/1251 13% [======== ] 172/1251 13% [======== ] 173/1251 13% [======== ] 174/1251 13% [======== ] 175/1251 13% [======== ] 176/1251 14% [======== ] 177/1251 14% [======== ] 178/1251 14% [======== ] 179/1251 14% [======== ] 180/1251 14% [======== ] 181/1251 14% [========= ] 182/1251 14% [========= ] 183/1251 14% [========= ] 184/1251 14% [========= ] 185/1251 14% [========= ] 186/1251 14% [========= ] 187/1251 14% [========= ] 188/1251 15% [========= ] 189/1251 15% [========= ] 190/1251 15% [========= ] 191/1251 15% [========= ] 192/1251 15% [========= ] 193/1251 15% [========= ] 194/1251 15% [========= ] 195/1251 15% [========= ] 196/1251 15% [========= ] 197/1251 15% [========= ] 198/1251 15% [========= ] 199/1251 15% [========= ] 200/1251 15% [========= ] 201/1251 16% [========== ] 202/1251 16% [========== ] 203/1251 16% [========== ] 204/1251 16% [========== ] 205/1251 16% [========== ] 206/1251 16% [========== ] 207/1251 16% [========== ] 208/1251 16% [========== ] 209/1251 16% [========== ] 210/1251 16% [========== ] 211/1251 16% [========== ] 212/1251 16% [========== ] 213/1251 17% [========== ] 214/1251 17% [========== ] 215/1251 17% [========== ] 216/1251 17% [========== ] 217/1251 17% [========== ] 218/1251 17% [========== ] 219/1251 17% [========== ] 220/1251 17% [========== ] 221/1251 17% [=========== ] 222/1251 17% [=========== ] 223/1251 17% [=========== ] 224/1251 17% [=========== ] 225/1251 17% [=========== ] 226/1251 18% [=========== ] 227/1251 18% [=========== ] 228/1251 18% [=========== ] 229/1251 18% [=========== ] 230/1251 18% [=========== ] 231/1251 18% [=========== ] 232/1251 18% [=========== ] 233/1251 18% [=========== ] 234/1251 18% [=========== ] 235/1251 18% [=========== ] 236/1251 18% [=========== ] 237/1251 18% [=========== ] 238/1251 19% [=========== ] 239/1251 19% [=========== ] 240/1251 19% [=========== ] 241/1251 19% [=========== ] 242/1251 19% [============ ] 243/1251 19% [============ ] 244/1251 19% [============ ] 245/1251 19% [============ ] 246/1251 19% [============ ] 247/1251 19% [============ ] 248/1251 19% [============ ] 249/1251 19% [============ ] 250/1251 19% [============ ] 251/1251 20% [============ ] 252/1251 20% [============ ] 253/1251 20% [============ ] 254/1251 20% [============ ] 255/1251 20% [============ ] 256/1251 20% [============ ] 257/1251 20% [============ ] 258/1251 20% [============ ] 259/1251 20% [============ ] 260/1251 20% [============ ] 261/1251 20% [============ ] 262/1251 20% [============= ] 263/1251 21% [============= ] 264/1251 21% [============= ] 265/1251 21% [============= ] 266/1251 21% [============= ] 267/1251 21% [============= ] 268/1251 21% [============= ] 269/1251 21% [============= ] 270/1251 21% [============= ] 271/1251 21% [============= ] 272/1251 21% [============= ] 273/1251 21% [============= ] 274/1251 21% [============= ] 275/1251 21% [============= ] 276/1251 22% [============= ] 277/1251 22% [============= ] 278/1251 22% [============= ] 279/1251 22% [============= ] 280/1251 22% [============= ] 281/1251 22% [============= ] 282/1251 22% [============== ] 283/1251 22% [============== ] 284/1251 22% [============== ] 285/1251 22% [============== ] 286/1251 22% [============== ] 287/1251 22% [============== ] 288/1251 23% [============== ] 289/1251 23% [============== ] 290/1251 23% [============== ] 291/1251 23% [============== ] 292/1251 23% [============== ] 293/1251 23% [============== ] 294/1251 23% [============== ] 295/1251 23% [============== ] 296/1251 23% [============== ] 297/1251 23% [============== ] 298/1251 23% [============== ] 299/1251 23% [============== ] 300/1251 23% [============== ] 301/1251 24% [============== ] 302/1251 24% [=============== ] 303/1251 24% [=============== ] 304/1251 24% [=============== ] 305/1251 24% [=============== ] 306/1251 24% [=============== ] 307/1251 24% [=============== ] 308/1251 24% [=============== ] 309/1251 24% [=============== ] 310/1251 24% [=============== ] 311/1251 24% [=============== ] 312/1251 24% [=============== ] 313/1251 25% [=============== ] 314/1251 25% [=============== ] 315/1251 25% [=============== ] 316/1251 25% [=============== ] 317/1251 25% [=============== ] 318/1251 25% [=============== ] 319/1251 25% [=============== ] 320/1251 25% [=============== ] 321/1251 25% [=============== ] 322/1251 25% [================ ] 323/1251 25% [================ ] 324/1251 25% [================ ] 325/1251 25% [================ ] 326/1251 26% [================ ] 327/1251 26% [================ ] 328/1251 26% [================ ] 329/1251 26% [================ ] 330/1251 26% [================ ] 331/1251 26% [================ ] 332/1251 26% [================ ] 333/1251 26% [================ ] 334/1251 26% [================ ] 335/1251 26% [================ ] 336/1251 26% [================ ] 337/1251 26% [================ ] 338/1251 27% [================ ] 339/1251 27% [================ ] 340/1251 27% [================ ] 341/1251 27% [================ ] 342/1251 27% [================ ] 343/1251 27% [================= ] 344/1251 27% [================= ] 345/1251 27% [================= ] 346/1251 27% [================= ] 347/1251 27% [================= ] 348/1251 27% [================= ] 349/1251 27% [================= ] 350/1251 27% [================= ] 351/1251 28% [================= ] 352/1251 28% [================= ] 353/1251 28% [================= ] 354/1251 28% [================= ] 355/1251 28% [================= ] 356/1251 28% [================= ] 357/1251 28% [================= ] 358/1251 28% [================= ] 359/1251 28% [================= ] 360/1251 28% [================= ] 361/1251 28% [================= ] 362/1251 28% [================= ] 363/1251 29% [================== ] 364/1251 29% [================== ] 365/1251 29% [================== ] 366/1251 29% [================== ] 367/1251 29% [================== ] 368/1251 29% [================== ] 369/1251 29% [================== ] 370/1251 29% [================== ] 371/1251 29% [================== ] 372/1251 29% [================== ] 373/1251 29% [================== ] 374/1251 29% [================== ] 375/1251 29% [================== ] 376/1251 30% [================== ] 377/1251 30% [================== ] 378/1251 30% [================== ] 379/1251 30% [================== ] 380/1251 30% [================== ] 381/1251 30% [================== ] 382/1251 30% [================== ] 383/1251 30% [=================== ] 384/1251 30% [=================== ] 385/1251 30% [=================== ] 386/1251 30% [=================== ] 387/1251 30% [=================== ] 388/1251 31% [=================== ] 389/1251 31% [=================== ] 390/1251 31% [=================== ] 391/1251 31% [=================== ] 392/1251 31% [=================== ] 393/1251 31% [=================== ] 394/1251 31% [=================== ] 395/1251 31% [=================== ] 396/1251 31% [=================== ] 397/1251 31% [=================== ] 398/1251 31% [=================== ] 399/1251 31% [=================== ] 400/1251 31% [=================== ] 401/1251 32% [=================== ] 402/1251 32% [=================== ] 403/1251 32% [==================== ] 404/1251 32% [==================== ] 405/1251 32% [==================== ] 406/1251 32% [==================== ] 407/1251 32% [==================== ] 408/1251 32% [==================== ] 409/1251 32% [==================== ] 410/1251 32% [==================== ] 411/1251 32% [==================== ] 412/1251 32% [==================== ] 413/1251 33% [==================== ] 414/1251 33% [==================== ] 415/1251 33% [==================== ] 416/1251 33% [==================== ] 417/1251 33% [==================== ] 418/1251 33% [==================== ] 419/1251 33% [==================== ] 420/1251 33% [==================== ] 421/1251 33% [==================== ] 422/1251 33% [==================== ] 423/1251 33% [===================== ] 424/1251 33% [===================== ] 425/1251 33% [===================== ] 426/1251 34% [===================== ] 427/1251 34% [===================== ] 428/1251 34% [===================== ] 429/1251 34% [===================== ] 430/1251 34% [===================== ] 431/1251 34% [===================== ] 432/1251 34% [===================== ] 433/1251 34% [===================== ] 434/1251 34% [===================== ] 435/1251 34% [===================== ] 436/1251 34% [===================== ] 437/1251 34% [===================== ] 438/1251 35% [===================== ] 439/1251 35% [===================== ] 440/1251 35% [===================== ] 441/1251 35% [===================== ] 442/1251 35% [===================== ] 443/1251 35% [====================== ] 444/1251 35% [====================== ] 445/1251 35% [====================== ] 446/1251 35% [====================== ] 447/1251 35% [====================== ] 448/1251 35% [====================== ] 449/1251 35% [====================== ] 450/1251 35% [====================== ] 451/1251 36% [====================== ] 452/1251 36% [====================== ] 453/1251 36% [====================== ] 454/1251 36% [====================== ] 455/1251 36% [====================== ] 456/1251 36% [====================== ] 457/1251 36% [====================== ] 458/1251 36% [====================== ] 459/1251 36% [====================== ] 460/1251 36% [====================== ] 461/1251 36% [====================== ] 462/1251 36% [====================== ] 463/1251 37% [====================== ] 464/1251 37% [======================= ] 465/1251 37% [======================= ] 466/1251 37% [======================= ] 467/1251 37% [======================= ] 468/1251 37% [======================= ] 469/1251 37% [======================= ] 470/1251 37% [======================= ] 471/1251 37% [======================= ] 472/1251 37% [======================= ] 473/1251 37% [======================= ] 474/1251 37% [======================= ] 475/1251 37% [======================= ] 476/1251 38% [======================= ] 477/1251 38% [======================= ] 478/1251 38% [======================= ] 479/1251 38% [======================= ] 480/1251 38% [======================= ] 481/1251 38% [======================= ] 482/1251 38% [======================= ] 483/1251 38% [======================= ] 484/1251 38% [======================== ] 485/1251 38% [======================== ] 486/1251 38% [======================== ] 487/1251 38% [======================== ] 488/1251 39% [======================== ] 489/1251 39% [======================== ] 490/1251 39% [======================== ] 491/1251 39% [======================== ] 492/1251 39% [======================== ] 493/1251 39% [======================== ] 494/1251 39% [======================== ] 495/1251 39% [======================== ] 496/1251 39% [======================== ] 497/1251 39% [======================== ] 498/1251 39% [======================== ] 499/1251 39% [======================== ] 500/1251 39% [======================== ] 501/1251 40% [======================== ] 502/1251 40% [======================== ] 503/1251 40% [======================== ] 504/1251 40% [========================= ] 505/1251 40% [========================= ] 506/1251 40% [========================= ] 507/1251 40% [========================= ] 508/1251 40% [========================= ] 509/1251 40% [========================= ] 510/1251 40% [========================= ] 511/1251 40% [========================= ] 512/1251 40% [========================= ] 513/1251 41% [========================= ] 514/1251 41% [========================= ] 515/1251 41% [========================= ] 516/1251 41% [========================= ] 517/1251 41% [========================= ] 518/1251 41% [========================= ] 519/1251 41% [========================= ] 520/1251 41% [========================= ] 521/1251 41% [========================= ] 522/1251 41% [========================= ] 523/1251 41% [========================= ] 524/1251 41% [========================== ] 525/1251 41% [========================== ] 526/1251 42% [========================== ] 527/1251 42% [========================== ] 528/1251 42% [========================== ] 529/1251 42% [========================== ] 530/1251 42% [========================== ] 531/1251 42% [========================== ] 532/1251 42% [========================== ] 533/1251 42% [========================== ] 534/1251 42% [========================== ] 535/1251 42% [========================== ] 536/1251 42% [========================== ] 537/1251 42% [========================== ] 538/1251 43% [========================== ] 539/1251 43% [========================== ] 540/1251 43% [========================== ] 541/1251 43% [========================== ] 542/1251 43% [========================== ] 543/1251 43% [========================== ] 544/1251 43% [=========================== ] 545/1251 43% [=========================== ] 546/1251 43% [=========================== ] 547/1251 43% [=========================== ] 548/1251 43% [=========================== ] 549/1251 43% [=========================== ] 550/1251 43% [=========================== ] 551/1251 44% [=========================== ] 552/1251 44% [=========================== ] 553/1251 44% [=========================== ] 554/1251 44% [=========================== ] 555/1251 44% [=========================== ] 556/1251 44% [=========================== ] 557/1251 44% [=========================== ] 558/1251 44% [=========================== ] 559/1251 44% [=========================== ] 560/1251 44% [=========================== ] 561/1251 44% [=========================== ] 562/1251 44% [=========================== ] 563/1251 45% [=========================== ] 564/1251 45% [============================ ] 565/1251 45% [============================ ] 566/1251 45% [============================ ] 567/1251 45% [============================ ] 568/1251 45% [============================ ] 569/1251 45% [============================ ] 570/1251 45% [============================ ] 571/1251 45% [============================ ] 572/1251 45% [============================ ] 573/1251 45% [============================ ] 574/1251 45% [============================ ] 575/1251 45% [============================ ] 576/1251 46% [============================ ] 577/1251 46% [============================ ] 578/1251 46% [============================ ] 579/1251 46% [============================ ] 580/1251 46% [============================ ] 581/1251 46% [============================ ] 582/1251 46% [============================ ] 583/1251 46% [============================ ] 584/1251 46% [============================ ] 585/1251 46% [============================= ] 586/1251 46% [============================= ] 587/1251 46% [============================= ] 588/1251 47% [============================= ] 589/1251 47% [============================= ] 590/1251 47% [============================= ] 591/1251 47% [============================= ] 592/1251 47% [============================= ] 593/1251 47% [============================= ] 594/1251 47% [============================= ] 595/1251 47% [============================= ] 596/1251 47% [============================= ] 597/1251 47% [============================= ] 598/1251 47% [============================= ] 599/1251 47% [============================= ] 600/1251 47% [============================= ] 601/1251 48% [============================= ] 602/1251 48% [============================= ] 603/1251 48% [============================= ] 604/1251 48% [============================= ] 605/1251 48% [============================== ] 606/1251 48% [============================== ] 607/1251 48% [============================== ] 608/1251 48% [============================== ] 609/1251 48% [============================== ] 610/1251 48% [============================== ] 611/1251 48% [============================== ] 612/1251 48% [============================== ] 613/1251 49% [============================== ] 614/1251 49% [============================== ] 615/1251 49% [============================== ] 616/1251 49% [============================== ] 617/1251 49% [============================== ] 618/1251 49% [============================== ] 619/1251 49% [============================== ] 620/1251 49% [============================== ] 621/1251 49% [============================== ] 622/1251 49% [============================== ] 623/1251 49% [============================== ] 624/1251 49% [============================== ] 625/1251 49% [=============================== ] 626/1251 50% [=============================== ] 627/1251 50% [=============================== ] 628/1251 50% [=============================== ] 629/1251 50% [=============================== ] 630/1251 50% [=============================== ] 631/1251 50% [=============================== ] 632/1251 50% [=============================== ] 633/1251 50% [=============================== ] 634/1251 50% [=============================== ] 635/1251 50% [=============================== ] 636/1251 50% [=============================== ] 637/1251 50% [=============================== ] 638/1251 50% [=============================== ] 639/1251 51% [=============================== ] 640/1251 51% [=============================== ] 641/1251 51% [=============================== ] 642/1251 51% [=============================== ] 643/1251 51% [=============================== ] 644/1251 51% [=============================== ] 645/1251 51% [================================ ] 646/1251 51% [================================ ] 647/1251 51% [================================ ] 648/1251 51% [================================ ] 649/1251 51% [================================ ] 650/1251 51% [================================ ] 651/1251 52% [================================ ] 652/1251 52% [================================ ] 653/1251 52% [================================ ] 654/1251 52% [================================ ] 655/1251 52% [================================ ] 656/1251 52% [================================ ] 657/1251 52% [================================ ] 658/1251 52% [================================ ] 659/1251 52% [================================ ] 660/1251 52% [================================ ] 661/1251 52% [================================ ] 662/1251 52% [================================ ] 663/1251 52% [================================ ] 664/1251 53% [================================ ] 665/1251 53% [================================= ] 666/1251 53% [================================= ] 667/1251 53% [================================= ] 668/1251 53% [================================= ] 669/1251 53% [================================= ] 670/1251 53% [================================= ] 671/1251 53% [================================= ] 672/1251 53% [================================= ] 673/1251 53% [================================= ] 674/1251 53% [================================= ] 675/1251 53% [================================= ] 676/1251 54% [================================= ] 677/1251 54% [================================= ] 678/1251 54% [================================= ] 679/1251 54% [================================= ] 680/1251 54% [================================= ] 681/1251 54% [================================= ] 682/1251 54% [================================= ] 683/1251 54% [================================= ] 684/1251 54% [================================= ] 685/1251 54% [================================= ] 686/1251 54% [================================== ] 687/1251 54% [================================== ] 688/1251 54% [================================== ] 689/1251 55% [================================== ] 690/1251 55% [================================== ] 691/1251 55% [================================== ] 692/1251 55% [================================== ] 693/1251 55% [================================== ] 694/1251 55% [================================== ] 695/1251 55% [================================== ] 696/1251 55% [================================== ] 697/1251 55% [================================== ] 698/1251 55% [================================== ] 699/1251 55% [================================== ] 700/1251 55% [================================== ] 701/1251 56% [================================== ] 702/1251 56% [================================== ] 703/1251 56% [================================== ] 704/1251 56% [================================== ] 705/1251 56% [================================== ] 706/1251 56% [=================================== ] 707/1251 56% [=================================== ] 708/1251 56% [=================================== ] 709/1251 56% [=================================== ] 710/1251 56% [=================================== ] 711/1251 56% [=================================== ] 712/1251 56% [=================================== ] 713/1251 56% [=================================== ] 714/1251 57% [=================================== ] 715/1251 57% [=================================== ] 716/1251 57% [=================================== ] 717/1251 57% [=================================== ] 718/1251 57% [=================================== ] 719/1251 57% [=================================== ] 720/1251 57% [=================================== ] 721/1251 57% [=================================== ] 722/1251 57% [=================================== ] 723/1251 57% [=================================== ] 724/1251 57% [=================================== ] 725/1251 57% [=================================== ] 726/1251 58% [==================================== ] 727/1251 58% [==================================== ] 728/1251 58% [==================================== ] 729/1251 58% [==================================== ] 730/1251 58% [==================================== ] 731/1251 58% [==================================== ] 732/1251 58% [==================================== ] 733/1251 58% [==================================== ] 734/1251 58% [==================================== ] 735/1251 58% [==================================== ] 736/1251 58% [==================================== ] 737/1251 58% [==================================== ] 738/1251 58% [==================================== ] 739/1251 59% [==================================== ] 740/1251 59% [==================================== ] 741/1251 59% [==================================== ] 742/1251 59% [==================================== ] 743/1251 59% [==================================== ] 744/1251 59% [==================================== ] 745/1251 59% [==================================== ] 746/1251 59% [===================================== ] 747/1251 59% [===================================== ] 748/1251 59% [===================================== ] 749/1251 59% [===================================== ] 750/1251 59% [===================================== ] 751/1251 60% [===================================== ] 752/1251 60% [===================================== ] 753/1251 60% [===================================== ] 754/1251 60% [===================================== ] 755/1251 60% [===================================== ] 756/1251 60% [===================================== ] 757/1251 60% [===================================== ] 758/1251 60% [===================================== ] 759/1251 60% [===================================== ] 760/1251 60% [===================================== ] 761/1251 60% [===================================== ] 762/1251 60% [===================================== ] 763/1251 60% [===================================== ] 764/1251 61% [===================================== ] 765/1251 61% [===================================== ] 766/1251 61% [====================================== ] 767/1251 61% [====================================== ] 768/1251 61% [====================================== ] 769/1251 61% [====================================== ] 770/1251 61% [====================================== ] 771/1251 61% [====================================== ] 772/1251 61% [====================================== ] 773/1251 61% [====================================== ] 774/1251 61% [====================================== ] 775/1251 61% [====================================== ] 776/1251 62% [====================================== ] 777/1251 62% [====================================== ] 778/1251 62% [====================================== ] 779/1251 62% [====================================== ] 780/1251 62% [====================================== ] 781/1251 62% [====================================== ] 782/1251 62% [====================================== ] 783/1251 62% [====================================== ] 784/1251 62% [====================================== ] 785/1251 62% [====================================== ] 786/1251 62% [======================================= ] 787/1251 62% [======================================= ] 788/1251 62% [======================================= ] 789/1251 63% [======================================= ] 790/1251 63% [======================================= ] 791/1251 63% [======================================= ] 792/1251 63% [======================================= ] 793/1251 63% [======================================= ] 794/1251 63% [======================================= ] 795/1251 63% [======================================= ] 796/1251 63% [======================================= ] 797/1251 63% [======================================= ] 798/1251 63% [======================================= ] 799/1251 63% [======================================= ] 800/1251 63% [======================================= ] 801/1251 64% [======================================= ] 802/1251 64% [======================================= ] 803/1251 64% [======================================= ] 804/1251 64% [======================================= ] 805/1251 64% [======================================= ] 806/1251 64% [======================================= ] 807/1251 64% [======================================== ] 808/1251 64% [======================================== ] 809/1251 64% [======================================== ] 810/1251 64% [======================================== ] 811/1251 64% [======================================== ] 812/1251 64% [======================================== ] 813/1251 64% [======================================== ] 814/1251 65% [======================================== ] 815/1251 65% [======================================== ] 816/1251 65% [======================================== ] 817/1251 65% [======================================== ] 818/1251 65% [======================================== ] 819/1251 65% [======================================== ] 820/1251 65% [======================================== ] 821/1251 65% [======================================== ] 822/1251 65% [======================================== ] 823/1251 65% [======================================== ] 824/1251 65% [======================================== ] 825/1251 65% [======================================== ] 826/1251 66% [======================================== ] 827/1251 66% [========================================= ] 828/1251 66% [========================================= ] 829/1251 66% [========================================= ] 830/1251 66% [========================================= ] 831/1251 66% [========================================= ] 832/1251 66% [========================================= ] 833/1251 66% [========================================= ] 834/1251 66% [========================================= ] 835/1251 66% [========================================= ] 836/1251 66% [========================================= ] 837/1251 66% [========================================= ] 838/1251 66% [========================================= ] 839/1251 67% [========================================= ] 840/1251 67% [========================================= ] 841/1251 67% [========================================= ] 842/1251 67% [========================================= ] 843/1251 67% [========================================= ] 844/1251 67% [========================================= ] 845/1251 67% [========================================= ] 846/1251 67% [========================================= ] 847/1251 67% [========================================== ] 848/1251 67% [========================================== ] 849/1251 67% [========================================== ] 850/1251 67% [========================================== ] 851/1251 68% [========================================== ] 852/1251 68% [========================================== ] 853/1251 68% [========================================== ] 854/1251 68% [========================================== ] 855/1251 68% [========================================== ] 856/1251 68% [========================================== ] 857/1251 68% [========================================== ] 858/1251 68% [========================================== ] 859/1251 68% [========================================== ] 860/1251 68% [========================================== ] 861/1251 68% [========================================== ] 862/1251 68% [========================================== ] 863/1251 68% [========================================== ] 864/1251 69% [========================================== ] 865/1251 69% [========================================== ] 866/1251 69% [========================================== ] 867/1251 69% [=========================================== ] 868/1251 69% [=========================================== ] 869/1251 69% [=========================================== ] 870/1251 69% [=========================================== ] 871/1251 69% [=========================================== ] 872/1251 69% [=========================================== ] 873/1251 69% [=========================================== ] 874/1251 69% [=========================================== ] 875/1251 69% [=========================================== ] 876/1251 70% [=========================================== ] 877/1251 70% [=========================================== ] 878/1251 70% [=========================================== ] 879/1251 70% [=========================================== ] 880/1251 70% [=========================================== ] 881/1251 70% [=========================================== ] 882/1251 70% [=========================================== ] 883/1251 70% [=========================================== ] 884/1251 70% [=========================================== ] 885/1251 70% [=========================================== ] 886/1251 70% [=========================================== ] 887/1251 70% [============================================ ] 888/1251 70% [============================================ ] 889/1251 71% [============================================ ] 890/1251 71% [============================================ ] 891/1251 71% [============================================ ] 892/1251 71% [============================================ ] 893/1251 71% [============================================ ] 894/1251 71% [============================================ ] 895/1251 71% [============================================ ] 896/1251 71% [============================================ ] 897/1251 71% [============================================ ] 898/1251 71% [============================================ ] 899/1251 71% [============================================ ] 900/1251 71% [============================================ ] 901/1251 72% [============================================ ] 902/1251 72% [============================================ ] 903/1251 72% [============================================ ] 904/1251 72% [============================================ ] 905/1251 72% [============================================ ] 906/1251 72% [============================================ ] 907/1251 72% [============================================= ] 908/1251 72% [============================================= ] 909/1251 72% [============================================= ] 910/1251 72% [============================================= ] 911/1251 72% [============================================= ] 912/1251 72% [============================================= ] 913/1251 72% [============================================= ] 914/1251 73% [============================================= ] 915/1251 73% [============================================= ] 916/1251 73% [============================================= ] 917/1251 73% [============================================= ] 918/1251 73% [============================================= ] 919/1251 73% [============================================= ] 920/1251 73% [============================================= ] 921/1251 73% [============================================= ] 922/1251 73% [============================================= ] 923/1251 73% [============================================= ] 924/1251 73% [============================================= ] 925/1251 73% [============================================= ] 926/1251 74% [============================================= ] 927/1251 74% [============================================= ] 928/1251 74% [============================================== ] 929/1251 74% [============================================== ] 930/1251 74% [============================================== ] 931/1251 74% [============================================== ] 932/1251 74% [============================================== ] 933/1251 74% [============================================== ] 934/1251 74% [============================================== ] 935/1251 74% [============================================== ] 936/1251 74% [============================================== ] 937/1251 74% [============================================== ] 938/1251 74% [============================================== ] 939/1251 75% [============================================== ] 940/1251 75% [============================================== ] 941/1251 75% [============================================== ] 942/1251 75% [============================================== ] 943/1251 75% [============================================== ] 944/1251 75% [============================================== ] 945/1251 75% [============================================== ] 946/1251 75% [============================================== ] 947/1251 75% [============================================== ] 948/1251 75% [=============================================== ] 949/1251 75% [=============================================== ] 950/1251 75% [=============================================== ] 951/1251 76% [=============================================== ] 952/1251 76% [=============================================== ] 953/1251 76% [=============================================== ] 954/1251 76% [=============================================== ] 955/1251 76% [=============================================== ] 956/1251 76% [=============================================== ] 957/1251 76% [=============================================== ] 958/1251 76% [=============================================== ] 959/1251 76% [=============================================== ] 960/1251 76% [=============================================== ] 961/1251 76% [=============================================== ] 962/1251 76% [=============================================== ] 963/1251 76% [=============================================== ] 964/1251 77% [=============================================== ] 965/1251 77% [=============================================== ] 966/1251 77% [=============================================== ] 967/1251 77% [=============================================== ] 968/1251 77% [================================================ ] 969/1251 77% [================================================ ] 970/1251 77% [================================================ ] 971/1251 77% [================================================ ] 972/1251 77% [================================================ ] 973/1251 77% [================================================ ] 974/1251 77% [================================================ ] 975/1251 77% [================================================ ] 976/1251 78% [================================================ ] 977/1251 78% [================================================ ] 978/1251 78% [================================================ ] 979/1251 78% [================================================ ] 980/1251 78% [================================================ ] 981/1251 78% [================================================ ] 982/1251 78% [================================================ ] 983/1251 78% [================================================ ] 984/1251 78% [================================================ ] 985/1251 78% [================================================ ] 986/1251 78% [================================================ ] 987/1251 78% [================================================ ] 988/1251 78% [================================================= ] 989/1251 79% [================================================= ] 990/1251 79% [================================================= ] 991/1251 79% [================================================= ] 992/1251 79% [================================================= ] 993/1251 79% [================================================= ] 994/1251 79% [================================================= ] 995/1251 79% [================================================= ] 996/1251 79% [================================================= ] 997/1251 79% [================================================= ] 998/1251 79% [================================================= ] 999/1251 79% [================================================= ] 1000/1251 79% [================================================= ] 1001/1251 80% [================================================= ] 1002/1251 80% [================================================= ] 1003/1251 80% [================================================= ] 1004/1251 80% [================================================= ] 1005/1251 80% [================================================= ] 1006/1251 80% [================================================= ] 1007/1251 80% [================================================= ] 1008/1251 80% [================================================== ] 1009/1251 80% [================================================== ] 1010/1251 80% [================================================== ] 1011/1251 80% [================================================== ] 1012/1251 80% [================================================== ] 1013/1251 80% [================================================== ] 1014/1251 81% [================================================== ] 1015/1251 81% [================================================== ] 1016/1251 81% [================================================== ] 1017/1251 81% [================================================== ] 1018/1251 81% [================================================== ] 1019/1251 81% [================================================== ] 1020/1251 81% [================================================== ] 1021/1251 81% [================================================== ] 1022/1251 81% [================================================== ] 1023/1251 81% [================================================== ] 1024/1251 81% [================================================== ] 1025/1251 81% [================================================== ] 1026/1251 82% [================================================== ] 1027/1251 82% [================================================== ] 1028/1251 82% [================================================== ] 1029/1251 82% [=================================================== ] 1030/1251 82% [=================================================== ] 1031/1251 82% [=================================================== ] 1032/1251 82% [=================================================== ] 1033/1251 82% [=================================================== ] 1034/1251 82% [=================================================== ] 1035/1251 82% [=================================================== ] 1036/1251 82% [=================================================== ] 1037/1251 82% [=================================================== ] 1038/1251 82% [=================================================== ] 1039/1251 83% [=================================================== ] 1040/1251 83% [=================================================== ] 1041/1251 83% [=================================================== ] 1042/1251 83% [=================================================== ] 1043/1251 83% [=================================================== ] 1044/1251 83% [=================================================== ] 1045/1251 83% [=================================================== ] 1046/1251 83% [=================================================== ] 1047/1251 83% [=================================================== ] 1048/1251 83% [=================================================== ] 1049/1251 83% [==================================================== ] 1050/1251 83% [==================================================== ] 1051/1251 84% [==================================================== ] 1052/1251 84% [==================================================== ] 1053/1251 84% [==================================================== ] 1054/1251 84% [==================================================== ] 1055/1251 84% [==================================================== ] 1056/1251 84% [==================================================== ] 1057/1251 84% [==================================================== ] 1058/1251 84% [==================================================== ] 1059/1251 84% [==================================================== ] 1060/1251 84% [==================================================== ] 1061/1251 84% [==================================================== ] 1062/1251 84% [==================================================== ] 1063/1251 84% [==================================================== ] 1064/1251 85% [==================================================== ] 1065/1251 85% [==================================================== ] 1066/1251 85% [==================================================== ] 1067/1251 85% [==================================================== ] 1068/1251 85% [==================================================== ] 1069/1251 85% [===================================================== ] 1070/1251 85% [===================================================== ] 1071/1251 85% [===================================================== ] 1072/1251 85% [===================================================== ] 1073/1251 85% [===================================================== ] 1074/1251 85% [===================================================== ] 1075/1251 85% [===================================================== ] 1076/1251 86% [===================================================== ] 1077/1251 86% [===================================================== ] 1078/1251 86% [===================================================== ] 1079/1251 86% [===================================================== ] 1080/1251 86% [===================================================== ] 1081/1251 86% [===================================================== ] 1082/1251 86% [===================================================== ] 1083/1251 86% [===================================================== ] 1084/1251 86% [===================================================== ] 1085/1251 86% [===================================================== ] 1086/1251 86% [===================================================== ] 1087/1251 86% [===================================================== ] 1088/1251 86% [===================================================== ] 1089/1251 87% [====================================================== ] 1090/1251 87% [====================================================== ] 1091/1251 87% [====================================================== ] 1092/1251 87% [====================================================== ] 1093/1251 87% [====================================================== ] 1094/1251 87% [====================================================== ] 1095/1251 87% [====================================================== ] 1096/1251 87% [====================================================== ] 1097/1251 87% [====================================================== ] 1098/1251 87% [====================================================== ] 1099/1251 87% [====================================================== ] 1100/1251 87% [====================================================== ] 1101/1251 88% [====================================================== ] 1102/1251 88% [====================================================== ] 1103/1251 88% [====================================================== ] 1104/1251 88% [====================================================== ] 1105/1251 88% [====================================================== ] 1106/1251 88% [====================================================== ] 1107/1251 88% [====================================================== ] 1108/1251 88% [====================================================== ] 1109/1251 88% [======================================================= ] 1110/1251 88% [======================================================= ] 1111/1251 88% [======================================================= ] 1112/1251 88% [======================================================= ] 1113/1251 88% [======================================================= ] 1114/1251 89% [======================================================= ] 1115/1251 89% [======================================================= ] 1116/1251 89% [======================================================= ] 1117/1251 89% [======================================================= ] 1118/1251 89% [======================================================= ] 1119/1251 89% [======================================================= ] 1120/1251 89% [======================================================= ] 1121/1251 89% [======================================================= ] 1122/1251 89% [======================================================= ] 1123/1251 89% [======================================================= ] 1124/1251 89% [======================================================= ] 1125/1251 89% [======================================================= ] 1126/1251 90% [======================================================= ] 1127/1251 90% [======================================================= ] 1128/1251 90% [======================================================= ] 1129/1251 90% [======================================================== ] 1130/1251 90% [======================================================== ] 1131/1251 90% [======================================================== ] 1132/1251 90% [======================================================== ] 1133/1251 90% [======================================================== ] 1134/1251 90% [======================================================== ] 1135/1251 90% [======================================================== ] 1136/1251 90% [======================================================== ] 1137/1251 90% [======================================================== ] 1138/1251 90% [======================================================== ] 1139/1251 91% [======================================================== ] 1140/1251 91% [======================================================== ] 1141/1251 91% [======================================================== ] 1142/1251 91% [======================================================== ] 1143/1251 91% [======================================================== ] 1144/1251 91% [======================================================== ] 1145/1251 91% [======================================================== ] 1146/1251 91% [======================================================== ] 1147/1251 91% [======================================================== ] 1148/1251 91% [======================================================== ] 1149/1251 91% [======================================================== ] 1150/1251 91% [========================================================= ] 1151/1251 92% [========================================================= ] 1152/1251 92% [========================================================= ] 1153/1251 92% [========================================================= ] 1154/1251 92% [========================================================= ] 1155/1251 92% [========================================================= ] 1156/1251 92% [========================================================= ] 1157/1251 92% [========================================================= ] 1158/1251 92% [========================================================= ] 1159/1251 92% [========================================================= ] 1160/1251 92% [========================================================= ] 1161/1251 92% [========================================================= ] 1162/1251 92% [========================================================= ] 1163/1251 92% [========================================================= ] 1164/1251 93% [========================================================= ] 1165/1251 93% [========================================================= ] 1166/1251 93% [========================================================= ] 1167/1251 93% [========================================================= ] 1168/1251 93% [========================================================= ] 1169/1251 93% [========================================================= ] 1170/1251 93% [========================================================== ] 1171/1251 93% [========================================================== ] 1172/1251 93% [========================================================== ] 1173/1251 93% [========================================================== ] 1174/1251 93% [========================================================== ] 1175/1251 93% [========================================================== ] 1176/1251 94% [========================================================== ] 1177/1251 94% [========================================================== ] 1178/1251 94% [========================================================== ] 1179/1251 94% [========================================================== ] 1180/1251 94% [========================================================== ] 1181/1251 94% [========================================================== ] 1182/1251 94% [========================================================== ] 1183/1251 94% [========================================================== ] 1184/1251 94% [========================================================== ] 1185/1251 94% [========================================================== ] 1186/1251 94% [========================================================== ] 1187/1251 94% [========================================================== ] 1188/1251 94% [========================================================== ] 1189/1251 95% [========================================================== ] 1190/1251 95% [=========================================================== ] 1191/1251 95% [=========================================================== ] 1192/1251 95% [=========================================================== ] 1193/1251 95% [=========================================================== ] 1194/1251 95% [=========================================================== ] 1195/1251 95% [=========================================================== ] 1196/1251 95% [=========================================================== ] 1197/1251 95% [=========================================================== ] 1198/1251 95% [=========================================================== ] 1199/1251 95% [=========================================================== ] 1200/1251 95% [=========================================================== ] 1201/1251 96% [=========================================================== ] 1202/1251 96% [=========================================================== ] 1203/1251 96% [=========================================================== ] 1204/1251 96% [=========================================================== ] 1205/1251 96% [=========================================================== ] 1206/1251 96% [=========================================================== ] 1207/1251 96% [=========================================================== ] 1208/1251 96% [=========================================================== ] 1209/1251 96% [=========================================================== ] 1210/1251 96% [============================================================ ] 1211/1251 96% [============================================================ ] 1212/1251 96% [============================================================ ] 1213/1251 96% [============================================================ ] 1214/1251 97% [============================================================ ] 1215/1251 97% [============================================================ ] 1216/1251 97% [============================================================ ] 1217/1251 97% [============================================================ ] 1218/1251 97% [============================================================ ] 1219/1251 97% [============================================================ ] 1220/1251 97% [============================================================ ] 1221/1251 97% [============================================================ ] 1222/1251 97% [============================================================ ] 1223/1251 97% [============================================================ ] 1224/1251 97% [============================================================ ] 1225/1251 97% [============================================================ ] 1226/1251 98% [============================================================ ] 1227/1251 98% [============================================================ ] 1228/1251 98% [============================================================ ] 1229/1251 98% [============================================================ ] 1230/1251 98% [============================================================= ] 1231/1251 98% [============================================================= ] 1232/1251 98% [============================================================= ] 1233/1251 98% [============================================================= ] 1234/1251 98% [============================================================= ] 1235/1251 98% [============================================================= ] 1236/1251 98% [============================================================= ] 1237/1251 98% [============================================================= ] 1238/1251 98% [============================================================= ] 1239/1251 99% [============================================================= ] 1240/1251 99% [============================================================= ] 1241/1251 99% [============================================================= ] 1242/1251 99% [============================================================= ] 1243/1251 99% [============================================================= ] 1244/1251 99% [============================================================= ] 1245/1251 99% [============================================================= ] 1246/1251 99% [============================================================= ] 1247/1251 99% [============================================================= ] 1248/1251 99% [============================================================= ] 1249/1251 99% [============================================================= ] 1250/1251 99% [==============================================================] 1251/1251 100% operation complete, 1251 objects in 35203 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2022.05-2943-gb9b155e45fa Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 6.1.1 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-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> iproute2 6.1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cfm 0.3 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-delve 1.20.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.19.4 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> haveged 1.9.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.6.2 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mrp 1.2 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 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) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> s6-linux-init 1.0.8.0 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sngrep 1.6.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uclibc-ng-test 6790eafe897b3a8c19a2caf50a5ecccf06647adf Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> umtprd 1.6.2 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> 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-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'