checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking whether sys/types.h defines makedev... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for int32_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for uintptr_t... yes checking for uid_t in sys/types.h... yes checking for int32_t... (cached) yes checking for int64_t... yes checking for off_t... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... (cached) yes checking for uint64_t... yes checking for uint8_t... (cached) yes checking for struct stat.st_rdev... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for alarm... yes checking for clock_gettime... yes checking for floor... yes checking for getcwd... yes checking for gettimeofday... yes checking for localeconv... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for modf... yes checking for munmap... yes checking for pow... yes checking for select... yes checking for setenv... yes checking for sqrt... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for malloc... yes checking for realloc... yes Generating config files checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating gtk/Makefile config.status: creating java/Makefile config.status: creating po/Makefile.in config.status: creating zbar/Makefile config.status: creating zbar.pc config.status: creating zbar-gtk.pc config.status: creating doc/doxygen.conf config.status: creating test/test_examples.sh config.status: creating test/check_dbus.sh config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing doc/version.xml commands config.status: executing doc/reldate.xml commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 please verify that the detected configuration matches your expectations: ------------------------------------------------------------------------ X --with-x=disabled pthreads --enable-pthread=yes doc --enable-doc=no v4l --enable-video=yes jpeg --with-jpeg=yes Python --with-python=no GTK --with-gtk=no GObject introspection --with-gir=no Qt --with-qt=no Java --with-java=no Dbus --with-dbus=no ImageMagick --with-imagemagick=no Enabled codes: ean databar code128 code93 code39 codabar i25 qrcode sqcode Disabled codes: pdf417 => the zbarimg file scanner will *NOT* be built => GTK support will *NOT* be built => the Qt widget will *NOT* be built => the Java interface will *NOT* be built => the Java unit test will *NOT* be enabled >>> zbar 0.23.90 Building PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/ make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' Making all in zbar make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' CC libzbar_la-config.lo CC libzbar_la-error.lo CC libzbar_la-symbol.lo CC libzbar_la-image.lo CC libzbar_la-convert.lo CC libzbar_la-processor.lo CC processor/libzbar_la-lock.lo CC libzbar_la-refcnt.lo CC libzbar_la-window.lo CC libzbar_la-video.lo CC libzbar_la-img_scanner.lo CC libzbar_la-scanner.lo CC libzbar_la-decoder.lo CC libzbar_la-misc.lo CC decoder/libzbar_la-ean.lo CC decoder/libzbar_la-databar.lo CC decoder/libzbar_la-code128.lo CC decoder/libzbar_la-code93.lo CC decoder/libzbar_la-code39.lo CC decoder/libzbar_la-codabar.lo CC decoder/libzbar_la-i25.lo CC decoder/libzbar_la-qr_finder.lo CC qrcode/libzbar_la-qrdec.lo CC qrcode/libzbar_la-qrdectxt.lo CC qrcode/libzbar_la-rs.lo CC qrcode/libzbar_la-isaac.lo CC qrcode/libzbar_la-bch15_5.lo CC qrcode/libzbar_la-binarize.lo CC qrcode/libzbar_la-util.lo CC libzbar_la-sqcode.lo CC decoder/libzbar_la-sq_finder.lo CC processor/libzbar_la-posix.lo CC video/libzbar_la-v4l.lo CC video/libzbar_la-v4l2.lo In file included from ./image.h:34, from ./video.h:37, from video/v4l2.c:52: video/v4l2.c: In function 'v4l2_dq': ./error.h:109:29: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'ssize_t' {aka 'int'} [-Wformat=] 109 | fprintf(stderr, "%s: " format, __func__ , ##args); \ | ^~~~~~ video/v4l2.c:142:13: note: in expansion of macro 'zprintf' 142 | zprintf(0, "WARNING: read() size mismatch: 0x%lx != 0x%lx\n", | ^~~~~~~ video/v4l2.c:142:60: note: format string is defined here 142 | zprintf(0, "WARNING: read() size mismatch: 0x%lx != 0x%lx\n", | ~~^ | | | long unsigned int | %x CC libzbar_la-jpeg.lo CC processor/libzbar_la-null.lo CC window/libzbar_la-null.lo CCLD libzbar.la copying selected object files to avoid basename conflicts... make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' Making all in . make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' CC zbarcam/zbarcam-zbarcam.o CCLD zbarcam/zbarcam make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' >>> zbar 0.23.90 Installing to staging directory PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot install -C /nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/ make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' Making install in zbar make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' make[4]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libzbar.la '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libzbar.lai /nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzbar.la libtool: install: /usr/bin/install -c .libs/libzbar.a /nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzbar.a libtool: install: chmod 644 /nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzbar.a libtool: install: /nvmedata/autobuild/instance-11/output-1/host/bin/arc-linux-gcc-ranlib /nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libzbar.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' Making install in . make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[4]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c zbarcam/zbarcam '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin' libtool: install: /usr/bin/install -c zbarcam/zbarcam /nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/bin/zbarcam /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/share/doc/zbar' /usr/bin/install -c -m 644 COPYING HACKING.md INSTALL.md LICENSE.md NEWS.md README.md TODO.md '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/share/doc/zbar' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include' /usr/bin/install -c -m 644 include/zbar.h '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 zbar.pc '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zbar' /usr/bin/install -c -m 644 include/zbar/Scanner.h include/zbar/Decoder.h include/zbar/Exception.h include/zbar/Symbol.h include/zbar/Image.h include/zbar/ImageScanner.h include/zbar/Video.h include/zbar/Window.h include/zbar/Processor.h '/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/zbar' make[4]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' >>> zbar 0.23.90 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-11/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-11/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/nvmedata/autobuild/instance-11/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-11/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zbar 0.23.90 Installing to target PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-11/output-1/target install -C /nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/ make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' Making install in zbar make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' make[4]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libzbar.la '/nvmedata/autobuild/instance-11/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libzbar.lai /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libzbar.la libtool: install: /usr/bin/install -c .libs/libzbar.a /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libzbar.a libtool: install: chmod 644 /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libzbar.a libtool: install: /nvmedata/autobuild/instance-11/output-1/host/bin/arc-linux-gcc-ranlib /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libzbar.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90/zbar' Making install in . make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[4]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c zbarcam/zbarcam '/nvmedata/autobuild/instance-11/output-1/target/usr/bin' libtool: install: /usr/bin/install -c zbarcam/zbarcam /nvmedata/autobuild/instance-11/output-1/target/usr/bin/zbarcam /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/target/usr/share/doc/zbar' /usr/bin/install -c -m 644 COPYING HACKING.md INSTALL.md LICENSE.md NEWS.md README.md TODO.md '/nvmedata/autobuild/instance-11/output-1/target/usr/share/doc/zbar' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/target/usr/include' /usr/bin/install -c -m 644 include/zbar.h '/nvmedata/autobuild/instance-11/output-1/target/usr/include' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 zbar.pc '/nvmedata/autobuild/instance-11/output-1/target/usr/lib/pkgconfig' /bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/target/usr/include/zbar' /usr/bin/install -c -m 644 include/zbar/Scanner.h include/zbar/Decoder.h include/zbar/Exception.h include/zbar/Symbol.h include/zbar/Image.h include/zbar/ImageScanner.h include/zbar/Video.h include/zbar/Window.h include/zbar/Processor.h '/nvmedata/autobuild/instance-11/output-1/target/usr/include/zbar' make[4]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/zbar-0.23.90' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-11/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-11/output-1/host/bin/arc-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-11/output-1/host/bin/arc-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-11/output-1/host/bin/arc-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x_rel31%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-11/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-11/output-1/host/bin/arc-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-11/output-1/host/bin/arc-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-11/output-1/host/bin/arc-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x_rel31%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-11/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/usr/bin/screen$' /nvmedata/autobuild/instance-11/output-1/target/etc/shells || echo "/usr/bin/screen" >> /nvmedata/autobuild/instance-11/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-11/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-11/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-11/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-11/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-11/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-11/output-1/target/etc/shadow rm -f /nvmedata/autobuild/instance-11/output-1/target/bin/sh rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/include /nvmedata/autobuild/instance-11/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-11/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-11/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-11/output-1/target/usr/doc find /nvmedata/autobuild/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-11/output-1/target/lib/ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/ /nvmedata/autobuild/instance-11/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-11/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/man /nvmedata/autobuild/instance-11/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/info /nvmedata/autobuild/instance-11/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/doc /nvmedata/autobuild/instance-11/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-11/output-1/target/lib/debug /nvmedata/autobuild/instance-11/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-11/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-11/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-11/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-11/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /nvmedata/autobuild/instance-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-480-g1fe5029122"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-11/output-1/per-package /nvmedata/autobuild/instance-11/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-11/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs printf ' squid -1 squid -1 * - - - Squid proxy cache\n\n' >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-11/output-1/images rm -rf /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-11/output-1/target/ /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-11/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-11/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-11/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-11/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-11/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2494 objects. stage 2: creating image '/nvmedata/autobuild/instance-11/output-1/images/rootfs.yaffs2' [ ] 1/2494 0% [ ] 2/2494 0% [ ] 3/2494 0% [ ] 4/2494 0% [ ] 5/2494 0% [ ] 6/2494 0% [ ] 7/2494 0% [ ] 8/2494 0% [ ] 9/2494 0% [ ] 10/2494 0% [ ] 11/2494 0% [ ] 12/2494 0% [ ] 13/2494 0% [ ] 14/2494 0% [ ] 15/2494 0% [ ] 16/2494 0% [ ] 17/2494 0% [ ] 18/2494 0% [ ] 19/2494 0% [ ] 20/2494 0% [ ] 21/2494 0% [ ] 22/2494 0% [ ] 23/2494 0% [ ] 24/2494 0% [ ] 25/2494 1% [ ] 26/2494 1% [ ] 27/2494 1% [ ] 28/2494 1% [ ] 29/2494 1% [ ] 30/2494 1% [ ] 31/2494 1% [ ] 32/2494 1% [ ] 33/2494 1% [ ] 34/2494 1% [ ] 35/2494 1% [ ] 36/2494 1% [ ] 37/2494 1% [ ] 38/2494 1% [ ] 39/2494 1% [ ] 40/2494 1% [= ] 41/2494 1% [= ] 42/2494 1% [= ] 43/2494 1% [= ] 44/2494 1% [= ] 45/2494 1% [= ] 46/2494 1% [= ] 47/2494 1% [= ] 48/2494 1% [= ] 49/2494 1% [= ] 50/2494 2% [= ] 51/2494 2% [= ] 52/2494 2% [= ] 53/2494 2% [= ] 54/2494 2% [= ] 55/2494 2% [= ] 56/2494 2% [= ] 57/2494 2% [= ] 58/2494 2% [= ] 59/2494 2% [= ] 60/2494 2% [= ] 61/2494 2% [= ] 62/2494 2% [= ] 63/2494 2% [= ] 64/2494 2% [= ] 65/2494 2% [= ] 66/2494 2% [= ] 67/2494 2% [= ] 68/2494 2% [= ] 69/2494 2% [= ] 70/2494 2% [= ] 71/2494 2% [= ] 72/2494 2% [= ] 73/2494 2% [= ] 74/2494 2% [= ] 75/2494 3% [= ] 76/2494 3% [= ] 77/2494 3% [= ] 78/2494 3% [= ] 79/2494 3% [= ] 80/2494 3% [== ] 81/2494 3% [== ] 82/2494 3% [== ] 83/2494 3% [== ] 84/2494 3% [== ] 85/2494 3% [== ] 86/2494 3% [== ] 87/2494 3% [== ] 88/2494 3% [== ] 89/2494 3% [== ] 90/2494 3% [== ] 91/2494 3% [== ] 92/2494 3% [== ] 93/2494 3% [== ] 94/2494 3% [== ] 95/2494 3% [== ] 96/2494 3% [== ] 97/2494 3% [== ] 98/2494 3% [== ] 99/2494 3% [== ] 100/2494 4% [== ] 101/2494 4% [== ] 102/2494 4% [== ] 103/2494 4% [== ] 104/2494 4% [== ] 105/2494 4% [== ] 106/2494 4% [== ] 107/2494 4% [== ] 108/2494 4% [== ] 109/2494 4% [== ] 110/2494 4% [== ] 111/2494 4% [== ] 112/2494 4% [== ] 113/2494 4% [== ] 114/2494 4% [== ] 115/2494 4% [== ] 116/2494 4% [== ] 117/2494 4% [== ] 118/2494 4% [== ] 119/2494 4% [== ] 120/2494 4% [=== ] 121/2494 4% [=== ] 122/2494 4% [=== ] 123/2494 4% [=== ] 124/2494 4% [=== ] 125/2494 5% [=== ] 126/2494 5% [=== ] 127/2494 5% [=== ] 128/2494 5% [=== ] 129/2494 5% [=== ] 130/2494 5% [=== ] 131/2494 5% [=== ] 132/2494 5% [=== ] 133/2494 5% [=== ] 134/2494 5% [=== ] 135/2494 5% [=== ] 136/2494 5% [=== ] 137/2494 5% [=== ] 138/2494 5% [=== ] 139/2494 5% [=== ] 140/2494 5% [=== ] 141/2494 5% [=== ] 142/2494 5% [=== ] 143/2494 5% [=== ] 144/2494 5% [=== ] 145/2494 5% [=== ] 146/2494 5% [=== ] 147/2494 5% [=== ] 148/2494 5% [=== ] 149/2494 5% [=== ] 150/2494 6% [=== ] 151/2494 6% [=== ] 152/2494 6% [=== ] 153/2494 6% [=== ] 154/2494 6% [=== ] 155/2494 6% [=== ] 156/2494 6% [=== ] 157/2494 6% [=== ] 158/2494 6% [=== ] 159/2494 6% [=== ] 160/2494 6% [==== ] 161/2494 6% [==== ] 162/2494 6% [==== ] 163/2494 6% [==== ] 164/2494 6% [==== ] 165/2494 6% [==== ] 166/2494 6% [==== ] 167/2494 6% [==== ] 168/2494 6% [==== ] 169/2494 6% [==== ] 170/2494 6% [==== ] 171/2494 6% [==== ] 172/2494 6% [==== ] 173/2494 6% [==== ] 174/2494 6% [==== ] 175/2494 7% [==== ] 176/2494 7% [==== ] 177/2494 7% [==== ] 178/2494 7% [==== ] 179/2494 7% [==== ] 180/2494 7% [==== ] 181/2494 7% [==== ] 182/2494 7% [==== ] 183/2494 7% [==== ] 184/2494 7% [==== ] 185/2494 7% [==== ] 186/2494 7% [==== ] 187/2494 7% [==== ] 188/2494 7% [==== ] 189/2494 7% [==== ] 190/2494 7% [==== ] 191/2494 7% [==== ] 192/2494 7% [==== ] 193/2494 7% [==== ] 194/2494 7% [==== ] 195/2494 7% [==== ] 196/2494 7% [==== ] 197/2494 7% [==== ] 198/2494 7% [==== ] 199/2494 7% [==== ] 200/2494 8% [==== ] 201/2494 8% [===== ] 202/2494 8% [===== ] 203/2494 8% [===== ] 204/2494 8% [===== ] 205/2494 8% [===== ] 206/2494 8% [===== ] 207/2494 8% [===== ] 208/2494 8% [===== ] 209/2494 8% [===== ] 210/2494 8% [===== ] 211/2494 8% [===== ] 212/2494 8% [===== ] 213/2494 8% [===== ] 214/2494 8% [===== ] 215/2494 8% [===== ] 216/2494 8% [===== ] 217/2494 8% [===== ] 218/2494 8% [===== ] 219/2494 8% [===== ] 220/2494 8% [===== ] 221/2494 8% [===== ] 222/2494 8% [===== ] 223/2494 8% [===== ] 224/2494 8% [===== ] 225/2494 9% [===== ] 226/2494 9% [===== ] 227/2494 9% [===== ] 228/2494 9% [===== ] 229/2494 9% [===== ] 230/2494 9% [===== ] 231/2494 9% [===== ] 232/2494 9% [===== ] 233/2494 9% [===== ] 234/2494 9% [===== ] 235/2494 9% [===== ] 236/2494 9% [===== ] 237/2494 9% [===== ] 238/2494 9% [===== ] 239/2494 9% [===== ] 240/2494 9% [===== ] 241/2494 9% [====== ] 242/2494 9% [====== ] 243/2494 9% [====== ] 244/2494 9% [====== ] 245/2494 9% [====== ] 246/2494 9% [====== ] 247/2494 9% [====== ] 248/2494 9% [====== ] 249/2494 9% [====== ] 250/2494 10% [====== ] 251/2494 10% [====== ] 252/2494 10% [====== ] 253/2494 10% [====== ] 254/2494 10% [====== ] 255/2494 10% [====== ] 256/2494 10% [====== ] 257/2494 10% [====== ] 258/2494 10% [====== ] 259/2494 10% [====== ] 260/2494 10% [====== ] 261/2494 10% [====== ] 262/2494 10% [====== ] 263/2494 10% [====== ] 264/2494 10% [====== ] 265/2494 10% [====== ] 266/2494 10% [====== ] 267/2494 10% [====== ] 268/2494 10% [====== ] 269/2494 10% [====== ] 270/2494 10% [====== ] 271/2494 10% [====== ] 272/2494 10% [====== ] 273/2494 10% [====== ] 274/2494 10% [====== ] 275/2494 11% [====== ] 276/2494 11% [====== ] 277/2494 11% [====== ] 278/2494 11% [====== ] 279/2494 11% [====== ] 280/2494 11% [====== ] 281/2494 11% [======= ] 282/2494 11% [======= ] 283/2494 11% [======= ] 284/2494 11% [======= ] 285/2494 11% [======= ] 286/2494 11% [======= ] 287/2494 11% [======= ] 288/2494 11% [======= ] 289/2494 11% [======= ] 290/2494 11% [======= ] 291/2494 11% [======= ] 292/2494 11% [======= ] 293/2494 11% [======= ] 294/2494 11% [======= ] 295/2494 11% [======= ] 296/2494 11% [======= ] 297/2494 11% [======= ] 298/2494 11% [======= ] 299/2494 11% [======= ] 300/2494 12% [======= ] 301/2494 12% [======= ] 302/2494 12% [======= ] 303/2494 12% [======= ] 304/2494 12% [======= ] 305/2494 12% [======= ] 306/2494 12% [======= ] 307/2494 12% [======= ] 308/2494 12% [======= ] 309/2494 12% [======= ] 310/2494 12% [======= ] 311/2494 12% [======= ] 312/2494 12% [======= ] 313/2494 12% [======= ] 314/2494 12% [======= ] 315/2494 12% [======= ] 316/2494 12% [======= ] 317/2494 12% [======= ] 318/2494 12% [======= ] 319/2494 12% [======= ] 320/2494 12% [======= ] 321/2494 12% [======== ] 322/2494 12% [======== ] 323/2494 12% [======== ] 324/2494 12% [======== ] 325/2494 13% [======== ] 326/2494 13% [======== ] 327/2494 13% [======== ] 328/2494 13% [======== ] 329/2494 13% [======== ] 330/2494 13% [======== ] 331/2494 13% [======== ] 332/2494 13% [======== ] 333/2494 13% [======== ] 334/2494 13% [======== ] 335/2494 13% [======== ] 336/2494 13% [======== ] 337/2494 13% [======== ] 338/2494 13% [======== ] 339/2494 13% [======== ] 340/2494 13% [======== ] 341/2494 13% [======== ] 342/2494 13% [======== ] 343/2494 13% [======== ] 344/2494 13% [======== ] 345/2494 13% [======== ] 346/2494 13% [======== ] 347/2494 13% [======== ] 348/2494 13% [======== ] 349/2494 13% [======== ] 350/2494 14% [======== ] 351/2494 14% [======== ] 352/2494 14% [======== ] 353/2494 14% [======== ] 354/2494 14% [======== ] 355/2494 14% [======== ] 356/2494 14% [======== ] 357/2494 14% [======== ] 358/2494 14% [======== ] 359/2494 14% [======== ] 360/2494 14% [======== ] 361/2494 14% [======== ] 362/2494 14% [========= ] 363/2494 14% [========= ] 364/2494 14% [========= ] 365/2494 14% [========= ] 366/2494 14% [========= ] 367/2494 14% [========= ] 368/2494 14% [========= ] 369/2494 14% [========= ] 370/2494 14% [========= ] 371/2494 14% [========= ] 372/2494 14% [========= ] 373/2494 14% [========= ] 374/2494 14% [========= ] 375/2494 15% [========= ] 376/2494 15% [========= ] 377/2494 15% [========= ] 378/2494 15% [========= ] 379/2494 15% [========= ] 380/2494 15% [========= ] 381/2494 15% [========= ] 382/2494 15% [========= ] 383/2494 15% [========= ] 384/2494 15% [========= ] 385/2494 15% [========= ] 386/2494 15% [========= ] 387/2494 15% [========= ] 388/2494 15% [========= ] 389/2494 15% [========= ] 390/2494 15% [========= ] 391/2494 15% [========= ] 392/2494 15% [========= ] 393/2494 15% [========= ] 394/2494 15% [========= ] 395/2494 15% [========= ] 396/2494 15% [========= ] 397/2494 15% [========= ] 398/2494 15% [========= ] 399/2494 15% [========= ] 400/2494 16% [========= ] 401/2494 16% [========= ] 402/2494 16% [========== ] 403/2494 16% [========== ] 404/2494 16% [========== ] 405/2494 16% [========== ] 406/2494 16% [========== ] 407/2494 16% [========== ] 408/2494 16% [========== ] 409/2494 16% [========== ] 410/2494 16% [========== ] 411/2494 16% [========== ] 412/2494 16% [========== ] 413/2494 16% [========== ] 414/2494 16% [========== ] 415/2494 16% [========== ] 416/2494 16% [========== ] 417/2494 16% [========== ] 418/2494 16% [========== ] 419/2494 16% [========== ] 420/2494 16% [========== ] 421/2494 16% [========== ] 422/2494 16% [========== ] 423/2494 16% [========== ] 424/2494 17% [========== ] 425/2494 17% [========== ] 426/2494 17% [========== ] 427/2494 17% [========== ] 428/2494 17% [========== ] 429/2494 17% [========== ] 430/2494 17% [========== ] 431/2494 17% [========== ] 432/2494 17% [========== ] 433/2494 17% [========== ] 434/2494 17% [========== ] 435/2494 17% [========== ] 436/2494 17% [========== ] 437/2494 17% [========== ] 438/2494 17% [========== ] 439/2494 17% [========== ] 440/2494 17% [========== ] 441/2494 17% [========== ] 442/2494 17% [=========== ] 443/2494 17% [=========== ] 444/2494 17% [=========== ] 445/2494 17% [=========== ] 446/2494 17% [=========== ] 447/2494 17% [=========== ] 448/2494 17% [=========== ] 449/2494 18% [=========== ] 450/2494 18% [=========== ] 451/2494 18% [=========== ] 452/2494 18% [=========== ] 453/2494 18% [=========== ] 454/2494 18% [=========== ] 455/2494 18% [=========== ] 456/2494 18% [=========== ] 457/2494 18% [=========== ] 458/2494 18% [=========== ] 459/2494 18% [=========== ] 460/2494 18% [=========== ] 461/2494 18% [=========== ] 462/2494 18% [=========== ] 463/2494 18% [=========== ] 464/2494 18% [=========== ] 465/2494 18% [=========== ] 466/2494 18% [=========== ] 467/2494 18% [=========== ] 468/2494 18% [=========== ] 469/2494 18% [=========== ] 470/2494 18% [=========== ] 471/2494 18% [=========== ] 472/2494 18% [=========== ] 473/2494 18% [=========== ] 474/2494 19% [=========== ] 475/2494 19% [=========== ] 476/2494 19% [=========== ] 477/2494 19% [=========== ] 478/2494 19% [=========== ] 479/2494 19% [=========== ] 480/2494 19% [=========== ] 481/2494 19% [=========== ] 482/2494 19% [============ ] 483/2494 19% [============ ] 484/2494 19% [============ ] 485/2494 19% [============ ] 486/2494 19% [============ ] 487/2494 19% [============ ] 488/2494 19% [============ ] 489/2494 19% [============ ] 490/2494 19% [============ ] 491/2494 19% [============ ] 492/2494 19% [============ ] 493/2494 19% [============ ] 494/2494 19% [============ ] 495/2494 19% [============ ] 496/2494 19% [============ ] 497/2494 19% [============ ] 498/2494 19% [============ ] 499/2494 20% [============ ] 500/2494 20% [============ ] 501/2494 20% [============ ] 502/2494 20% [============ ] 503/2494 20% [============ ] 504/2494 20% [============ ] 505/2494 20% [============ ] 506/2494 20% [============ ] 507/2494 20% [============ ] 508/2494 20% [============ ] 509/2494 20% [============ ] 510/2494 20% [============ ] 511/2494 20% [============ ] 512/2494 20% [============ ] 513/2494 20% [============ ] 514/2494 20% [============ ] 515/2494 20% [============ ] 516/2494 20% [============ ] 517/2494 20% [============ ] 518/2494 20% [============ ] 519/2494 20% [============ ] 520/2494 20% [============ ] 521/2494 20% [============ ] 522/2494 20% [============= ] 523/2494 20% [============= ] 524/2494 21% [============= ] 525/2494 21% [============= ] 526/2494 21% [============= ] 527/2494 21% [============= ] 528/2494 21% [============= ] 529/2494 21% [============= ] 530/2494 21% [============= ] 531/2494 21% [============= ] 532/2494 21% [============= ] 533/2494 21% [============= ] 534/2494 21% [============= ] 535/2494 21% [============= ] 536/2494 21% [============= ] 537/2494 21% [============= ] 538/2494 21% [============= ] 539/2494 21% [============= ] 540/2494 21% [============= ] 541/2494 21% [============= ] 542/2494 21% [============= ] 543/2494 21% [============= ] 544/2494 21% [============= ] 545/2494 21% [============= ] 546/2494 21% [============= ] 547/2494 21% [============= ] 548/2494 21% [============= ] 549/2494 22% [============= ] 550/2494 22% [============= ] 551/2494 22% [============= ] 552/2494 22% [============= ] 553/2494 22% [============= ] 554/2494 22% [============= ] 555/2494 22% [============= ] 556/2494 22% [============= ] 557/2494 22% [============= ] 558/2494 22% [============= ] 559/2494 22% [============= ] 560/2494 22% [============= ] 561/2494 22% [============= ] 562/2494 22% [============= ] 563/2494 22% [============== ] 564/2494 22% [============== ] 565/2494 22% [============== ] 566/2494 22% [============== ] 567/2494 22% [============== ] 568/2494 22% [============== ] 569/2494 22% [============== ] 570/2494 22% [============== ] 571/2494 22% [============== ] 572/2494 22% [============== ] 573/2494 22% [============== ] 574/2494 23% [============== ] 575/2494 23% [============== ] 576/2494 23% [============== ] 577/2494 23% [============== ] 578/2494 23% [============== ] 579/2494 23% [============== ] 580/2494 23% [============== ] 581/2494 23% [============== ] 582/2494 23% [============== ] 583/2494 23% [============== ] 584/2494 23% [============== ] 585/2494 23% [============== ] 586/2494 23% [============== ] 587/2494 23% [============== ] 588/2494 23% [============== ] 589/2494 23% [============== ] 590/2494 23% [============== ] 591/2494 23% [============== ] 592/2494 23% [============== ] 593/2494 23% [============== ] 594/2494 23% [============== ] 595/2494 23% [============== ] 596/2494 23% [============== ] 597/2494 23% [============== ] 598/2494 23% [============== ] 599/2494 24% [============== ] 600/2494 24% [============== ] 601/2494 24% [============== ] 602/2494 24% [============== ] 603/2494 24% [=============== ] 604/2494 24% [=============== ] 605/2494 24% [=============== ] 606/2494 24% [=============== ] 607/2494 24% [=============== ] 608/2494 24% [=============== ] 609/2494 24% [=============== ] 610/2494 24% [=============== ] 611/2494 24% [=============== ] 612/2494 24% [=============== ] 613/2494 24% [=============== ] 614/2494 24% [=============== ] 615/2494 24% [=============== ] 616/2494 24% [=============== ] 617/2494 24% [=============== ] 618/2494 24% [=============== ] 619/2494 24% [=============== ] 620/2494 24% [=============== ] 621/2494 24% [=============== ] 622/2494 24% [=============== ] 623/2494 24% [=============== ] 624/2494 25% [=============== ] 625/2494 25% [=============== ] 626/2494 25% [=============== ] 627/2494 25% [=============== ] 628/2494 25% [=============== ] 629/2494 25% [=============== ] 630/2494 25% [=============== ] 631/2494 25% [=============== ] 632/2494 25% [=============== ] 633/2494 25% [=============== ] 634/2494 25% [=============== ] 635/2494 25% [=============== ] 636/2494 25% [=============== ] 637/2494 25% [=============== ] 638/2494 25% [=============== ] 639/2494 25% [=============== ] 640/2494 25% [=============== ] 641/2494 25% [=============== ] 642/2494 25% [=============== ] 643/2494 25% [================ ] 644/2494 25% [================ ] 645/2494 25% [================ ] 646/2494 25% [================ ] 647/2494 25% [================ ] 648/2494 25% [================ ] 649/2494 26% [================ ] 650/2494 26% [================ ] 651/2494 26% [================ ] 652/2494 26% [================ ] 653/2494 26% [================ ] 654/2494 26% [================ ] 655/2494 26% [================ ] 656/2494 26% [================ ] 657/2494 26% [================ ] 658/2494 26% [================ ] 659/2494 26% [================ ] 660/2494 26% [================ ] 661/2494 26% [================ ] 662/2494 26% [================ ] 663/2494 26% [================ ] 664/2494 26% [================ ] 665/2494 26% [================ ] 666/2494 26% [================ ] 667/2494 26% [================ ] 668/2494 26% [================ ] 669/2494 26% [================ ] 670/2494 26% [================ ] 671/2494 26% [================ ] 672/2494 26% [================ ] 673/2494 26% [================ ] 674/2494 27% [================ ] 675/2494 27% [================ ] 676/2494 27% [================ ] 677/2494 27% [================ ] 678/2494 27% [================ ] 679/2494 27% [================ ] 680/2494 27% [================ ] 681/2494 27% [================ ] 682/2494 27% [================ ] 683/2494 27% [================= ] 684/2494 27% [================= ] 685/2494 27% [================= ] 686/2494 27% [================= ] 687/2494 27% [================= ] 688/2494 27% [================= ] 689/2494 27% [================= ] 690/2494 27% [================= ] 691/2494 27% [================= ] 692/2494 27% [================= ] 693/2494 27% [================= ] 694/2494 27% [================= ] 695/2494 27% [================= ] 696/2494 27% [================= ] 697/2494 27% [================= ] 698/2494 27% [================= ] 699/2494 28% [================= ] 700/2494 28% [================= ] 701/2494 28% [================= ] 702/2494 28% [================= ] 703/2494 28% [================= ] 704/2494 28% [================= ] 705/2494 28% [================= ] 706/2494 28% [================= ] 707/2494 28% [================= ] 708/2494 28% [================= ] 709/2494 28% [================= ] 710/2494 28% [================= ] 711/2494 28% [================= ] 712/2494 28% [================= ] 713/2494 28% [================= ] 714/2494 28% [================= ] 715/2494 28% [================= ] 716/2494 28% [================= ] 717/2494 28% [================= ] 718/2494 28% [================= ] 719/2494 28% [================= ] 720/2494 28% [================= ] 721/2494 28% [================= ] 722/2494 28% [================= ] 723/2494 28% [================= ] 724/2494 29% [================== ] 725/2494 29% [================== ] 726/2494 29% [================== ] 727/2494 29% [================== ] 728/2494 29% [================== ] 729/2494 29% [================== ] 730/2494 29% [================== ] 731/2494 29% [================== ] 732/2494 29% [================== ] 733/2494 29% [================== ] 734/2494 29% [================== ] 735/2494 29% [================== ] 736/2494 29% [================== ] 737/2494 29% [================== ] 738/2494 29% [================== ] 739/2494 29% [================== ] 740/2494 29% [================== ] 741/2494 29% [================== ] 742/2494 29% [================== ] 743/2494 29% [================== ] 744/2494 29% [================== ] 745/2494 29% [================== ] 746/2494 29% [================== ] 747/2494 29% [================== ] 748/2494 29% [================== ] 749/2494 30% [================== ] 750/2494 30% [================== ] 751/2494 30% [================== ] 752/2494 30% [================== ] 753/2494 30% [================== ] 754/2494 30% [================== ] 755/2494 30% [================== ] 756/2494 30% [================== ] 757/2494 30% [================== ] 758/2494 30% [================== ] 759/2494 30% [================== ] 760/2494 30% [================== ] 761/2494 30% [================== ] 762/2494 30% [================== ] 763/2494 30% [================== ] 764/2494 30% [=================== ] 765/2494 30% [=================== ] 766/2494 30% [=================== ] 767/2494 30% [=================== ] 768/2494 30% [=================== ] 769/2494 30% [=================== ] 770/2494 30% [=================== ] 771/2494 30% [=================== ] 772/2494 30% [=================== ] 773/2494 30% [=================== ] 774/2494 31% [=================== ] 775/2494 31% [=================== ] 776/2494 31% [=================== ] 777/2494 31% [=================== ] 778/2494 31% [=================== ] 779/2494 31% [=================== ] 780/2494 31% [=================== ] 781/2494 31% [=================== ] 782/2494 31% [=================== ] 783/2494 31% [=================== ] 784/2494 31% [=================== ] 785/2494 31% [=================== ] 786/2494 31% [=================== ] 787/2494 31% [=================== ] 788/2494 31% [=================== ] 789/2494 31% [=================== ] 790/2494 31% [=================== ] 791/2494 31% [=================== ] 792/2494 31% [=================== ] 793/2494 31% [=================== ] 794/2494 31% [=================== ] 795/2494 31% [=================== ] 796/2494 31% [=================== ] 797/2494 31% [=================== ] 798/2494 31% [=================== ] 799/2494 32% [=================== ] 800/2494 32% [=================== ] 801/2494 32% [=================== ] 802/2494 32% [=================== ] 803/2494 32% [=================== ] 804/2494 32% [==================== ] 805/2494 32% [==================== ] 806/2494 32% [==================== ] 807/2494 32% [==================== ] 808/2494 32% [==================== ] 809/2494 32% [==================== ] 810/2494 32% [==================== ] 811/2494 32% [==================== ] 812/2494 32% [==================== ] 813/2494 32% [==================== ] 814/2494 32% [==================== ] 815/2494 32% [==================== ] 816/2494 32% [==================== ] 817/2494 32% [==================== ] 818/2494 32% [==================== ] 819/2494 32% [==================== ] 820/2494 32% [==================== ] 821/2494 32% [==================== ] 822/2494 32% [==================== ] 823/2494 32% [==================== ] 824/2494 33% [==================== ] 825/2494 33% [==================== ] 826/2494 33% [==================== ] 827/2494 33% [==================== ] 828/2494 33% [==================== ] 829/2494 33% [==================== ] 830/2494 33% [==================== ] 831/2494 33% [==================== ] 832/2494 33% [==================== ] 833/2494 33% [==================== ] 834/2494 33% [==================== ] 835/2494 33% [==================== ] 836/2494 33% [==================== ] 837/2494 33% [==================== ] 838/2494 33% [==================== ] 839/2494 33% [==================== ] 840/2494 33% [==================== ] 841/2494 33% [==================== ] 842/2494 33% [==================== ] 843/2494 33% [==================== ] 844/2494 33% [===================== ] 845/2494 33% [===================== ] 846/2494 33% [===================== ] 847/2494 33% [===================== ] 848/2494 34% [===================== ] 849/2494 34% [===================== ] 850/2494 34% [===================== ] 851/2494 34% [===================== ] 852/2494 34% [===================== ] 853/2494 34% [===================== ] 854/2494 34% [===================== ] 855/2494 34% [===================== ] 856/2494 34% [===================== ] 857/2494 34% [===================== ] 858/2494 34% [===================== ] 859/2494 34% [===================== ] 860/2494 34% [===================== ] 861/2494 34% [===================== ] 862/2494 34% [===================== ] 863/2494 34% [===================== ] 864/2494 34% [===================== ] 865/2494 34% [===================== ] 866/2494 34% [===================== ] 867/2494 34% [===================== ] 868/2494 34% [===================== ] 869/2494 34% [===================== ] 870/2494 34% [===================== ] 871/2494 34% [===================== ] 872/2494 34% [===================== ] 873/2494 35% [===================== ] 874/2494 35% [===================== ] 875/2494 35% [===================== ] 876/2494 35% [===================== ] 877/2494 35% [===================== ] 878/2494 35% [===================== ] 879/2494 35% [===================== ] 880/2494 35% [===================== ] 881/2494 35% [===================== ] 882/2494 35% [===================== ] 883/2494 35% [===================== ] 884/2494 35% [====================== ] 885/2494 35% [====================== ] 886/2494 35% [====================== ] 887/2494 35% [====================== ] 888/2494 35% [====================== ] 889/2494 35% [====================== ] 890/2494 35% [====================== ] 891/2494 35% [====================== ] 892/2494 35% [====================== ] 893/2494 35% [====================== ] 894/2494 35% [====================== ] 895/2494 35% [====================== ] 896/2494 35% [====================== ] 897/2494 35% [====================== ] 898/2494 36% [====================== ] 899/2494 36% [====================== ] 900/2494 36% [====================== ] 901/2494 36% [====================== ] 902/2494 36% [====================== ] 903/2494 36% [====================== ] 904/2494 36% [====================== ] 905/2494 36% [====================== ] 906/2494 36% [====================== ] 907/2494 36% [====================== ] 908/2494 36% [====================== ] 909/2494 36% [====================== ] 910/2494 36% [====================== ] 911/2494 36% [====================== ] 912/2494 36% [====================== ] 913/2494 36% [====================== ] 914/2494 36% [====================== ] 915/2494 36% [====================== ] 916/2494 36% [====================== ] 917/2494 36% [====================== ] 918/2494 36% [====================== ] 919/2494 36% [====================== ] 920/2494 36% [====================== ] 921/2494 36% [====================== ] 922/2494 36% [====================== ] 923/2494 37% [====================== ] 924/2494 37% [====================== ] 925/2494 37% [======================= ] 926/2494 37% [======================= ] 927/2494 37% [======================= ] 928/2494 37% [======================= ] 929/2494 37% [======================= ] 930/2494 37% [======================= ] 931/2494 37% [======================= ] 932/2494 37% [======================= ] 933/2494 37% [======================= ] 934/2494 37% [======================= ] 935/2494 37% [======================= ] 936/2494 37% [======================= ] 937/2494 37% [======================= ] 938/2494 37% [======================= ] 939/2494 37% [======================= ] 940/2494 37% [======================= ] 941/2494 37% [======================= ] 942/2494 37% [======================= ] 943/2494 37% [======================= ] 944/2494 37% [======================= ] 945/2494 37% [======================= ] 946/2494 37% [======================= ] 947/2494 37% [======================= ] 948/2494 38% [======================= ] 949/2494 38% [======================= ] 950/2494 38% [======================= ] 951/2494 38% [======================= ] 952/2494 38% [======================= ] 953/2494 38% [======================= ] 954/2494 38% [======================= ] 955/2494 38% [======================= ] 956/2494 38% [======================= ] 957/2494 38% [======================= ] 958/2494 38% [======================= ] 959/2494 38% [======================= ] 960/2494 38% [======================= ] 961/2494 38% [======================= ] 962/2494 38% [======================= ] 963/2494 38% [======================= ] 964/2494 38% [======================= ] 965/2494 38% [======================== ] 966/2494 38% [======================== ] 967/2494 38% [======================== ] 968/2494 38% [======================== ] 969/2494 38% [======================== ] 970/2494 38% [======================== ] 971/2494 38% [======================== ] 972/2494 38% [======================== ] 973/2494 39% [======================== ] 974/2494 39% [======================== ] 975/2494 39% [======================== ] 976/2494 39% [======================== ] 977/2494 39% [======================== ] 978/2494 39% [======================== ] 979/2494 39% [======================== ] 980/2494 39% [======================== ] 981/2494 39% [======================== ] 982/2494 39% [======================== ] 983/2494 39% [======================== ] 984/2494 39% [======================== ] 985/2494 39% [======================== ] 986/2494 39% [======================== ] 987/2494 39% [======================== ] 988/2494 39% [======================== ] 989/2494 39% [======================== ] 990/2494 39% [======================== ] 991/2494 39% [======================== ] 992/2494 39% [======================== ] 993/2494 39% [======================== ] 994/2494 39% [======================== ] 995/2494 39% [======================== ] 996/2494 39% [======================== ] 997/2494 39% [======================== ] 998/2494 40% [======================== ] 999/2494 40% [======================== ] 1000/2494 40% [======================== ] 1001/2494 40% [======================== ] 1002/2494 40% [======================== ] 1003/2494 40% [======================== ] 1004/2494 40% [======================== ] 1005/2494 40% [========================= ] 1006/2494 40% [========================= ] 1007/2494 40% [========================= ] 1008/2494 40% [========================= ] 1009/2494 40% [========================= ] 1010/2494 40% [========================= ] 1011/2494 40% [========================= ] 1012/2494 40% [========================= ] 1013/2494 40% [========================= ] 1014/2494 40% [========================= ] 1015/2494 40% [========================= ] 1016/2494 40% [========================= ] 1017/2494 40% [========================= ] 1018/2494 40% [========================= ] 1019/2494 40% [========================= ] 1020/2494 40% [========================= ] 1021/2494 40% [========================= ] 1022/2494 40% [========================= ] 1023/2494 41% [========================= ] 1024/2494 41% [========================= ] 1025/2494 41% [========================= ] 1026/2494 41% [========================= ] 1027/2494 41% [========================= ] 1028/2494 41% [========================= ] 1029/2494 41% [========================= ] 1030/2494 41% [========================= ] 1031/2494 41% [========================= ] 1032/2494 41% [========================= ] 1033/2494 41% [========================= ] 1034/2494 41% [========================= ] 1035/2494 41% [========================= ] 1036/2494 41% [========================= ] 1037/2494 41% [========================= ] 1038/2494 41% [========================= ] 1039/2494 41% [========================= ] 1040/2494 41% [========================= ] 1041/2494 41% [========================= ] 1042/2494 41% [========================= ] 1043/2494 41% [========================= ] 1044/2494 41% [========================= ] 1045/2494 41% [========================== ] 1046/2494 41% [========================== ] 1047/2494 41% [========================== ] 1048/2494 42% [========================== ] 1049/2494 42% [========================== ] 1050/2494 42% [========================== ] 1051/2494 42% [========================== ] 1052/2494 42% [========================== ] 1053/2494 42% [========================== ] 1054/2494 42% [========================== ] 1055/2494 42% [========================== ] 1056/2494 42% [========================== ] 1057/2494 42% [========================== ] 1058/2494 42% [========================== ] 1059/2494 42% [========================== ] 1060/2494 42% [========================== ] 1061/2494 42% [========================== ] 1062/2494 42% [========================== ] 1063/2494 42% [========================== ] 1064/2494 42% [========================== ] 1065/2494 42% [========================== ] 1066/2494 42% [========================== ] 1067/2494 42% [========================== ] 1068/2494 42% [========================== ] 1069/2494 42% [========================== ] 1070/2494 42% [========================== ] 1071/2494 42% [========================== ] 1072/2494 42% [========================== ] 1073/2494 43% [========================== ] 1074/2494 43% [========================== ] 1075/2494 43% [========================== ] 1076/2494 43% [========================== ] 1077/2494 43% [========================== ] 1078/2494 43% [========================== ] 1079/2494 43% [========================== ] 1080/2494 43% [========================== ] 1081/2494 43% [========================== ] 1082/2494 43% [========================== ] 1083/2494 43% [========================== ] 1084/2494 43% [========================== ] 1085/2494 43% [========================== ] 1086/2494 43% [=========================== ] 1087/2494 43% [=========================== ] 1088/2494 43% [=========================== ] 1089/2494 43% [=========================== ] 1090/2494 43% [=========================== ] 1091/2494 43% [=========================== ] 1092/2494 43% [=========================== ] 1093/2494 43% [=========================== ] 1094/2494 43% [=========================== ] 1095/2494 43% [=========================== ] 1096/2494 43% [=========================== ] 1097/2494 43% [=========================== ] 1098/2494 44% [=========================== ] 1099/2494 44% [=========================== ] 1100/2494 44% [=========================== ] 1101/2494 44% [=========================== ] 1102/2494 44% [=========================== ] 1103/2494 44% [=========================== ] 1104/2494 44% [=========================== ] 1105/2494 44% [=========================== ] 1106/2494 44% [=========================== ] 1107/2494 44% [=========================== ] 1108/2494 44% [=========================== ] 1109/2494 44% [=========================== ] 1110/2494 44% [=========================== ] 1111/2494 44% [=========================== ] 1112/2494 44% [=========================== ] 1113/2494 44% [=========================== ] 1114/2494 44% [=========================== ] 1115/2494 44% [=========================== ] 1116/2494 44% [=========================== ] 1117/2494 44% [=========================== ] 1118/2494 44% [=========================== ] 1119/2494 44% [=========================== ] 1120/2494 44% [=========================== ] 1121/2494 44% [=========================== ] 1122/2494 44% [=========================== ] 1123/2494 45% [=========================== ] 1124/2494 45% [=========================== ] 1125/2494 45% [=========================== ] 1126/2494 45% [============================ ] 1127/2494 45% [============================ ] 1128/2494 45% [============================ ] 1129/2494 45% [============================ ] 1130/2494 45% [============================ ] 1131/2494 45% [============================ ] 1132/2494 45% [============================ ] 1133/2494 45% [============================ ] 1134/2494 45% [============================ ] 1135/2494 45% [============================ ] 1136/2494 45% [============================ ] 1137/2494 45% [============================ ] 1138/2494 45% [============================ ] 1139/2494 45% [============================ ] 1140/2494 45% [============================ ] 1141/2494 45% [============================ ] 1142/2494 45% [============================ ] 1143/2494 45% [============================ ] 1144/2494 45% [============================ ] 1145/2494 45% [============================ ] 1146/2494 45% [============================ ] 1147/2494 45% [============================ ] 1148/2494 46% [============================ ] 1149/2494 46% [============================ ] 1150/2494 46% [============================ ] 1151/2494 46% [============================ ] 1152/2494 46% [============================ ] 1153/2494 46% [============================ ] 1154/2494 46% [============================ ] 1155/2494 46% [============================ ] 1156/2494 46% [============================ ] 1157/2494 46% [============================ ] 1158/2494 46% [============================ ] 1159/2494 46% [============================ ] 1160/2494 46% [============================ ] 1161/2494 46% [============================ ] 1162/2494 46% [============================ ] 1163/2494 46% [============================ ] 1164/2494 46% [============================ ] 1165/2494 46% [============================ ] 1166/2494 46% [============================= ] 1167/2494 46% [============================= ] 1168/2494 46% [============================= ] 1169/2494 46% [============================= ] 1170/2494 46% [============================= ] 1171/2494 46% [============================= ] 1172/2494 46% [============================= ] 1173/2494 47% [============================= ] 1174/2494 47% [============================= ] 1175/2494 47% [============================= ] 1176/2494 47% [============================= ] 1177/2494 47% [============================= ] 1178/2494 47% [============================= ] 1179/2494 47% [============================= ] 1180/2494 47% [============================= ] 1181/2494 47% [============================= ] 1182/2494 47% [============================= ] 1183/2494 47% [============================= ] 1184/2494 47% [============================= ] 1185/2494 47% [============================= ] 1186/2494 47% [============================= ] 1187/2494 47% [============================= ] 1188/2494 47% [============================= ] 1189/2494 47% [============================= ] 1190/2494 47% [============================= ] 1191/2494 47% [============================= ] 1192/2494 47% [============================= ] 1193/2494 47% [============================= ] 1194/2494 47% [============================= ] 1195/2494 47% [============================= ] 1196/2494 47% [============================= ] 1197/2494 47% [============================= ] 1198/2494 48% [============================= ] 1199/2494 48% [============================= ] 1200/2494 48% [============================= ] 1201/2494 48% [============================= ] 1202/2494 48% [============================= ] 1203/2494 48% [============================= ] 1204/2494 48% [============================= ] 1205/2494 48% [============================= ] 1206/2494 48% [============================== ] 1207/2494 48% [============================== ] 1208/2494 48% [============================== ] 1209/2494 48% [============================== ] 1210/2494 48% [============================== ] 1211/2494 48% [============================== ] 1212/2494 48% [============================== ] 1213/2494 48% [============================== ] 1214/2494 48% [============================== ] 1215/2494 48% [============================== ] 1216/2494 48% [============================== ] 1217/2494 48% [============================== ] 1218/2494 48% [============================== ] 1219/2494 48% [============================== ] 1220/2494 48% [============================== ] 1221/2494 48% [============================== ] 1222/2494 48% [============================== ] 1223/2494 49% [============================== ] 1224/2494 49% [============================== ] 1225/2494 49% [============================== ] 1226/2494 49% [============================== ] 1227/2494 49% [============================== ] 1228/2494 49% [============================== ] 1229/2494 49% [============================== ] 1230/2494 49% [============================== ] 1231/2494 49% [============================== ] 1232/2494 49% [============================== ] 1233/2494 49% [============================== ] 1234/2494 49% [============================== ] 1235/2494 49% [============================== ] 1236/2494 49% [============================== ] 1237/2494 49% [============================== ] 1238/2494 49% [============================== ] 1239/2494 49% [============================== ] 1240/2494 49% [============================== ] 1241/2494 49% [============================== ] 1242/2494 49% [============================== ] 1243/2494 49% [============================== ] 1244/2494 49% [============================== ] 1245/2494 49% [============================== ] 1246/2494 49% [=============================== ] 1247/2494 50% [=============================== ] 1248/2494 50% [=============================== ] 1249/2494 50% [=============================== ] 1250/2494 50% [=============================== ] 1251/2494 50% [=============================== ] 1252/2494 50% [=============================== ] 1253/2494 50% [=============================== ] 1254/2494 50% [=============================== ] 1255/2494 50% [=============================== ] 1256/2494 50% [=============================== ] 1257/2494 50% [=============================== ] 1258/2494 50% [=============================== ] 1259/2494 50% [=============================== ] 1260/2494 50% [=============================== ] 1261/2494 50% [=============================== ] 1262/2494 50% [=============================== ] 1263/2494 50% [=============================== ] 1264/2494 50% [=============================== ] 1265/2494 50% [=============================== ] 1266/2494 50% [=============================== ] 1267/2494 50% [=============================== ] 1268/2494 50% [=============================== ] 1269/2494 50% [=============================== ] 1270/2494 50% [=============================== ] 1271/2494 50% [=============================== ] 1272/2494 51% [=============================== ] 1273/2494 51% [=============================== ] 1274/2494 51% [=============================== ] 1275/2494 51% [=============================== ] 1276/2494 51% [=============================== ] 1277/2494 51% [=============================== ] 1278/2494 51% [=============================== ] 1279/2494 51% [=============================== ] 1280/2494 51% [=============================== ] 1281/2494 51% [=============================== ] 1282/2494 51% [=============================== ] 1283/2494 51% [=============================== ] 1284/2494 51% [=============================== ] 1285/2494 51% [=============================== ] 1286/2494 51% [=============================== ] 1287/2494 51% [================================ ] 1288/2494 51% [================================ ] 1289/2494 51% [================================ ] 1290/2494 51% [================================ ] 1291/2494 51% [================================ ] 1292/2494 51% [================================ ] 1293/2494 51% [================================ ] 1294/2494 51% [================================ ] 1295/2494 51% [================================ ] 1296/2494 51% [================================ ] 1297/2494 52% [================================ ] 1298/2494 52% [================================ ] 1299/2494 52% [================================ ] 1300/2494 52% [================================ ] 1301/2494 52% [================================ ] 1302/2494 52% [================================ ] 1303/2494 52% [================================ ] 1304/2494 52% [================================ ] 1305/2494 52% [================================ ] 1306/2494 52% [================================ ] 1307/2494 52% [================================ ] 1308/2494 52% [================================ ] 1309/2494 52% [================================ ] 1310/2494 52% [================================ ] 1311/2494 52% [================================ ] 1312/2494 52% [================================ ] 1313/2494 52% [================================ ] 1314/2494 52% [================================ ] 1315/2494 52% [================================ ] 1316/2494 52% [================================ ] 1317/2494 52% [================================ ] 1318/2494 52% [================================ ] 1319/2494 52% [================================ ] 1320/2494 52% [================================ ] 1321/2494 52% [================================ ] 1322/2494 53% [================================ ] 1323/2494 53% [================================ ] 1324/2494 53% [================================ ] 1325/2494 53% [================================ ] 1326/2494 53% [================================ ] 1327/2494 53% [================================= ] 1328/2494 53% [================================= ] 1329/2494 53% [================================= ] 1330/2494 53% [================================= ] 1331/2494 53% [================================= ] 1332/2494 53% [================================= ] 1333/2494 53% [================================= ] 1334/2494 53% [================================= ] 1335/2494 53% [================================= ] 1336/2494 53% [================================= ] 1337/2494 53% [================================= ] 1338/2494 53% [================================= ] 1339/2494 53% [================================= ] 1340/2494 53% [================================= ] 1341/2494 53% [================================= ] 1342/2494 53% [================================= ] 1343/2494 53% [================================= ] 1344/2494 53% [================================= ] 1345/2494 53% [================================= ] 1346/2494 53% [================================= ] 1347/2494 54% [================================= ] 1348/2494 54% [================================= ] 1349/2494 54% [================================= ] 1350/2494 54% [================================= ] 1351/2494 54% [================================= ] 1352/2494 54% [================================= ] 1353/2494 54% [================================= ] 1354/2494 54% [================================= ] 1355/2494 54% [================================= ] 1356/2494 54% [================================= ] 1357/2494 54% [================================= ] 1358/2494 54% [================================= ] 1359/2494 54% [================================= ] 1360/2494 54% [================================= ] 1361/2494 54% [================================= ] 1362/2494 54% [================================= ] 1363/2494 54% [================================= ] 1364/2494 54% [================================= ] 1365/2494 54% [================================= ] 1366/2494 54% [================================= ] 1367/2494 54% [================================== ] 1368/2494 54% [================================== ] 1369/2494 54% [================================== ] 1370/2494 54% [================================== ] 1371/2494 54% [================================== ] 1372/2494 55% [================================== ] 1373/2494 55% [================================== ] 1374/2494 55% [================================== ] 1375/2494 55% [================================== ] 1376/2494 55% [================================== ] 1377/2494 55% [================================== ] 1378/2494 55% [================================== ] 1379/2494 55% [================================== ] 1380/2494 55% [================================== ] 1381/2494 55% [================================== ] 1382/2494 55% [================================== ] 1383/2494 55% [================================== ] 1384/2494 55% [================================== ] 1385/2494 55% [================================== ] 1386/2494 55% [================================== ] 1387/2494 55% [================================== ] 1388/2494 55% [================================== ] 1389/2494 55% [================================== ] 1390/2494 55% [================================== ] 1391/2494 55% [================================== ] 1392/2494 55% [================================== ] 1393/2494 55% [================================== ] 1394/2494 55% [================================== ] 1395/2494 55% [================================== ] 1396/2494 55% [================================== ] 1397/2494 56% [================================== ] 1398/2494 56% [================================== ] 1399/2494 56% [================================== ] 1400/2494 56% [================================== ] 1401/2494 56% [================================== ] 1402/2494 56% [================================== ] 1403/2494 56% [================================== ] 1404/2494 56% [================================== ] 1405/2494 56% [================================== ] 1406/2494 56% [================================== ] 1407/2494 56% [=================================== ] 1408/2494 56% [=================================== ] 1409/2494 56% [=================================== ] 1410/2494 56% [=================================== ] 1411/2494 56% [=================================== ] 1412/2494 56% [=================================== ] 1413/2494 56% [=================================== ] 1414/2494 56% [=================================== ] 1415/2494 56% [=================================== ] 1416/2494 56% [=================================== ] 1417/2494 56% [=================================== ] 1418/2494 56% [=================================== ] 1419/2494 56% [=================================== ] 1420/2494 56% [=================================== ] 1421/2494 56% [=================================== ] 1422/2494 57% [=================================== ] 1423/2494 57% [=================================== ] 1424/2494 57% [=================================== ] 1425/2494 57% [=================================== ] 1426/2494 57% [=================================== ] 1427/2494 57% [=================================== ] 1428/2494 57% [=================================== ] 1429/2494 57% [=================================== ] 1430/2494 57% [=================================== ] 1431/2494 57% [=================================== ] 1432/2494 57% [=================================== ] 1433/2494 57% [=================================== ] 1434/2494 57% [=================================== ] 1435/2494 57% [=================================== ] 1436/2494 57% [=================================== ] 1437/2494 57% [=================================== ] 1438/2494 57% [=================================== ] 1439/2494 57% [=================================== ] 1440/2494 57% [=================================== ] 1441/2494 57% [=================================== ] 1442/2494 57% [=================================== ] 1443/2494 57% [=================================== ] 1444/2494 57% [=================================== ] 1445/2494 57% [=================================== ] 1446/2494 57% [=================================== ] 1447/2494 58% [=================================== ] 1448/2494 58% [==================================== ] 1449/2494 58% [==================================== ] 1450/2494 58% [==================================== ] 1451/2494 58% [==================================== ] 1452/2494 58% [==================================== ] 1453/2494 58% [==================================== ] 1454/2494 58% [==================================== ] 1455/2494 58% [==================================== ] 1456/2494 58% [==================================== ] 1457/2494 58% [==================================== ] 1458/2494 58% [==================================== ] 1459/2494 58% [==================================== ] 1460/2494 58% [==================================== ] 1461/2494 58% [==================================== ] 1462/2494 58% [==================================== ] 1463/2494 58% [==================================== ] 1464/2494 58% [==================================== ] 1465/2494 58% [==================================== ] 1466/2494 58% [==================================== ] 1467/2494 58% [==================================== ] 1468/2494 58% [==================================== ] 1469/2494 58% [==================================== ] 1470/2494 58% [==================================== ] 1471/2494 58% [==================================== ] 1472/2494 59% [==================================== ] 1473/2494 59% [==================================== ] 1474/2494 59% [==================================== ] 1475/2494 59% [==================================== ] 1476/2494 59% [==================================== ] 1477/2494 59% [==================================== ] 1478/2494 59% [==================================== ] 1479/2494 59% [==================================== ] 1480/2494 59% [==================================== ] 1481/2494 59% [==================================== ] 1482/2494 59% [==================================== ] 1483/2494 59% [==================================== ] 1484/2494 59% [==================================== ] 1485/2494 59% [==================================== ] 1486/2494 59% [==================================== ] 1487/2494 59% [==================================== ] 1488/2494 59% [===================================== ] 1489/2494 59% [===================================== ] 1490/2494 59% [===================================== ] 1491/2494 59% [===================================== ] 1492/2494 59% [===================================== ] 1493/2494 59% [===================================== ] 1494/2494 59% [===================================== ] 1495/2494 59% [===================================== ] 1496/2494 59% [===================================== ] 1497/2494 60% [===================================== ] 1498/2494 60% [===================================== ] 1499/2494 60% [===================================== ] 1500/2494 60% [===================================== ] 1501/2494 60% [===================================== ] 1502/2494 60% [===================================== ] 1503/2494 60% [===================================== ] 1504/2494 60% [===================================== ] 1505/2494 60% [===================================== ] 1506/2494 60% [===================================== ] 1507/2494 60% [===================================== ] 1508/2494 60% [===================================== ] 1509/2494 60% [===================================== ] 1510/2494 60% [===================================== ] 1511/2494 60% [===================================== ] 1512/2494 60% [===================================== ] 1513/2494 60% [===================================== ] 1514/2494 60% [===================================== ] 1515/2494 60% [===================================== ] 1516/2494 60% [===================================== ] 1517/2494 60% [===================================== ] 1518/2494 60% [===================================== ] 1519/2494 60% [===================================== ] 1520/2494 60% [===================================== ] 1521/2494 60% [===================================== ] 1522/2494 61% [===================================== ] 1523/2494 61% [===================================== ] 1524/2494 61% [===================================== ] 1525/2494 61% [===================================== ] 1526/2494 61% [===================================== ] 1527/2494 61% [===================================== ] 1528/2494 61% [====================================== ] 1529/2494 61% [====================================== ] 1530/2494 61% [====================================== ] 1531/2494 61% [====================================== ] 1532/2494 61% [====================================== ] 1533/2494 61% [====================================== ] 1534/2494 61% [====================================== ] 1535/2494 61% [====================================== ] 1536/2494 61% [====================================== ] 1537/2494 61% [====================================== ] 1538/2494 61% [====================================== ] 1539/2494 61% [====================================== ] 1540/2494 61% [====================================== ] 1541/2494 61% [====================================== ] 1542/2494 61% [====================================== ] 1543/2494 61% [====================================== ] 1544/2494 61% [====================================== ] 1545/2494 61% [====================================== ] 1546/2494 61% [====================================== ] 1547/2494 62% [====================================== ] 1548/2494 62% [====================================== ] 1549/2494 62% [====================================== ] 1550/2494 62% [====================================== ] 1551/2494 62% [====================================== ] 1552/2494 62% [====================================== ] 1553/2494 62% [====================================== ] 1554/2494 62% [====================================== ] 1555/2494 62% [====================================== ] 1556/2494 62% [====================================== ] 1557/2494 62% [====================================== ] 1558/2494 62% [====================================== ] 1559/2494 62% [====================================== ] 1560/2494 62% [====================================== ] 1561/2494 62% [====================================== ] 1562/2494 62% [====================================== ] 1563/2494 62% [====================================== ] 1564/2494 62% [====================================== ] 1565/2494 62% [====================================== ] 1566/2494 62% [====================================== ] 1567/2494 62% [====================================== ] 1568/2494 62% [======================================= ] 1569/2494 62% [======================================= ] 1570/2494 62% [======================================= ] 1571/2494 62% [======================================= ] 1572/2494 63% [======================================= ] 1573/2494 63% [======================================= ] 1574/2494 63% [======================================= ] 1575/2494 63% [======================================= ] 1576/2494 63% [======================================= ] 1577/2494 63% [======================================= ] 1578/2494 63% [======================================= ] 1579/2494 63% [======================================= ] 1580/2494 63% [======================================= ] 1581/2494 63% [======================================= ] 1582/2494 63% [======================================= ] 1583/2494 63% [======================================= ] 1584/2494 63% [======================================= ] 1585/2494 63% [======================================= ] 1586/2494 63% [======================================= ] 1587/2494 63% [======================================= ] 1588/2494 63% [======================================= ] 1589/2494 63% [======================================= ] 1590/2494 63% [======================================= ] 1591/2494 63% [======================================= ] 1592/2494 63% [======================================= ] 1593/2494 63% [======================================= ] 1594/2494 63% [======================================= ] 1595/2494 63% [======================================= ] 1596/2494 63% [======================================= ] 1597/2494 64% [======================================= ] 1598/2494 64% [======================================= ] 1599/2494 64% [======================================= ] 1600/2494 64% [======================================= ] 1601/2494 64% [======================================= ] 1602/2494 64% [======================================= ] 1603/2494 64% [======================================= ] 1604/2494 64% [======================================= ] 1605/2494 64% [======================================= ] 1606/2494 64% [======================================= ] 1607/2494 64% [======================================= ] 1608/2494 64% [======================================= ] 1609/2494 64% [======================================== ] 1610/2494 64% [======================================== ] 1611/2494 64% [======================================== ] 1612/2494 64% [======================================== ] 1613/2494 64% [======================================== ] 1614/2494 64% [======================================== ] 1615/2494 64% [======================================== ] 1616/2494 64% [======================================== ] 1617/2494 64% [======================================== ] 1618/2494 64% [======================================== ] 1619/2494 64% [======================================== ] 1620/2494 64% [======================================== ] 1621/2494 64% [======================================== ] 1622/2494 65% [======================================== ] 1623/2494 65% [======================================== ] 1624/2494 65% [======================================== ] 1625/2494 65% [======================================== ] 1626/2494 65% [======================================== ] 1627/2494 65% [======================================== ] 1628/2494 65% [======================================== ] 1629/2494 65% [======================================== ] 1630/2494 65% [======================================== ] 1631/2494 65% [======================================== ] 1632/2494 65% [======================================== ] 1633/2494 65% [======================================== ] 1634/2494 65% [======================================== ] 1635/2494 65% [======================================== ] 1636/2494 65% [======================================== ] 1637/2494 65% [======================================== ] 1638/2494 65% [======================================== ] 1639/2494 65% [======================================== ] 1640/2494 65% [======================================== ] 1641/2494 65% [======================================== ] 1642/2494 65% [======================================== ] 1643/2494 65% [======================================== ] 1644/2494 65% [======================================== ] 1645/2494 65% [======================================== ] 1646/2494 65% [======================================== ] 1647/2494 66% [======================================== ] 1648/2494 66% [======================================== ] 1649/2494 66% [========================================= ] 1650/2494 66% [========================================= ] 1651/2494 66% [========================================= ] 1652/2494 66% [========================================= ] 1653/2494 66% [========================================= ] 1654/2494 66% [========================================= ] 1655/2494 66% [========================================= ] 1656/2494 66% [========================================= ] 1657/2494 66% [========================================= ] 1658/2494 66% [========================================= ] 1659/2494 66% [========================================= ] 1660/2494 66% [========================================= ] 1661/2494 66% [========================================= ] 1662/2494 66% [========================================= ] 1663/2494 66% [========================================= ] 1664/2494 66% [========================================= ] 1665/2494 66% [========================================= ] 1666/2494 66% [========================================= ] 1667/2494 66% [========================================= ] 1668/2494 66% [========================================= ] 1669/2494 66% [========================================= ] 1670/2494 66% [========================================= ] 1671/2494 67% [========================================= ] 1672/2494 67% [========================================= ] 1673/2494 67% [========================================= ] 1674/2494 67% [========================================= ] 1675/2494 67% [========================================= ] 1676/2494 67% [========================================= ] 1677/2494 67% [========================================= ] 1678/2494 67% [========================================= ] 1679/2494 67% [========================================= ] 1680/2494 67% [========================================= ] 1681/2494 67% [========================================= ] 1682/2494 67% [========================================= ] 1683/2494 67% [========================================= ] 1684/2494 67% [========================================= ] 1685/2494 67% [========================================= ] 1686/2494 67% [========================================= ] 1687/2494 67% [========================================= ] 1688/2494 67% [========================================= ] 1689/2494 67% [========================================== ] 1690/2494 67% [========================================== ] 1691/2494 67% [========================================== ] 1692/2494 67% [========================================== ] 1693/2494 67% [========================================== ] 1694/2494 67% [========================================== ] 1695/2494 67% [========================================== ] 1696/2494 68% [========================================== ] 1697/2494 68% [========================================== ] 1698/2494 68% [========================================== ] 1699/2494 68% [========================================== ] 1700/2494 68% [========================================== ] 1701/2494 68% [========================================== ] 1702/2494 68% [========================================== ] 1703/2494 68% [========================================== ] 1704/2494 68% [========================================== ] 1705/2494 68% [========================================== ] 1706/2494 68% [========================================== ] 1707/2494 68% [========================================== ] 1708/2494 68% [========================================== ] 1709/2494 68% [========================================== ] 1710/2494 68% [========================================== ] 1711/2494 68% [========================================== ] 1712/2494 68% [========================================== ] 1713/2494 68% [========================================== ] 1714/2494 68% [========================================== ] 1715/2494 68% [========================================== ] 1716/2494 68% [========================================== ] 1717/2494 68% [========================================== ] 1718/2494 68% [========================================== ] 1719/2494 68% [========================================== ] 1720/2494 68% [========================================== ] 1721/2494 69% [========================================== ] 1722/2494 69% [========================================== ] 1723/2494 69% [========================================== ] 1724/2494 69% [========================================== ] 1725/2494 69% [========================================== ] 1726/2494 69% [========================================== ] 1727/2494 69% [========================================== ] 1728/2494 69% [========================================== ] 1729/2494 69% [=========================================== ] 1730/2494 69% [=========================================== ] 1731/2494 69% [=========================================== ] 1732/2494 69% [=========================================== ] 1733/2494 69% [=========================================== ] 1734/2494 69% [=========================================== ] 1735/2494 69% [=========================================== ] 1736/2494 69% [=========================================== ] 1737/2494 69% [=========================================== ] 1738/2494 69% [=========================================== ] 1739/2494 69% [=========================================== ] 1740/2494 69% [=========================================== ] 1741/2494 69% [=========================================== ] 1742/2494 69% [=========================================== ] 1743/2494 69% [=========================================== ] 1744/2494 69% [=========================================== ] 1745/2494 69% [=========================================== ] 1746/2494 70% [=========================================== ] 1747/2494 70% [=========================================== ] 1748/2494 70% [=========================================== ] 1749/2494 70% [=========================================== ] 1750/2494 70% [=========================================== ] 1751/2494 70% [=========================================== ] 1752/2494 70% [=========================================== ] 1753/2494 70% [=========================================== ] 1754/2494 70% [=========================================== ] 1755/2494 70% [=========================================== ] 1756/2494 70% [=========================================== ] 1757/2494 70% [=========================================== ] 1758/2494 70% [=========================================== ] 1759/2494 70% [=========================================== ] 1760/2494 70% [=========================================== ] 1761/2494 70% [=========================================== ] 1762/2494 70% [=========================================== ] 1763/2494 70% [=========================================== ] 1764/2494 70% [=========================================== ] 1765/2494 70% [=========================================== ] 1766/2494 70% [=========================================== ] 1767/2494 70% [=========================================== ] 1768/2494 70% [=========================================== ] 1769/2494 70% [============================================ ] 1770/2494 70% [============================================ ] 1771/2494 71% [============================================ ] 1772/2494 71% [============================================ ] 1773/2494 71% [============================================ ] 1774/2494 71% [============================================ ] 1775/2494 71% [============================================ ] 1776/2494 71% [============================================ ] 1777/2494 71% [============================================ ] 1778/2494 71% [============================================ ] 1779/2494 71% [============================================ ] 1780/2494 71% [============================================ ] 1781/2494 71% [============================================ ] 1782/2494 71% [============================================ ] 1783/2494 71% [============================================ ] 1784/2494 71% [============================================ ] 1785/2494 71% [============================================ ] 1786/2494 71% [============================================ ] 1787/2494 71% [============================================ ] 1788/2494 71% [============================================ ] 1789/2494 71% [============================================ ] 1790/2494 71% [============================================ ] 1791/2494 71% [============================================ ] 1792/2494 71% [============================================ ] 1793/2494 71% [============================================ ] 1794/2494 71% [============================================ ] 1795/2494 71% [============================================ ] 1796/2494 72% [============================================ ] 1797/2494 72% [============================================ ] 1798/2494 72% [============================================ ] 1799/2494 72% [============================================ ] 1800/2494 72% [============================================ ] 1801/2494 72% [============================================ ] 1802/2494 72% [============================================ ] 1803/2494 72% [============================================ ] 1804/2494 72% [============================================ ] 1805/2494 72% [============================================ ] 1806/2494 72% [============================================ ] 1807/2494 72% [============================================ ] 1808/2494 72% [============================================ ] 1809/2494 72% [============================================ ] 1810/2494 72% [============================================= ] 1811/2494 72% [============================================= ] 1812/2494 72% [============================================= ] 1813/2494 72% [============================================= ] 1814/2494 72% [============================================= ] 1815/2494 72% [============================================= ] 1816/2494 72% [============================================= ] 1817/2494 72% [============================================= ] 1818/2494 72% [============================================= ] 1819/2494 72% [============================================= ] 1820/2494 72% [============================================= ] 1821/2494 73% [============================================= ] 1822/2494 73% [============================================= ] 1823/2494 73% [============================================= ] 1824/2494 73% [============================================= ] 1825/2494 73% [============================================= ] 1826/2494 73% [============================================= ] 1827/2494 73% [============================================= ] 1828/2494 73% [============================================= ] 1829/2494 73% [============================================= ] 1830/2494 73% [============================================= ] 1831/2494 73% [============================================= ] 1832/2494 73% [============================================= ] 1833/2494 73% [============================================= ] 1834/2494 73% [============================================= ] 1835/2494 73% [============================================= ] 1836/2494 73% [============================================= ] 1837/2494 73% [============================================= ] 1838/2494 73% [============================================= ] 1839/2494 73% [============================================= ] 1840/2494 73% [============================================= ] 1841/2494 73% [============================================= ] 1842/2494 73% [============================================= ] 1843/2494 73% [============================================= ] 1844/2494 73% [============================================= ] 1845/2494 73% [============================================= ] 1846/2494 74% [============================================= ] 1847/2494 74% [============================================= ] 1848/2494 74% [============================================= ] 1849/2494 74% [============================================= ] 1850/2494 74% [============================================== ] 1851/2494 74% [============================================== ] 1852/2494 74% [============================================== ] 1853/2494 74% [============================================== ] 1854/2494 74% [============================================== ] 1855/2494 74% [============================================== ] 1856/2494 74% [============================================== ] 1857/2494 74% [============================================== ] 1858/2494 74% [============================================== ] 1859/2494 74% [============================================== ] 1860/2494 74% [============================================== ] 1861/2494 74% [============================================== ] 1862/2494 74% [============================================== ] 1863/2494 74% [============================================== ] 1864/2494 74% [============================================== ] 1865/2494 74% [============================================== ] 1866/2494 74% [============================================== ] 1867/2494 74% [============================================== ] 1868/2494 74% [============================================== ] 1869/2494 74% [============================================== ] 1870/2494 74% [============================================== ] 1871/2494 75% [============================================== ] 1872/2494 75% [============================================== ] 1873/2494 75% [============================================== ] 1874/2494 75% [============================================== ] 1875/2494 75% [============================================== ] 1876/2494 75% [============================================== ] 1877/2494 75% [============================================== ] 1878/2494 75% [============================================== ] 1879/2494 75% [============================================== ] 1880/2494 75% [============================================== ] 1881/2494 75% [============================================== ] 1882/2494 75% [============================================== ] 1883/2494 75% [============================================== ] 1884/2494 75% [============================================== ] 1885/2494 75% [============================================== ] 1886/2494 75% [============================================== ] 1887/2494 75% [============================================== ] 1888/2494 75% [============================================== ] 1889/2494 75% [============================================== ] 1890/2494 75% [=============================================== ] 1891/2494 75% [=============================================== ] 1892/2494 75% [=============================================== ] 1893/2494 75% [=============================================== ] 1894/2494 75% [=============================================== ] 1895/2494 75% [=============================================== ] 1896/2494 76% [=============================================== ] 1897/2494 76% [=============================================== ] 1898/2494 76% [=============================================== ] 1899/2494 76% [=============================================== ] 1900/2494 76% [=============================================== ] 1901/2494 76% [=============================================== ] 1902/2494 76% [=============================================== ] 1903/2494 76% [=============================================== ] 1904/2494 76% [=============================================== ] 1905/2494 76% [=============================================== ] 1906/2494 76% [=============================================== ] 1907/2494 76% [=============================================== ] 1908/2494 76% [=============================================== ] 1909/2494 76% [=============================================== ] 1910/2494 76% [=============================================== ] 1911/2494 76% [=============================================== ] 1912/2494 76% [=============================================== ] 1913/2494 76% [=============================================== ] 1914/2494 76% [=============================================== ] 1915/2494 76% [=============================================== ] 1916/2494 76% [=============================================== ] 1917/2494 76% [=============================================== ] 1918/2494 76% [=============================================== ] 1919/2494 76% [=============================================== ] 1920/2494 76% [=============================================== ] 1921/2494 77% [=============================================== ] 1922/2494 77% [=============================================== ] 1923/2494 77% [=============================================== ] 1924/2494 77% [=============================================== ] 1925/2494 77% [=============================================== ] 1926/2494 77% [=============================================== ] 1927/2494 77% [=============================================== ] 1928/2494 77% [=============================================== ] 1929/2494 77% [=============================================== ] 1930/2494 77% [================================================ ] 1931/2494 77% [================================================ ] 1932/2494 77% [================================================ ] 1933/2494 77% [================================================ ] 1934/2494 77% [================================================ ] 1935/2494 77% [================================================ ] 1936/2494 77% [================================================ ] 1937/2494 77% [================================================ ] 1938/2494 77% [================================================ ] 1939/2494 77% [================================================ ] 1940/2494 77% [================================================ ] 1941/2494 77% [================================================ ] 1942/2494 77% [================================================ ] 1943/2494 77% [================================================ ] 1944/2494 77% [================================================ ] 1945/2494 77% [================================================ ] 1946/2494 78% [================================================ ] 1947/2494 78% [================================================ ] 1948/2494 78% [================================================ ] 1949/2494 78% [================================================ ] 1950/2494 78% [================================================ ] 1951/2494 78% [================================================ ] 1952/2494 78% [================================================ ] 1953/2494 78% [================================================ ] 1954/2494 78% [================================================ ] 1955/2494 78% [================================================ ] 1956/2494 78% [================================================ ] 1957/2494 78% [================================================ ] 1958/2494 78% [================================================ ] 1959/2494 78% [================================================ ] 1960/2494 78% [================================================ ] 1961/2494 78% [================================================ ] 1962/2494 78% [================================================ ] 1963/2494 78% [================================================ ] 1964/2494 78% [================================================ ] 1965/2494 78% [================================================ ] 1966/2494 78% [================================================ ] 1967/2494 78% [================================================ ] 1968/2494 78% [================================================ ] 1969/2494 78% [================================================ ] 1970/2494 78% [================================================ ] 1971/2494 79% [================================================= ] 1972/2494 79% [================================================= ] 1973/2494 79% [================================================= ] 1974/2494 79% [================================================= ] 1975/2494 79% [================================================= ] 1976/2494 79% [================================================= ] 1977/2494 79% [================================================= ] 1978/2494 79% [================================================= ] 1979/2494 79% [================================================= ] 1980/2494 79% [================================================= ] 1981/2494 79% [================================================= ] 1982/2494 79% [================================================= ] 1983/2494 79% [================================================= ] 1984/2494 79% [================================================= ] 1985/2494 79% [================================================= ] 1986/2494 79% [================================================= ] 1987/2494 79% [================================================= ] 1988/2494 79% [================================================= ] 1989/2494 79% [================================================= ] 1990/2494 79% [================================================= ] 1991/2494 79% [================================================= ] 1992/2494 79% [================================================= ] 1993/2494 79% [================================================= ] 1994/2494 79% [================================================= ] 1995/2494 79% [================================================= ] 1996/2494 80% [================================================= ] 1997/2494 80% [================================================= ] 1998/2494 80% [================================================= ] 1999/2494 80% [================================================= ] 2000/2494 80% [================================================= ] 2001/2494 80% [================================================= ] 2002/2494 80% [================================================= ] 2003/2494 80% [================================================= ] 2004/2494 80% [================================================= ] 2005/2494 80% [================================================= ] 2006/2494 80% [================================================= ] 2007/2494 80% [================================================= ] 2008/2494 80% [================================================= ] 2009/2494 80% [================================================= ] 2010/2494 80% [================================================= ] 2011/2494 80% [================================================== ] 2012/2494 80% [================================================== ] 2013/2494 80% [================================================== ] 2014/2494 80% [================================================== ] 2015/2494 80% [================================================== ] 2016/2494 80% [================================================== ] 2017/2494 80% [================================================== ] 2018/2494 80% [================================================== ] 2019/2494 80% [================================================== ] 2020/2494 80% [================================================== ] 2021/2494 81% [================================================== ] 2022/2494 81% [================================================== ] 2023/2494 81% [================================================== ] 2024/2494 81% [================================================== ] 2025/2494 81% [================================================== ] 2026/2494 81% [================================================== ] 2027/2494 81% [================================================== ] 2028/2494 81% [================================================== ] 2029/2494 81% [================================================== ] 2030/2494 81% [================================================== ] 2031/2494 81% [================================================== ] 2032/2494 81% [================================================== ] 2033/2494 81% [================================================== ] 2034/2494 81% [================================================== ] 2035/2494 81% [================================================== ] 2036/2494 81% [================================================== ] 2037/2494 81% [================================================== ] 2038/2494 81% [================================================== ] 2039/2494 81% [================================================== ] 2040/2494 81% [================================================== ] 2041/2494 81% [================================================== ] 2042/2494 81% [================================================== ] 2043/2494 81% [================================================== ] 2044/2494 81% [================================================== ] 2045/2494 81% [================================================== ] 2046/2494 82% [================================================== ] 2047/2494 82% [================================================== ] 2048/2494 82% [================================================== ] 2049/2494 82% [================================================== ] 2050/2494 82% [================================================== ] 2051/2494 82% [=================================================== ] 2052/2494 82% [=================================================== ] 2053/2494 82% [=================================================== ] 2054/2494 82% [=================================================== ] 2055/2494 82% [=================================================== ] 2056/2494 82% [=================================================== ] 2057/2494 82% [=================================================== ] 2058/2494 82% [=================================================== ] 2059/2494 82% [=================================================== ] 2060/2494 82% [=================================================== ] 2061/2494 82% [=================================================== ] 2062/2494 82% [=================================================== ] 2063/2494 82% [=================================================== ] 2064/2494 82% [=================================================== ] 2065/2494 82% [=================================================== ] 2066/2494 82% [=================================================== ] 2067/2494 82% [=================================================== ] 2068/2494 82% [=================================================== ] 2069/2494 82% [=================================================== ] 2070/2494 82% [=================================================== ] 2071/2494 83% [=================================================== ] 2072/2494 83% [=================================================== ] 2073/2494 83% [=================================================== ] 2074/2494 83% [=================================================== ] 2075/2494 83% [=================================================== ] 2076/2494 83% [=================================================== ] 2077/2494 83% [=================================================== ] 2078/2494 83% [=================================================== ] 2079/2494 83% [=================================================== ] 2080/2494 83% [=================================================== ] 2081/2494 83% [=================================================== ] 2082/2494 83% [=================================================== ] 2083/2494 83% [=================================================== ] 2084/2494 83% [=================================================== ] 2085/2494 83% [=================================================== ] 2086/2494 83% [=================================================== ] 2087/2494 83% [=================================================== ] 2088/2494 83% [=================================================== ] 2089/2494 83% [=================================================== ] 2090/2494 83% [=================================================== ] 2091/2494 83% [==================================================== ] 2092/2494 83% [==================================================== ] 2093/2494 83% [==================================================== ] 2094/2494 83% [==================================================== ] 2095/2494 84% [==================================================== ] 2096/2494 84% [==================================================== ] 2097/2494 84% [==================================================== ] 2098/2494 84% [==================================================== ] 2099/2494 84% [==================================================== ] 2100/2494 84% [==================================================== ] 2101/2494 84% [==================================================== ] 2102/2494 84% [==================================================== ] 2103/2494 84% [==================================================== ] 2104/2494 84% [==================================================== ] 2105/2494 84% [==================================================== ] 2106/2494 84% [==================================================== ] 2107/2494 84% [==================================================== ] 2108/2494 84% [==================================================== ] 2109/2494 84% [==================================================== ] 2110/2494 84% [==================================================== ] 2111/2494 84% [==================================================== ] 2112/2494 84% [==================================================== ] 2113/2494 84% [==================================================== ] 2114/2494 84% [==================================================== ] 2115/2494 84% [==================================================== ] 2116/2494 84% [==================================================== ] 2117/2494 84% [==================================================== ] 2118/2494 84% [==================================================== ] 2119/2494 84% [==================================================== ] 2120/2494 85% [==================================================== ] 2121/2494 85% [==================================================== ] 2122/2494 85% [==================================================== ] 2123/2494 85% [==================================================== ] 2124/2494 85% [==================================================== ] 2125/2494 85% [==================================================== ] 2126/2494 85% [==================================================== ] 2127/2494 85% [==================================================== ] 2128/2494 85% [==================================================== ] 2129/2494 85% [==================================================== ] 2130/2494 85% [==================================================== ] 2131/2494 85% [===================================================== ] 2132/2494 85% [===================================================== ] 2133/2494 85% [===================================================== ] 2134/2494 85% [===================================================== ] 2135/2494 85% [===================================================== ] 2136/2494 85% [===================================================== ] 2137/2494 85% [===================================================== ] 2138/2494 85% [===================================================== ] 2139/2494 85% [===================================================== ] 2140/2494 85% [===================================================== ] 2141/2494 85% [===================================================== ] 2142/2494 85% [===================================================== ] 2143/2494 85% [===================================================== ] 2144/2494 85% [===================================================== ] 2145/2494 86% [===================================================== ] 2146/2494 86% [===================================================== ] 2147/2494 86% [===================================================== ] 2148/2494 86% [===================================================== ] 2149/2494 86% [===================================================== ] 2150/2494 86% [===================================================== ] 2151/2494 86% [===================================================== ] 2152/2494 86% [===================================================== ] 2153/2494 86% [===================================================== ] 2154/2494 86% [===================================================== ] 2155/2494 86% [===================================================== ] 2156/2494 86% [===================================================== ] 2157/2494 86% [===================================================== ] 2158/2494 86% [===================================================== ] 2159/2494 86% [===================================================== ] 2160/2494 86% [===================================================== ] 2161/2494 86% [===================================================== ] 2162/2494 86% [===================================================== ] 2163/2494 86% [===================================================== ] 2164/2494 86% [===================================================== ] 2165/2494 86% [===================================================== ] 2166/2494 86% [===================================================== ] 2167/2494 86% [===================================================== ] 2168/2494 86% [===================================================== ] 2169/2494 86% [===================================================== ] 2170/2494 87% [===================================================== ] 2171/2494 87% [===================================================== ] 2172/2494 87% [====================================================== ] 2173/2494 87% [====================================================== ] 2174/2494 87% [====================================================== ] 2175/2494 87% [====================================================== ] 2176/2494 87% [====================================================== ] 2177/2494 87% [====================================================== ] 2178/2494 87% [====================================================== ] 2179/2494 87% [====================================================== ] 2180/2494 87% [====================================================== ] 2181/2494 87% [====================================================== ] 2182/2494 87% [====================================================== ] 2183/2494 87% [====================================================== ] 2184/2494 87% [====================================================== ] 2185/2494 87% [====================================================== ] 2186/2494 87% [====================================================== ] 2187/2494 87% [====================================================== ] 2188/2494 87% [====================================================== ] 2189/2494 87% [====================================================== ] 2190/2494 87% [====================================================== ] 2191/2494 87% [====================================================== ] 2192/2494 87% [====================================================== ] 2193/2494 87% [====================================================== ] 2194/2494 87% [====================================================== ] 2195/2494 88% [====================================================== ] 2196/2494 88% [====================================================== ] 2197/2494 88% [====================================================== ] 2198/2494 88% [====================================================== ] 2199/2494 88% [====================================================== ] 2200/2494 88% [====================================================== ] 2201/2494 88% [====================================================== ] 2202/2494 88% [====================================================== ] 2203/2494 88% [====================================================== ] 2204/2494 88% [====================================================== ] 2205/2494 88% [====================================================== ] 2206/2494 88% [====================================================== ] 2207/2494 88% [====================================================== ] 2208/2494 88% [====================================================== ] 2209/2494 88% [====================================================== ] 2210/2494 88% [====================================================== ] 2211/2494 88% [====================================================== ] 2212/2494 88% [======================================================= ] 2213/2494 88% [======================================================= ] 2214/2494 88% [======================================================= ] 2215/2494 88% [======================================================= ] 2216/2494 88% [======================================================= ] 2217/2494 88% [======================================================= ] 2218/2494 88% [======================================================= ] 2219/2494 88% [======================================================= ] 2220/2494 89% [======================================================= ] 2221/2494 89% [======================================================= ] 2222/2494 89% [======================================================= ] 2223/2494 89% [======================================================= ] 2224/2494 89% [======================================================= ] 2225/2494 89% [======================================================= ] 2226/2494 89% [======================================================= ] 2227/2494 89% [======================================================= ] 2228/2494 89% [======================================================= ] 2229/2494 89% [======================================================= ] 2230/2494 89% [======================================================= ] 2231/2494 89% [======================================================= ] 2232/2494 89% [======================================================= ] 2233/2494 89% [======================================================= ] 2234/2494 89% [======================================================= ] 2235/2494 89% [======================================================= ] 2236/2494 89% [======================================================= ] 2237/2494 89% [======================================================= ] 2238/2494 89% [======================================================= ] 2239/2494 89% [======================================================= ] 2240/2494 89% [======================================================= ] 2241/2494 89% [======================================================= ] 2242/2494 89% [======================================================= ] 2243/2494 89% [======================================================= ] 2244/2494 89% [======================================================= ] 2245/2494 90% [======================================================= ] 2246/2494 90% [======================================================= ] 2247/2494 90% [======================================================= ] 2248/2494 90% [======================================================= ] 2249/2494 90% [======================================================= ] 2250/2494 90% [======================================================= ] 2251/2494 90% [======================================================= ] 2252/2494 90% [======================================================== ] 2253/2494 90% [======================================================== ] 2254/2494 90% [======================================================== ] 2255/2494 90% [======================================================== ] 2256/2494 90% [======================================================== ] 2257/2494 90% [======================================================== ] 2258/2494 90% [======================================================== ] 2259/2494 90% [======================================================== ] 2260/2494 90% [======================================================== ] 2261/2494 90% [======================================================== ] 2262/2494 90% [======================================================== ] 2263/2494 90% [======================================================== ] 2264/2494 90% [======================================================== ] 2265/2494 90% [======================================================== ] 2266/2494 90% [======================================================== ] 2267/2494 90% [======================================================== ] 2268/2494 90% [======================================================== ] 2269/2494 90% [======================================================== ] 2270/2494 91% [======================================================== ] 2271/2494 91% [======================================================== ] 2272/2494 91% [======================================================== ] 2273/2494 91% [======================================================== ] 2274/2494 91% [======================================================== ] 2275/2494 91% [======================================================== ] 2276/2494 91% [======================================================== ] 2277/2494 91% [======================================================== ] 2278/2494 91% [======================================================== ] 2279/2494 91% [======================================================== ] 2280/2494 91% [======================================================== ] 2281/2494 91% [======================================================== ] 2282/2494 91% [======================================================== ] 2283/2494 91% [======================================================== ] 2284/2494 91% [======================================================== ] 2285/2494 91% [======================================================== ] 2286/2494 91% [======================================================== ] 2287/2494 91% [======================================================== ] 2288/2494 91% [======================================================== ] 2289/2494 91% [======================================================== ] 2290/2494 91% [======================================================== ] 2291/2494 91% [======================================================== ] 2292/2494 91% [========================================================= ] 2293/2494 91% [========================================================= ] 2294/2494 91% [========================================================= ] 2295/2494 92% [========================================================= ] 2296/2494 92% [========================================================= ] 2297/2494 92% [========================================================= ] 2298/2494 92% [========================================================= ] 2299/2494 92% [========================================================= ] 2300/2494 92% [========================================================= ] 2301/2494 92% [========================================================= ] 2302/2494 92% [========================================================= ] 2303/2494 92% [========================================================= ] 2304/2494 92% [========================================================= ] 2305/2494 92% [========================================================= ] 2306/2494 92% [========================================================= ] 2307/2494 92% [========================================================= ] 2308/2494 92% [========================================================= ] 2309/2494 92% [========================================================= ] 2310/2494 92% [========================================================= ] 2311/2494 92% [========================================================= ] 2312/2494 92% [========================================================= ] 2313/2494 92% [========================================================= ] 2314/2494 92% [========================================================= ] 2315/2494 92% [========================================================= ] 2316/2494 92% [========================================================= ] 2317/2494 92% [========================================================= ] 2318/2494 92% [========================================================= ] 2319/2494 92% [========================================================= ] 2320/2494 93% [========================================================= ] 2321/2494 93% [========================================================= ] 2322/2494 93% [========================================================= ] 2323/2494 93% [========================================================= ] 2324/2494 93% [========================================================= ] 2325/2494 93% [========================================================= ] 2326/2494 93% [========================================================= ] 2327/2494 93% [========================================================= ] 2328/2494 93% [========================================================= ] 2329/2494 93% [========================================================= ] 2330/2494 93% [========================================================= ] 2331/2494 93% [========================================================= ] 2332/2494 93% [========================================================= ] 2333/2494 93% [========================================================== ] 2334/2494 93% [========================================================== ] 2335/2494 93% [========================================================== ] 2336/2494 93% [========================================================== ] 2337/2494 93% [========================================================== ] 2338/2494 93% [========================================================== ] 2339/2494 93% [========================================================== ] 2340/2494 93% [========================================================== ] 2341/2494 93% [========================================================== ] 2342/2494 93% [========================================================== ] 2343/2494 93% [========================================================== ] 2344/2494 93% [========================================================== ] 2345/2494 94% [========================================================== ] 2346/2494 94% [========================================================== ] 2347/2494 94% [========================================================== ] 2348/2494 94% [========================================================== ] 2349/2494 94% [========================================================== ] 2350/2494 94% [========================================================== ] 2351/2494 94% [========================================================== ] 2352/2494 94% [========================================================== ] 2353/2494 94% [========================================================== ] 2354/2494 94% [========================================================== ] 2355/2494 94% [========================================================== ] 2356/2494 94% [========================================================== ] 2357/2494 94% [========================================================== ] 2358/2494 94% [========================================================== ] 2359/2494 94% [========================================================== ] 2360/2494 94% [========================================================== ] 2361/2494 94% [========================================================== ] 2362/2494 94% [========================================================== ] 2363/2494 94% [========================================================== ] 2364/2494 94% [========================================================== ] 2365/2494 94% [========================================================== ] 2366/2494 94% [========================================================== ] 2367/2494 94% [========================================================== ] 2368/2494 94% [========================================================== ] 2369/2494 94% [========================================================== ] 2370/2494 95% [========================================================== ] 2371/2494 95% [========================================================== ] 2372/2494 95% [========================================================== ] 2373/2494 95% [=========================================================== ] 2374/2494 95% [=========================================================== ] 2375/2494 95% [=========================================================== ] 2376/2494 95% [=========================================================== ] 2377/2494 95% [=========================================================== ] 2378/2494 95% [=========================================================== ] 2379/2494 95% [=========================================================== ] 2380/2494 95% [=========================================================== ] 2381/2494 95% [=========================================================== ] 2382/2494 95% [=========================================================== ] 2383/2494 95% [=========================================================== ] 2384/2494 95% [=========================================================== ] 2385/2494 95% [=========================================================== ] 2386/2494 95% [=========================================================== ] 2387/2494 95% [=========================================================== ] 2388/2494 95% [=========================================================== ] 2389/2494 95% [=========================================================== ] 2390/2494 95% [=========================================================== ] 2391/2494 95% [=========================================================== ] 2392/2494 95% [=========================================================== ] 2393/2494 95% [=========================================================== ] 2394/2494 95% [=========================================================== ] 2395/2494 96% [=========================================================== ] 2396/2494 96% [=========================================================== ] 2397/2494 96% [=========================================================== ] 2398/2494 96% [=========================================================== ] 2399/2494 96% [=========================================================== ] 2400/2494 96% [=========================================================== ] 2401/2494 96% [=========================================================== ] 2402/2494 96% [=========================================================== ] 2403/2494 96% [=========================================================== ] 2404/2494 96% [=========================================================== ] 2405/2494 96% [=========================================================== ] 2406/2494 96% [=========================================================== ] 2407/2494 96% [=========================================================== ] 2408/2494 96% [=========================================================== ] 2409/2494 96% [=========================================================== ] 2410/2494 96% [=========================================================== ] 2411/2494 96% [=========================================================== ] 2412/2494 96% [=========================================================== ] 2413/2494 96% [============================================================ ] 2414/2494 96% [============================================================ ] 2415/2494 96% [============================================================ ] 2416/2494 96% [============================================================ ] 2417/2494 96% [============================================================ ] 2418/2494 96% [============================================================ ] 2419/2494 96% [============================================================ ] 2420/2494 97% [============================================================ ] 2421/2494 97% [============================================================ ] 2422/2494 97% [============================================================ ] 2423/2494 97% [============================================================ ] 2424/2494 97% [============================================================ ] 2425/2494 97% [============================================================ ] 2426/2494 97% [============================================================ ] 2427/2494 97% [============================================================ ] 2428/2494 97% [============================================================ ] 2429/2494 97% [============================================================ ] 2430/2494 97% [============================================================ ] 2431/2494 97% [============================================================ ] 2432/2494 97% [============================================================ ] 2433/2494 97% [============================================================ ] 2434/2494 97% [============================================================ ] 2435/2494 97% [============================================================ ] 2436/2494 97% [============================================================ ] 2437/2494 97% [============================================================ ] 2438/2494 97% [============================================================ ] 2439/2494 97% [============================================================ ] 2440/2494 97% [============================================================ ] 2441/2494 97% [============================================================ ] 2442/2494 97% [============================================================ ] 2443/2494 97% [============================================================ ] 2444/2494 97% [============================================================ ] 2445/2494 98% [============================================================ ] 2446/2494 98% [============================================================ ] 2447/2494 98% [============================================================ ] 2448/2494 98% [============================================================ ] 2449/2494 98% [============================================================ ] 2450/2494 98% [============================================================ ] 2451/2494 98% [============================================================ ] 2452/2494 98% [============================================================ ] 2453/2494 98% [============================================================= ] 2454/2494 98% [============================================================= ] 2455/2494 98% [============================================================= ] 2456/2494 98% [============================================================= ] 2457/2494 98% [============================================================= ] 2458/2494 98% [============================================================= ] 2459/2494 98% [============================================================= ] 2460/2494 98% [============================================================= ] 2461/2494 98% [============================================================= ] 2462/2494 98% [============================================================= ] 2463/2494 98% [============================================================= ] 2464/2494 98% [============================================================= ] 2465/2494 98% [============================================================= ] 2466/2494 98% [============================================================= ] 2467/2494 98% [============================================================= ] 2468/2494 98% [============================================================= ] 2469/2494 98% [============================================================= ] 2470/2494 99% [============================================================= ] 2471/2494 99% [============================================================= ] 2472/2494 99% [============================================================= ] 2473/2494 99% [============================================================= ] 2474/2494 99% [============================================================= ] 2475/2494 99% [============================================================= ] 2476/2494 99% [============================================================= ] 2477/2494 99% [============================================================= ] 2478/2494 99% [============================================================= ] 2479/2494 99% [============================================================= ] 2480/2494 99% [============================================================= ] 2481/2494 99% [============================================================= ] 2482/2494 99% [============================================================= ] 2483/2494 99% [============================================================= ] 2484/2494 99% [============================================================= ] 2485/2494 99% [============================================================= ] 2486/2494 99% [============================================================= ] 2487/2494 99% [============================================================= ] 2488/2494 99% [============================================================= ] 2489/2494 99% [============================================================= ] 2490/2494 99% [============================================================= ] 2491/2494 99% [============================================================= ] 2492/2494 99% [============================================================= ] 2493/2494 99% [==============================================================] 2494/2494 100% operation complete, 2494 objects in 90619 NAND pages. ln -snf /nvmedata/autobuild/instance-11/output-1/host/arc-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-11/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-11/buildroot' make: Entering directory '/nvmedata/autobuild/instance-11/buildroot' >>> Buildroot 2022.02-480-g1fe5029122 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external-synopsys-arc 2019.09 Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> argp-standalone 1.3 Collecting legal info argp.h: OK (sha256: bbb8919aa520069b0234faf5e83a94052d278419ffe97ca8e843ecc9b212d1ab) >>> toolchain Collecting legal info >>> toolchain-external Collecting legal info >>> gptfdisk 1.0.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> iw 5.16 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcap 2.63 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcurl 7.82.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libressl 3.4.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libv4l 1.22.1 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 34229b5aadfb768d0d083987cba54203a920904a3ec8320823c6125b9831acd1) >>> jpeg Collecting legal info >>> libxml2 2.9.13 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> memcached 1.6.12 Collecting legal info COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> rapidjson 1.1.0 Collecting legal info license.txt: OK (sha256: a140e5d46fe734a1c78f1a3c3ef207871dd75648be71fdda8e309b23ab8b1f32) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sed 4.8 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.3.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> squid 5.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libcap 2.63 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> transmission 3.00 Collecting legal info COPYING: OK (sha256: 2b16da5bd02790d1e4d332cfd42b9dfd7d1b0ed3a16a75dc7e76b6ed239fdba9) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> zbar 0.23.90 Collecting legal info LICENSE.md: OK (sha256: 44260f9252c7fe38ba8dfb645330504f4a375e3a5e9dd7d5d6b9f04adb4952f1) >>> 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: toolchain-external-synopsys-arc-2019.09: cannot save license (TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-11/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-11/buildroot'