/usr/bin/install -D -m 755 /nvmedata/autobuild/instance-2/output-1/build/host-utp_com-dee512ced1e9367d223d22f10797fbf9aeacfab6/utp_com /nvmedata/autobuild/instance-2/output-1/host/bin/utp_com >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g2'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-2/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g2'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g2'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-2/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-2/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-2/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge for dir in /nvmedata/autobuild/instance-2/output-1/target/usr/share/locale /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale /nvmedata/autobuild/instance-2/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/include /nvmedata/autobuild/instance-2/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-2/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/rpm /nvmedata/autobuild/instance-2/output-1/target/usr/doc find /nvmedata/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-2/output-1/target/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/man /nvmedata/autobuild/instance-2/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/info /nvmedata/autobuild/instance-2/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/doc /nvmedata/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true find /nvmedata/autobuild/instance-2/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-2/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-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-381-g358f4a0134"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /nvmedata/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-2/output-1/per-package /nvmedata/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n _ntp -1 _ntp -1 * - - - Network Time Protocol daemon\n sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-2/output-1/images rm -rf /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-2/output-1/target/ /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-2/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-2/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-2/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-2/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-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2911 objects. stage 2: creating image '/nvmedata/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2911 0% [ ] 2/2911 0% [ ] 3/2911 0% [ ] 4/2911 0% [ ] 5/2911 0% [ ] 6/2911 0% [ ] 7/2911 0% [ ] 8/2911 0% [ ] 9/2911 0% [ ] 10/2911 0% [ ] 11/2911 0% [ ] 12/2911 0% [ ] 13/2911 0% [ ] 14/2911 0% [ ] 15/2911 0% [ ] 16/2911 0% [ ] 17/2911 0% [ ] 18/2911 0% [ ] 19/2911 0% [ ] 20/2911 0% [ ] 21/2911 0% [ ] 22/2911 0% [ ] 23/2911 0% [ ] 24/2911 0% [ ] 25/2911 0% [ ] 26/2911 0% [ ] 27/2911 0% [ ] 28/2911 0% [ ] 29/2911 0% [ ] 30/2911 1% [ ] 31/2911 1% [ ] 32/2911 1% [ ] 33/2911 1% [ ] 34/2911 1% [ ] 35/2911 1% [ ] 36/2911 1% [ ] 37/2911 1% [ ] 38/2911 1% [ ] 39/2911 1% [ ] 40/2911 1% [ ] 41/2911 1% [ ] 42/2911 1% [ ] 43/2911 1% [ ] 44/2911 1% [ ] 45/2911 1% [ ] 46/2911 1% [= ] 47/2911 1% [= ] 48/2911 1% [= ] 49/2911 1% [= ] 50/2911 1% [= ] 51/2911 1% [= ] 52/2911 1% [= ] 53/2911 1% [= ] 54/2911 1% [= ] 55/2911 1% [= ] 56/2911 1% [= ] 57/2911 1% [= ] 58/2911 1% [= ] 59/2911 2% [= ] 60/2911 2% [= ] 61/2911 2% [= ] 62/2911 2% [= ] 63/2911 2% [= ] 64/2911 2% [= ] 65/2911 2% [= ] 66/2911 2% [= ] 67/2911 2% [= ] 68/2911 2% [= ] 69/2911 2% [= ] 70/2911 2% [= ] 71/2911 2% [= ] 72/2911 2% [= ] 73/2911 2% [= ] 74/2911 2% [= ] 75/2911 2% [= ] 76/2911 2% [= ] 77/2911 2% [= ] 78/2911 2% [= ] 79/2911 2% [= ] 80/2911 2% [= ] 81/2911 2% [= ] 82/2911 2% [= ] 83/2911 2% [= ] 84/2911 2% [= ] 85/2911 2% [= ] 86/2911 2% [= ] 87/2911 2% [= ] 88/2911 3% [= ] 89/2911 3% [= ] 90/2911 3% [= ] 91/2911 3% [= ] 92/2911 3% [= ] 93/2911 3% [== ] 94/2911 3% [== ] 95/2911 3% [== ] 96/2911 3% [== ] 97/2911 3% [== ] 98/2911 3% [== ] 99/2911 3% [== ] 100/2911 3% [== ] 101/2911 3% [== ] 102/2911 3% [== ] 103/2911 3% [== ] 104/2911 3% [== ] 105/2911 3% [== ] 106/2911 3% [== ] 107/2911 3% [== ] 108/2911 3% [== ] 109/2911 3% [== ] 110/2911 3% [== ] 111/2911 3% [== ] 112/2911 3% [== ] 113/2911 3% [== ] 114/2911 3% [== ] 115/2911 3% [== ] 116/2911 3% [== ] 117/2911 4% [== ] 118/2911 4% [== ] 119/2911 4% [== ] 120/2911 4% [== ] 121/2911 4% [== ] 122/2911 4% [== ] 123/2911 4% [== ] 124/2911 4% [== ] 125/2911 4% [== ] 126/2911 4% [== ] 127/2911 4% [== ] 128/2911 4% [== ] 129/2911 4% [== ] 130/2911 4% [== ] 131/2911 4% [== ] 132/2911 4% [== ] 133/2911 4% [== ] 134/2911 4% [== ] 135/2911 4% [== ] 136/2911 4% [== ] 137/2911 4% [== ] 138/2911 4% [== ] 139/2911 4% [== ] 140/2911 4% [=== ] 141/2911 4% [=== ] 142/2911 4% [=== ] 143/2911 4% [=== ] 144/2911 4% [=== ] 145/2911 4% [=== ] 146/2911 5% [=== ] 147/2911 5% [=== ] 148/2911 5% [=== ] 149/2911 5% [=== ] 150/2911 5% [=== ] 151/2911 5% [=== ] 152/2911 5% [=== ] 153/2911 5% [=== ] 154/2911 5% [=== ] 155/2911 5% [=== ] 156/2911 5% [=== ] 157/2911 5% [=== ] 158/2911 5% [=== ] 159/2911 5% [=== ] 160/2911 5% [=== ] 161/2911 5% [=== ] 162/2911 5% [=== ] 163/2911 5% [=== ] 164/2911 5% [=== ] 165/2911 5% [=== ] 166/2911 5% [=== ] 167/2911 5% [=== ] 168/2911 5% [=== ] 169/2911 5% [=== ] 170/2911 5% [=== ] 171/2911 5% [=== ] 172/2911 5% [=== ] 173/2911 5% [=== ] 174/2911 5% [=== ] 175/2911 6% [=== ] 176/2911 6% [=== ] 177/2911 6% [=== ] 178/2911 6% [=== ] 179/2911 6% [=== ] 180/2911 6% [=== ] 181/2911 6% [=== ] 182/2911 6% [=== ] 183/2911 6% [=== ] 184/2911 6% [=== ] 185/2911 6% [=== ] 186/2911 6% [=== ] 187/2911 6% [==== ] 188/2911 6% [==== ] 189/2911 6% [==== ] 190/2911 6% [==== ] 191/2911 6% [==== ] 192/2911 6% [==== ] 193/2911 6% [==== ] 194/2911 6% [==== ] 195/2911 6% [==== ] 196/2911 6% [==== ] 197/2911 6% [==== ] 198/2911 6% [==== ] 199/2911 6% [==== ] 200/2911 6% [==== ] 201/2911 6% [==== ] 202/2911 6% [==== ] 203/2911 6% [==== ] 204/2911 7% [==== ] 205/2911 7% [==== ] 206/2911 7% [==== ] 207/2911 7% [==== ] 208/2911 7% [==== ] 209/2911 7% [==== ] 210/2911 7% [==== ] 211/2911 7% [==== ] 212/2911 7% [==== ] 213/2911 7% [==== ] 214/2911 7% [==== ] 215/2911 7% [==== ] 216/2911 7% [==== ] 217/2911 7% [==== ] 218/2911 7% [==== ] 219/2911 7% [==== ] 220/2911 7% [==== ] 221/2911 7% [==== ] 222/2911 7% [==== ] 223/2911 7% [==== ] 224/2911 7% [==== ] 225/2911 7% [==== ] 226/2911 7% [==== ] 227/2911 7% [==== ] 228/2911 7% [==== ] 229/2911 7% [==== ] 230/2911 7% [==== ] 231/2911 7% [==== ] 232/2911 7% [==== ] 233/2911 8% [==== ] 234/2911 8% [===== ] 235/2911 8% [===== ] 236/2911 8% [===== ] 237/2911 8% [===== ] 238/2911 8% [===== ] 239/2911 8% [===== ] 240/2911 8% [===== ] 241/2911 8% [===== ] 242/2911 8% [===== ] 243/2911 8% [===== ] 244/2911 8% [===== ] 245/2911 8% [===== ] 246/2911 8% [===== ] 247/2911 8% [===== ] 248/2911 8% [===== ] 249/2911 8% [===== ] 250/2911 8% [===== ] 251/2911 8% [===== ] 252/2911 8% [===== ] 253/2911 8% [===== ] 254/2911 8% [===== ] 255/2911 8% [===== ] 256/2911 8% [===== ] 257/2911 8% [===== ] 258/2911 8% [===== ] 259/2911 8% [===== ] 260/2911 8% [===== ] 261/2911 8% [===== ] 262/2911 9% [===== ] 263/2911 9% [===== ] 264/2911 9% [===== ] 265/2911 9% [===== ] 266/2911 9% [===== ] 267/2911 9% [===== ] 268/2911 9% [===== ] 269/2911 9% [===== ] 270/2911 9% [===== ] 271/2911 9% [===== ] 272/2911 9% [===== ] 273/2911 9% [===== ] 274/2911 9% [===== ] 275/2911 9% [===== ] 276/2911 9% [===== ] 277/2911 9% [===== ] 278/2911 9% [===== ] 279/2911 9% [===== ] 280/2911 9% [===== ] 281/2911 9% [====== ] 282/2911 9% [====== ] 283/2911 9% [====== ] 284/2911 9% [====== ] 285/2911 9% [====== ] 286/2911 9% [====== ] 287/2911 9% [====== ] 288/2911 9% [====== ] 289/2911 9% [====== ] 290/2911 9% [====== ] 291/2911 9% [====== ] 292/2911 10% [====== ] 293/2911 10% [====== ] 294/2911 10% [====== ] 295/2911 10% [====== ] 296/2911 10% [====== ] 297/2911 10% [====== ] 298/2911 10% [====== ] 299/2911 10% [====== ] 300/2911 10% [====== ] 301/2911 10% [====== ] 302/2911 10% [====== ] 303/2911 10% [====== ] 304/2911 10% [====== ] 305/2911 10% [====== ] 306/2911 10% [====== ] 307/2911 10% [====== ] 308/2911 10% [====== ] 309/2911 10% [====== ] 310/2911 10% [====== ] 311/2911 10% [====== ] 312/2911 10% [====== ] 313/2911 10% [====== ] 314/2911 10% [====== ] 315/2911 10% [====== ] 316/2911 10% [====== ] 317/2911 10% [====== ] 318/2911 10% [====== ] 319/2911 10% [====== ] 320/2911 10% [====== ] 321/2911 11% [====== ] 322/2911 11% [====== ] 323/2911 11% [====== ] 324/2911 11% [====== ] 325/2911 11% [====== ] 326/2911 11% [====== ] 327/2911 11% [====== ] 328/2911 11% [======= ] 329/2911 11% [======= ] 330/2911 11% [======= ] 331/2911 11% [======= ] 332/2911 11% [======= ] 333/2911 11% [======= ] 334/2911 11% [======= ] 335/2911 11% [======= ] 336/2911 11% [======= ] 337/2911 11% [======= ] 338/2911 11% [======= ] 339/2911 11% [======= ] 340/2911 11% [======= ] 341/2911 11% [======= ] 342/2911 11% [======= ] 343/2911 11% [======= ] 344/2911 11% [======= ] 345/2911 11% [======= ] 346/2911 11% [======= ] 347/2911 11% [======= ] 348/2911 11% [======= ] 349/2911 11% [======= ] 350/2911 12% [======= ] 351/2911 12% [======= ] 352/2911 12% [======= ] 353/2911 12% [======= ] 354/2911 12% [======= ] 355/2911 12% [======= ] 356/2911 12% [======= ] 357/2911 12% [======= ] 358/2911 12% [======= ] 359/2911 12% [======= ] 360/2911 12% [======= ] 361/2911 12% [======= ] 362/2911 12% [======= ] 363/2911 12% [======= ] 364/2911 12% [======= ] 365/2911 12% [======= ] 366/2911 12% [======= ] 367/2911 12% [======= ] 368/2911 12% [======= ] 369/2911 12% [======= ] 370/2911 12% [======= ] 371/2911 12% [======= ] 372/2911 12% [======= ] 373/2911 12% [======= ] 374/2911 12% [======= ] 375/2911 12% [======== ] 376/2911 12% [======== ] 377/2911 12% [======== ] 378/2911 12% [======== ] 379/2911 13% [======== ] 380/2911 13% [======== ] 381/2911 13% [======== ] 382/2911 13% [======== ] 383/2911 13% [======== ] 384/2911 13% [======== ] 385/2911 13% [======== ] 386/2911 13% [======== ] 387/2911 13% [======== ] 388/2911 13% [======== ] 389/2911 13% [======== ] 390/2911 13% [======== ] 391/2911 13% [======== ] 392/2911 13% [======== ] 393/2911 13% [======== ] 394/2911 13% [======== ] 395/2911 13% [======== ] 396/2911 13% [======== ] 397/2911 13% [======== ] 398/2911 13% [======== ] 399/2911 13% [======== ] 400/2911 13% [======== ] 401/2911 13% [======== ] 402/2911 13% [======== ] 403/2911 13% [======== ] 404/2911 13% [======== ] 405/2911 13% [======== ] 406/2911 13% [======== ] 407/2911 13% [======== ] 408/2911 14% [======== ] 409/2911 14% [======== ] 410/2911 14% [======== ] 411/2911 14% [======== ] 412/2911 14% [======== ] 413/2911 14% [======== ] 414/2911 14% [======== ] 415/2911 14% [======== ] 416/2911 14% [======== ] 417/2911 14% [======== ] 418/2911 14% [======== ] 419/2911 14% [======== ] 420/2911 14% [======== ] 421/2911 14% [======== ] 422/2911 14% [========= ] 423/2911 14% [========= ] 424/2911 14% [========= ] 425/2911 14% [========= ] 426/2911 14% [========= ] 427/2911 14% [========= ] 428/2911 14% [========= ] 429/2911 14% [========= ] 430/2911 14% [========= ] 431/2911 14% [========= ] 432/2911 14% [========= ] 433/2911 14% [========= ] 434/2911 14% [========= ] 435/2911 14% [========= ] 436/2911 14% [========= ] 437/2911 15% [========= ] 438/2911 15% [========= ] 439/2911 15% [========= ] 440/2911 15% [========= ] 441/2911 15% [========= ] 442/2911 15% [========= ] 443/2911 15% [========= ] 444/2911 15% [========= ] 445/2911 15% [========= ] 446/2911 15% [========= ] 447/2911 15% [========= ] 448/2911 15% [========= ] 449/2911 15% [========= ] 450/2911 15% [========= ] 451/2911 15% [========= ] 452/2911 15% [========= ] 453/2911 15% [========= ] 454/2911 15% [========= ] 455/2911 15% [========= ] 456/2911 15% [========= ] 457/2911 15% [========= ] 458/2911 15% [========= ] 459/2911 15% [========= ] 460/2911 15% [========= ] 461/2911 15% [========= ] 462/2911 15% [========= ] 463/2911 15% [========= ] 464/2911 15% [========= ] 465/2911 15% [========= ] 466/2911 16% [========= ] 467/2911 16% [========= ] 468/2911 16% [========= ] 469/2911 16% [========== ] 470/2911 16% [========== ] 471/2911 16% [========== ] 472/2911 16% [========== ] 473/2911 16% [========== ] 474/2911 16% [========== ] 475/2911 16% [========== ] 476/2911 16% [========== ] 477/2911 16% [========== ] 478/2911 16% [========== ] 479/2911 16% [========== ] 480/2911 16% [========== ] 481/2911 16% [========== ] 482/2911 16% [========== ] 483/2911 16% [========== ] 484/2911 16% [========== ] 485/2911 16% [========== ] 486/2911 16% [========== ] 487/2911 16% [========== ] 488/2911 16% [========== ] 489/2911 16% [========== ] 490/2911 16% [========== ] 491/2911 16% [========== ] 492/2911 16% [========== ] 493/2911 16% [========== ] 494/2911 16% [========== ] 495/2911 17% [========== ] 496/2911 17% [========== ] 497/2911 17% [========== ] 498/2911 17% [========== ] 499/2911 17% [========== ] 500/2911 17% [========== ] 501/2911 17% [========== ] 502/2911 17% [========== ] 503/2911 17% [========== ] 504/2911 17% [========== ] 505/2911 17% [========== ] 506/2911 17% [========== ] 507/2911 17% [========== ] 508/2911 17% [========== ] 509/2911 17% [========== ] 510/2911 17% [========== ] 511/2911 17% [========== ] 512/2911 17% [========== ] 513/2911 17% [========== ] 514/2911 17% [========== ] 515/2911 17% [========== ] 516/2911 17% [=========== ] 517/2911 17% [=========== ] 518/2911 17% [=========== ] 519/2911 17% [=========== ] 520/2911 17% [=========== ] 521/2911 17% [=========== ] 522/2911 17% [=========== ] 523/2911 17% [=========== ] 524/2911 18% [=========== ] 525/2911 18% [=========== ] 526/2911 18% [=========== ] 527/2911 18% [=========== ] 528/2911 18% [=========== ] 529/2911 18% [=========== ] 530/2911 18% [=========== ] 531/2911 18% [=========== ] 532/2911 18% [=========== ] 533/2911 18% [=========== ] 534/2911 18% [=========== ] 535/2911 18% [=========== ] 536/2911 18% [=========== ] 537/2911 18% [=========== ] 538/2911 18% [=========== ] 539/2911 18% [=========== ] 540/2911 18% [=========== ] 541/2911 18% [=========== ] 542/2911 18% [=========== ] 543/2911 18% [=========== ] 544/2911 18% [=========== ] 545/2911 18% [=========== ] 546/2911 18% [=========== ] 547/2911 18% [=========== ] 548/2911 18% [=========== ] 549/2911 18% [=========== ] 550/2911 18% [=========== ] 551/2911 18% [=========== ] 552/2911 18% [=========== ] 553/2911 18% [=========== ] 554/2911 19% [=========== ] 555/2911 19% [=========== ] 556/2911 19% [=========== ] 557/2911 19% [=========== ] 558/2911 19% [=========== ] 559/2911 19% [=========== ] 560/2911 19% [=========== ] 561/2911 19% [=========== ] 562/2911 19% [=========== ] 563/2911 19% [============ ] 564/2911 19% [============ ] 565/2911 19% [============ ] 566/2911 19% [============ ] 567/2911 19% [============ ] 568/2911 19% [============ ] 569/2911 19% [============ ] 570/2911 19% [============ ] 571/2911 19% [============ ] 572/2911 19% [============ ] 573/2911 19% [============ ] 574/2911 19% [============ ] 575/2911 19% [============ ] 576/2911 19% [============ ] 577/2911 19% [============ ] 578/2911 19% [============ ] 579/2911 19% [============ ] 580/2911 19% [============ ] 581/2911 19% [============ ] 582/2911 19% [============ ] 583/2911 20% [============ ] 584/2911 20% [============ ] 585/2911 20% [============ ] 586/2911 20% [============ ] 587/2911 20% [============ ] 588/2911 20% [============ ] 589/2911 20% [============ ] 590/2911 20% [============ ] 591/2911 20% [============ ] 592/2911 20% [============ ] 593/2911 20% [============ ] 594/2911 20% [============ ] 595/2911 20% [============ ] 596/2911 20% [============ ] 597/2911 20% [============ ] 598/2911 20% [============ ] 599/2911 20% [============ ] 600/2911 20% [============ ] 601/2911 20% [============ ] 602/2911 20% [============ ] 603/2911 20% [============ ] 604/2911 20% [============ ] 605/2911 20% [============ ] 606/2911 20% [============ ] 607/2911 20% [============ ] 608/2911 20% [============ ] 609/2911 20% [============ ] 610/2911 20% [============= ] 611/2911 20% [============= ] 612/2911 21% [============= ] 613/2911 21% [============= ] 614/2911 21% [============= ] 615/2911 21% [============= ] 616/2911 21% [============= ] 617/2911 21% [============= ] 618/2911 21% [============= ] 619/2911 21% [============= ] 620/2911 21% [============= ] 621/2911 21% [============= ] 622/2911 21% [============= ] 623/2911 21% [============= ] 624/2911 21% [============= ] 625/2911 21% [============= ] 626/2911 21% [============= ] 627/2911 21% [============= ] 628/2911 21% [============= ] 629/2911 21% [============= ] 630/2911 21% [============= ] 631/2911 21% [============= ] 632/2911 21% [============= ] 633/2911 21% [============= ] 634/2911 21% [============= ] 635/2911 21% [============= ] 636/2911 21% [============= ] 637/2911 21% [============= ] 638/2911 21% [============= ] 639/2911 21% [============= ] 640/2911 21% [============= ] 641/2911 22% [============= ] 642/2911 22% [============= ] 643/2911 22% [============= ] 644/2911 22% [============= ] 645/2911 22% [============= ] 646/2911 22% [============= ] 647/2911 22% [============= ] 648/2911 22% [============= ] 649/2911 22% [============= ] 650/2911 22% [============= ] 651/2911 22% [============= ] 652/2911 22% [============= ] 653/2911 22% [============= ] 654/2911 22% [============= ] 655/2911 22% [============= ] 656/2911 22% [============= ] 657/2911 22% [============== ] 658/2911 22% [============== ] 659/2911 22% [============== ] 660/2911 22% [============== ] 661/2911 22% [============== ] 662/2911 22% [============== ] 663/2911 22% [============== ] 664/2911 22% [============== ] 665/2911 22% [============== ] 666/2911 22% [============== ] 667/2911 22% [============== ] 668/2911 22% [============== ] 669/2911 22% [============== ] 670/2911 23% [============== ] 671/2911 23% [============== ] 672/2911 23% [============== ] 673/2911 23% [============== ] 674/2911 23% [============== ] 675/2911 23% [============== ] 676/2911 23% [============== ] 677/2911 23% [============== ] 678/2911 23% [============== ] 679/2911 23% [============== ] 680/2911 23% [============== ] 681/2911 23% [============== ] 682/2911 23% [============== ] 683/2911 23% [============== ] 684/2911 23% [============== ] 685/2911 23% [============== ] 686/2911 23% [============== ] 687/2911 23% [============== ] 688/2911 23% [============== ] 689/2911 23% [============== ] 690/2911 23% [============== ] 691/2911 23% [============== ] 692/2911 23% [============== ] 693/2911 23% [============== ] 694/2911 23% [============== ] 695/2911 23% [============== ] 696/2911 23% [============== ] 697/2911 23% [============== ] 698/2911 23% [============== ] 699/2911 24% [============== ] 700/2911 24% [============== ] 701/2911 24% [============== ] 702/2911 24% [============== ] 703/2911 24% [============== ] 704/2911 24% [=============== ] 705/2911 24% [=============== ] 706/2911 24% [=============== ] 707/2911 24% [=============== ] 708/2911 24% [=============== ] 709/2911 24% [=============== ] 710/2911 24% [=============== ] 711/2911 24% [=============== ] 712/2911 24% [=============== ] 713/2911 24% [=============== ] 714/2911 24% [=============== ] 715/2911 24% [=============== ] 716/2911 24% [=============== ] 717/2911 24% [=============== ] 718/2911 24% [=============== ] 719/2911 24% [=============== ] 720/2911 24% [=============== ] 721/2911 24% [=============== ] 722/2911 24% [=============== ] 723/2911 24% [=============== ] 724/2911 24% [=============== ] 725/2911 24% [=============== ] 726/2911 24% [=============== ] 727/2911 24% [=============== ] 728/2911 25% [=============== ] 729/2911 25% [=============== ] 730/2911 25% [=============== ] 731/2911 25% [=============== ] 732/2911 25% [=============== ] 733/2911 25% [=============== ] 734/2911 25% [=============== ] 735/2911 25% [=============== ] 736/2911 25% [=============== ] 737/2911 25% [=============== ] 738/2911 25% [=============== ] 739/2911 25% [=============== ] 740/2911 25% [=============== ] 741/2911 25% [=============== ] 742/2911 25% [=============== ] 743/2911 25% [=============== ] 744/2911 25% [=============== ] 745/2911 25% [=============== ] 746/2911 25% [=============== ] 747/2911 25% [=============== ] 748/2911 25% [=============== ] 749/2911 25% [=============== ] 750/2911 25% [=============== ] 751/2911 25% [================ ] 752/2911 25% [================ ] 753/2911 25% [================ ] 754/2911 25% [================ ] 755/2911 25% [================ ] 756/2911 25% [================ ] 757/2911 26% [================ ] 758/2911 26% [================ ] 759/2911 26% [================ ] 760/2911 26% [================ ] 761/2911 26% [================ ] 762/2911 26% [================ ] 763/2911 26% [================ ] 764/2911 26% [================ ] 765/2911 26% [================ ] 766/2911 26% [================ ] 767/2911 26% [================ ] 768/2911 26% [================ ] 769/2911 26% [================ ] 770/2911 26% [================ ] 771/2911 26% [================ ] 772/2911 26% [================ ] 773/2911 26% [================ ] 774/2911 26% [================ ] 775/2911 26% [================ ] 776/2911 26% [================ ] 777/2911 26% [================ ] 778/2911 26% [================ ] 779/2911 26% [================ ] 780/2911 26% [================ ] 781/2911 26% [================ ] 782/2911 26% [================ ] 783/2911 26% [================ ] 784/2911 26% [================ ] 785/2911 26% [================ ] 786/2911 27% [================ ] 787/2911 27% [================ ] 788/2911 27% [================ ] 789/2911 27% [================ ] 790/2911 27% [================ ] 791/2911 27% [================ ] 792/2911 27% [================ ] 793/2911 27% [================ ] 794/2911 27% [================ ] 795/2911 27% [================ ] 796/2911 27% [================ ] 797/2911 27% [================ ] 798/2911 27% [================= ] 799/2911 27% [================= ] 800/2911 27% [================= ] 801/2911 27% [================= ] 802/2911 27% [================= ] 803/2911 27% [================= ] 804/2911 27% [================= ] 805/2911 27% [================= ] 806/2911 27% [================= ] 807/2911 27% [================= ] 808/2911 27% [================= ] 809/2911 27% [================= ] 810/2911 27% [================= ] 811/2911 27% [================= ] 812/2911 27% [================= ] 813/2911 27% [================= ] 814/2911 27% [================= ] 815/2911 27% [================= ] 816/2911 28% [================= ] 817/2911 28% [================= ] 818/2911 28% [================= ] 819/2911 28% [================= ] 820/2911 28% [================= ] 821/2911 28% [================= ] 822/2911 28% [================= ] 823/2911 28% [================= ] 824/2911 28% [================= ] 825/2911 28% [================= ] 826/2911 28% [================= ] 827/2911 28% [================= ] 828/2911 28% [================= ] 829/2911 28% [================= ] 830/2911 28% [================= ] 831/2911 28% [================= ] 832/2911 28% [================= ] 833/2911 28% [================= ] 834/2911 28% [================= ] 835/2911 28% [================= ] 836/2911 28% [================= ] 837/2911 28% [================= ] 838/2911 28% [================= ] 839/2911 28% [================= ] 840/2911 28% [================= ] 841/2911 28% [================= ] 842/2911 28% [================= ] 843/2911 28% [================= ] 844/2911 28% [================= ] 845/2911 29% [================== ] 846/2911 29% [================== ] 847/2911 29% [================== ] 848/2911 29% [================== ] 849/2911 29% [================== ] 850/2911 29% [================== ] 851/2911 29% [================== ] 852/2911 29% [================== ] 853/2911 29% [================== ] 854/2911 29% [================== ] 855/2911 29% [================== ] 856/2911 29% [================== ] 857/2911 29% [================== ] 858/2911 29% [================== ] 859/2911 29% [================== ] 860/2911 29% [================== ] 861/2911 29% [================== ] 862/2911 29% [================== ] 863/2911 29% [================== ] 864/2911 29% [================== ] 865/2911 29% [================== ] 866/2911 29% [================== ] 867/2911 29% [================== ] 868/2911 29% [================== ] 869/2911 29% [================== ] 870/2911 29% [================== ] 871/2911 29% [================== ] 872/2911 29% [================== ] 873/2911 29% [================== ] 874/2911 30% [================== ] 875/2911 30% [================== ] 876/2911 30% [================== ] 877/2911 30% [================== ] 878/2911 30% [================== ] 879/2911 30% [================== ] 880/2911 30% [================== ] 881/2911 30% [================== ] 882/2911 30% [================== ] 883/2911 30% [================== ] 884/2911 30% [================== ] 885/2911 30% [================== ] 886/2911 30% [================== ] 887/2911 30% [================== ] 888/2911 30% [================== ] 889/2911 30% [================== ] 890/2911 30% [================== ] 891/2911 30% [================== ] 892/2911 30% [=================== ] 893/2911 30% [=================== ] 894/2911 30% [=================== ] 895/2911 30% [=================== ] 896/2911 30% [=================== ] 897/2911 30% [=================== ] 898/2911 30% [=================== ] 899/2911 30% [=================== ] 900/2911 30% [=================== ] 901/2911 30% [=================== ] 902/2911 30% [=================== ] 903/2911 31% [=================== ] 904/2911 31% [=================== ] 905/2911 31% [=================== ] 906/2911 31% [=================== ] 907/2911 31% [=================== ] 908/2911 31% [=================== ] 909/2911 31% [=================== ] 910/2911 31% [=================== ] 911/2911 31% [=================== ] 912/2911 31% [=================== ] 913/2911 31% [=================== ] 914/2911 31% [=================== ] 915/2911 31% [=================== ] 916/2911 31% [=================== ] 917/2911 31% [=================== ] 918/2911 31% [=================== ] 919/2911 31% [=================== ] 920/2911 31% [=================== ] 921/2911 31% [=================== ] 922/2911 31% [=================== ] 923/2911 31% [=================== ] 924/2911 31% [=================== ] 925/2911 31% [=================== ] 926/2911 31% [=================== ] 927/2911 31% [=================== ] 928/2911 31% [=================== ] 929/2911 31% [=================== ] 930/2911 31% [=================== ] 931/2911 31% [=================== ] 932/2911 32% [=================== ] 933/2911 32% [=================== ] 934/2911 32% [=================== ] 935/2911 32% [=================== ] 936/2911 32% [=================== ] 937/2911 32% [=================== ] 938/2911 32% [=================== ] 939/2911 32% [==================== ] 940/2911 32% [==================== ] 941/2911 32% [==================== ] 942/2911 32% [==================== ] 943/2911 32% [==================== ] 944/2911 32% [==================== ] 945/2911 32% [==================== ] 946/2911 32% [==================== ] 947/2911 32% [==================== ] 948/2911 32% [==================== ] 949/2911 32% [==================== ] 950/2911 32% [==================== ] 951/2911 32% [==================== ] 952/2911 32% [==================== ] 953/2911 32% [==================== ] 954/2911 32% [==================== ] 955/2911 32% [==================== ] 956/2911 32% [==================== ] 957/2911 32% [==================== ] 958/2911 32% [==================== ] 959/2911 32% [==================== ] 960/2911 32% [==================== ] 961/2911 33% [==================== ] 962/2911 33% [==================== ] 963/2911 33% [==================== ] 964/2911 33% [==================== ] 965/2911 33% [==================== ] 966/2911 33% [==================== ] 967/2911 33% [==================== ] 968/2911 33% [==================== ] 969/2911 33% [==================== ] 970/2911 33% [==================== ] 971/2911 33% [==================== ] 972/2911 33% [==================== ] 973/2911 33% [==================== ] 974/2911 33% [==================== ] 975/2911 33% [==================== ] 976/2911 33% [==================== ] 977/2911 33% [==================== ] 978/2911 33% [==================== ] 979/2911 33% [==================== ] 980/2911 33% [==================== ] 981/2911 33% [==================== ] 982/2911 33% [==================== ] 983/2911 33% [==================== ] 984/2911 33% [==================== ] 985/2911 33% [===================== ] 986/2911 33% [===================== ] 987/2911 33% [===================== ] 988/2911 33% [===================== ] 989/2911 33% [===================== ] 990/2911 34% [===================== ] 991/2911 34% [===================== ] 992/2911 34% [===================== ] 993/2911 34% [===================== ] 994/2911 34% [===================== ] 995/2911 34% [===================== ] 996/2911 34% [===================== ] 997/2911 34% [===================== ] 998/2911 34% [===================== ] 999/2911 34% [===================== ] 1000/2911 34% [===================== ] 1001/2911 34% [===================== ] 1002/2911 34% [===================== ] 1003/2911 34% [===================== ] 1004/2911 34% [===================== ] 1005/2911 34% [===================== ] 1006/2911 34% [===================== ] 1007/2911 34% [===================== ] 1008/2911 34% [===================== ] 1009/2911 34% [===================== ] 1010/2911 34% [===================== ] 1011/2911 34% [===================== ] 1012/2911 34% [===================== ] 1013/2911 34% [===================== ] 1014/2911 34% [===================== ] 1015/2911 34% [===================== ] 1016/2911 34% [===================== ] 1017/2911 34% [===================== ] 1018/2911 34% [===================== ] 1019/2911 35% [===================== ] 1020/2911 35% [===================== ] 1021/2911 35% [===================== ] 1022/2911 35% [===================== ] 1023/2911 35% [===================== ] 1024/2911 35% [===================== ] 1025/2911 35% [===================== ] 1026/2911 35% [===================== ] 1027/2911 35% [===================== ] 1028/2911 35% [===================== ] 1029/2911 35% [===================== ] 1030/2911 35% [===================== ] 1031/2911 35% [===================== ] 1032/2911 35% [====================== ] 1033/2911 35% [====================== ] 1034/2911 35% [====================== ] 1035/2911 35% [====================== ] 1036/2911 35% [====================== ] 1037/2911 35% [====================== ] 1038/2911 35% [====================== ] 1039/2911 35% [====================== ] 1040/2911 35% [====================== ] 1041/2911 35% [====================== ] 1042/2911 35% [====================== ] 1043/2911 35% [====================== ] 1044/2911 35% [====================== ] 1045/2911 35% [====================== ] 1046/2911 35% [====================== ] 1047/2911 35% [====================== ] 1048/2911 36% [====================== ] 1049/2911 36% [====================== ] 1050/2911 36% [====================== ] 1051/2911 36% [====================== ] 1052/2911 36% [====================== ] 1053/2911 36% [====================== ] 1054/2911 36% [====================== ] 1055/2911 36% [====================== ] 1056/2911 36% [====================== ] 1057/2911 36% [====================== ] 1058/2911 36% [====================== ] 1059/2911 36% [====================== ] 1060/2911 36% [====================== ] 1061/2911 36% [====================== ] 1062/2911 36% [====================== ] 1063/2911 36% [====================== ] 1064/2911 36% [====================== ] 1065/2911 36% [====================== ] 1066/2911 36% [====================== ] 1067/2911 36% [====================== ] 1068/2911 36% [====================== ] 1069/2911 36% [====================== ] 1070/2911 36% [====================== ] 1071/2911 36% [====================== ] 1072/2911 36% [====================== ] 1073/2911 36% [====================== ] 1074/2911 36% [====================== ] 1075/2911 36% [====================== ] 1076/2911 36% [====================== ] 1077/2911 36% [====================== ] 1078/2911 37% [====================== ] 1079/2911 37% [======================= ] 1080/2911 37% [======================= ] 1081/2911 37% [======================= ] 1082/2911 37% [======================= ] 1083/2911 37% [======================= ] 1084/2911 37% [======================= ] 1085/2911 37% [======================= ] 1086/2911 37% [======================= ] 1087/2911 37% [======================= ] 1088/2911 37% [======================= ] 1089/2911 37% [======================= ] 1090/2911 37% [======================= ] 1091/2911 37% [======================= ] 1092/2911 37% [======================= ] 1093/2911 37% [======================= ] 1094/2911 37% [======================= ] 1095/2911 37% [======================= ] 1096/2911 37% [======================= ] 1097/2911 37% [======================= ] 1098/2911 37% [======================= ] 1099/2911 37% [======================= ] 1100/2911 37% [======================= ] 1101/2911 37% [======================= ] 1102/2911 37% [======================= ] 1103/2911 37% [======================= ] 1104/2911 37% [======================= ] 1105/2911 37% [======================= ] 1106/2911 37% [======================= ] 1107/2911 38% [======================= ] 1108/2911 38% [======================= ] 1109/2911 38% [======================= ] 1110/2911 38% [======================= ] 1111/2911 38% [======================= ] 1112/2911 38% [======================= ] 1113/2911 38% [======================= ] 1114/2911 38% [======================= ] 1115/2911 38% [======================= ] 1116/2911 38% [======================= ] 1117/2911 38% [======================= ] 1118/2911 38% [======================= ] 1119/2911 38% [======================= ] 1120/2911 38% [======================= ] 1121/2911 38% [======================= ] 1122/2911 38% [======================= ] 1123/2911 38% [======================= ] 1124/2911 38% [======================= ] 1125/2911 38% [======================= ] 1126/2911 38% [======================== ] 1127/2911 38% [======================== ] 1128/2911 38% [======================== ] 1129/2911 38% [======================== ] 1130/2911 38% [======================== ] 1131/2911 38% [======================== ] 1132/2911 38% [======================== ] 1133/2911 38% [======================== ] 1134/2911 38% [======================== ] 1135/2911 38% [======================== ] 1136/2911 39% [======================== ] 1137/2911 39% [======================== ] 1138/2911 39% [======================== ] 1139/2911 39% [======================== ] 1140/2911 39% [======================== ] 1141/2911 39% [======================== ] 1142/2911 39% [======================== ] 1143/2911 39% [======================== ] 1144/2911 39% [======================== ] 1145/2911 39% [======================== ] 1146/2911 39% [======================== ] 1147/2911 39% [======================== ] 1148/2911 39% [======================== ] 1149/2911 39% [======================== ] 1150/2911 39% [======================== ] 1151/2911 39% [======================== ] 1152/2911 39% [======================== ] 1153/2911 39% [======================== ] 1154/2911 39% [======================== ] 1155/2911 39% [======================== ] 1156/2911 39% [======================== ] 1157/2911 39% [======================== ] 1158/2911 39% [======================== ] 1159/2911 39% [======================== ] 1160/2911 39% [======================== ] 1161/2911 39% [======================== ] 1162/2911 39% [======================== ] 1163/2911 39% [======================== ] 1164/2911 39% [======================== ] 1165/2911 40% [======================== ] 1166/2911 40% [======================== ] 1167/2911 40% [======================== ] 1168/2911 40% [======================== ] 1169/2911 40% [======================== ] 1170/2911 40% [======================== ] 1171/2911 40% [======================== ] 1172/2911 40% [======================== ] 1173/2911 40% [========================= ] 1174/2911 40% [========================= ] 1175/2911 40% [========================= ] 1176/2911 40% [========================= ] 1177/2911 40% [========================= ] 1178/2911 40% [========================= ] 1179/2911 40% [========================= ] 1180/2911 40% [========================= ] 1181/2911 40% [========================= ] 1182/2911 40% [========================= ] 1183/2911 40% [========================= ] 1184/2911 40% [========================= ] 1185/2911 40% [========================= ] 1186/2911 40% [========================= ] 1187/2911 40% [========================= ] 1188/2911 40% [========================= ] 1189/2911 40% [========================= ] 1190/2911 40% [========================= ] 1191/2911 40% [========================= ] 1192/2911 40% [========================= ] 1193/2911 40% [========================= ] 1194/2911 41% [========================= ] 1195/2911 41% [========================= ] 1196/2911 41% [========================= ] 1197/2911 41% [========================= ] 1198/2911 41% [========================= ] 1199/2911 41% [========================= ] 1200/2911 41% [========================= ] 1201/2911 41% [========================= ] 1202/2911 41% [========================= ] 1203/2911 41% [========================= ] 1204/2911 41% [========================= ] 1205/2911 41% [========================= ] 1206/2911 41% [========================= ] 1207/2911 41% [========================= ] 1208/2911 41% [========================= ] 1209/2911 41% [========================= ] 1210/2911 41% [========================= ] 1211/2911 41% [========================= ] 1212/2911 41% [========================= ] 1213/2911 41% [========================= ] 1214/2911 41% [========================= ] 1215/2911 41% [========================= ] 1216/2911 41% [========================= ] 1217/2911 41% [========================= ] 1218/2911 41% [========================= ] 1219/2911 41% [========================= ] 1220/2911 41% [========================== ] 1221/2911 41% [========================== ] 1222/2911 41% [========================== ] 1223/2911 42% [========================== ] 1224/2911 42% [========================== ] 1225/2911 42% [========================== ] 1226/2911 42% [========================== ] 1227/2911 42% [========================== ] 1228/2911 42% [========================== ] 1229/2911 42% [========================== ] 1230/2911 42% [========================== ] 1231/2911 42% [========================== ] 1232/2911 42% [========================== ] 1233/2911 42% [========================== ] 1234/2911 42% [========================== ] 1235/2911 42% [========================== ] 1236/2911 42% [========================== ] 1237/2911 42% [========================== ] 1238/2911 42% [========================== ] 1239/2911 42% [========================== ] 1240/2911 42% [========================== ] 1241/2911 42% [========================== ] 1242/2911 42% [========================== ] 1243/2911 42% [========================== ] 1244/2911 42% [========================== ] 1245/2911 42% [========================== ] 1246/2911 42% [========================== ] 1247/2911 42% [========================== ] 1248/2911 42% [========================== ] 1249/2911 42% [========================== ] 1250/2911 42% [========================== ] 1251/2911 42% [========================== ] 1252/2911 43% [========================== ] 1253/2911 43% [========================== ] 1254/2911 43% [========================== ] 1255/2911 43% [========================== ] 1256/2911 43% [========================== ] 1257/2911 43% [========================== ] 1258/2911 43% [========================== ] 1259/2911 43% [========================== ] 1260/2911 43% [========================== ] 1261/2911 43% [========================== ] 1262/2911 43% [========================== ] 1263/2911 43% [========================== ] 1264/2911 43% [========================== ] 1265/2911 43% [========================== ] 1266/2911 43% [========================== ] 1267/2911 43% [=========================== ] 1268/2911 43% [=========================== ] 1269/2911 43% [=========================== ] 1270/2911 43% [=========================== ] 1271/2911 43% [=========================== ] 1272/2911 43% [=========================== ] 1273/2911 43% [=========================== ] 1274/2911 43% [=========================== ] 1275/2911 43% [=========================== ] 1276/2911 43% [=========================== ] 1277/2911 43% [=========================== ] 1278/2911 43% [=========================== ] 1279/2911 43% [=========================== ] 1280/2911 43% [=========================== ] 1281/2911 44% [=========================== ] 1282/2911 44% [=========================== ] 1283/2911 44% [=========================== ] 1284/2911 44% [=========================== ] 1285/2911 44% [=========================== ] 1286/2911 44% [=========================== ] 1287/2911 44% [=========================== ] 1288/2911 44% [=========================== ] 1289/2911 44% [=========================== ] 1290/2911 44% [=========================== ] 1291/2911 44% [=========================== ] 1292/2911 44% [=========================== ] 1293/2911 44% [=========================== ] 1294/2911 44% [=========================== ] 1295/2911 44% [=========================== ] 1296/2911 44% [=========================== ] 1297/2911 44% [=========================== ] 1298/2911 44% [=========================== ] 1299/2911 44% [=========================== ] 1300/2911 44% [=========================== ] 1301/2911 44% [=========================== ] 1302/2911 44% [=========================== ] 1303/2911 44% [=========================== ] 1304/2911 44% [=========================== ] 1305/2911 44% [=========================== ] 1306/2911 44% [=========================== ] 1307/2911 44% [=========================== ] 1308/2911 44% [=========================== ] 1309/2911 44% [=========================== ] 1310/2911 45% [=========================== ] 1311/2911 45% [=========================== ] 1312/2911 45% [=========================== ] 1313/2911 45% [=========================== ] 1314/2911 45% [============================ ] 1315/2911 45% [============================ ] 1316/2911 45% [============================ ] 1317/2911 45% [============================ ] 1318/2911 45% [============================ ] 1319/2911 45% [============================ ] 1320/2911 45% [============================ ] 1321/2911 45% [============================ ] 1322/2911 45% [============================ ] 1323/2911 45% [============================ ] 1324/2911 45% [============================ ] 1325/2911 45% [============================ ] 1326/2911 45% [============================ ] 1327/2911 45% [============================ ] 1328/2911 45% [============================ ] 1329/2911 45% [============================ ] 1330/2911 45% [============================ ] 1331/2911 45% [============================ ] 1332/2911 45% [============================ ] 1333/2911 45% [============================ ] 1334/2911 45% [============================ ] 1335/2911 45% [============================ ] 1336/2911 45% [============================ ] 1337/2911 45% [============================ ] 1338/2911 45% [============================ ] 1339/2911 45% [============================ ] 1340/2911 46% [============================ ] 1341/2911 46% [============================ ] 1342/2911 46% [============================ ] 1343/2911 46% [============================ ] 1344/2911 46% [============================ ] 1345/2911 46% [============================ ] 1346/2911 46% [============================ ] 1347/2911 46% [============================ ] 1348/2911 46% [============================ ] 1349/2911 46% [============================ ] 1350/2911 46% [============================ ] 1351/2911 46% [============================ ] 1352/2911 46% [============================ ] 1353/2911 46% [============================ ] 1354/2911 46% [============================ ] 1355/2911 46% [============================ ] 1356/2911 46% [============================ ] 1357/2911 46% [============================ ] 1358/2911 46% [============================ ] 1359/2911 46% [============================ ] 1360/2911 46% [============================ ] 1361/2911 46% [============================= ] 1362/2911 46% [============================= ] 1363/2911 46% [============================= ] 1364/2911 46% [============================= ] 1365/2911 46% [============================= ] 1366/2911 46% [============================= ] 1367/2911 46% [============================= ] 1368/2911 46% [============================= ] 1369/2911 47% [============================= ] 1370/2911 47% [============================= ] 1371/2911 47% [============================= ] 1372/2911 47% [============================= ] 1373/2911 47% [============================= ] 1374/2911 47% [============================= ] 1375/2911 47% [============================= ] 1376/2911 47% [============================= ] 1377/2911 47% [============================= ] 1378/2911 47% [============================= ] 1379/2911 47% [============================= ] 1380/2911 47% [============================= ] 1381/2911 47% [============================= ] 1382/2911 47% [============================= ] 1383/2911 47% [============================= ] 1384/2911 47% [============================= ] 1385/2911 47% [============================= ] 1386/2911 47% [============================= ] 1387/2911 47% [============================= ] 1388/2911 47% [============================= ] 1389/2911 47% [============================= ] 1390/2911 47% [============================= ] 1391/2911 47% [============================= ] 1392/2911 47% [============================= ] 1393/2911 47% [============================= ] 1394/2911 47% [============================= ] 1395/2911 47% [============================= ] 1396/2911 47% [============================= ] 1397/2911 47% [============================= ] 1398/2911 48% [============================= ] 1399/2911 48% [============================= ] 1400/2911 48% [============================= ] 1401/2911 48% [============================= ] 1402/2911 48% [============================= ] 1403/2911 48% [============================= ] 1404/2911 48% [============================= ] 1405/2911 48% [============================= ] 1406/2911 48% [============================= ] 1407/2911 48% [============================= ] 1408/2911 48% [============================== ] 1409/2911 48% [============================== ] 1410/2911 48% [============================== ] 1411/2911 48% [============================== ] 1412/2911 48% [============================== ] 1413/2911 48% [============================== ] 1414/2911 48% [============================== ] 1415/2911 48% [============================== ] 1416/2911 48% [============================== ] 1417/2911 48% [============================== ] 1418/2911 48% [============================== ] 1419/2911 48% [============================== ] 1420/2911 48% [============================== ] 1421/2911 48% [============================== ] 1422/2911 48% [============================== ] 1423/2911 48% [============================== ] 1424/2911 48% [============================== ] 1425/2911 48% [============================== ] 1426/2911 48% [============================== ] 1427/2911 49% [============================== ] 1428/2911 49% [============================== ] 1429/2911 49% [============================== ] 1430/2911 49% [============================== ] 1431/2911 49% [============================== ] 1432/2911 49% [============================== ] 1433/2911 49% [============================== ] 1434/2911 49% [============================== ] 1435/2911 49% [============================== ] 1436/2911 49% [============================== ] 1437/2911 49% [============================== ] 1438/2911 49% [============================== ] 1439/2911 49% [============================== ] 1440/2911 49% [============================== ] 1441/2911 49% [============================== ] 1442/2911 49% [============================== ] 1443/2911 49% [============================== ] 1444/2911 49% [============================== ] 1445/2911 49% [============================== ] 1446/2911 49% [============================== ] 1447/2911 49% [============================== ] 1448/2911 49% [============================== ] 1449/2911 49% [============================== ] 1450/2911 49% [============================== ] 1451/2911 49% [============================== ] 1452/2911 49% [============================== ] 1453/2911 49% [============================== ] 1454/2911 49% [============================== ] 1455/2911 49% [=============================== ] 1456/2911 50% [=============================== ] 1457/2911 50% [=============================== ] 1458/2911 50% [=============================== ] 1459/2911 50% [=============================== ] 1460/2911 50% [=============================== ] 1461/2911 50% [=============================== ] 1462/2911 50% [=============================== ] 1463/2911 50% [=============================== ] 1464/2911 50% [=============================== ] 1465/2911 50% [=============================== ] 1466/2911 50% [=============================== ] 1467/2911 50% [=============================== ] 1468/2911 50% [=============================== ] 1469/2911 50% [=============================== ] 1470/2911 50% [=============================== ] 1471/2911 50% [=============================== ] 1472/2911 50% [=============================== ] 1473/2911 50% [=============================== ] 1474/2911 50% [=============================== ] 1475/2911 50% [=============================== ] 1476/2911 50% [=============================== ] 1477/2911 50% [=============================== ] 1478/2911 50% [=============================== ] 1479/2911 50% [=============================== ] 1480/2911 50% [=============================== ] 1481/2911 50% [=============================== ] 1482/2911 50% [=============================== ] 1483/2911 50% [=============================== ] 1484/2911 50% [=============================== ] 1485/2911 51% [=============================== ] 1486/2911 51% [=============================== ] 1487/2911 51% [=============================== ] 1488/2911 51% [=============================== ] 1489/2911 51% [=============================== ] 1490/2911 51% [=============================== ] 1491/2911 51% [=============================== ] 1492/2911 51% [=============================== ] 1493/2911 51% [=============================== ] 1494/2911 51% [=============================== ] 1495/2911 51% [=============================== ] 1496/2911 51% [=============================== ] 1497/2911 51% [=============================== ] 1498/2911 51% [=============================== ] 1499/2911 51% [=============================== ] 1500/2911 51% [=============================== ] 1501/2911 51% [=============================== ] 1502/2911 51% [================================ ] 1503/2911 51% [================================ ] 1504/2911 51% [================================ ] 1505/2911 51% [================================ ] 1506/2911 51% [================================ ] 1507/2911 51% [================================ ] 1508/2911 51% [================================ ] 1509/2911 51% [================================ ] 1510/2911 51% [================================ ] 1511/2911 51% [================================ ] 1512/2911 51% [================================ ] 1513/2911 51% [================================ ] 1514/2911 52% [================================ ] 1515/2911 52% [================================ ] 1516/2911 52% [================================ ] 1517/2911 52% [================================ ] 1518/2911 52% [================================ ] 1519/2911 52% [================================ ] 1520/2911 52% [================================ ] 1521/2911 52% [================================ ] 1522/2911 52% [================================ ] 1523/2911 52% [================================ ] 1524/2911 52% [================================ ] 1525/2911 52% [================================ ] 1526/2911 52% [================================ ] 1527/2911 52% [================================ ] 1528/2911 52% [================================ ] 1529/2911 52% [================================ ] 1530/2911 52% [================================ ] 1531/2911 52% [================================ ] 1532/2911 52% [================================ ] 1533/2911 52% [================================ ] 1534/2911 52% [================================ ] 1535/2911 52% [================================ ] 1536/2911 52% [================================ ] 1537/2911 52% [================================ ] 1538/2911 52% [================================ ] 1539/2911 52% [================================ ] 1540/2911 52% [================================ ] 1541/2911 52% [================================ ] 1542/2911 52% [================================ ] 1543/2911 53% [================================ ] 1544/2911 53% [================================ ] 1545/2911 53% [================================ ] 1546/2911 53% [================================ ] 1547/2911 53% [================================ ] 1548/2911 53% [================================ ] 1549/2911 53% [================================= ] 1550/2911 53% [================================= ] 1551/2911 53% [================================= ] 1552/2911 53% [================================= ] 1553/2911 53% [================================= ] 1554/2911 53% [================================= ] 1555/2911 53% [================================= ] 1556/2911 53% [================================= ] 1557/2911 53% [================================= ] 1558/2911 53% [================================= ] 1559/2911 53% [================================= ] 1560/2911 53% [================================= ] 1561/2911 53% [================================= ] 1562/2911 53% [================================= ] 1563/2911 53% [================================= ] 1564/2911 53% [================================= ] 1565/2911 53% [================================= ] 1566/2911 53% [================================= ] 1567/2911 53% [================================= ] 1568/2911 53% [================================= ] 1569/2911 53% [================================= ] 1570/2911 53% [================================= ] 1571/2911 53% [================================= ] 1572/2911 54% [================================= ] 1573/2911 54% [================================= ] 1574/2911 54% [================================= ] 1575/2911 54% [================================= ] 1576/2911 54% [================================= ] 1577/2911 54% [================================= ] 1578/2911 54% [================================= ] 1579/2911 54% [================================= ] 1580/2911 54% [================================= ] 1581/2911 54% [================================= ] 1582/2911 54% [================================= ] 1583/2911 54% [================================= ] 1584/2911 54% [================================= ] 1585/2911 54% [================================= ] 1586/2911 54% [================================= ] 1587/2911 54% [================================= ] 1588/2911 54% [================================= ] 1589/2911 54% [================================= ] 1590/2911 54% [================================= ] 1591/2911 54% [================================= ] 1592/2911 54% [================================= ] 1593/2911 54% [================================= ] 1594/2911 54% [================================= ] 1595/2911 54% [================================= ] 1596/2911 54% [================================== ] 1597/2911 54% [================================== ] 1598/2911 54% [================================== ] 1599/2911 54% [================================== ] 1600/2911 54% [================================== ] 1601/2911 54% [================================== ] 1602/2911 55% [================================== ] 1603/2911 55% [================================== ] 1604/2911 55% [================================== ] 1605/2911 55% [================================== ] 1606/2911 55% [================================== ] 1607/2911 55% [================================== ] 1608/2911 55% [================================== ] 1609/2911 55% [================================== ] 1610/2911 55% [================================== ] 1611/2911 55% [================================== ] 1612/2911 55% [================================== ] 1613/2911 55% [================================== ] 1614/2911 55% [================================== ] 1615/2911 55% [================================== ] 1616/2911 55% [================================== ] 1617/2911 55% [================================== ] 1618/2911 55% [================================== ] 1619/2911 55% [================================== ] 1620/2911 55% [================================== ] 1621/2911 55% [================================== ] 1622/2911 55% [================================== ] 1623/2911 55% [================================== ] 1624/2911 55% [================================== ] 1625/2911 55% [================================== ] 1626/2911 55% [================================== ] 1627/2911 55% [================================== ] 1628/2911 55% [================================== ] 1629/2911 55% [================================== ] 1630/2911 55% [================================== ] 1631/2911 56% [================================== ] 1632/2911 56% [================================== ] 1633/2911 56% [================================== ] 1634/2911 56% [================================== ] 1635/2911 56% [================================== ] 1636/2911 56% [================================== ] 1637/2911 56% [================================== ] 1638/2911 56% [================================== ] 1639/2911 56% [================================== ] 1640/2911 56% [================================== ] 1641/2911 56% [================================== ] 1642/2911 56% [================================== ] 1643/2911 56% [=================================== ] 1644/2911 56% [=================================== ] 1645/2911 56% [=================================== ] 1646/2911 56% [=================================== ] 1647/2911 56% [=================================== ] 1648/2911 56% [=================================== ] 1649/2911 56% [=================================== ] 1650/2911 56% [=================================== ] 1651/2911 56% [=================================== ] 1652/2911 56% [=================================== ] 1653/2911 56% [=================================== ] 1654/2911 56% [=================================== ] 1655/2911 56% [=================================== ] 1656/2911 56% [=================================== ] 1657/2911 56% [=================================== ] 1658/2911 56% [=================================== ] 1659/2911 56% [=================================== ] 1660/2911 57% [=================================== ] 1661/2911 57% [=================================== ] 1662/2911 57% [=================================== ] 1663/2911 57% [=================================== ] 1664/2911 57% [=================================== ] 1665/2911 57% [=================================== ] 1666/2911 57% [=================================== ] 1667/2911 57% [=================================== ] 1668/2911 57% [=================================== ] 1669/2911 57% [=================================== ] 1670/2911 57% [=================================== ] 1671/2911 57% [=================================== ] 1672/2911 57% [=================================== ] 1673/2911 57% [=================================== ] 1674/2911 57% [=================================== ] 1675/2911 57% [=================================== ] 1676/2911 57% [=================================== ] 1677/2911 57% [=================================== ] 1678/2911 57% [=================================== ] 1679/2911 57% [=================================== ] 1680/2911 57% [=================================== ] 1681/2911 57% [=================================== ] 1682/2911 57% [=================================== ] 1683/2911 57% [=================================== ] 1684/2911 57% [=================================== ] 1685/2911 57% [=================================== ] 1686/2911 57% [=================================== ] 1687/2911 57% [=================================== ] 1688/2911 57% [=================================== ] 1689/2911 58% [=================================== ] 1690/2911 58% [==================================== ] 1691/2911 58% [==================================== ] 1692/2911 58% [==================================== ] 1693/2911 58% [==================================== ] 1694/2911 58% [==================================== ] 1695/2911 58% [==================================== ] 1696/2911 58% [==================================== ] 1697/2911 58% [==================================== ] 1698/2911 58% [==================================== ] 1699/2911 58% [==================================== ] 1700/2911 58% [==================================== ] 1701/2911 58% [==================================== ] 1702/2911 58% [==================================== ] 1703/2911 58% [==================================== ] 1704/2911 58% [==================================== ] 1705/2911 58% [==================================== ] 1706/2911 58% [==================================== ] 1707/2911 58% [==================================== ] 1708/2911 58% [==================================== ] 1709/2911 58% [==================================== ] 1710/2911 58% [==================================== ] 1711/2911 58% [==================================== ] 1712/2911 58% [==================================== ] 1713/2911 58% [==================================== ] 1714/2911 58% [==================================== ] 1715/2911 58% [==================================== ] 1716/2911 58% [==================================== ] 1717/2911 58% [==================================== ] 1718/2911 59% [==================================== ] 1719/2911 59% [==================================== ] 1720/2911 59% [==================================== ] 1721/2911 59% [==================================== ] 1722/2911 59% [==================================== ] 1723/2911 59% [==================================== ] 1724/2911 59% [==================================== ] 1725/2911 59% [==================================== ] 1726/2911 59% [==================================== ] 1727/2911 59% [==================================== ] 1728/2911 59% [==================================== ] 1729/2911 59% [==================================== ] 1730/2911 59% [==================================== ] 1731/2911 59% [==================================== ] 1732/2911 59% [==================================== ] 1733/2911 59% [==================================== ] 1734/2911 59% [==================================== ] 1735/2911 59% [==================================== ] 1736/2911 59% [==================================== ] 1737/2911 59% [===================================== ] 1738/2911 59% [===================================== ] 1739/2911 59% [===================================== ] 1740/2911 59% [===================================== ] 1741/2911 59% [===================================== ] 1742/2911 59% [===================================== ] 1743/2911 59% [===================================== ] 1744/2911 59% [===================================== ] 1745/2911 59% [===================================== ] 1746/2911 59% [===================================== ] 1747/2911 60% [===================================== ] 1748/2911 60% [===================================== ] 1749/2911 60% [===================================== ] 1750/2911 60% [===================================== ] 1751/2911 60% [===================================== ] 1752/2911 60% [===================================== ] 1753/2911 60% [===================================== ] 1754/2911 60% [===================================== ] 1755/2911 60% [===================================== ] 1756/2911 60% [===================================== ] 1757/2911 60% [===================================== ] 1758/2911 60% [===================================== ] 1759/2911 60% [===================================== ] 1760/2911 60% [===================================== ] 1761/2911 60% [===================================== ] 1762/2911 60% [===================================== ] 1763/2911 60% [===================================== ] 1764/2911 60% [===================================== ] 1765/2911 60% [===================================== ] 1766/2911 60% [===================================== ] 1767/2911 60% [===================================== ] 1768/2911 60% [===================================== ] 1769/2911 60% [===================================== ] 1770/2911 60% [===================================== ] 1771/2911 60% [===================================== ] 1772/2911 60% [===================================== ] 1773/2911 60% [===================================== ] 1774/2911 60% [===================================== ] 1775/2911 60% [===================================== ] 1776/2911 61% [===================================== ] 1777/2911 61% [===================================== ] 1778/2911 61% [===================================== ] 1779/2911 61% [===================================== ] 1780/2911 61% [===================================== ] 1781/2911 61% [===================================== ] 1782/2911 61% [===================================== ] 1783/2911 61% [===================================== ] 1784/2911 61% [====================================== ] 1785/2911 61% [====================================== ] 1786/2911 61% [====================================== ] 1787/2911 61% [====================================== ] 1788/2911 61% [====================================== ] 1789/2911 61% [====================================== ] 1790/2911 61% [====================================== ] 1791/2911 61% [====================================== ] 1792/2911 61% [====================================== ] 1793/2911 61% [====================================== ] 1794/2911 61% [====================================== ] 1795/2911 61% [====================================== ] 1796/2911 61% [====================================== ] 1797/2911 61% [====================================== ] 1798/2911 61% [====================================== ] 1799/2911 61% [====================================== ] 1800/2911 61% [====================================== ] 1801/2911 61% [====================================== ] 1802/2911 61% [====================================== ] 1803/2911 61% [====================================== ] 1804/2911 61% [====================================== ] 1805/2911 62% [====================================== ] 1806/2911 62% [====================================== ] 1807/2911 62% [====================================== ] 1808/2911 62% [====================================== ] 1809/2911 62% [====================================== ] 1810/2911 62% [====================================== ] 1811/2911 62% [====================================== ] 1812/2911 62% [====================================== ] 1813/2911 62% [====================================== ] 1814/2911 62% [====================================== ] 1815/2911 62% [====================================== ] 1816/2911 62% [====================================== ] 1817/2911 62% [====================================== ] 1818/2911 62% [====================================== ] 1819/2911 62% [====================================== ] 1820/2911 62% [====================================== ] 1821/2911 62% [====================================== ] 1822/2911 62% [====================================== ] 1823/2911 62% [====================================== ] 1824/2911 62% [====================================== ] 1825/2911 62% [====================================== ] 1826/2911 62% [====================================== ] 1827/2911 62% [====================================== ] 1828/2911 62% [====================================== ] 1829/2911 62% [====================================== ] 1830/2911 62% [====================================== ] 1831/2911 62% [======================================= ] 1832/2911 62% [======================================= ] 1833/2911 62% [======================================= ] 1834/2911 63% [======================================= ] 1835/2911 63% [======================================= ] 1836/2911 63% [======================================= ] 1837/2911 63% [======================================= ] 1838/2911 63% [======================================= ] 1839/2911 63% [======================================= ] 1840/2911 63% [======================================= ] 1841/2911 63% [======================================= ] 1842/2911 63% [======================================= ] 1843/2911 63% [======================================= ] 1844/2911 63% [======================================= ] 1845/2911 63% [======================================= ] 1846/2911 63% [======================================= ] 1847/2911 63% [======================================= ] 1848/2911 63% [======================================= ] 1849/2911 63% [======================================= ] 1850/2911 63% [======================================= ] 1851/2911 63% [======================================= ] 1852/2911 63% [======================================= ] 1853/2911 63% [======================================= ] 1854/2911 63% [======================================= ] 1855/2911 63% [======================================= ] 1856/2911 63% [======================================= ] 1857/2911 63% [======================================= ] 1858/2911 63% [======================================= ] 1859/2911 63% [======================================= ] 1860/2911 63% [======================================= ] 1861/2911 63% [======================================= ] 1862/2911 63% [======================================= ] 1863/2911 63% [======================================= ] 1864/2911 64% [======================================= ] 1865/2911 64% [======================================= ] 1866/2911 64% [======================================= ] 1867/2911 64% [======================================= ] 1868/2911 64% [======================================= ] 1869/2911 64% [======================================= ] 1870/2911 64% [======================================= ] 1871/2911 64% [======================================= ] 1872/2911 64% [======================================= ] 1873/2911 64% [======================================= ] 1874/2911 64% [======================================= ] 1875/2911 64% [======================================= ] 1876/2911 64% [======================================= ] 1877/2911 64% [======================================= ] 1878/2911 64% [======================================== ] 1879/2911 64% [======================================== ] 1880/2911 64% [======================================== ] 1881/2911 64% [======================================== ] 1882/2911 64% [======================================== ] 1883/2911 64% [======================================== ] 1884/2911 64% [======================================== ] 1885/2911 64% [======================================== ] 1886/2911 64% [======================================== ] 1887/2911 64% [======================================== ] 1888/2911 64% [======================================== ] 1889/2911 64% [======================================== ] 1890/2911 64% [======================================== ] 1891/2911 64% [======================================== ] 1892/2911 64% [======================================== ] 1893/2911 65% [======================================== ] 1894/2911 65% [======================================== ] 1895/2911 65% [======================================== ] 1896/2911 65% [======================================== ] 1897/2911 65% [======================================== ] 1898/2911 65% [======================================== ] 1899/2911 65% [======================================== ] 1900/2911 65% [======================================== ] 1901/2911 65% [======================================== ] 1902/2911 65% [======================================== ] 1903/2911 65% [======================================== ] 1904/2911 65% [======================================== ] 1905/2911 65% [======================================== ] 1906/2911 65% [======================================== ] 1907/2911 65% [======================================== ] 1908/2911 65% [======================================== ] 1909/2911 65% [======================================== ] 1910/2911 65% [======================================== ] 1911/2911 65% [======================================== ] 1912/2911 65% [======================================== ] 1913/2911 65% [======================================== ] 1914/2911 65% [======================================== ] 1915/2911 65% [======================================== ] 1916/2911 65% [======================================== ] 1917/2911 65% [======================================== ] 1918/2911 65% [======================================== ] 1919/2911 65% [======================================== ] 1920/2911 65% [======================================== ] 1921/2911 65% [======================================== ] 1922/2911 66% [======================================== ] 1923/2911 66% [======================================== ] 1924/2911 66% [======================================== ] 1925/2911 66% [========================================= ] 1926/2911 66% [========================================= ] 1927/2911 66% [========================================= ] 1928/2911 66% [========================================= ] 1929/2911 66% [========================================= ] 1930/2911 66% [========================================= ] 1931/2911 66% [========================================= ] 1932/2911 66% [========================================= ] 1933/2911 66% [========================================= ] 1934/2911 66% [========================================= ] 1935/2911 66% [========================================= ] 1936/2911 66% [========================================= ] 1937/2911 66% [========================================= ] 1938/2911 66% [========================================= ] 1939/2911 66% [========================================= ] 1940/2911 66% [========================================= ] 1941/2911 66% [========================================= ] 1942/2911 66% [========================================= ] 1943/2911 66% [========================================= ] 1944/2911 66% [========================================= ] 1945/2911 66% [========================================= ] 1946/2911 66% [========================================= ] 1947/2911 66% [========================================= ] 1948/2911 66% [========================================= ] 1949/2911 66% [========================================= ] 1950/2911 66% [========================================= ] 1951/2911 67% [========================================= ] 1952/2911 67% [========================================= ] 1953/2911 67% [========================================= ] 1954/2911 67% [========================================= ] 1955/2911 67% [========================================= ] 1956/2911 67% [========================================= ] 1957/2911 67% [========================================= ] 1958/2911 67% [========================================= ] 1959/2911 67% [========================================= ] 1960/2911 67% [========================================= ] 1961/2911 67% [========================================= ] 1962/2911 67% [========================================= ] 1963/2911 67% [========================================= ] 1964/2911 67% [========================================= ] 1965/2911 67% [========================================= ] 1966/2911 67% [========================================= ] 1967/2911 67% [========================================= ] 1968/2911 67% [========================================= ] 1969/2911 67% [========================================= ] 1970/2911 67% [========================================= ] 1971/2911 67% [========================================== ] 1972/2911 67% [========================================== ] 1973/2911 67% [========================================== ] 1974/2911 67% [========================================== ] 1975/2911 67% [========================================== ] 1976/2911 67% [========================================== ] 1977/2911 67% [========================================== ] 1978/2911 67% [========================================== ] 1979/2911 67% [========================================== ] 1980/2911 68% [========================================== ] 1981/2911 68% [========================================== ] 1982/2911 68% [========================================== ] 1983/2911 68% [========================================== ] 1984/2911 68% [========================================== ] 1985/2911 68% [========================================== ] 1986/2911 68% [========================================== ] 1987/2911 68% [========================================== ] 1988/2911 68% [========================================== ] 1989/2911 68% [========================================== ] 1990/2911 68% [========================================== ] 1991/2911 68% [========================================== ] 1992/2911 68% [========================================== ] 1993/2911 68% [========================================== ] 1994/2911 68% [========================================== ] 1995/2911 68% [========================================== ] 1996/2911 68% [========================================== ] 1997/2911 68% [========================================== ] 1998/2911 68% [========================================== ] 1999/2911 68% [========================================== ] 2000/2911 68% [========================================== ] 2001/2911 68% [========================================== ] 2002/2911 68% [========================================== ] 2003/2911 68% [========================================== ] 2004/2911 68% [========================================== ] 2005/2911 68% [========================================== ] 2006/2911 68% [========================================== ] 2007/2911 68% [========================================== ] 2008/2911 68% [========================================== ] 2009/2911 69% [========================================== ] 2010/2911 69% [========================================== ] 2011/2911 69% [========================================== ] 2012/2911 69% [========================================== ] 2013/2911 69% [========================================== ] 2014/2911 69% [========================================== ] 2015/2911 69% [========================================== ] 2016/2911 69% [========================================== ] 2017/2911 69% [========================================== ] 2018/2911 69% [=========================================== ] 2019/2911 69% [=========================================== ] 2020/2911 69% [=========================================== ] 2021/2911 69% [=========================================== ] 2022/2911 69% [=========================================== ] 2023/2911 69% [=========================================== ] 2024/2911 69% [=========================================== ] 2025/2911 69% [=========================================== ] 2026/2911 69% [=========================================== ] 2027/2911 69% [=========================================== ] 2028/2911 69% [=========================================== ] 2029/2911 69% [=========================================== ] 2030/2911 69% [=========================================== ] 2031/2911 69% [=========================================== ] 2032/2911 69% [=========================================== ] 2033/2911 69% [=========================================== ] 2034/2911 69% [=========================================== ] 2035/2911 69% [=========================================== ] 2036/2911 69% [=========================================== ] 2037/2911 69% [=========================================== ] 2038/2911 70% [=========================================== ] 2039/2911 70% [=========================================== ] 2040/2911 70% [=========================================== ] 2041/2911 70% [=========================================== ] 2042/2911 70% [=========================================== ] 2043/2911 70% [=========================================== ] 2044/2911 70% [=========================================== ] 2045/2911 70% [=========================================== ] 2046/2911 70% [=========================================== ] 2047/2911 70% [=========================================== ] 2048/2911 70% [=========================================== ] 2049/2911 70% [=========================================== ] 2050/2911 70% [=========================================== ] 2051/2911 70% [=========================================== ] 2052/2911 70% [=========================================== ] 2053/2911 70% [=========================================== ] 2054/2911 70% [=========================================== ] 2055/2911 70% [=========================================== ] 2056/2911 70% [=========================================== ] 2057/2911 70% [=========================================== ] 2058/2911 70% [=========================================== ] 2059/2911 70% [=========================================== ] 2060/2911 70% [=========================================== ] 2061/2911 70% [=========================================== ] 2062/2911 70% [=========================================== ] 2063/2911 70% [=========================================== ] 2064/2911 70% [=========================================== ] 2065/2911 70% [============================================ ] 2066/2911 70% [============================================ ] 2067/2911 71% [============================================ ] 2068/2911 71% [============================================ ] 2069/2911 71% [============================================ ] 2070/2911 71% [============================================ ] 2071/2911 71% [============================================ ] 2072/2911 71% [============================================ ] 2073/2911 71% [============================================ ] 2074/2911 71% [============================================ ] 2075/2911 71% [============================================ ] 2076/2911 71% [============================================ ] 2077/2911 71% [============================================ ] 2078/2911 71% [============================================ ] 2079/2911 71% [============================================ ] 2080/2911 71% [============================================ ] 2081/2911 71% [============================================ ] 2082/2911 71% [============================================ ] 2083/2911 71% [============================================ ] 2084/2911 71% [============================================ ] 2085/2911 71% [============================================ ] 2086/2911 71% [============================================ ] 2087/2911 71% [============================================ ] 2088/2911 71% [============================================ ] 2089/2911 71% [============================================ ] 2090/2911 71% [============================================ ] 2091/2911 71% [============================================ ] 2092/2911 71% [============================================ ] 2093/2911 71% [============================================ ] 2094/2911 71% [============================================ ] 2095/2911 71% [============================================ ] 2096/2911 72% [============================================ ] 2097/2911 72% [============================================ ] 2098/2911 72% [============================================ ] 2099/2911 72% [============================================ ] 2100/2911 72% [============================================ ] 2101/2911 72% [============================================ ] 2102/2911 72% [============================================ ] 2103/2911 72% [============================================ ] 2104/2911 72% [============================================ ] 2105/2911 72% [============================================ ] 2106/2911 72% [============================================ ] 2107/2911 72% [============================================ ] 2108/2911 72% [============================================ ] 2109/2911 72% [============================================ ] 2110/2911 72% [============================================ ] 2111/2911 72% [============================================ ] 2112/2911 72% [============================================= ] 2113/2911 72% [============================================= ] 2114/2911 72% [============================================= ] 2115/2911 72% [============================================= ] 2116/2911 72% [============================================= ] 2117/2911 72% [============================================= ] 2118/2911 72% [============================================= ] 2119/2911 72% [============================================= ] 2120/2911 72% [============================================= ] 2121/2911 72% [============================================= ] 2122/2911 72% [============================================= ] 2123/2911 72% [============================================= ] 2124/2911 72% [============================================= ] 2125/2911 72% [============================================= ] 2126/2911 73% [============================================= ] 2127/2911 73% [============================================= ] 2128/2911 73% [============================================= ] 2129/2911 73% [============================================= ] 2130/2911 73% [============================================= ] 2131/2911 73% [============================================= ] 2132/2911 73% [============================================= ] 2133/2911 73% [============================================= ] 2134/2911 73% [============================================= ] 2135/2911 73% [============================================= ] 2136/2911 73% [============================================= ] 2137/2911 73% [============================================= ] 2138/2911 73% [============================================= ] 2139/2911 73% [============================================= ] 2140/2911 73% [============================================= ] 2141/2911 73% [============================================= ] 2142/2911 73% [============================================= ] 2143/2911 73% [============================================= ] 2144/2911 73% [============================================= ] 2145/2911 73% [============================================= ] 2146/2911 73% [============================================= ] 2147/2911 73% [============================================= ] 2148/2911 73% [============================================= ] 2149/2911 73% [============================================= ] 2150/2911 73% [============================================= ] 2151/2911 73% [============================================= ] 2152/2911 73% [============================================= ] 2153/2911 73% [============================================= ] 2154/2911 73% [============================================= ] 2155/2911 74% [============================================= ] 2156/2911 74% [============================================= ] 2157/2911 74% [============================================= ] 2158/2911 74% [============================================= ] 2159/2911 74% [============================================== ] 2160/2911 74% [============================================== ] 2161/2911 74% [============================================== ] 2162/2911 74% [============================================== ] 2163/2911 74% [============================================== ] 2164/2911 74% [============================================== ] 2165/2911 74% [============================================== ] 2166/2911 74% [============================================== ] 2167/2911 74% [============================================== ] 2168/2911 74% [============================================== ] 2169/2911 74% [============================================== ] 2170/2911 74% [============================================== ] 2171/2911 74% [============================================== ] 2172/2911 74% [============================================== ] 2173/2911 74% [============================================== ] 2174/2911 74% [============================================== ] 2175/2911 74% [============================================== ] 2176/2911 74% [============================================== ] 2177/2911 74% [============================================== ] 2178/2911 74% [============================================== ] 2179/2911 74% [============================================== ] 2180/2911 74% [============================================== ] 2181/2911 74% [============================================== ] 2182/2911 74% [============================================== ] 2183/2911 74% [============================================== ] 2184/2911 75% [============================================== ] 2185/2911 75% [============================================== ] 2186/2911 75% [============================================== ] 2187/2911 75% [============================================== ] 2188/2911 75% [============================================== ] 2189/2911 75% [============================================== ] 2190/2911 75% [============================================== ] 2191/2911 75% [============================================== ] 2192/2911 75% [============================================== ] 2193/2911 75% [============================================== ] 2194/2911 75% [============================================== ] 2195/2911 75% [============================================== ] 2196/2911 75% [============================================== ] 2197/2911 75% [============================================== ] 2198/2911 75% [============================================== ] 2199/2911 75% [============================================== ] 2200/2911 75% [============================================== ] 2201/2911 75% [============================================== ] 2202/2911 75% [============================================== ] 2203/2911 75% [============================================== ] 2204/2911 75% [============================================== ] 2205/2911 75% [============================================== ] 2206/2911 75% [=============================================== ] 2207/2911 75% [=============================================== ] 2208/2911 75% [=============================================== ] 2209/2911 75% [=============================================== ] 2210/2911 75% [=============================================== ] 2211/2911 75% [=============================================== ] 2212/2911 75% [=============================================== ] 2213/2911 76% [=============================================== ] 2214/2911 76% [=============================================== ] 2215/2911 76% [=============================================== ] 2216/2911 76% [=============================================== ] 2217/2911 76% [=============================================== ] 2218/2911 76% [=============================================== ] 2219/2911 76% [=============================================== ] 2220/2911 76% [=============================================== ] 2221/2911 76% [=============================================== ] 2222/2911 76% [=============================================== ] 2223/2911 76% [=============================================== ] 2224/2911 76% [=============================================== ] 2225/2911 76% [=============================================== ] 2226/2911 76% [=============================================== ] 2227/2911 76% [=============================================== ] 2228/2911 76% [=============================================== ] 2229/2911 76% [=============================================== ] 2230/2911 76% [=============================================== ] 2231/2911 76% [=============================================== ] 2232/2911 76% [=============================================== ] 2233/2911 76% [=============================================== ] 2234/2911 76% [=============================================== ] 2235/2911 76% [=============================================== ] 2236/2911 76% [=============================================== ] 2237/2911 76% [=============================================== ] 2238/2911 76% [=============================================== ] 2239/2911 76% [=============================================== ] 2240/2911 76% [=============================================== ] 2241/2911 76% [=============================================== ] 2242/2911 77% [=============================================== ] 2243/2911 77% [=============================================== ] 2244/2911 77% [=============================================== ] 2245/2911 77% [=============================================== ] 2246/2911 77% [=============================================== ] 2247/2911 77% [=============================================== ] 2248/2911 77% [=============================================== ] 2249/2911 77% [=============================================== ] 2250/2911 77% [=============================================== ] 2251/2911 77% [=============================================== ] 2252/2911 77% [=============================================== ] 2253/2911 77% [================================================ ] 2254/2911 77% [================================================ ] 2255/2911 77% [================================================ ] 2256/2911 77% [================================================ ] 2257/2911 77% [================================================ ] 2258/2911 77% [================================================ ] 2259/2911 77% [================================================ ] 2260/2911 77% [================================================ ] 2261/2911 77% [================================================ ] 2262/2911 77% [================================================ ] 2263/2911 77% [================================================ ] 2264/2911 77% [================================================ ] 2265/2911 77% [================================================ ] 2266/2911 77% [================================================ ] 2267/2911 77% [================================================ ] 2268/2911 77% [================================================ ] 2269/2911 77% [================================================ ] 2270/2911 77% [================================================ ] 2271/2911 78% [================================================ ] 2272/2911 78% [================================================ ] 2273/2911 78% [================================================ ] 2274/2911 78% [================================================ ] 2275/2911 78% [================================================ ] 2276/2911 78% [================================================ ] 2277/2911 78% [================================================ ] 2278/2911 78% [================================================ ] 2279/2911 78% [================================================ ] 2280/2911 78% [================================================ ] 2281/2911 78% [================================================ ] 2282/2911 78% [================================================ ] 2283/2911 78% [================================================ ] 2284/2911 78% [================================================ ] 2285/2911 78% [================================================ ] 2286/2911 78% [================================================ ] 2287/2911 78% [================================================ ] 2288/2911 78% [================================================ ] 2289/2911 78% [================================================ ] 2290/2911 78% [================================================ ] 2291/2911 78% [================================================ ] 2292/2911 78% [================================================ ] 2293/2911 78% [================================================ ] 2294/2911 78% [================================================ ] 2295/2911 78% [================================================ ] 2296/2911 78% [================================================ ] 2297/2911 78% [================================================ ] 2298/2911 78% [================================================ ] 2299/2911 78% [================================================ ] 2300/2911 79% [================================================= ] 2301/2911 79% [================================================= ] 2302/2911 79% [================================================= ] 2303/2911 79% [================================================= ] 2304/2911 79% [================================================= ] 2305/2911 79% [================================================= ] 2306/2911 79% [================================================= ] 2307/2911 79% [================================================= ] 2308/2911 79% [================================================= ] 2309/2911 79% [================================================= ] 2310/2911 79% [================================================= ] 2311/2911 79% [================================================= ] 2312/2911 79% [================================================= ] 2313/2911 79% [================================================= ] 2314/2911 79% [================================================= ] 2315/2911 79% [================================================= ] 2316/2911 79% [================================================= ] 2317/2911 79% [================================================= ] 2318/2911 79% [================================================= ] 2319/2911 79% [================================================= ] 2320/2911 79% [================================================= ] 2321/2911 79% [================================================= ] 2322/2911 79% [================================================= ] 2323/2911 79% [================================================= ] 2324/2911 79% [================================================= ] 2325/2911 79% [================================================= ] 2326/2911 79% [================================================= ] 2327/2911 79% [================================================= ] 2328/2911 79% [================================================= ] 2329/2911 80% [================================================= ] 2330/2911 80% [================================================= ] 2331/2911 80% [================================================= ] 2332/2911 80% [================================================= ] 2333/2911 80% [================================================= ] 2334/2911 80% [================================================= ] 2335/2911 80% [================================================= ] 2336/2911 80% [================================================= ] 2337/2911 80% [================================================= ] 2338/2911 80% [================================================= ] 2339/2911 80% [================================================= ] 2340/2911 80% [================================================= ] 2341/2911 80% [================================================= ] 2342/2911 80% [================================================= ] 2343/2911 80% [================================================= ] 2344/2911 80% [================================================= ] 2345/2911 80% [================================================= ] 2346/2911 80% [================================================= ] 2347/2911 80% [================================================== ] 2348/2911 80% [================================================== ] 2349/2911 80% [================================================== ] 2350/2911 80% [================================================== ] 2351/2911 80% [================================================== ] 2352/2911 80% [================================================== ] 2353/2911 80% [================================================== ] 2354/2911 80% [================================================== ] 2355/2911 80% [================================================== ] 2356/2911 80% [================================================== ] 2357/2911 80% [================================================== ] 2358/2911 81% [================================================== ] 2359/2911 81% [================================================== ] 2360/2911 81% [================================================== ] 2361/2911 81% [================================================== ] 2362/2911 81% [================================================== ] 2363/2911 81% [================================================== ] 2364/2911 81% [================================================== ] 2365/2911 81% [================================================== ] 2366/2911 81% [================================================== ] 2367/2911 81% [================================================== ] 2368/2911 81% [================================================== ] 2369/2911 81% [================================================== ] 2370/2911 81% [================================================== ] 2371/2911 81% [================================================== ] 2372/2911 81% [================================================== ] 2373/2911 81% [================================================== ] 2374/2911 81% [================================================== ] 2375/2911 81% [================================================== ] 2376/2911 81% [================================================== ] 2377/2911 81% [================================================== ] 2378/2911 81% [================================================== ] 2379/2911 81% [================================================== ] 2380/2911 81% [================================================== ] 2381/2911 81% [================================================== ] 2382/2911 81% [================================================== ] 2383/2911 81% [================================================== ] 2384/2911 81% [================================================== ] 2385/2911 81% [================================================== ] 2386/2911 81% [================================================== ] 2387/2911 81% [================================================== ] 2388/2911 82% [================================================== ] 2389/2911 82% [================================================== ] 2390/2911 82% [================================================== ] 2391/2911 82% [================================================== ] 2392/2911 82% [================================================== ] 2393/2911 82% [================================================== ] 2394/2911 82% [=================================================== ] 2395/2911 82% [=================================================== ] 2396/2911 82% [=================================================== ] 2397/2911 82% [=================================================== ] 2398/2911 82% [=================================================== ] 2399/2911 82% [=================================================== ] 2400/2911 82% [=================================================== ] 2401/2911 82% [=================================================== ] 2402/2911 82% [=================================================== ] 2403/2911 82% [=================================================== ] 2404/2911 82% [=================================================== ] 2405/2911 82% [=================================================== ] 2406/2911 82% [=================================================== ] 2407/2911 82% [=================================================== ] 2408/2911 82% [=================================================== ] 2409/2911 82% [=================================================== ] 2410/2911 82% [=================================================== ] 2411/2911 82% [=================================================== ] 2412/2911 82% [=================================================== ] 2413/2911 82% [=================================================== ] 2414/2911 82% [=================================================== ] 2415/2911 82% [=================================================== ] 2416/2911 82% [=================================================== ] 2417/2911 83% [=================================================== ] 2418/2911 83% [=================================================== ] 2419/2911 83% [=================================================== ] 2420/2911 83% [=================================================== ] 2421/2911 83% [=================================================== ] 2422/2911 83% [=================================================== ] 2423/2911 83% [=================================================== ] 2424/2911 83% [=================================================== ] 2425/2911 83% [=================================================== ] 2426/2911 83% [=================================================== ] 2427/2911 83% [=================================================== ] 2428/2911 83% [=================================================== ] 2429/2911 83% [=================================================== ] 2430/2911 83% [=================================================== ] 2431/2911 83% [=================================================== ] 2432/2911 83% [=================================================== ] 2433/2911 83% [=================================================== ] 2434/2911 83% [=================================================== ] 2435/2911 83% [=================================================== ] 2436/2911 83% [=================================================== ] 2437/2911 83% [=================================================== ] 2438/2911 83% [=================================================== ] 2439/2911 83% [=================================================== ] 2440/2911 83% [=================================================== ] 2441/2911 83% [==================================================== ] 2442/2911 83% [==================================================== ] 2443/2911 83% [==================================================== ] 2444/2911 83% [==================================================== ] 2445/2911 83% [==================================================== ] 2446/2911 84% [==================================================== ] 2447/2911 84% [==================================================== ] 2448/2911 84% [==================================================== ] 2449/2911 84% [==================================================== ] 2450/2911 84% [==================================================== ] 2451/2911 84% [==================================================== ] 2452/2911 84% [==================================================== ] 2453/2911 84% [==================================================== ] 2454/2911 84% [==================================================== ] 2455/2911 84% [==================================================== ] 2456/2911 84% [==================================================== ] 2457/2911 84% [==================================================== ] 2458/2911 84% [==================================================== ] 2459/2911 84% [==================================================== ] 2460/2911 84% [==================================================== ] 2461/2911 84% [==================================================== ] 2462/2911 84% [==================================================== ] 2463/2911 84% [==================================================== ] 2464/2911 84% [==================================================== ] 2465/2911 84% [==================================================== ] 2466/2911 84% [==================================================== ] 2467/2911 84% [==================================================== ] 2468/2911 84% [==================================================== ] 2469/2911 84% [==================================================== ] 2470/2911 84% [==================================================== ] 2471/2911 84% [==================================================== ] 2472/2911 84% [==================================================== ] 2473/2911 84% [==================================================== ] 2474/2911 84% [==================================================== ] 2475/2911 85% [==================================================== ] 2476/2911 85% [==================================================== ] 2477/2911 85% [==================================================== ] 2478/2911 85% [==================================================== ] 2479/2911 85% [==================================================== ] 2480/2911 85% [==================================================== ] 2481/2911 85% [==================================================== ] 2482/2911 85% [==================================================== ] 2483/2911 85% [==================================================== ] 2484/2911 85% [==================================================== ] 2485/2911 85% [==================================================== ] 2486/2911 85% [==================================================== ] 2487/2911 85% [==================================================== ] 2488/2911 85% [===================================================== ] 2489/2911 85% [===================================================== ] 2490/2911 85% [===================================================== ] 2491/2911 85% [===================================================== ] 2492/2911 85% [===================================================== ] 2493/2911 85% [===================================================== ] 2494/2911 85% [===================================================== ] 2495/2911 85% [===================================================== ] 2496/2911 85% [===================================================== ] 2497/2911 85% [===================================================== ] 2498/2911 85% [===================================================== ] 2499/2911 85% [===================================================== ] 2500/2911 85% [===================================================== ] 2501/2911 85% [===================================================== ] 2502/2911 85% [===================================================== ] 2503/2911 85% [===================================================== ] 2504/2911 86% [===================================================== ] 2505/2911 86% [===================================================== ] 2506/2911 86% [===================================================== ] 2507/2911 86% [===================================================== ] 2508/2911 86% [===================================================== ] 2509/2911 86% [===================================================== ] 2510/2911 86% [===================================================== ] 2511/2911 86% [===================================================== ] 2512/2911 86% [===================================================== ] 2513/2911 86% [===================================================== ] 2514/2911 86% [===================================================== ] 2515/2911 86% [===================================================== ] 2516/2911 86% [===================================================== ] 2517/2911 86% [===================================================== ] 2518/2911 86% [===================================================== ] 2519/2911 86% [===================================================== ] 2520/2911 86% [===================================================== ] 2521/2911 86% [===================================================== ] 2522/2911 86% [===================================================== ] 2523/2911 86% [===================================================== ] 2524/2911 86% [===================================================== ] 2525/2911 86% [===================================================== ] 2526/2911 86% [===================================================== ] 2527/2911 86% [===================================================== ] 2528/2911 86% [===================================================== ] 2529/2911 86% [===================================================== ] 2530/2911 86% [===================================================== ] 2531/2911 86% [===================================================== ] 2532/2911 86% [===================================================== ] 2533/2911 87% [===================================================== ] 2534/2911 87% [===================================================== ] 2535/2911 87% [====================================================== ] 2536/2911 87% [====================================================== ] 2537/2911 87% [====================================================== ] 2538/2911 87% [====================================================== ] 2539/2911 87% [====================================================== ] 2540/2911 87% [====================================================== ] 2541/2911 87% [====================================================== ] 2542/2911 87% [====================================================== ] 2543/2911 87% [====================================================== ] 2544/2911 87% [====================================================== ] 2545/2911 87% [====================================================== ] 2546/2911 87% [====================================================== ] 2547/2911 87% [====================================================== ] 2548/2911 87% [====================================================== ] 2549/2911 87% [====================================================== ] 2550/2911 87% [====================================================== ] 2551/2911 87% [====================================================== ] 2552/2911 87% [====================================================== ] 2553/2911 87% [====================================================== ] 2554/2911 87% [====================================================== ] 2555/2911 87% [====================================================== ] 2556/2911 87% [====================================================== ] 2557/2911 87% [====================================================== ] 2558/2911 87% [====================================================== ] 2559/2911 87% [====================================================== ] 2560/2911 87% [====================================================== ] 2561/2911 87% [====================================================== ] 2562/2911 88% [====================================================== ] 2563/2911 88% [====================================================== ] 2564/2911 88% [====================================================== ] 2565/2911 88% [====================================================== ] 2566/2911 88% [====================================================== ] 2567/2911 88% [====================================================== ] 2568/2911 88% [====================================================== ] 2569/2911 88% [====================================================== ] 2570/2911 88% [====================================================== ] 2571/2911 88% [====================================================== ] 2572/2911 88% [====================================================== ] 2573/2911 88% [====================================================== ] 2574/2911 88% [====================================================== ] 2575/2911 88% [====================================================== ] 2576/2911 88% [====================================================== ] 2577/2911 88% [====================================================== ] 2578/2911 88% [====================================================== ] 2579/2911 88% [====================================================== ] 2580/2911 88% [====================================================== ] 2581/2911 88% [====================================================== ] 2582/2911 88% [======================================================= ] 2583/2911 88% [======================================================= ] 2584/2911 88% [======================================================= ] 2585/2911 88% [======================================================= ] 2586/2911 88% [======================================================= ] 2587/2911 88% [======================================================= ] 2588/2911 88% [======================================================= ] 2589/2911 88% [======================================================= ] 2590/2911 88% [======================================================= ] 2591/2911 89% [======================================================= ] 2592/2911 89% [======================================================= ] 2593/2911 89% [======================================================= ] 2594/2911 89% [======================================================= ] 2595/2911 89% [======================================================= ] 2596/2911 89% [======================================================= ] 2597/2911 89% [======================================================= ] 2598/2911 89% [======================================================= ] 2599/2911 89% [======================================================= ] 2600/2911 89% [======================================================= ] 2601/2911 89% [======================================================= ] 2602/2911 89% [======================================================= ] 2603/2911 89% [======================================================= ] 2604/2911 89% [======================================================= ] 2605/2911 89% [======================================================= ] 2606/2911 89% [======================================================= ] 2607/2911 89% [======================================================= ] 2608/2911 89% [======================================================= ] 2609/2911 89% [======================================================= ] 2610/2911 89% [======================================================= ] 2611/2911 89% [======================================================= ] 2612/2911 89% [======================================================= ] 2613/2911 89% [======================================================= ] 2614/2911 89% [======================================================= ] 2615/2911 89% [======================================================= ] 2616/2911 89% [======================================================= ] 2617/2911 89% [======================================================= ] 2618/2911 89% [======================================================= ] 2619/2911 89% [======================================================= ] 2620/2911 90% [======================================================= ] 2621/2911 90% [======================================================= ] 2622/2911 90% [======================================================= ] 2623/2911 90% [======================================================= ] 2624/2911 90% [======================================================= ] 2625/2911 90% [======================================================= ] 2626/2911 90% [======================================================= ] 2627/2911 90% [======================================================= ] 2628/2911 90% [======================================================= ] 2629/2911 90% [======================================================== ] 2630/2911 90% [======================================================== ] 2631/2911 90% [======================================================== ] 2632/2911 90% [======================================================== ] 2633/2911 90% [======================================================== ] 2634/2911 90% [======================================================== ] 2635/2911 90% [======================================================== ] 2636/2911 90% [======================================================== ] 2637/2911 90% [======================================================== ] 2638/2911 90% [======================================================== ] 2639/2911 90% [======================================================== ] 2640/2911 90% [======================================================== ] 2641/2911 90% [======================================================== ] 2642/2911 90% [======================================================== ] 2643/2911 90% [======================================================== ] 2644/2911 90% [======================================================== ] 2645/2911 90% [======================================================== ] 2646/2911 90% [======================================================== ] 2647/2911 90% [======================================================== ] 2648/2911 90% [======================================================== ] 2649/2911 90% [======================================================== ] 2650/2911 91% [======================================================== ] 2651/2911 91% [======================================================== ] 2652/2911 91% [======================================================== ] 2653/2911 91% [======================================================== ] 2654/2911 91% [======================================================== ] 2655/2911 91% [======================================================== ] 2656/2911 91% [======================================================== ] 2657/2911 91% [======================================================== ] 2658/2911 91% [======================================================== ] 2659/2911 91% [======================================================== ] 2660/2911 91% [======================================================== ] 2661/2911 91% [======================================================== ] 2662/2911 91% [======================================================== ] 2663/2911 91% [======================================================== ] 2664/2911 91% [======================================================== ] 2665/2911 91% [======================================================== ] 2666/2911 91% [======================================================== ] 2667/2911 91% [======================================================== ] 2668/2911 91% [======================================================== ] 2669/2911 91% [======================================================== ] 2670/2911 91% [======================================================== ] 2671/2911 91% [======================================================== ] 2672/2911 91% [======================================================== ] 2673/2911 91% [======================================================== ] 2674/2911 91% [======================================================== ] 2675/2911 91% [======================================================== ] 2676/2911 91% [========================================================= ] 2677/2911 91% [========================================================= ] 2678/2911 91% [========================================================= ] 2679/2911 92% [========================================================= ] 2680/2911 92% [========================================================= ] 2681/2911 92% [========================================================= ] 2682/2911 92% [========================================================= ] 2683/2911 92% [========================================================= ] 2684/2911 92% [========================================================= ] 2685/2911 92% [========================================================= ] 2686/2911 92% [========================================================= ] 2687/2911 92% [========================================================= ] 2688/2911 92% [========================================================= ] 2689/2911 92% [========================================================= ] 2690/2911 92% [========================================================= ] 2691/2911 92% [========================================================= ] 2692/2911 92% [========================================================= ] 2693/2911 92% [========================================================= ] 2694/2911 92% [========================================================= ] 2695/2911 92% [========================================================= ] 2696/2911 92% [========================================================= ] 2697/2911 92% [========================================================= ] 2698/2911 92% [========================================================= ] 2699/2911 92% [========================================================= ] 2700/2911 92% [========================================================= ] 2701/2911 92% [========================================================= ] 2702/2911 92% [========================================================= ] 2703/2911 92% [========================================================= ] 2704/2911 92% [========================================================= ] 2705/2911 92% [========================================================= ] 2706/2911 92% [========================================================= ] 2707/2911 92% [========================================================= ] 2708/2911 93% [========================================================= ] 2709/2911 93% [========================================================= ] 2710/2911 93% [========================================================= ] 2711/2911 93% [========================================================= ] 2712/2911 93% [========================================================= ] 2713/2911 93% [========================================================= ] 2714/2911 93% [========================================================= ] 2715/2911 93% [========================================================= ] 2716/2911 93% [========================================================= ] 2717/2911 93% [========================================================= ] 2718/2911 93% [========================================================= ] 2719/2911 93% [========================================================= ] 2720/2911 93% [========================================================= ] 2721/2911 93% [========================================================= ] 2722/2911 93% [========================================================= ] 2723/2911 93% [========================================================== ] 2724/2911 93% [========================================================== ] 2725/2911 93% [========================================================== ] 2726/2911 93% [========================================================== ] 2727/2911 93% [========================================================== ] 2728/2911 93% [========================================================== ] 2729/2911 93% [========================================================== ] 2730/2911 93% [========================================================== ] 2731/2911 93% [========================================================== ] 2732/2911 93% [========================================================== ] 2733/2911 93% [========================================================== ] 2734/2911 93% [========================================================== ] 2735/2911 93% [========================================================== ] 2736/2911 93% [========================================================== ] 2737/2911 94% [========================================================== ] 2738/2911 94% [========================================================== ] 2739/2911 94% [========================================================== ] 2740/2911 94% [========================================================== ] 2741/2911 94% [========================================================== ] 2742/2911 94% [========================================================== ] 2743/2911 94% [========================================================== ] 2744/2911 94% [========================================================== ] 2745/2911 94% [========================================================== ] 2746/2911 94% [========================================================== ] 2747/2911 94% [========================================================== ] 2748/2911 94% [========================================================== ] 2749/2911 94% [========================================================== ] 2750/2911 94% [========================================================== ] 2751/2911 94% [========================================================== ] 2752/2911 94% [========================================================== ] 2753/2911 94% [========================================================== ] 2754/2911 94% [========================================================== ] 2755/2911 94% [========================================================== ] 2756/2911 94% [========================================================== ] 2757/2911 94% [========================================================== ] 2758/2911 94% [========================================================== ] 2759/2911 94% [========================================================== ] 2760/2911 94% [========================================================== ] 2761/2911 94% [========================================================== ] 2762/2911 94% [========================================================== ] 2763/2911 94% [========================================================== ] 2764/2911 94% [========================================================== ] 2765/2911 94% [========================================================== ] 2766/2911 95% [========================================================== ] 2767/2911 95% [========================================================== ] 2768/2911 95% [========================================================== ] 2769/2911 95% [========================================================== ] 2770/2911 95% [=========================================================== ] 2771/2911 95% [=========================================================== ] 2772/2911 95% [=========================================================== ] 2773/2911 95% [=========================================================== ] 2774/2911 95% [=========================================================== ] 2775/2911 95% [=========================================================== ] 2776/2911 95% [=========================================================== ] 2777/2911 95% [=========================================================== ] 2778/2911 95% [=========================================================== ] 2779/2911 95% [=========================================================== ] 2780/2911 95% [=========================================================== ] 2781/2911 95% [=========================================================== ] 2782/2911 95% [=========================================================== ] 2783/2911 95% [=========================================================== ] 2784/2911 95% [=========================================================== ] 2785/2911 95% [=========================================================== ] 2786/2911 95% [=========================================================== ] 2787/2911 95% [=========================================================== ] 2788/2911 95% [=========================================================== ] 2789/2911 95% [=========================================================== ] 2790/2911 95% [=========================================================== ] 2791/2911 95% [=========================================================== ] 2792/2911 95% [=========================================================== ] 2793/2911 95% [=========================================================== ] 2794/2911 95% [=========================================================== ] 2795/2911 96% [=========================================================== ] 2796/2911 96% [=========================================================== ] 2797/2911 96% [=========================================================== ] 2798/2911 96% [=========================================================== ] 2799/2911 96% [=========================================================== ] 2800/2911 96% [=========================================================== ] 2801/2911 96% [=========================================================== ] 2802/2911 96% [=========================================================== ] 2803/2911 96% [=========================================================== ] 2804/2911 96% [=========================================================== ] 2805/2911 96% [=========================================================== ] 2806/2911 96% [=========================================================== ] 2807/2911 96% [=========================================================== ] 2808/2911 96% [=========================================================== ] 2809/2911 96% [=========================================================== ] 2810/2911 96% [=========================================================== ] 2811/2911 96% [=========================================================== ] 2812/2911 96% [=========================================================== ] 2813/2911 96% [=========================================================== ] 2814/2911 96% [=========================================================== ] 2815/2911 96% [=========================================================== ] 2816/2911 96% [=========================================================== ] 2817/2911 96% [============================================================ ] 2818/2911 96% [============================================================ ] 2819/2911 96% [============================================================ ] 2820/2911 96% [============================================================ ] 2821/2911 96% [============================================================ ] 2822/2911 96% [============================================================ ] 2823/2911 96% [============================================================ ] 2824/2911 97% [============================================================ ] 2825/2911 97% [============================================================ ] 2826/2911 97% [============================================================ ] 2827/2911 97% [============================================================ ] 2828/2911 97% [============================================================ ] 2829/2911 97% [============================================================ ] 2830/2911 97% [============================================================ ] 2831/2911 97% [============================================================ ] 2832/2911 97% [============================================================ ] 2833/2911 97% [============================================================ ] 2834/2911 97% [============================================================ ] 2835/2911 97% [============================================================ ] 2836/2911 97% [============================================================ ] 2837/2911 97% [============================================================ ] 2838/2911 97% [============================================================ ] 2839/2911 97% [============================================================ ] 2840/2911 97% [============================================================ ] 2841/2911 97% [============================================================ ] 2842/2911 97% [============================================================ ] 2843/2911 97% [============================================================ ] 2844/2911 97% [============================================================ ] 2845/2911 97% [============================================================ ] 2846/2911 97% [============================================================ ] 2847/2911 97% [============================================================ ] 2848/2911 97% [============================================================ ] 2849/2911 97% [============================================================ ] 2850/2911 97% [============================================================ ] 2851/2911 97% [============================================================ ] 2852/2911 97% [============================================================ ] 2853/2911 98% [============================================================ ] 2854/2911 98% [============================================================ ] 2855/2911 98% [============================================================ ] 2856/2911 98% [============================================================ ] 2857/2911 98% [============================================================ ] 2858/2911 98% [============================================================ ] 2859/2911 98% [============================================================ ] 2860/2911 98% [============================================================ ] 2861/2911 98% [============================================================ ] 2862/2911 98% [============================================================ ] 2863/2911 98% [============================================================ ] 2864/2911 98% [============================================================= ] 2865/2911 98% [============================================================= ] 2866/2911 98% [============================================================= ] 2867/2911 98% [============================================================= ] 2868/2911 98% [============================================================= ] 2869/2911 98% [============================================================= ] 2870/2911 98% [============================================================= ] 2871/2911 98% [============================================================= ] 2872/2911 98% [============================================================= ] 2873/2911 98% [============================================================= ] 2874/2911 98% [============================================================= ] 2875/2911 98% [============================================================= ] 2876/2911 98% [============================================================= ] 2877/2911 98% [============================================================= ] 2878/2911 98% [============================================================= ] 2879/2911 98% [============================================================= ] 2880/2911 98% [============================================================= ] 2881/2911 98% [============================================================= ] 2882/2911 99% [============================================================= ] 2883/2911 99% [============================================================= ] 2884/2911 99% [============================================================= ] 2885/2911 99% [============================================================= ] 2886/2911 99% [============================================================= ] 2887/2911 99% [============================================================= ] 2888/2911 99% [============================================================= ] 2889/2911 99% [============================================================= ] 2890/2911 99% [============================================================= ] 2891/2911 99% [============================================================= ] 2892/2911 99% [============================================================= ] 2893/2911 99% [============================================================= ] 2894/2911 99% [============================================================= ] 2895/2911 99% [============================================================= ] 2896/2911 99% [============================================================= ] 2897/2911 99% [============================================================= ] 2898/2911 99% [============================================================= ] 2899/2911 99% [============================================================= ] 2900/2911 99% [============================================================= ] 2901/2911 99% [============================================================= ] 2902/2911 99% [============================================================= ] 2903/2911 99% [============================================================= ] 2904/2911 99% [============================================================= ] 2905/2911 99% [============================================================= ] 2906/2911 99% [============================================================= ] 2907/2911 99% [============================================================= ] 2908/2911 99% [============================================================= ] 2909/2911 99% [============================================================= ] 2910/2911 99% [==============================================================] 2911/2911 100% operation complete, 2911 objects in 108021 NAND pages. ln -snf /nvmedata/autobuild/instance-2/output-1/host/arceb-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-2/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot' make: Entering directory '/nvmedata/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-381-g358f4a0134 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> alsa-utils 1.2.7 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> 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) >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.63.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> darkhttpd 1.13 Collecting legal info darkhttpd.c: OK (sha256: 44e784df460954c7760e2eeae69aecb12a3d23ca1c0a4f6047c3c6452b2e2f49) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dnsmasq 2.86 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> dtv-scan-tables 57ed2982275045ea5e92ef2a40b9fa58255852e5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> host-environment-setup Collecting legal info >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> graphicsmagick 1.3.38 Collecting legal info Copyright.txt: OK (sha256: 0a20e661de942ebe115a354d0ec6d1d42b93856ea765f813f350a5ce5024cdb7) >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvpx 1.12.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> mbpfan 2.3.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> mongoose 7.2 Collecting legal info LICENSE: OK (sha256: 9553d057f2ba980642f2c18d87ed38896cff1c9612d77d684a73a11fe1443b05) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-vim 9.0.0453 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: 4afae7c984ab1a4ccd0b474a695f316e7435ab6ed46537648af925c18835d853) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> olsr 0.9.8 Collecting legal info license.txt: OK (sha256: 7dcf1fb93ef105e2708b02603bb6ee443115d4819fbf2c5a3a001b46887acb9a) >>> open-lldp 1.1 Collecting legal info COPYING: OK (sha256: 67af5abeb092213cd9c53781503320f635ba28b641e0c3f24d367e8e93a9839b) >>> openntpd 6.8p1 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> optee-client 3.18.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sdl_sound 1.0.3 Collecting legal info COPYING: OK (sha256: 2a781dd2f8c5435c59cfa3b79dfea1c1d7df676ed318ecc802139f76ac345d07) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sofia-sip 1.13.8 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> trace-cmd 2.9.7 Collecting legal info COPYING: OK (sha256: b1d04b850c1c7471b0f0896f6c6f0fcfc9f07e2dd183a5f5826af269fe9e88fb) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> 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: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-2/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot'