| %ld ../yavta.c: In function 'video_print_control_value': ../yavta.c:1358:36: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__s64' {aka 'long int'} [-Wformat=] 1358 | printf("%lld", ctrl->value64); | ~~~^ ~~~~~~~~~~~~~ | | | | | __s64 {aka long int} | long long int | %ld ../yavta.c: In function 'video_get_control': ../yavta.c:1397:52: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type '__s64' {aka 'long int'} [-Wformat=] 1397 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1398 | query->id, query->name, query->minimum, query->maximum, | ~~~~~~~~~~~~~~ | | | __s64 {aka long int} ../yavta.c:1397:61: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type '__s64' {aka 'long int'} [-Wformat=] 1397 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1398 | query->id, query->name, query->minimum, query->maximum, | ~~~~~~~~~~~~~~ | | | __s64 {aka long int} ../yavta.c:1397:71: warning: format '%lld' expects argument of type 'long long int', but argument 6 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1397 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1398 | query->id, query->name, query->minimum, query->maximum, 1399 | query->step, query->default_value); | ~~~~~~~~~~~ | | | __u64 {aka long unsigned int} ../yavta.c:1397:84: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type '__s64' {aka 'long int'} [-Wformat=] 1397 | printf("control 0x%08x `%s' min %lld max %lld step %lld default %lld ", | ~~~^ | | | long long int | %ld 1398 | query->id, query->name, query->minimum, query->maximum, 1399 | query->step, query->default_value); | ~~~~~~~~~~~~~~~~~~~~ | | | __s64 {aka long int} [2/2] Linking target yavta >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Installing to target PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/autobuild/instance-1/output-1/target PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-1/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-1/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build install ninja: Entering directory `/home/buildroot/autobuild/instance-1/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build' [0/1] Installing files. Installing yavta to /home/buildroot/autobuild/instance-1/output-1/target/usr/bin >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%630%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-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-gfortran%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%630%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/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-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-1/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-1/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-1282-gc475f3bc36"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc2\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' - - sudo -1 - - - -\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1662496914\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/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-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2072 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2072 0% [ ] 2/2072 0% [ ] 3/2072 0% [ ] 4/2072 0% [ ] 5/2072 0% [ ] 6/2072 0% [ ] 7/2072 0% [ ] 8/2072 0% [ ] 9/2072 0% [ ] 10/2072 0% [ ] 11/2072 0% [ ] 12/2072 0% [ ] 13/2072 0% [ ] 14/2072 0% [ ] 15/2072 0% [ ] 16/2072 0% [ ] 17/2072 0% [ ] 18/2072 0% [ ] 19/2072 0% [ ] 20/2072 0% [ ] 21/2072 1% [ ] 22/2072 1% [ ] 23/2072 1% [ ] 24/2072 1% [ ] 25/2072 1% [ ] 26/2072 1% [ ] 27/2072 1% [ ] 28/2072 1% [ ] 29/2072 1% [ ] 30/2072 1% [ ] 31/2072 1% [ ] 32/2072 1% [ ] 33/2072 1% [= ] 34/2072 1% [= ] 35/2072 1% [= ] 36/2072 1% [= ] 37/2072 1% [= ] 38/2072 1% [= ] 39/2072 1% [= ] 40/2072 1% [= ] 41/2072 1% [= ] 42/2072 2% [= ] 43/2072 2% [= ] 44/2072 2% [= ] 45/2072 2% [= ] 46/2072 2% [= ] 47/2072 2% [= ] 48/2072 2% [= ] 49/2072 2% [= ] 50/2072 2% [= ] 51/2072 2% [= ] 52/2072 2% [= ] 53/2072 2% [= ] 54/2072 2% [= ] 55/2072 2% [= ] 56/2072 2% [= ] 57/2072 2% [= ] 58/2072 2% [= ] 59/2072 2% [= ] 60/2072 2% [= ] 61/2072 2% [= ] 62/2072 2% [= ] 63/2072 3% [= ] 64/2072 3% [= ] 65/2072 3% [= ] 66/2072 3% [== ] 67/2072 3% [== ] 68/2072 3% [== ] 69/2072 3% [== ] 70/2072 3% [== ] 71/2072 3% [== ] 72/2072 3% [== ] 73/2072 3% [== ] 74/2072 3% [== ] 75/2072 3% [== ] 76/2072 3% [== ] 77/2072 3% [== ] 78/2072 3% [== ] 79/2072 3% [== ] 80/2072 3% [== ] 81/2072 3% [== ] 82/2072 3% [== ] 83/2072 4% [== ] 84/2072 4% [== ] 85/2072 4% [== ] 86/2072 4% [== ] 87/2072 4% [== ] 88/2072 4% [== ] 89/2072 4% [== ] 90/2072 4% [== ] 91/2072 4% [== ] 92/2072 4% [== ] 93/2072 4% [== ] 94/2072 4% [== ] 95/2072 4% [== ] 96/2072 4% [== ] 97/2072 4% [== ] 98/2072 4% [== ] 99/2072 4% [== ] 100/2072 4% [=== ] 101/2072 4% [=== ] 102/2072 4% [=== ] 103/2072 4% [=== ] 104/2072 5% [=== ] 105/2072 5% [=== ] 106/2072 5% [=== ] 107/2072 5% [=== ] 108/2072 5% [=== ] 109/2072 5% [=== ] 110/2072 5% [=== ] 111/2072 5% [=== ] 112/2072 5% [=== ] 113/2072 5% [=== ] 114/2072 5% [=== ] 115/2072 5% [=== ] 116/2072 5% [=== ] 117/2072 5% [=== ] 118/2072 5% [=== ] 119/2072 5% [=== ] 120/2072 5% [=== ] 121/2072 5% [=== ] 122/2072 5% [=== ] 123/2072 5% [=== ] 124/2072 5% [=== ] 125/2072 6% [=== ] 126/2072 6% [=== ] 127/2072 6% [=== ] 128/2072 6% [=== ] 129/2072 6% [=== ] 130/2072 6% [=== ] 131/2072 6% [=== ] 132/2072 6% [=== ] 133/2072 6% [==== ] 134/2072 6% [==== ] 135/2072 6% [==== ] 136/2072 6% [==== ] 137/2072 6% [==== ] 138/2072 6% [==== ] 139/2072 6% [==== ] 140/2072 6% [==== ] 141/2072 6% [==== ] 142/2072 6% [==== ] 143/2072 6% [==== ] 144/2072 6% [==== ] 145/2072 6% [==== ] 146/2072 7% [==== ] 147/2072 7% [==== ] 148/2072 7% [==== ] 149/2072 7% [==== ] 150/2072 7% [==== ] 151/2072 7% [==== ] 152/2072 7% [==== ] 153/2072 7% [==== ] 154/2072 7% [==== ] 155/2072 7% [==== ] 156/2072 7% [==== ] 157/2072 7% [==== ] 158/2072 7% [==== ] 159/2072 7% [==== ] 160/2072 7% [==== ] 161/2072 7% [==== ] 162/2072 7% [==== ] 163/2072 7% [==== ] 164/2072 7% [==== ] 165/2072 7% [==== ] 166/2072 8% [==== ] 167/2072 8% [===== ] 168/2072 8% [===== ] 169/2072 8% [===== ] 170/2072 8% [===== ] 171/2072 8% [===== ] 172/2072 8% [===== ] 173/2072 8% [===== ] 174/2072 8% [===== ] 175/2072 8% [===== ] 176/2072 8% [===== ] 177/2072 8% [===== ] 178/2072 8% [===== ] 179/2072 8% [===== ] 180/2072 8% [===== ] 181/2072 8% [===== ] 182/2072 8% [===== ] 183/2072 8% [===== ] 184/2072 8% [===== ] 185/2072 8% [===== ] 186/2072 8% [===== ] 187/2072 9% [===== ] 188/2072 9% [===== ] 189/2072 9% [===== ] 190/2072 9% [===== ] 191/2072 9% [===== ] 192/2072 9% [===== ] 193/2072 9% [===== ] 194/2072 9% [===== ] 195/2072 9% [===== ] 196/2072 9% [===== ] 197/2072 9% [===== ] 198/2072 9% [===== ] 199/2072 9% [===== ] 200/2072 9% [====== ] 201/2072 9% [====== ] 202/2072 9% [====== ] 203/2072 9% [====== ] 204/2072 9% [====== ] 205/2072 9% [====== ] 206/2072 9% [====== ] 207/2072 9% [====== ] 208/2072 10% [====== ] 209/2072 10% [====== ] 210/2072 10% [====== ] 211/2072 10% [====== ] 212/2072 10% [====== ] 213/2072 10% [====== ] 214/2072 10% [====== ] 215/2072 10% [====== ] 216/2072 10% [====== ] 217/2072 10% [====== ] 218/2072 10% [====== ] 219/2072 10% [====== ] 220/2072 10% [====== ] 221/2072 10% [====== ] 222/2072 10% [====== ] 223/2072 10% [====== ] 224/2072 10% [====== ] 225/2072 10% [====== ] 226/2072 10% [====== ] 227/2072 10% [====== ] 228/2072 11% [====== ] 229/2072 11% [====== ] 230/2072 11% [====== ] 231/2072 11% [====== ] 232/2072 11% [====== ] 233/2072 11% [======= ] 234/2072 11% [======= ] 235/2072 11% [======= ] 236/2072 11% [======= ] 237/2072 11% [======= ] 238/2072 11% [======= ] 239/2072 11% [======= ] 240/2072 11% [======= ] 241/2072 11% [======= ] 242/2072 11% [======= ] 243/2072 11% [======= ] 244/2072 11% [======= ] 245/2072 11% [======= ] 246/2072 11% [======= ] 247/2072 11% [======= ] 248/2072 11% [======= ] 249/2072 12% [======= ] 250/2072 12% [======= ] 251/2072 12% [======= ] 252/2072 12% [======= ] 253/2072 12% [======= ] 254/2072 12% [======= ] 255/2072 12% [======= ] 256/2072 12% [======= ] 257/2072 12% [======= ] 258/2072 12% [======= ] 259/2072 12% [======= ] 260/2072 12% [======= ] 261/2072 12% [======= ] 262/2072 12% [======= ] 263/2072 12% [======= ] 264/2072 12% [======= ] 265/2072 12% [======= ] 266/2072 12% [======= ] 267/2072 12% [======== ] 268/2072 12% [======== ] 269/2072 12% [======== ] 270/2072 13% [======== ] 271/2072 13% [======== ] 272/2072 13% [======== ] 273/2072 13% [======== ] 274/2072 13% [======== ] 275/2072 13% [======== ] 276/2072 13% [======== ] 277/2072 13% [======== ] 278/2072 13% [======== ] 279/2072 13% [======== ] 280/2072 13% [======== ] 281/2072 13% [======== ] 282/2072 13% [======== ] 283/2072 13% [======== ] 284/2072 13% [======== ] 285/2072 13% [======== ] 286/2072 13% [======== ] 287/2072 13% [======== ] 288/2072 13% [======== ] 289/2072 13% [======== ] 290/2072 13% [======== ] 291/2072 14% [======== ] 292/2072 14% [======== ] 293/2072 14% [======== ] 294/2072 14% [======== ] 295/2072 14% [======== ] 296/2072 14% [======== ] 297/2072 14% [======== ] 298/2072 14% [======== ] 299/2072 14% [======== ] 300/2072 14% [========= ] 301/2072 14% [========= ] 302/2072 14% [========= ] 303/2072 14% [========= ] 304/2072 14% [========= ] 305/2072 14% [========= ] 306/2072 14% [========= ] 307/2072 14% [========= ] 308/2072 14% [========= ] 309/2072 14% [========= ] 310/2072 14% [========= ] 311/2072 15% [========= ] 312/2072 15% [========= ] 313/2072 15% [========= ] 314/2072 15% [========= ] 315/2072 15% [========= ] 316/2072 15% [========= ] 317/2072 15% [========= ] 318/2072 15% [========= ] 319/2072 15% [========= ] 320/2072 15% [========= ] 321/2072 15% [========= ] 322/2072 15% [========= ] 323/2072 15% [========= ] 324/2072 15% [========= ] 325/2072 15% [========= ] 326/2072 15% [========= ] 327/2072 15% [========= ] 328/2072 15% [========= ] 329/2072 15% [========= ] 330/2072 15% [========= ] 331/2072 15% [========= ] 332/2072 16% [========= ] 333/2072 16% [========= ] 334/2072 16% [========== ] 335/2072 16% [========== ] 336/2072 16% [========== ] 337/2072 16% [========== ] 338/2072 16% [========== ] 339/2072 16% [========== ] 340/2072 16% [========== ] 341/2072 16% [========== ] 342/2072 16% [========== ] 343/2072 16% [========== ] 344/2072 16% [========== ] 345/2072 16% [========== ] 346/2072 16% [========== ] 347/2072 16% [========== ] 348/2072 16% [========== ] 349/2072 16% [========== ] 350/2072 16% [========== ] 351/2072 16% [========== ] 352/2072 16% [========== ] 353/2072 17% [========== ] 354/2072 17% [========== ] 355/2072 17% [========== ] 356/2072 17% [========== ] 357/2072 17% [========== ] 358/2072 17% [========== ] 359/2072 17% [========== ] 360/2072 17% [========== ] 361/2072 17% [========== ] 362/2072 17% [========== ] 363/2072 17% [========== ] 364/2072 17% [========== ] 365/2072 17% [========== ] 366/2072 17% [========== ] 367/2072 17% [=========== ] 368/2072 17% [=========== ] 369/2072 17% [=========== ] 370/2072 17% [=========== ] 371/2072 17% [=========== ] 372/2072 17% [=========== ] 373/2072 18% [=========== ] 374/2072 18% [=========== ] 375/2072 18% [=========== ] 376/2072 18% [=========== ] 377/2072 18% [=========== ] 378/2072 18% [=========== ] 379/2072 18% [=========== ] 380/2072 18% [=========== ] 381/2072 18% [=========== ] 382/2072 18% [=========== ] 383/2072 18% [=========== ] 384/2072 18% [=========== ] 385/2072 18% [=========== ] 386/2072 18% [=========== ] 387/2072 18% [=========== ] 388/2072 18% [=========== ] 389/2072 18% [=========== ] 390/2072 18% [=========== ] 391/2072 18% [=========== ] 392/2072 18% [=========== ] 393/2072 18% [=========== ] 394/2072 19% [=========== ] 395/2072 19% [=========== ] 396/2072 19% [=========== ] 397/2072 19% [=========== ] 398/2072 19% [=========== ] 399/2072 19% [=========== ] 400/2072 19% [=========== ] 401/2072 19% [============ ] 402/2072 19% [============ ] 403/2072 19% [============ ] 404/2072 19% [============ ] 405/2072 19% [============ ] 406/2072 19% [============ ] 407/2072 19% [============ ] 408/2072 19% [============ ] 409/2072 19% [============ ] 410/2072 19% [============ ] 411/2072 19% [============ ] 412/2072 19% [============ ] 413/2072 19% [============ ] 414/2072 19% [============ ] 415/2072 20% [============ ] 416/2072 20% [============ ] 417/2072 20% [============ ] 418/2072 20% [============ ] 419/2072 20% [============ ] 420/2072 20% [============ ] 421/2072 20% [============ ] 422/2072 20% [============ ] 423/2072 20% [============ ] 424/2072 20% [============ ] 425/2072 20% [============ ] 426/2072 20% [============ ] 427/2072 20% [============ ] 428/2072 20% [============ ] 429/2072 20% [============ ] 430/2072 20% [============ ] 431/2072 20% [============ ] 432/2072 20% [============ ] 433/2072 20% [============ ] 434/2072 20% [============= ] 435/2072 20% [============= ] 436/2072 21% [============= ] 437/2072 21% [============= ] 438/2072 21% [============= ] 439/2072 21% [============= ] 440/2072 21% [============= ] 441/2072 21% [============= ] 442/2072 21% [============= ] 443/2072 21% [============= ] 444/2072 21% [============= ] 445/2072 21% [============= ] 446/2072 21% [============= ] 447/2072 21% [============= ] 448/2072 21% [============= ] 449/2072 21% [============= ] 450/2072 21% [============= ] 451/2072 21% [============= ] 452/2072 21% [============= ] 453/2072 21% [============= ] 454/2072 21% [============= ] 455/2072 21% [============= ] 456/2072 22% [============= ] 457/2072 22% [============= ] 458/2072 22% [============= ] 459/2072 22% [============= ] 460/2072 22% [============= ] 461/2072 22% [============= ] 462/2072 22% [============= ] 463/2072 22% [============= ] 464/2072 22% [============= ] 465/2072 22% [============= ] 466/2072 22% [============= ] 467/2072 22% [============== ] 468/2072 22% [============== ] 469/2072 22% [============== ] 470/2072 22% [============== ] 471/2072 22% [============== ] 472/2072 22% [============== ] 473/2072 22% [============== ] 474/2072 22% [============== ] 475/2072 22% [============== ] 476/2072 22% [============== ] 477/2072 23% [============== ] 478/2072 23% [============== ] 479/2072 23% [============== ] 480/2072 23% [============== ] 481/2072 23% [============== ] 482/2072 23% [============== ] 483/2072 23% [============== ] 484/2072 23% [============== ] 485/2072 23% [============== ] 486/2072 23% [============== ] 487/2072 23% [============== ] 488/2072 23% [============== ] 489/2072 23% [============== ] 490/2072 23% [============== ] 491/2072 23% [============== ] 492/2072 23% [============== ] 493/2072 23% [============== ] 494/2072 23% [============== ] 495/2072 23% [============== ] 496/2072 23% [============== ] 497/2072 23% [============== ] 498/2072 24% [============== ] 499/2072 24% [============== ] 500/2072 24% [============== ] 501/2072 24% [=============== ] 502/2072 24% [=============== ] 503/2072 24% [=============== ] 504/2072 24% [=============== ] 505/2072 24% [=============== ] 506/2072 24% [=============== ] 507/2072 24% [=============== ] 508/2072 24% [=============== ] 509/2072 24% [=============== ] 510/2072 24% [=============== ] 511/2072 24% [=============== ] 512/2072 24% [=============== ] 513/2072 24% [=============== ] 514/2072 24% [=============== ] 515/2072 24% [=============== ] 516/2072 24% [=============== ] 517/2072 24% [=============== ] 518/2072 25% [=============== ] 519/2072 25% [=============== ] 520/2072 25% [=============== ] 521/2072 25% [=============== ] 522/2072 25% [=============== ] 523/2072 25% [=============== ] 524/2072 25% [=============== ] 525/2072 25% [=============== ] 526/2072 25% [=============== ] 527/2072 25% [=============== ] 528/2072 25% [=============== ] 529/2072 25% [=============== ] 530/2072 25% [=============== ] 531/2072 25% [=============== ] 532/2072 25% [=============== ] 533/2072 25% [=============== ] 534/2072 25% [================ ] 535/2072 25% [================ ] 536/2072 25% [================ ] 537/2072 25% [================ ] 538/2072 25% [================ ] 539/2072 26% [================ ] 540/2072 26% [================ ] 541/2072 26% [================ ] 542/2072 26% [================ ] 543/2072 26% [================ ] 544/2072 26% [================ ] 545/2072 26% [================ ] 546/2072 26% [================ ] 547/2072 26% [================ ] 548/2072 26% [================ ] 549/2072 26% [================ ] 550/2072 26% [================ ] 551/2072 26% [================ ] 552/2072 26% [================ ] 553/2072 26% [================ ] 554/2072 26% [================ ] 555/2072 26% [================ ] 556/2072 26% [================ ] 557/2072 26% [================ ] 558/2072 26% [================ ] 559/2072 26% [================ ] 560/2072 27% [================ ] 561/2072 27% [================ ] 562/2072 27% [================ ] 563/2072 27% [================ ] 564/2072 27% [================ ] 565/2072 27% [================ ] 566/2072 27% [================ ] 567/2072 27% [================ ] 568/2072 27% [================= ] 569/2072 27% [================= ] 570/2072 27% [================= ] 571/2072 27% [================= ] 572/2072 27% [================= ] 573/2072 27% [================= ] 574/2072 27% [================= ] 575/2072 27% [================= ] 576/2072 27% [================= ] 577/2072 27% [================= ] 578/2072 27% [================= ] 579/2072 27% [================= ] 580/2072 27% [================= ] 581/2072 28% [================= ] 582/2072 28% [================= ] 583/2072 28% [================= ] 584/2072 28% [================= ] 585/2072 28% [================= ] 586/2072 28% [================= ] 587/2072 28% [================= ] 588/2072 28% [================= ] 589/2072 28% [================= ] 590/2072 28% [================= ] 591/2072 28% [================= ] 592/2072 28% [================= ] 593/2072 28% [================= ] 594/2072 28% [================= ] 595/2072 28% [================= ] 596/2072 28% [================= ] 597/2072 28% [================= ] 598/2072 28% [================= ] 599/2072 28% [================= ] 600/2072 28% [================= ] 601/2072 29% [================== ] 602/2072 29% [================== ] 603/2072 29% [================== ] 604/2072 29% [================== ] 605/2072 29% [================== ] 606/2072 29% [================== ] 607/2072 29% [================== ] 608/2072 29% [================== ] 609/2072 29% [================== ] 610/2072 29% [================== ] 611/2072 29% [================== ] 612/2072 29% [================== ] 613/2072 29% [================== ] 614/2072 29% [================== ] 615/2072 29% [================== ] 616/2072 29% [================== ] 617/2072 29% [================== ] 618/2072 29% [================== ] 619/2072 29% [================== ] 620/2072 29% [================== ] 621/2072 29% [================== ] 622/2072 30% [================== ] 623/2072 30% [================== ] 624/2072 30% [================== ] 625/2072 30% [================== ] 626/2072 30% [================== ] 627/2072 30% [================== ] 628/2072 30% [================== ] 629/2072 30% [================== ] 630/2072 30% [================== ] 631/2072 30% [================== ] 632/2072 30% [================== ] 633/2072 30% [================== ] 634/2072 30% [=================== ] 635/2072 30% [=================== ] 636/2072 30% [=================== ] 637/2072 30% [=================== ] 638/2072 30% [=================== ] 639/2072 30% [=================== ] 640/2072 30% [=================== ] 641/2072 30% [=================== ] 642/2072 30% [=================== ] 643/2072 31% [=================== ] 644/2072 31% [=================== ] 645/2072 31% [=================== ] 646/2072 31% [=================== ] 647/2072 31% [=================== ] 648/2072 31% [=================== ] 649/2072 31% [=================== ] 650/2072 31% [=================== ] 651/2072 31% [=================== ] 652/2072 31% [=================== ] 653/2072 31% [=================== ] 654/2072 31% [=================== ] 655/2072 31% [=================== ] 656/2072 31% [=================== ] 657/2072 31% [=================== ] 658/2072 31% [=================== ] 659/2072 31% [=================== ] 660/2072 31% [=================== ] 661/2072 31% [=================== ] 662/2072 31% [=================== ] 663/2072 31% [=================== ] 664/2072 32% [=================== ] 665/2072 32% [=================== ] 666/2072 32% [=================== ] 667/2072 32% [=================== ] 668/2072 32% [==================== ] 669/2072 32% [==================== ] 670/2072 32% [==================== ] 671/2072 32% [==================== ] 672/2072 32% [==================== ] 673/2072 32% [==================== ] 674/2072 32% [==================== ] 675/2072 32% [==================== ] 676/2072 32% [==================== ] 677/2072 32% [==================== ] 678/2072 32% [==================== ] 679/2072 32% [==================== ] 680/2072 32% [==================== ] 681/2072 32% [==================== ] 682/2072 32% [==================== ] 683/2072 32% [==================== ] 684/2072 33% [==================== ] 685/2072 33% [==================== ] 686/2072 33% [==================== ] 687/2072 33% [==================== ] 688/2072 33% [==================== ] 689/2072 33% [==================== ] 690/2072 33% [==================== ] 691/2072 33% [==================== ] 692/2072 33% [==================== ] 693/2072 33% [==================== ] 694/2072 33% [==================== ] 695/2072 33% [==================== ] 696/2072 33% [==================== ] 697/2072 33% [==================== ] 698/2072 33% [==================== ] 699/2072 33% [==================== ] 700/2072 33% [==================== ] 701/2072 33% [===================== ] 702/2072 33% [===================== ] 703/2072 33% [===================== ] 704/2072 33% [===================== ] 705/2072 34% [===================== ] 706/2072 34% [===================== ] 707/2072 34% [===================== ] 708/2072 34% [===================== ] 709/2072 34% [===================== ] 710/2072 34% [===================== ] 711/2072 34% [===================== ] 712/2072 34% [===================== ] 713/2072 34% [===================== ] 714/2072 34% [===================== ] 715/2072 34% [===================== ] 716/2072 34% [===================== ] 717/2072 34% [===================== ] 718/2072 34% [===================== ] 719/2072 34% [===================== ] 720/2072 34% [===================== ] 721/2072 34% [===================== ] 722/2072 34% [===================== ] 723/2072 34% [===================== ] 724/2072 34% [===================== ] 725/2072 34% [===================== ] 726/2072 35% [===================== ] 727/2072 35% [===================== ] 728/2072 35% [===================== ] 729/2072 35% [===================== ] 730/2072 35% [===================== ] 731/2072 35% [===================== ] 732/2072 35% [===================== ] 733/2072 35% [===================== ] 734/2072 35% [===================== ] 735/2072 35% [====================== ] 736/2072 35% [====================== ] 737/2072 35% [====================== ] 738/2072 35% [====================== ] 739/2072 35% [====================== ] 740/2072 35% [====================== ] 741/2072 35% [====================== ] 742/2072 35% [====================== ] 743/2072 35% [====================== ] 744/2072 35% [====================== ] 745/2072 35% [====================== ] 746/2072 36% [====================== ] 747/2072 36% [====================== ] 748/2072 36% [====================== ] 749/2072 36% [====================== ] 750/2072 36% [====================== ] 751/2072 36% [====================== ] 752/2072 36% [====================== ] 753/2072 36% [====================== ] 754/2072 36% [====================== ] 755/2072 36% [====================== ] 756/2072 36% [====================== ] 757/2072 36% [====================== ] 758/2072 36% [====================== ] 759/2072 36% [====================== ] 760/2072 36% [====================== ] 761/2072 36% [====================== ] 762/2072 36% [====================== ] 763/2072 36% [====================== ] 764/2072 36% [====================== ] 765/2072 36% [====================== ] 766/2072 36% [====================== ] 767/2072 37% [====================== ] 768/2072 37% [======================= ] 769/2072 37% [======================= ] 770/2072 37% [======================= ] 771/2072 37% [======================= ] 772/2072 37% [======================= ] 773/2072 37% [======================= ] 774/2072 37% [======================= ] 775/2072 37% [======================= ] 776/2072 37% [======================= ] 777/2072 37% [======================= ] 778/2072 37% [======================= ] 779/2072 37% [======================= ] 780/2072 37% [======================= ] 781/2072 37% [======================= ] 782/2072 37% [======================= ] 783/2072 37% [======================= ] 784/2072 37% [======================= ] 785/2072 37% [======================= ] 786/2072 37% [======================= ] 787/2072 37% [======================= ] 788/2072 38% [======================= ] 789/2072 38% [======================= ] 790/2072 38% [======================= ] 791/2072 38% [======================= ] 792/2072 38% [======================= ] 793/2072 38% [======================= ] 794/2072 38% [======================= ] 795/2072 38% [======================= ] 796/2072 38% [======================= ] 797/2072 38% [======================= ] 798/2072 38% [======================= ] 799/2072 38% [======================= ] 800/2072 38% [======================= ] 801/2072 38% [======================= ] 802/2072 38% [======================== ] 803/2072 38% [======================== ] 804/2072 38% [======================== ] 805/2072 38% [======================== ] 806/2072 38% [======================== ] 807/2072 38% [======================== ] 808/2072 38% [======================== ] 809/2072 39% [======================== ] 810/2072 39% [======================== ] 811/2072 39% [======================== ] 812/2072 39% [======================== ] 813/2072 39% [======================== ] 814/2072 39% [======================== ] 815/2072 39% [======================== ] 816/2072 39% [======================== ] 817/2072 39% [======================== ] 818/2072 39% [======================== ] 819/2072 39% [======================== ] 820/2072 39% [======================== ] 821/2072 39% [======================== ] 822/2072 39% [======================== ] 823/2072 39% [======================== ] 824/2072 39% [======================== ] 825/2072 39% [======================== ] 826/2072 39% [======================== ] 827/2072 39% [======================== ] 828/2072 39% [======================== ] 829/2072 40% [======================== ] 830/2072 40% [======================== ] 831/2072 40% [======================== ] 832/2072 40% [======================== ] 833/2072 40% [======================== ] 834/2072 40% [======================== ] 835/2072 40% [========================= ] 836/2072 40% [========================= ] 837/2072 40% [========================= ] 838/2072 40% [========================= ] 839/2072 40% [========================= ] 840/2072 40% [========================= ] 841/2072 40% [========================= ] 842/2072 40% [========================= ] 843/2072 40% [========================= ] 844/2072 40% [========================= ] 845/2072 40% [========================= ] 846/2072 40% [========================= ] 847/2072 40% [========================= ] 848/2072 40% [========================= ] 849/2072 40% [========================= ] 850/2072 41% [========================= ] 851/2072 41% [========================= ] 852/2072 41% [========================= ] 853/2072 41% [========================= ] 854/2072 41% [========================= ] 855/2072 41% [========================= ] 856/2072 41% [========================= ] 857/2072 41% [========================= ] 858/2072 41% [========================= ] 859/2072 41% [========================= ] 860/2072 41% [========================= ] 861/2072 41% [========================= ] 862/2072 41% [========================= ] 863/2072 41% [========================= ] 864/2072 41% [========================= ] 865/2072 41% [========================= ] 866/2072 41% [========================= ] 867/2072 41% [========================= ] 868/2072 41% [========================== ] 869/2072 41% [========================== ] 870/2072 41% [========================== ] 871/2072 42% [========================== ] 872/2072 42% [========================== ] 873/2072 42% [========================== ] 874/2072 42% [========================== ] 875/2072 42% [========================== ] 876/2072 42% [========================== ] 877/2072 42% [========================== ] 878/2072 42% [========================== ] 879/2072 42% [========================== ] 880/2072 42% [========================== ] 881/2072 42% [========================== ] 882/2072 42% [========================== ] 883/2072 42% [========================== ] 884/2072 42% [========================== ] 885/2072 42% [========================== ] 886/2072 42% [========================== ] 887/2072 42% [========================== ] 888/2072 42% [========================== ] 889/2072 42% [========================== ] 890/2072 42% [========================== ] 891/2072 43% [========================== ] 892/2072 43% [========================== ] 893/2072 43% [========================== ] 894/2072 43% [========================== ] 895/2072 43% [========================== ] 896/2072 43% [========================== ] 897/2072 43% [========================== ] 898/2072 43% [========================== ] 899/2072 43% [========================== ] 900/2072 43% [========================== ] 901/2072 43% [========================== ] 902/2072 43% [=========================== ] 903/2072 43% [=========================== ] 904/2072 43% [=========================== ] 905/2072 43% [=========================== ] 906/2072 43% [=========================== ] 907/2072 43% [=========================== ] 908/2072 43% [=========================== ] 909/2072 43% [=========================== ] 910/2072 43% [=========================== ] 911/2072 43% [=========================== ] 912/2072 44% [=========================== ] 913/2072 44% [=========================== ] 914/2072 44% [=========================== ] 915/2072 44% [=========================== ] 916/2072 44% [=========================== ] 917/2072 44% [=========================== ] 918/2072 44% [=========================== ] 919/2072 44% [=========================== ] 920/2072 44% [=========================== ] 921/2072 44% [=========================== ] 922/2072 44% [=========================== ] 923/2072 44% [=========================== ] 924/2072 44% [=========================== ] 925/2072 44% [=========================== ] 926/2072 44% [=========================== ] 927/2072 44% [=========================== ] 928/2072 44% [=========================== ] 929/2072 44% [=========================== ] 930/2072 44% [=========================== ] 931/2072 44% [=========================== ] 932/2072 44% [=========================== ] 933/2072 45% [=========================== ] 934/2072 45% [=========================== ] 935/2072 45% [============================ ] 936/2072 45% [============================ ] 937/2072 45% [============================ ] 938/2072 45% [============================ ] 939/2072 45% [============================ ] 940/2072 45% [============================ ] 941/2072 45% [============================ ] 942/2072 45% [============================ ] 943/2072 45% [============================ ] 944/2072 45% [============================ ] 945/2072 45% [============================ ] 946/2072 45% [============================ ] 947/2072 45% [============================ ] 948/2072 45% [============================ ] 949/2072 45% [============================ ] 950/2072 45% [============================ ] 951/2072 45% [============================ ] 952/2072 45% [============================ ] 953/2072 45% [============================ ] 954/2072 46% [============================ ] 955/2072 46% [============================ ] 956/2072 46% [============================ ] 957/2072 46% [============================ ] 958/2072 46% [============================ ] 959/2072 46% [============================ ] 960/2072 46% [============================ ] 961/2072 46% [============================ ] 962/2072 46% [============================ ] 963/2072 46% [============================ ] 964/2072 46% [============================ ] 965/2072 46% [============================ ] 966/2072 46% [============================ ] 967/2072 46% [============================ ] 968/2072 46% [============================ ] 969/2072 46% [============================= ] 970/2072 46% [============================= ] 971/2072 46% [============================= ] 972/2072 46% [============================= ] 973/2072 46% [============================= ] 974/2072 47% [============================= ] 975/2072 47% [============================= ] 976/2072 47% [============================= ] 977/2072 47% [============================= ] 978/2072 47% [============================= ] 979/2072 47% [============================= ] 980/2072 47% [============================= ] 981/2072 47% [============================= ] 982/2072 47% [============================= ] 983/2072 47% [============================= ] 984/2072 47% [============================= ] 985/2072 47% [============================= ] 986/2072 47% [============================= ] 987/2072 47% [============================= ] 988/2072 47% [============================= ] 989/2072 47% [============================= ] 990/2072 47% [============================= ] 991/2072 47% [============================= ] 992/2072 47% [============================= ] 993/2072 47% [============================= ] 994/2072 47% [============================= ] 995/2072 48% [============================= ] 996/2072 48% [============================= ] 997/2072 48% [============================= ] 998/2072 48% [============================= ] 999/2072 48% [============================= ] 1000/2072 48% [============================= ] 1001/2072 48% [============================= ] 1002/2072 48% [============================== ] 1003/2072 48% [============================== ] 1004/2072 48% [============================== ] 1005/2072 48% [============================== ] 1006/2072 48% [============================== ] 1007/2072 48% [============================== ] 1008/2072 48% [============================== ] 1009/2072 48% [============================== ] 1010/2072 48% [============================== ] 1011/2072 48% [============================== ] 1012/2072 48% [============================== ] 1013/2072 48% [============================== ] 1014/2072 48% [============================== ] 1015/2072 48% [============================== ] 1016/2072 49% [============================== ] 1017/2072 49% [============================== ] 1018/2072 49% [============================== ] 1019/2072 49% [============================== ] 1020/2072 49% [============================== ] 1021/2072 49% [============================== ] 1022/2072 49% [============================== ] 1023/2072 49% [============================== ] 1024/2072 49% [============================== ] 1025/2072 49% [============================== ] 1026/2072 49% [============================== ] 1027/2072 49% [============================== ] 1028/2072 49% [============================== ] 1029/2072 49% [============================== ] 1030/2072 49% [============================== ] 1031/2072 49% [============================== ] 1032/2072 49% [============================== ] 1033/2072 49% [============================== ] 1034/2072 49% [============================== ] 1035/2072 49% [=============================== ] 1036/2072 50% [=============================== ] 1037/2072 50% [=============================== ] 1038/2072 50% [=============================== ] 1039/2072 50% [=============================== ] 1040/2072 50% [=============================== ] 1041/2072 50% [=============================== ] 1042/2072 50% [=============================== ] 1043/2072 50% [=============================== ] 1044/2072 50% [=============================== ] 1045/2072 50% [=============================== ] 1046/2072 50% [=============================== ] 1047/2072 50% [=============================== ] 1048/2072 50% [=============================== ] 1049/2072 50% [=============================== ] 1050/2072 50% [=============================== ] 1051/2072 50% [=============================== ] 1052/2072 50% [=============================== ] 1053/2072 50% [=============================== ] 1054/2072 50% [=============================== ] 1055/2072 50% [=============================== ] 1056/2072 50% [=============================== ] 1057/2072 51% [=============================== ] 1058/2072 51% [=============================== ] 1059/2072 51% [=============================== ] 1060/2072 51% [=============================== ] 1061/2072 51% [=============================== ] 1062/2072 51% [=============================== ] 1063/2072 51% [=============================== ] 1064/2072 51% [=============================== ] 1065/2072 51% [=============================== ] 1066/2072 51% [=============================== ] 1067/2072 51% [=============================== ] 1068/2072 51% [=============================== ] 1069/2072 51% [================================ ] 1070/2072 51% [================================ ] 1071/2072 51% [================================ ] 1072/2072 51% [================================ ] 1073/2072 51% [================================ ] 1074/2072 51% [================================ ] 1075/2072 51% [================================ ] 1076/2072 51% [================================ ] 1077/2072 51% [================================ ] 1078/2072 52% [================================ ] 1079/2072 52% [================================ ] 1080/2072 52% [================================ ] 1081/2072 52% [================================ ] 1082/2072 52% [================================ ] 1083/2072 52% [================================ ] 1084/2072 52% [================================ ] 1085/2072 52% [================================ ] 1086/2072 52% [================================ ] 1087/2072 52% [================================ ] 1088/2072 52% [================================ ] 1089/2072 52% [================================ ] 1090/2072 52% [================================ ] 1091/2072 52% [================================ ] 1092/2072 52% [================================ ] 1093/2072 52% [================================ ] 1094/2072 52% [================================ ] 1095/2072 52% [================================ ] 1096/2072 52% [================================ ] 1097/2072 52% [================================ ] 1098/2072 52% [================================ ] 1099/2072 53% [================================ ] 1100/2072 53% [================================ ] 1101/2072 53% [================================ ] 1102/2072 53% [================================= ] 1103/2072 53% [================================= ] 1104/2072 53% [================================= ] 1105/2072 53% [================================= ] 1106/2072 53% [================================= ] 1107/2072 53% [================================= ] 1108/2072 53% [================================= ] 1109/2072 53% [================================= ] 1110/2072 53% [================================= ] 1111/2072 53% [================================= ] 1112/2072 53% [================================= ] 1113/2072 53% [================================= ] 1114/2072 53% [================================= ] 1115/2072 53% [================================= ] 1116/2072 53% [================================= ] 1117/2072 53% [================================= ] 1118/2072 53% [================================= ] 1119/2072 54% [================================= ] 1120/2072 54% [================================= ] 1121/2072 54% [================================= ] 1122/2072 54% [================================= ] 1123/2072 54% [================================= ] 1124/2072 54% [================================= ] 1125/2072 54% [================================= ] 1126/2072 54% [================================= ] 1127/2072 54% [================================= ] 1128/2072 54% [================================= ] 1129/2072 54% [================================= ] 1130/2072 54% [================================= ] 1131/2072 54% [================================= ] 1132/2072 54% [================================= ] 1133/2072 54% [================================= ] 1134/2072 54% [================================= ] 1135/2072 54% [================================= ] 1136/2072 54% [================================== ] 1137/2072 54% [================================== ] 1138/2072 54% [================================== ] 1139/2072 54% [================================== ] 1140/2072 55% [================================== ] 1141/2072 55% [================================== ] 1142/2072 55% [================================== ] 1143/2072 55% [================================== ] 1144/2072 55% [================================== ] 1145/2072 55% [================================== ] 1146/2072 55% [================================== ] 1147/2072 55% [================================== ] 1148/2072 55% [================================== ] 1149/2072 55% [================================== ] 1150/2072 55% [================================== ] 1151/2072 55% [================================== ] 1152/2072 55% [================================== ] 1153/2072 55% [================================== ] 1154/2072 55% [================================== ] 1155/2072 55% [================================== ] 1156/2072 55% [================================== ] 1157/2072 55% [================================== ] 1158/2072 55% [================================== ] 1159/2072 55% [================================== ] 1160/2072 55% [================================== ] 1161/2072 56% [================================== ] 1162/2072 56% [================================== ] 1163/2072 56% [================================== ] 1164/2072 56% [================================== ] 1165/2072 56% [================================== ] 1166/2072 56% [================================== ] 1167/2072 56% [================================== ] 1168/2072 56% [================================== ] 1169/2072 56% [=================================== ] 1170/2072 56% [=================================== ] 1171/2072 56% [=================================== ] 1172/2072 56% [=================================== ] 1173/2072 56% [=================================== ] 1174/2072 56% [=================================== ] 1175/2072 56% [=================================== ] 1176/2072 56% [=================================== ] 1177/2072 56% [=================================== ] 1178/2072 56% [=================================== ] 1179/2072 56% [=================================== ] 1180/2072 56% [=================================== ] 1181/2072 56% [=================================== ] 1182/2072 57% [=================================== ] 1183/2072 57% [=================================== ] 1184/2072 57% [=================================== ] 1185/2072 57% [=================================== ] 1186/2072 57% [=================================== ] 1187/2072 57% [=================================== ] 1188/2072 57% [=================================== ] 1189/2072 57% [=================================== ] 1190/2072 57% [=================================== ] 1191/2072 57% [=================================== ] 1192/2072 57% [=================================== ] 1193/2072 57% [=================================== ] 1194/2072 57% [=================================== ] 1195/2072 57% [=================================== ] 1196/2072 57% [=================================== ] 1197/2072 57% [=================================== ] 1198/2072 57% [=================================== ] 1199/2072 57% [=================================== ] 1200/2072 57% [=================================== ] 1201/2072 57% [=================================== ] 1202/2072 58% [=================================== ] 1203/2072 58% [==================================== ] 1204/2072 58% [==================================== ] 1205/2072 58% [==================================== ] 1206/2072 58% [==================================== ] 1207/2072 58% [==================================== ] 1208/2072 58% [==================================== ] 1209/2072 58% [==================================== ] 1210/2072 58% [==================================== ] 1211/2072 58% [==================================== ] 1212/2072 58% [==================================== ] 1213/2072 58% [==================================== ] 1214/2072 58% [==================================== ] 1215/2072 58% [==================================== ] 1216/2072 58% [==================================== ] 1217/2072 58% [==================================== ] 1218/2072 58% [==================================== ] 1219/2072 58% [==================================== ] 1220/2072 58% [==================================== ] 1221/2072 58% [==================================== ] 1222/2072 58% [==================================== ] 1223/2072 59% [==================================== ] 1224/2072 59% [==================================== ] 1225/2072 59% [==================================== ] 1226/2072 59% [==================================== ] 1227/2072 59% [==================================== ] 1228/2072 59% [==================================== ] 1229/2072 59% [==================================== ] 1230/2072 59% [==================================== ] 1231/2072 59% [==================================== ] 1232/2072 59% [==================================== ] 1233/2072 59% [==================================== ] 1234/2072 59% [==================================== ] 1235/2072 59% [==================================== ] 1236/2072 59% [===================================== ] 1237/2072 59% [===================================== ] 1238/2072 59% [===================================== ] 1239/2072 59% [===================================== ] 1240/2072 59% [===================================== ] 1241/2072 59% [===================================== ] 1242/2072 59% [===================================== ] 1243/2072 59% [===================================== ] 1244/2072 60% [===================================== ] 1245/2072 60% [===================================== ] 1246/2072 60% [===================================== ] 1247/2072 60% [===================================== ] 1248/2072 60% [===================================== ] 1249/2072 60% [===================================== ] 1250/2072 60% [===================================== ] 1251/2072 60% [===================================== ] 1252/2072 60% [===================================== ] 1253/2072 60% [===================================== ] 1254/2072 60% [===================================== ] 1255/2072 60% [===================================== ] 1256/2072 60% [===================================== ] 1257/2072 60% [===================================== ] 1258/2072 60% [===================================== ] 1259/2072 60% [===================================== ] 1260/2072 60% [===================================== ] 1261/2072 60% [===================================== ] 1262/2072 60% [===================================== ] 1263/2072 60% [===================================== ] 1264/2072 61% [===================================== ] 1265/2072 61% [===================================== ] 1266/2072 61% [===================================== ] 1267/2072 61% [===================================== ] 1268/2072 61% [===================================== ] 1269/2072 61% [====================================== ] 1270/2072 61% [====================================== ] 1271/2072 61% [====================================== ] 1272/2072 61% [====================================== ] 1273/2072 61% [====================================== ] 1274/2072 61% [====================================== ] 1275/2072 61% [====================================== ] 1276/2072 61% [====================================== ] 1277/2072 61% [====================================== ] 1278/2072 61% [====================================== ] 1279/2072 61% [====================================== ] 1280/2072 61% [====================================== ] 1281/2072 61% [====================================== ] 1282/2072 61% [====================================== ] 1283/2072 61% [====================================== ] 1284/2072 61% [====================================== ] 1285/2072 62% [====================================== ] 1286/2072 62% [====================================== ] 1287/2072 62% [====================================== ] 1288/2072 62% [====================================== ] 1289/2072 62% [====================================== ] 1290/2072 62% [====================================== ] 1291/2072 62% [====================================== ] 1292/2072 62% [====================================== ] 1293/2072 62% [====================================== ] 1294/2072 62% [====================================== ] 1295/2072 62% [====================================== ] 1296/2072 62% [====================================== ] 1297/2072 62% [====================================== ] 1298/2072 62% [====================================== ] 1299/2072 62% [====================================== ] 1300/2072 62% [====================================== ] 1301/2072 62% [====================================== ] 1302/2072 62% [====================================== ] 1303/2072 62% [======================================= ] 1304/2072 62% [======================================= ] 1305/2072 62% [======================================= ] 1306/2072 63% [======================================= ] 1307/2072 63% [======================================= ] 1308/2072 63% [======================================= ] 1309/2072 63% [======================================= ] 1310/2072 63% [======================================= ] 1311/2072 63% [======================================= ] 1312/2072 63% [======================================= ] 1313/2072 63% [======================================= ] 1314/2072 63% [======================================= ] 1315/2072 63% [======================================= ] 1316/2072 63% [======================================= ] 1317/2072 63% [======================================= ] 1318/2072 63% [======================================= ] 1319/2072 63% [======================================= ] 1320/2072 63% [======================================= ] 1321/2072 63% [======================================= ] 1322/2072 63% [======================================= ] 1323/2072 63% [======================================= ] 1324/2072 63% [======================================= ] 1325/2072 63% [======================================= ] 1326/2072 63% [======================================= ] 1327/2072 64% [======================================= ] 1328/2072 64% [======================================= ] 1329/2072 64% [======================================= ] 1330/2072 64% [======================================= ] 1331/2072 64% [======================================= ] 1332/2072 64% [======================================= ] 1333/2072 64% [======================================= ] 1334/2072 64% [======================================= ] 1335/2072 64% [======================================= ] 1336/2072 64% [======================================== ] 1337/2072 64% [======================================== ] 1338/2072 64% [======================================== ] 1339/2072 64% [======================================== ] 1340/2072 64% [======================================== ] 1341/2072 64% [======================================== ] 1342/2072 64% [======================================== ] 1343/2072 64% [======================================== ] 1344/2072 64% [======================================== ] 1345/2072 64% [======================================== ] 1346/2072 64% [======================================== ] 1347/2072 65% [======================================== ] 1348/2072 65% [======================================== ] 1349/2072 65% [======================================== ] 1350/2072 65% [======================================== ] 1351/2072 65% [======================================== ] 1352/2072 65% [======================================== ] 1353/2072 65% [======================================== ] 1354/2072 65% [======================================== ] 1355/2072 65% [======================================== ] 1356/2072 65% [======================================== ] 1357/2072 65% [======================================== ] 1358/2072 65% [======================================== ] 1359/2072 65% [======================================== ] 1360/2072 65% [======================================== ] 1361/2072 65% [======================================== ] 1362/2072 65% [======================================== ] 1363/2072 65% [======================================== ] 1364/2072 65% [======================================== ] 1365/2072 65% [======================================== ] 1366/2072 65% [======================================== ] 1367/2072 65% [======================================== ] 1368/2072 66% [======================================== ] 1369/2072 66% [======================================== ] 1370/2072 66% [========================================= ] 1371/2072 66% [========================================= ] 1372/2072 66% [========================================= ] 1373/2072 66% [========================================= ] 1374/2072 66% [========================================= ] 1375/2072 66% [========================================= ] 1376/2072 66% [========================================= ] 1377/2072 66% [========================================= ] 1378/2072 66% [========================================= ] 1379/2072 66% [========================================= ] 1380/2072 66% [========================================= ] 1381/2072 66% [========================================= ] 1382/2072 66% [========================================= ] 1383/2072 66% [========================================= ] 1384/2072 66% [========================================= ] 1385/2072 66% [========================================= ] 1386/2072 66% [========================================= ] 1387/2072 66% [========================================= ] 1388/2072 66% [========================================= ] 1389/2072 67% [========================================= ] 1390/2072 67% [========================================= ] 1391/2072 67% [========================================= ] 1392/2072 67% [========================================= ] 1393/2072 67% [========================================= ] 1394/2072 67% [========================================= ] 1395/2072 67% [========================================= ] 1396/2072 67% [========================================= ] 1397/2072 67% [========================================= ] 1398/2072 67% [========================================= ] 1399/2072 67% [========================================= ] 1400/2072 67% [========================================= ] 1401/2072 67% [========================================= ] 1402/2072 67% [========================================= ] 1403/2072 67% [========================================== ] 1404/2072 67% [========================================== ] 1405/2072 67% [========================================== ] 1406/2072 67% [========================================== ] 1407/2072 67% [========================================== ] 1408/2072 67% [========================================== ] 1409/2072 68% [========================================== ] 1410/2072 68% [========================================== ] 1411/2072 68% [========================================== ] 1412/2072 68% [========================================== ] 1413/2072 68% [========================================== ] 1414/2072 68% [========================================== ] 1415/2072 68% [========================================== ] 1416/2072 68% [========================================== ] 1417/2072 68% [========================================== ] 1418/2072 68% [========================================== ] 1419/2072 68% [========================================== ] 1420/2072 68% [========================================== ] 1421/2072 68% [========================================== ] 1422/2072 68% [========================================== ] 1423/2072 68% [========================================== ] 1424/2072 68% [========================================== ] 1425/2072 68% [========================================== ] 1426/2072 68% [========================================== ] 1427/2072 68% [========================================== ] 1428/2072 68% [========================================== ] 1429/2072 68% [========================================== ] 1430/2072 69% [========================================== ] 1431/2072 69% [========================================== ] 1432/2072 69% [========================================== ] 1433/2072 69% [========================================== ] 1434/2072 69% [========================================== ] 1435/2072 69% [========================================== ] 1436/2072 69% [========================================== ] 1437/2072 69% [=========================================== ] 1438/2072 69% [=========================================== ] 1439/2072 69% [=========================================== ] 1440/2072 69% [=========================================== ] 1441/2072 69% [=========================================== ] 1442/2072 69% [=========================================== ] 1443/2072 69% [=========================================== ] 1444/2072 69% [=========================================== ] 1445/2072 69% [=========================================== ] 1446/2072 69% [=========================================== ] 1447/2072 69% [=========================================== ] 1448/2072 69% [=========================================== ] 1449/2072 69% [=========================================== ] 1450/2072 69% [=========================================== ] 1451/2072 70% [=========================================== ] 1452/2072 70% [=========================================== ] 1453/2072 70% [=========================================== ] 1454/2072 70% [=========================================== ] 1455/2072 70% [=========================================== ] 1456/2072 70% [=========================================== ] 1457/2072 70% [=========================================== ] 1458/2072 70% [=========================================== ] 1459/2072 70% [=========================================== ] 1460/2072 70% [=========================================== ] 1461/2072 70% [=========================================== ] 1462/2072 70% [=========================================== ] 1463/2072 70% [=========================================== ] 1464/2072 70% [=========================================== ] 1465/2072 70% [=========================================== ] 1466/2072 70% [=========================================== ] 1467/2072 70% [=========================================== ] 1468/2072 70% [=========================================== ] 1469/2072 70% [=========================================== ] 1470/2072 70% [============================================ ] 1471/2072 70% [============================================ ] 1472/2072 71% [============================================ ] 1473/2072 71% [============================================ ] 1474/2072 71% [============================================ ] 1475/2072 71% [============================================ ] 1476/2072 71% [============================================ ] 1477/2072 71% [============================================ ] 1478/2072 71% [============================================ ] 1479/2072 71% [============================================ ] 1480/2072 71% [============================================ ] 1481/2072 71% [============================================ ] 1482/2072 71% [============================================ ] 1483/2072 71% [============================================ ] 1484/2072 71% [============================================ ] 1485/2072 71% [============================================ ] 1486/2072 71% [============================================ ] 1487/2072 71% [============================================ ] 1488/2072 71% [============================================ ] 1489/2072 71% [============================================ ] 1490/2072 71% [============================================ ] 1491/2072 71% [============================================ ] 1492/2072 72% [============================================ ] 1493/2072 72% [============================================ ] 1494/2072 72% [============================================ ] 1495/2072 72% [============================================ ] 1496/2072 72% [============================================ ] 1497/2072 72% [============================================ ] 1498/2072 72% [============================================ ] 1499/2072 72% [============================================ ] 1500/2072 72% [============================================ ] 1501/2072 72% [============================================ ] 1502/2072 72% [============================================ ] 1503/2072 72% [============================================= ] 1504/2072 72% [============================================= ] 1505/2072 72% [============================================= ] 1506/2072 72% [============================================= ] 1507/2072 72% [============================================= ] 1508/2072 72% [============================================= ] 1509/2072 72% [============================================= ] 1510/2072 72% [============================================= ] 1511/2072 72% [============================================= ] 1512/2072 72% [============================================= ] 1513/2072 73% [============================================= ] 1514/2072 73% [============================================= ] 1515/2072 73% [============================================= ] 1516/2072 73% [============================================= ] 1517/2072 73% [============================================= ] 1518/2072 73% [============================================= ] 1519/2072 73% [============================================= ] 1520/2072 73% [============================================= ] 1521/2072 73% [============================================= ] 1522/2072 73% [============================================= ] 1523/2072 73% [============================================= ] 1524/2072 73% [============================================= ] 1525/2072 73% [============================================= ] 1526/2072 73% [============================================= ] 1527/2072 73% [============================================= ] 1528/2072 73% [============================================= ] 1529/2072 73% [============================================= ] 1530/2072 73% [============================================= ] 1531/2072 73% [============================================= ] 1532/2072 73% [============================================= ] 1533/2072 73% [============================================= ] 1534/2072 74% [============================================= ] 1535/2072 74% [============================================= ] 1536/2072 74% [============================================= ] 1537/2072 74% [============================================== ] 1538/2072 74% [============================================== ] 1539/2072 74% [============================================== ] 1540/2072 74% [============================================== ] 1541/2072 74% [============================================== ] 1542/2072 74% [============================================== ] 1543/2072 74% [============================================== ] 1544/2072 74% [============================================== ] 1545/2072 74% [============================================== ] 1546/2072 74% [============================================== ] 1547/2072 74% [============================================== ] 1548/2072 74% [============================================== ] 1549/2072 74% [============================================== ] 1550/2072 74% [============================================== ] 1551/2072 74% [============================================== ] 1552/2072 74% [============================================== ] 1553/2072 74% [============================================== ] 1554/2072 75% [============================================== ] 1555/2072 75% [============================================== ] 1556/2072 75% [============================================== ] 1557/2072 75% [============================================== ] 1558/2072 75% [============================================== ] 1559/2072 75% [============================================== ] 1560/2072 75% [============================================== ] 1561/2072 75% [============================================== ] 1562/2072 75% [============================================== ] 1563/2072 75% [============================================== ] 1564/2072 75% [============================================== ] 1565/2072 75% [============================================== ] 1566/2072 75% [============================================== ] 1567/2072 75% [============================================== ] 1568/2072 75% [============================================== ] 1569/2072 75% [============================================== ] 1570/2072 75% [=============================================== ] 1571/2072 75% [=============================================== ] 1572/2072 75% [=============================================== ] 1573/2072 75% [=============================================== ] 1574/2072 75% [=============================================== ] 1575/2072 76% [=============================================== ] 1576/2072 76% [=============================================== ] 1577/2072 76% [=============================================== ] 1578/2072 76% [=============================================== ] 1579/2072 76% [=============================================== ] 1580/2072 76% [=============================================== ] 1581/2072 76% [=============================================== ] 1582/2072 76% [=============================================== ] 1583/2072 76% [=============================================== ] 1584/2072 76% [=============================================== ] 1585/2072 76% [=============================================== ] 1586/2072 76% [=============================================== ] 1587/2072 76% [=============================================== ] 1588/2072 76% [=============================================== ] 1589/2072 76% [=============================================== ] 1590/2072 76% [=============================================== ] 1591/2072 76% [=============================================== ] 1592/2072 76% [=============================================== ] 1593/2072 76% [=============================================== ] 1594/2072 76% [=============================================== ] 1595/2072 76% [=============================================== ] 1596/2072 77% [=============================================== ] 1597/2072 77% [=============================================== ] 1598/2072 77% [=============================================== ] 1599/2072 77% [=============================================== ] 1600/2072 77% [=============================================== ] 1601/2072 77% [=============================================== ] 1602/2072 77% [=============================================== ] 1603/2072 77% [=============================================== ] 1604/2072 77% [================================================ ] 1605/2072 77% [================================================ ] 1606/2072 77% [================================================ ] 1607/2072 77% [================================================ ] 1608/2072 77% [================================================ ] 1609/2072 77% [================================================ ] 1610/2072 77% [================================================ ] 1611/2072 77% [================================================ ] 1612/2072 77% [================================================ ] 1613/2072 77% [================================================ ] 1614/2072 77% [================================================ ] 1615/2072 77% [================================================ ] 1616/2072 77% [================================================ ] 1617/2072 78% [================================================ ] 1618/2072 78% [================================================ ] 1619/2072 78% [================================================ ] 1620/2072 78% [================================================ ] 1621/2072 78% [================================================ ] 1622/2072 78% [================================================ ] 1623/2072 78% [================================================ ] 1624/2072 78% [================================================ ] 1625/2072 78% [================================================ ] 1626/2072 78% [================================================ ] 1627/2072 78% [================================================ ] 1628/2072 78% [================================================ ] 1629/2072 78% [================================================ ] 1630/2072 78% [================================================ ] 1631/2072 78% [================================================ ] 1632/2072 78% [================================================ ] 1633/2072 78% [================================================ ] 1634/2072 78% [================================================ ] 1635/2072 78% [================================================ ] 1636/2072 78% [================================================ ] 1637/2072 79% [================================================= ] 1638/2072 79% [================================================= ] 1639/2072 79% [================================================= ] 1640/2072 79% [================================================= ] 1641/2072 79% [================================================= ] 1642/2072 79% [================================================= ] 1643/2072 79% [================================================= ] 1644/2072 79% [================================================= ] 1645/2072 79% [================================================= ] 1646/2072 79% [================================================= ] 1647/2072 79% [================================================= ] 1648/2072 79% [================================================= ] 1649/2072 79% [================================================= ] 1650/2072 79% [================================================= ] 1651/2072 79% [================================================= ] 1652/2072 79% [================================================= ] 1653/2072 79% [================================================= ] 1654/2072 79% [================================================= ] 1655/2072 79% [================================================= ] 1656/2072 79% [================================================= ] 1657/2072 79% [================================================= ] 1658/2072 80% [================================================= ] 1659/2072 80% [================================================= ] 1660/2072 80% [================================================= ] 1661/2072 80% [================================================= ] 1662/2072 80% [================================================= ] 1663/2072 80% [================================================= ] 1664/2072 80% [================================================= ] 1665/2072 80% [================================================= ] 1666/2072 80% [================================================= ] 1667/2072 80% [================================================= ] 1668/2072 80% [================================================= ] 1669/2072 80% [================================================= ] 1670/2072 80% [================================================== ] 1671/2072 80% [================================================== ] 1672/2072 80% [================================================== ] 1673/2072 80% [================================================== ] 1674/2072 80% [================================================== ] 1675/2072 80% [================================================== ] 1676/2072 80% [================================================== ] 1677/2072 80% [================================================== ] 1678/2072 80% [================================================== ] 1679/2072 81% [================================================== ] 1680/2072 81% [================================================== ] 1681/2072 81% [================================================== ] 1682/2072 81% [================================================== ] 1683/2072 81% [================================================== ] 1684/2072 81% [================================================== ] 1685/2072 81% [================================================== ] 1686/2072 81% [================================================== ] 1687/2072 81% [================================================== ] 1688/2072 81% [================================================== ] 1689/2072 81% [================================================== ] 1690/2072 81% [================================================== ] 1691/2072 81% [================================================== ] 1692/2072 81% [================================================== ] 1693/2072 81% [================================================== ] 1694/2072 81% [================================================== ] 1695/2072 81% [================================================== ] 1696/2072 81% [================================================== ] 1697/2072 81% [================================================== ] 1698/2072 81% [================================================== ] 1699/2072 81% [================================================== ] 1700/2072 82% [================================================== ] 1701/2072 82% [================================================== ] 1702/2072 82% [================================================== ] 1703/2072 82% [================================================== ] 1704/2072 82% [=================================================== ] 1705/2072 82% [=================================================== ] 1706/2072 82% [=================================================== ] 1707/2072 82% [=================================================== ] 1708/2072 82% [=================================================== ] 1709/2072 82% [=================================================== ] 1710/2072 82% [=================================================== ] 1711/2072 82% [=================================================== ] 1712/2072 82% [=================================================== ] 1713/2072 82% [=================================================== ] 1714/2072 82% [=================================================== ] 1715/2072 82% [=================================================== ] 1716/2072 82% [=================================================== ] 1717/2072 82% [=================================================== ] 1718/2072 82% [=================================================== ] 1719/2072 82% [=================================================== ] 1720/2072 83% [=================================================== ] 1721/2072 83% [=================================================== ] 1722/2072 83% [=================================================== ] 1723/2072 83% [=================================================== ] 1724/2072 83% [=================================================== ] 1725/2072 83% [=================================================== ] 1726/2072 83% [=================================================== ] 1727/2072 83% [=================================================== ] 1728/2072 83% [=================================================== ] 1729/2072 83% [=================================================== ] 1730/2072 83% [=================================================== ] 1731/2072 83% [=================================================== ] 1732/2072 83% [=================================================== ] 1733/2072 83% [=================================================== ] 1734/2072 83% [=================================================== ] 1735/2072 83% [=================================================== ] 1736/2072 83% [=================================================== ] 1737/2072 83% [==================================================== ] 1738/2072 83% [==================================================== ] 1739/2072 83% [==================================================== ] 1740/2072 83% [==================================================== ] 1741/2072 84% [==================================================== ] 1742/2072 84% [==================================================== ] 1743/2072 84% [==================================================== ] 1744/2072 84% [==================================================== ] 1745/2072 84% [==================================================== ] 1746/2072 84% [==================================================== ] 1747/2072 84% [==================================================== ] 1748/2072 84% [==================================================== ] 1749/2072 84% [==================================================== ] 1750/2072 84% [==================================================== ] 1751/2072 84% [==================================================== ] 1752/2072 84% [==================================================== ] 1753/2072 84% [==================================================== ] 1754/2072 84% [==================================================== ] 1755/2072 84% [==================================================== ] 1756/2072 84% [==================================================== ] 1757/2072 84% [==================================================== ] 1758/2072 84% [==================================================== ] 1759/2072 84% [==================================================== ] 1760/2072 84% [==================================================== ] 1761/2072 84% [==================================================== ] 1762/2072 85% [==================================================== ] 1763/2072 85% [==================================================== ] 1764/2072 85% [==================================================== ] 1765/2072 85% [==================================================== ] 1766/2072 85% [==================================================== ] 1767/2072 85% [==================================================== ] 1768/2072 85% [==================================================== ] 1769/2072 85% [==================================================== ] 1770/2072 85% [==================================================== ] 1771/2072 85% [===================================================== ] 1772/2072 85% [===================================================== ] 1773/2072 85% [===================================================== ] 1774/2072 85% [===================================================== ] 1775/2072 85% [===================================================== ] 1776/2072 85% [===================================================== ] 1777/2072 85% [===================================================== ] 1778/2072 85% [===================================================== ] 1779/2072 85% [===================================================== ] 1780/2072 85% [===================================================== ] 1781/2072 85% [===================================================== ] 1782/2072 86% [===================================================== ] 1783/2072 86% [===================================================== ] 1784/2072 86% [===================================================== ] 1785/2072 86% [===================================================== ] 1786/2072 86% [===================================================== ] 1787/2072 86% [===================================================== ] 1788/2072 86% [===================================================== ] 1789/2072 86% [===================================================== ] 1790/2072 86% [===================================================== ] 1791/2072 86% [===================================================== ] 1792/2072 86% [===================================================== ] 1793/2072 86% [===================================================== ] 1794/2072 86% [===================================================== ] 1795/2072 86% [===================================================== ] 1796/2072 86% [===================================================== ] 1797/2072 86% [===================================================== ] 1798/2072 86% [===================================================== ] 1799/2072 86% [===================================================== ] 1800/2072 86% [===================================================== ] 1801/2072 86% [===================================================== ] 1802/2072 86% [===================================================== ] 1803/2072 87% [===================================================== ] 1804/2072 87% [====================================================== ] 1805/2072 87% [====================================================== ] 1806/2072 87% [====================================================== ] 1807/2072 87% [====================================================== ] 1808/2072 87% [====================================================== ] 1809/2072 87% [====================================================== ] 1810/2072 87% [====================================================== ] 1811/2072 87% [====================================================== ] 1812/2072 87% [====================================================== ] 1813/2072 87% [====================================================== ] 1814/2072 87% [====================================================== ] 1815/2072 87% [====================================================== ] 1816/2072 87% [====================================================== ] 1817/2072 87% [====================================================== ] 1818/2072 87% [====================================================== ] 1819/2072 87% [====================================================== ] 1820/2072 87% [====================================================== ] 1821/2072 87% [====================================================== ] 1822/2072 87% [====================================================== ] 1823/2072 87% [====================================================== ] 1824/2072 88% [====================================================== ] 1825/2072 88% [====================================================== ] 1826/2072 88% [====================================================== ] 1827/2072 88% [====================================================== ] 1828/2072 88% [====================================================== ] 1829/2072 88% [====================================================== ] 1830/2072 88% [====================================================== ] 1831/2072 88% [====================================================== ] 1832/2072 88% [====================================================== ] 1833/2072 88% [====================================================== ] 1834/2072 88% [====================================================== ] 1835/2072 88% [====================================================== ] 1836/2072 88% [====================================================== ] 1837/2072 88% [====================================================== ] 1838/2072 88% [======================================================= ] 1839/2072 88% [======================================================= ] 1840/2072 88% [======================================================= ] 1841/2072 88% [======================================================= ] 1842/2072 88% [======================================================= ] 1843/2072 88% [======================================================= ] 1844/2072 88% [======================================================= ] 1845/2072 89% [======================================================= ] 1846/2072 89% [======================================================= ] 1847/2072 89% [======================================================= ] 1848/2072 89% [======================================================= ] 1849/2072 89% [======================================================= ] 1850/2072 89% [======================================================= ] 1851/2072 89% [======================================================= ] 1852/2072 89% [======================================================= ] 1853/2072 89% [======================================================= ] 1854/2072 89% [======================================================= ] 1855/2072 89% [======================================================= ] 1856/2072 89% [======================================================= ] 1857/2072 89% [======================================================= ] 1858/2072 89% [======================================================= ] 1859/2072 89% [======================================================= ] 1860/2072 89% [======================================================= ] 1861/2072 89% [======================================================= ] 1862/2072 89% [======================================================= ] 1863/2072 89% [======================================================= ] 1864/2072 89% [======================================================= ] 1865/2072 90% [======================================================= ] 1866/2072 90% [======================================================= ] 1867/2072 90% [======================================================= ] 1868/2072 90% [======================================================= ] 1869/2072 90% [======================================================= ] 1870/2072 90% [======================================================= ] 1871/2072 90% [======================================================== ] 1872/2072 90% [======================================================== ] 1873/2072 90% [======================================================== ] 1874/2072 90% [======================================================== ] 1875/2072 90% [======================================================== ] 1876/2072 90% [======================================================== ] 1877/2072 90% [======================================================== ] 1878/2072 90% [======================================================== ] 1879/2072 90% [======================================================== ] 1880/2072 90% [======================================================== ] 1881/2072 90% [======================================================== ] 1882/2072 90% [======================================================== ] 1883/2072 90% [======================================================== ] 1884/2072 90% [======================================================== ] 1885/2072 90% [======================================================== ] 1886/2072 91% [======================================================== ] 1887/2072 91% [======================================================== ] 1888/2072 91% [======================================================== ] 1889/2072 91% [======================================================== ] 1890/2072 91% [======================================================== ] 1891/2072 91% [======================================================== ] 1892/2072 91% [======================================================== ] 1893/2072 91% [======================================================== ] 1894/2072 91% [======================================================== ] 1895/2072 91% [======================================================== ] 1896/2072 91% [======================================================== ] 1897/2072 91% [======================================================== ] 1898/2072 91% [======================================================== ] 1899/2072 91% [======================================================== ] 1900/2072 91% [======================================================== ] 1901/2072 91% [======================================================== ] 1902/2072 91% [======================================================== ] 1903/2072 91% [======================================================== ] 1904/2072 91% [========================================================= ] 1905/2072 91% [========================================================= ] 1906/2072 91% [========================================================= ] 1907/2072 92% [========================================================= ] 1908/2072 92% [========================================================= ] 1909/2072 92% [========================================================= ] 1910/2072 92% [========================================================= ] 1911/2072 92% [========================================================= ] 1912/2072 92% [========================================================= ] 1913/2072 92% [========================================================= ] 1914/2072 92% [========================================================= ] 1915/2072 92% [========================================================= ] 1916/2072 92% [========================================================= ] 1917/2072 92% [========================================================= ] 1918/2072 92% [========================================================= ] 1919/2072 92% [========================================================= ] 1920/2072 92% [========================================================= ] 1921/2072 92% [========================================================= ] 1922/2072 92% [========================================================= ] 1923/2072 92% [========================================================= ] 1924/2072 92% [========================================================= ] 1925/2072 92% [========================================================= ] 1926/2072 92% [========================================================= ] 1927/2072 93% [========================================================= ] 1928/2072 93% [========================================================= ] 1929/2072 93% [========================================================= ] 1930/2072 93% [========================================================= ] 1931/2072 93% [========================================================= ] 1932/2072 93% [========================================================= ] 1933/2072 93% [========================================================= ] 1934/2072 93% [========================================================= ] 1935/2072 93% [========================================================= ] 1936/2072 93% [========================================================= ] 1937/2072 93% [========================================================= ] 1938/2072 93% [========================================================== ] 1939/2072 93% [========================================================== ] 1940/2072 93% [========================================================== ] 1941/2072 93% [========================================================== ] 1942/2072 93% [========================================================== ] 1943/2072 93% [========================================================== ] 1944/2072 93% [========================================================== ] 1945/2072 93% [========================================================== ] 1946/2072 93% [========================================================== ] 1947/2072 93% [========================================================== ] 1948/2072 94% [========================================================== ] 1949/2072 94% [========================================================== ] 1950/2072 94% [========================================================== ] 1951/2072 94% [========================================================== ] 1952/2072 94% [========================================================== ] 1953/2072 94% [========================================================== ] 1954/2072 94% [========================================================== ] 1955/2072 94% [========================================================== ] 1956/2072 94% [========================================================== ] 1957/2072 94% [========================================================== ] 1958/2072 94% [========================================================== ] 1959/2072 94% [========================================================== ] 1960/2072 94% [========================================================== ] 1961/2072 94% [========================================================== ] 1962/2072 94% [========================================================== ] 1963/2072 94% [========================================================== ] 1964/2072 94% [========================================================== ] 1965/2072 94% [========================================================== ] 1966/2072 94% [========================================================== ] 1967/2072 94% [========================================================== ] 1968/2072 94% [========================================================== ] 1969/2072 95% [========================================================== ] 1970/2072 95% [========================================================== ] 1971/2072 95% [=========================================================== ] 1972/2072 95% [=========================================================== ] 1973/2072 95% [=========================================================== ] 1974/2072 95% [=========================================================== ] 1975/2072 95% [=========================================================== ] 1976/2072 95% [=========================================================== ] 1977/2072 95% [=========================================================== ] 1978/2072 95% [=========================================================== ] 1979/2072 95% [=========================================================== ] 1980/2072 95% [=========================================================== ] 1981/2072 95% [=========================================================== ] 1982/2072 95% [=========================================================== ] 1983/2072 95% [=========================================================== ] 1984/2072 95% [=========================================================== ] 1985/2072 95% [=========================================================== ] 1986/2072 95% [=========================================================== ] 1987/2072 95% [=========================================================== ] 1988/2072 95% [=========================================================== ] 1989/2072 95% [=========================================================== ] 1990/2072 96% [=========================================================== ] 1991/2072 96% [=========================================================== ] 1992/2072 96% [=========================================================== ] 1993/2072 96% [=========================================================== ] 1994/2072 96% [=========================================================== ] 1995/2072 96% [=========================================================== ] 1996/2072 96% [=========================================================== ] 1997/2072 96% [=========================================================== ] 1998/2072 96% [=========================================================== ] 1999/2072 96% [=========================================================== ] 2000/2072 96% [=========================================================== ] 2001/2072 96% [=========================================================== ] 2002/2072 96% [=========================================================== ] 2003/2072 96% [=========================================================== ] 2004/2072 96% [=========================================================== ] 2005/2072 96% [============================================================ ] 2006/2072 96% [============================================================ ] 2007/2072 96% [============================================================ ] 2008/2072 96% [============================================================ ] 2009/2072 96% [============================================================ ] 2010/2072 97% [============================================================ ] 2011/2072 97% [============================================================ ] 2012/2072 97% [============================================================ ] 2013/2072 97% [============================================================ ] 2014/2072 97% [============================================================ ] 2015/2072 97% [============================================================ ] 2016/2072 97% [============================================================ ] 2017/2072 97% [============================================================ ] 2018/2072 97% [============================================================ ] 2019/2072 97% [============================================================ ] 2020/2072 97% [============================================================ ] 2021/2072 97% [============================================================ ] 2022/2072 97% [============================================================ ] 2023/2072 97% [============================================================ ] 2024/2072 97% [============================================================ ] 2025/2072 97% [============================================================ ] 2026/2072 97% [============================================================ ] 2027/2072 97% [============================================================ ] 2028/2072 97% [============================================================ ] 2029/2072 97% [============================================================ ] 2030/2072 97% [============================================================ ] 2031/2072 98% [============================================================ ] 2032/2072 98% [============================================================ ] 2033/2072 98% [============================================================ ] 2034/2072 98% [============================================================ ] 2035/2072 98% [============================================================ ] 2036/2072 98% [============================================================ ] 2037/2072 98% [============================================================ ] 2038/2072 98% [============================================================= ] 2039/2072 98% [============================================================= ] 2040/2072 98% [============================================================= ] 2041/2072 98% [============================================================= ] 2042/2072 98% [============================================================= ] 2043/2072 98% [============================================================= ] 2044/2072 98% [============================================================= ] 2045/2072 98% [============================================================= ] 2046/2072 98% [============================================================= ] 2047/2072 98% [============================================================= ] 2048/2072 98% [============================================================= ] 2049/2072 98% [============================================================= ] 2050/2072 98% [============================================================= ] 2051/2072 98% [============================================================= ] 2052/2072 99% [============================================================= ] 2053/2072 99% [============================================================= ] 2054/2072 99% [============================================================= ] 2055/2072 99% [============================================================= ] 2056/2072 99% [============================================================= ] 2057/2072 99% [============================================================= ] 2058/2072 99% [============================================================= ] 2059/2072 99% [============================================================= ] 2060/2072 99% [============================================================= ] 2061/2072 99% [============================================================= ] 2062/2072 99% [============================================================= ] 2063/2072 99% [============================================================= ] 2064/2072 99% [============================================================= ] 2065/2072 99% [============================================================= ] 2066/2072 99% [============================================================= ] 2067/2072 99% [============================================================= ] 2068/2072 99% [============================================================= ] 2069/2072 99% [============================================================= ] 2070/2072 99% [============================================================= ] 2071/2072 99% [==============================================================] 2072/2072 100% operation complete, 2072 objects in 40130 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2022.05-1282-gc475f3bc36 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> aespipe 2.4f Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> 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) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-gdb 11.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-genpart 1.0.2 Collecting legal info >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htpdate 1.3.5 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> inadyn 2.9.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> kexec 2.0.24 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.6 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libzip 1.8.0 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> mbpfan 2.3.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-vim 9.0.0292 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: 4afae7c984ab1a4ccd0b474a695f316e7435ab6ed46537648af925c18835d853) >>> webp 1.2.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-python-lxml 4.9.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> host-runc 1.1.3 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.18.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sudo 1.9.11p2 Collecting legal info LICENSE.md: OK (sha256: cf3a83366f9aabfd76d693ce03843106fcaaf6c76dfa97610f7c0b719a06e6bb) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2021e Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> 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) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> whois 5.5.13 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd 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: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'