PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/home/thomas/autobuild/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/thomas/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/thomas/autobuild/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/thomas/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/thomas/autobuild/instance-2/output-1/host/bin install make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/thomas/autobuild/instance-2/output-1/host/bin make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%falkor%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%falkor%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf # Remove any existing certificates under /etc/ssl/certs rm -f /home/thomas/autobuild/instance-2/output-1/target/etc/ssl/certs/* # Create symlinks to certificates under /etc/ssl/certs # and generate the bundle cd /home/thomas/autobuild/instance-2/output-1/target ; for i in `find usr/share/ca-certificates -name "*.crt" | LC_COLLATE=C sort` ; do ln -sf ../../../$i etc/ssl/certs/`basename ${i} .crt`.pem ; cat $i ; done >/home/thomas/autobuild/instance-2/output-1/build/ca-certificates.crt # Create symlinks to the certificates by their hash values /home/thomas/autobuild/instance-2/output-1/host/bin/c_rehash /home/thomas/autobuild/instance-2/output-1/target/etc/ssl/certs Doing /home/thomas/autobuild/instance-2/output-1/target/etc/ssl/certs # Install the certificates bundle /usr/bin/install -D -m 644 /home/thomas/autobuild/instance-2/output-1/build/ca-certificates.crt /home/thomas/autobuild/instance-2/output-1/target/etc/ssl/certs/ca-certificates.crt rm -f /home/thomas/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/thomas/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/thomas/autobuild/instance-2/output-1/host/bin/glib-compile-schemas /home/thomas/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/thomas/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/bin/mksh$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/mksh" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells grep -qsE '^/usr/bin/screen$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/usr/bin/screen" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/thomas/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' /home/thomas/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/thomas/autobuild/instance-2/output-1/target/etc/shadow rm -f /home/thomas/autobuild/instance-2/output-1/target/bin/sh if [ -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/include /home/thomas/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-2/output-1/target/usr/doc find /home/thomas/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-2/output-1/target/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/man /home/thomas/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/info /home/thomas/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/doc /home/thomas/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-2/output-1/target/lib/debug /home/thomas/autobuild/instance-2/output-1/target/usr/lib/debug find /home/thomas/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 /home/thomas/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 /home/thomas/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 /home/thomas/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 /home/thomas/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-5300-gd4fc46f751c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/thomas/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package \ /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkfs.axfs -s -a /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.axfs\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2541 number of 4KB nodes: 34246 Total image size: 117569451 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/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 '/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2541 objects. stage 2: creating image '/home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2541 0% [ ] 2/2541 0% [ ] 3/2541 0% [ ] 4/2541 0% [ ] 5/2541 0% [ ] 6/2541 0% [ ] 7/2541 0% [ ] 8/2541 0% [ ] 9/2541 0% [ ] 10/2541 0% [ ] 11/2541 0% [ ] 12/2541 0% [ ] 13/2541 0% [ ] 14/2541 0% [ ] 15/2541 0% [ ] 16/2541 0% [ ] 17/2541 0% [ ] 18/2541 0% [ ] 19/2541 0% [ ] 20/2541 0% [ ] 21/2541 0% [ ] 22/2541 0% [ ] 23/2541 0% [ ] 24/2541 0% [ ] 25/2541 0% [ ] 26/2541 1% [ ] 27/2541 1% [ ] 28/2541 1% [ ] 29/2541 1% [ ] 30/2541 1% [ ] 31/2541 1% [ ] 32/2541 1% [ ] 33/2541 1% [ ] 34/2541 1% [ ] 35/2541 1% [ ] 36/2541 1% [ ] 37/2541 1% [ ] 38/2541 1% [ ] 39/2541 1% [ ] 40/2541 1% [= ] 41/2541 1% [= ] 42/2541 1% [= ] 43/2541 1% [= ] 44/2541 1% [= ] 45/2541 1% [= ] 46/2541 1% [= ] 47/2541 1% [= ] 48/2541 1% [= ] 49/2541 1% [= ] 50/2541 1% [= ] 51/2541 2% [= ] 52/2541 2% [= ] 53/2541 2% [= ] 54/2541 2% [= ] 55/2541 2% [= ] 56/2541 2% [= ] 57/2541 2% [= ] 58/2541 2% [= ] 59/2541 2% [= ] 60/2541 2% [= ] 61/2541 2% [= ] 62/2541 2% [= ] 63/2541 2% [= ] 64/2541 2% [= ] 65/2541 2% [= ] 66/2541 2% [= ] 67/2541 2% [= ] 68/2541 2% [= ] 69/2541 2% [= ] 70/2541 2% [= ] 71/2541 2% [= ] 72/2541 2% [= ] 73/2541 2% [= ] 74/2541 2% [= ] 75/2541 2% [= ] 76/2541 2% [= ] 77/2541 3% [= ] 78/2541 3% [= ] 79/2541 3% [= ] 80/2541 3% [= ] 81/2541 3% [== ] 82/2541 3% [== ] 83/2541 3% [== ] 84/2541 3% [== ] 85/2541 3% [== ] 86/2541 3% [== ] 87/2541 3% [== ] 88/2541 3% [== ] 89/2541 3% [== ] 90/2541 3% [== ] 91/2541 3% [== ] 92/2541 3% [== ] 93/2541 3% [== ] 94/2541 3% [== ] 95/2541 3% [== ] 96/2541 3% [== ] 97/2541 3% [== ] 98/2541 3% [== ] 99/2541 3% [== ] 100/2541 3% [== ] 101/2541 3% [== ] 102/2541 4% [== ] 103/2541 4% [== ] 104/2541 4% [== ] 105/2541 4% [== ] 106/2541 4% [== ] 107/2541 4% [== ] 108/2541 4% [== ] 109/2541 4% [== ] 110/2541 4% [== ] 111/2541 4% [== ] 112/2541 4% [== ] 113/2541 4% [== ] 114/2541 4% [== ] 115/2541 4% [== ] 116/2541 4% [== ] 117/2541 4% [== ] 118/2541 4% [== ] 119/2541 4% [== ] 120/2541 4% [== ] 121/2541 4% [== ] 122/2541 4% [=== ] 123/2541 4% [=== ] 124/2541 4% [=== ] 125/2541 4% [=== ] 126/2541 4% [=== ] 127/2541 4% [=== ] 128/2541 5% [=== ] 129/2541 5% [=== ] 130/2541 5% [=== ] 131/2541 5% [=== ] 132/2541 5% [=== ] 133/2541 5% [=== ] 134/2541 5% [=== ] 135/2541 5% [=== ] 136/2541 5% [=== ] 137/2541 5% [=== ] 138/2541 5% [=== ] 139/2541 5% [=== ] 140/2541 5% [=== ] 141/2541 5% [=== ] 142/2541 5% [=== ] 143/2541 5% [=== ] 144/2541 5% [=== ] 145/2541 5% [=== ] 146/2541 5% [=== ] 147/2541 5% [=== ] 148/2541 5% [=== ] 149/2541 5% [=== ] 150/2541 5% [=== ] 151/2541 5% [=== ] 152/2541 5% [=== ] 153/2541 6% [=== ] 154/2541 6% [=== ] 155/2541 6% [=== ] 156/2541 6% [=== ] 157/2541 6% [=== ] 158/2541 6% [=== ] 159/2541 6% [=== ] 160/2541 6% [=== ] 161/2541 6% [=== ] 162/2541 6% [=== ] 163/2541 6% [==== ] 164/2541 6% [==== ] 165/2541 6% [==== ] 166/2541 6% [==== ] 167/2541 6% [==== ] 168/2541 6% [==== ] 169/2541 6% [==== ] 170/2541 6% [==== ] 171/2541 6% [==== ] 172/2541 6% [==== ] 173/2541 6% [==== ] 174/2541 6% [==== ] 175/2541 6% [==== ] 176/2541 6% [==== ] 177/2541 6% [==== ] 178/2541 7% [==== ] 179/2541 7% [==== ] 180/2541 7% [==== ] 181/2541 7% [==== ] 182/2541 7% [==== ] 183/2541 7% [==== ] 184/2541 7% [==== ] 185/2541 7% [==== ] 186/2541 7% [==== ] 187/2541 7% [==== ] 188/2541 7% [==== ] 189/2541 7% [==== ] 190/2541 7% [==== ] 191/2541 7% [==== ] 192/2541 7% [==== ] 193/2541 7% [==== ] 194/2541 7% [==== ] 195/2541 7% [==== ] 196/2541 7% [==== ] 197/2541 7% [==== ] 198/2541 7% [==== ] 199/2541 7% [==== ] 200/2541 7% [==== ] 201/2541 7% [==== ] 202/2541 7% [==== ] 203/2541 7% [==== ] 204/2541 8% [===== ] 205/2541 8% [===== ] 206/2541 8% [===== ] 207/2541 8% [===== ] 208/2541 8% [===== ] 209/2541 8% [===== ] 210/2541 8% [===== ] 211/2541 8% [===== ] 212/2541 8% [===== ] 213/2541 8% [===== ] 214/2541 8% [===== ] 215/2541 8% [===== ] 216/2541 8% [===== ] 217/2541 8% [===== ] 218/2541 8% [===== ] 219/2541 8% [===== ] 220/2541 8% [===== ] 221/2541 8% [===== ] 222/2541 8% [===== ] 223/2541 8% [===== ] 224/2541 8% [===== ] 225/2541 8% [===== ] 226/2541 8% [===== ] 227/2541 8% [===== ] 228/2541 8% [===== ] 229/2541 9% [===== ] 230/2541 9% [===== ] 231/2541 9% [===== ] 232/2541 9% [===== ] 233/2541 9% [===== ] 234/2541 9% [===== ] 235/2541 9% [===== ] 236/2541 9% [===== ] 237/2541 9% [===== ] 238/2541 9% [===== ] 239/2541 9% [===== ] 240/2541 9% [===== ] 241/2541 9% [===== ] 242/2541 9% [===== ] 243/2541 9% [===== ] 244/2541 9% [===== ] 245/2541 9% [====== ] 246/2541 9% [====== ] 247/2541 9% [====== ] 248/2541 9% [====== ] 249/2541 9% [====== ] 250/2541 9% [====== ] 251/2541 9% [====== ] 252/2541 9% [====== ] 253/2541 9% [====== ] 254/2541 9% [====== ] 255/2541 10% [====== ] 256/2541 10% [====== ] 257/2541 10% [====== ] 258/2541 10% [====== ] 259/2541 10% [====== ] 260/2541 10% [====== ] 261/2541 10% [====== ] 262/2541 10% [====== ] 263/2541 10% [====== ] 264/2541 10% [====== ] 265/2541 10% [====== ] 266/2541 10% [====== ] 267/2541 10% [====== ] 268/2541 10% [====== ] 269/2541 10% [====== ] 270/2541 10% [====== ] 271/2541 10% [====== ] 272/2541 10% [====== ] 273/2541 10% [====== ] 274/2541 10% [====== ] 275/2541 10% [====== ] 276/2541 10% [====== ] 277/2541 10% [====== ] 278/2541 10% [====== ] 279/2541 10% [====== ] 280/2541 11% [====== ] 281/2541 11% [====== ] 282/2541 11% [====== ] 283/2541 11% [====== ] 284/2541 11% [====== ] 285/2541 11% [====== ] 286/2541 11% [======= ] 287/2541 11% [======= ] 288/2541 11% [======= ] 289/2541 11% [======= ] 290/2541 11% [======= ] 291/2541 11% [======= ] 292/2541 11% [======= ] 293/2541 11% [======= ] 294/2541 11% [======= ] 295/2541 11% [======= ] 296/2541 11% [======= ] 297/2541 11% [======= ] 298/2541 11% [======= ] 299/2541 11% [======= ] 300/2541 11% [======= ] 301/2541 11% [======= ] 302/2541 11% [======= ] 303/2541 11% [======= ] 304/2541 11% [======= ] 305/2541 12% [======= ] 306/2541 12% [======= ] 307/2541 12% [======= ] 308/2541 12% [======= ] 309/2541 12% [======= ] 310/2541 12% [======= ] 311/2541 12% [======= ] 312/2541 12% [======= ] 313/2541 12% [======= ] 314/2541 12% [======= ] 315/2541 12% [======= ] 316/2541 12% [======= ] 317/2541 12% [======= ] 318/2541 12% [======= ] 319/2541 12% [======= ] 320/2541 12% [======= ] 321/2541 12% [======= ] 322/2541 12% [======= ] 323/2541 12% [======= ] 324/2541 12% [======= ] 325/2541 12% [======= ] 326/2541 12% [======= ] 327/2541 12% [======== ] 328/2541 12% [======== ] 329/2541 12% [======== ] 330/2541 12% [======== ] 331/2541 13% [======== ] 332/2541 13% [======== ] 333/2541 13% [======== ] 334/2541 13% [======== ] 335/2541 13% [======== ] 336/2541 13% [======== ] 337/2541 13% [======== ] 338/2541 13% [======== ] 339/2541 13% [======== ] 340/2541 13% [======== ] 341/2541 13% [======== ] 342/2541 13% [======== ] 343/2541 13% [======== ] 344/2541 13% [======== ] 345/2541 13% [======== ] 346/2541 13% [======== ] 347/2541 13% [======== ] 348/2541 13% [======== ] 349/2541 13% [======== ] 350/2541 13% [======== ] 351/2541 13% [======== ] 352/2541 13% [======== ] 353/2541 13% [======== ] 354/2541 13% [======== ] 355/2541 13% [======== ] 356/2541 14% [======== ] 357/2541 14% [======== ] 358/2541 14% [======== ] 359/2541 14% [======== ] 360/2541 14% [======== ] 361/2541 14% [======== ] 362/2541 14% [======== ] 363/2541 14% [======== ] 364/2541 14% [======== ] 365/2541 14% [======== ] 366/2541 14% [======== ] 367/2541 14% [======== ] 368/2541 14% [========= ] 369/2541 14% [========= ] 370/2541 14% [========= ] 371/2541 14% [========= ] 372/2541 14% [========= ] 373/2541 14% [========= ] 374/2541 14% [========= ] 375/2541 14% [========= ] 376/2541 14% [========= ] 377/2541 14% [========= ] 378/2541 14% [========= ] 379/2541 14% [========= ] 380/2541 14% [========= ] 381/2541 14% [========= ] 382/2541 15% [========= ] 383/2541 15% [========= ] 384/2541 15% [========= ] 385/2541 15% [========= ] 386/2541 15% [========= ] 387/2541 15% [========= ] 388/2541 15% [========= ] 389/2541 15% [========= ] 390/2541 15% [========= ] 391/2541 15% [========= ] 392/2541 15% [========= ] 393/2541 15% [========= ] 394/2541 15% [========= ] 395/2541 15% [========= ] 396/2541 15% [========= ] 397/2541 15% [========= ] 398/2541 15% [========= ] 399/2541 15% [========= ] 400/2541 15% [========= ] 401/2541 15% [========= ] 402/2541 15% [========= ] 403/2541 15% [========= ] 404/2541 15% [========= ] 405/2541 15% [========= ] 406/2541 15% [========= ] 407/2541 16% [========= ] 408/2541 16% [========= ] 409/2541 16% [========== ] 410/2541 16% [========== ] 411/2541 16% [========== ] 412/2541 16% [========== ] 413/2541 16% [========== ] 414/2541 16% [========== ] 415/2541 16% [========== ] 416/2541 16% [========== ] 417/2541 16% [========== ] 418/2541 16% [========== ] 419/2541 16% [========== ] 420/2541 16% [========== ] 421/2541 16% [========== ] 422/2541 16% [========== ] 423/2541 16% [========== ] 424/2541 16% [========== ] 425/2541 16% [========== ] 426/2541 16% [========== ] 427/2541 16% [========== ] 428/2541 16% [========== ] 429/2541 16% [========== ] 430/2541 16% [========== ] 431/2541 16% [========== ] 432/2541 17% [========== ] 433/2541 17% [========== ] 434/2541 17% [========== ] 435/2541 17% [========== ] 436/2541 17% [========== ] 437/2541 17% [========== ] 438/2541 17% [========== ] 439/2541 17% [========== ] 440/2541 17% [========== ] 441/2541 17% [========== ] 442/2541 17% [========== ] 443/2541 17% [========== ] 444/2541 17% [========== ] 445/2541 17% [========== ] 446/2541 17% [========== ] 447/2541 17% [========== ] 448/2541 17% [========== ] 449/2541 17% [========== ] 450/2541 17% [=========== ] 451/2541 17% [=========== ] 452/2541 17% [=========== ] 453/2541 17% [=========== ] 454/2541 17% [=========== ] 455/2541 17% [=========== ] 456/2541 17% [=========== ] 457/2541 17% [=========== ] 458/2541 18% [=========== ] 459/2541 18% [=========== ] 460/2541 18% [=========== ] 461/2541 18% [=========== ] 462/2541 18% [=========== ] 463/2541 18% [=========== ] 464/2541 18% [=========== ] 465/2541 18% [=========== ] 466/2541 18% [=========== ] 467/2541 18% [=========== ] 468/2541 18% [=========== ] 469/2541 18% [=========== ] 470/2541 18% [=========== ] 471/2541 18% [=========== ] 472/2541 18% [=========== ] 473/2541 18% [=========== ] 474/2541 18% [=========== ] 475/2541 18% [=========== ] 476/2541 18% [=========== ] 477/2541 18% [=========== ] 478/2541 18% [=========== ] 479/2541 18% [=========== ] 480/2541 18% [=========== ] 481/2541 18% [=========== ] 482/2541 18% [=========== ] 483/2541 19% [=========== ] 484/2541 19% [=========== ] 485/2541 19% [=========== ] 486/2541 19% [=========== ] 487/2541 19% [=========== ] 488/2541 19% [=========== ] 489/2541 19% [=========== ] 490/2541 19% [=========== ] 491/2541 19% [============ ] 492/2541 19% [============ ] 493/2541 19% [============ ] 494/2541 19% [============ ] 495/2541 19% [============ ] 496/2541 19% [============ ] 497/2541 19% [============ ] 498/2541 19% [============ ] 499/2541 19% [============ ] 500/2541 19% [============ ] 501/2541 19% [============ ] 502/2541 19% [============ ] 503/2541 19% [============ ] 504/2541 19% [============ ] 505/2541 19% [============ ] 506/2541 19% [============ ] 507/2541 19% [============ ] 508/2541 19% [============ ] 509/2541 20% [============ ] 510/2541 20% [============ ] 511/2541 20% [============ ] 512/2541 20% [============ ] 513/2541 20% [============ ] 514/2541 20% [============ ] 515/2541 20% [============ ] 516/2541 20% [============ ] 517/2541 20% [============ ] 518/2541 20% [============ ] 519/2541 20% [============ ] 520/2541 20% [============ ] 521/2541 20% [============ ] 522/2541 20% [============ ] 523/2541 20% [============ ] 524/2541 20% [============ ] 525/2541 20% [============ ] 526/2541 20% [============ ] 527/2541 20% [============ ] 528/2541 20% [============ ] 529/2541 20% [============ ] 530/2541 20% [============ ] 531/2541 20% [============ ] 532/2541 20% [============= ] 533/2541 20% [============= ] 534/2541 21% [============= ] 535/2541 21% [============= ] 536/2541 21% [============= ] 537/2541 21% [============= ] 538/2541 21% [============= ] 539/2541 21% [============= ] 540/2541 21% [============= ] 541/2541 21% [============= ] 542/2541 21% [============= ] 543/2541 21% [============= ] 544/2541 21% [============= ] 545/2541 21% [============= ] 546/2541 21% [============= ] 547/2541 21% [============= ] 548/2541 21% [============= ] 549/2541 21% [============= ] 550/2541 21% [============= ] 551/2541 21% [============= ] 552/2541 21% [============= ] 553/2541 21% [============= ] 554/2541 21% [============= ] 555/2541 21% [============= ] 556/2541 21% [============= ] 557/2541 21% [============= ] 558/2541 21% [============= ] 559/2541 21% [============= ] 560/2541 22% [============= ] 561/2541 22% [============= ] 562/2541 22% [============= ] 563/2541 22% [============= ] 564/2541 22% [============= ] 565/2541 22% [============= ] 566/2541 22% [============= ] 567/2541 22% [============= ] 568/2541 22% [============= ] 569/2541 22% [============= ] 570/2541 22% [============= ] 571/2541 22% [============= ] 572/2541 22% [============= ] 573/2541 22% [============== ] 574/2541 22% [============== ] 575/2541 22% [============== ] 576/2541 22% [============== ] 577/2541 22% [============== ] 578/2541 22% [============== ] 579/2541 22% [============== ] 580/2541 22% [============== ] 581/2541 22% [============== ] 582/2541 22% [============== ] 583/2541 22% [============== ] 584/2541 22% [============== ] 585/2541 23% [============== ] 586/2541 23% [============== ] 587/2541 23% [============== ] 588/2541 23% [============== ] 589/2541 23% [============== ] 590/2541 23% [============== ] 591/2541 23% [============== ] 592/2541 23% [============== ] 593/2541 23% [============== ] 594/2541 23% [============== ] 595/2541 23% [============== ] 596/2541 23% [============== ] 597/2541 23% [============== ] 598/2541 23% [============== ] 599/2541 23% [============== ] 600/2541 23% [============== ] 601/2541 23% [============== ] 602/2541 23% [============== ] 603/2541 23% [============== ] 604/2541 23% [============== ] 605/2541 23% [============== ] 606/2541 23% [============== ] 607/2541 23% [============== ] 608/2541 23% [============== ] 609/2541 23% [============== ] 610/2541 24% [============== ] 611/2541 24% [============== ] 612/2541 24% [============== ] 613/2541 24% [============== ] 614/2541 24% [=============== ] 615/2541 24% [=============== ] 616/2541 24% [=============== ] 617/2541 24% [=============== ] 618/2541 24% [=============== ] 619/2541 24% [=============== ] 620/2541 24% [=============== ] 621/2541 24% [=============== ] 622/2541 24% [=============== ] 623/2541 24% [=============== ] 624/2541 24% [=============== ] 625/2541 24% [=============== ] 626/2541 24% [=============== ] 627/2541 24% [=============== ] 628/2541 24% [=============== ] 629/2541 24% [=============== ] 630/2541 24% [=============== ] 631/2541 24% [=============== ] 632/2541 24% [=============== ] 633/2541 24% [=============== ] 634/2541 24% [=============== ] 635/2541 24% [=============== ] 636/2541 25% [=============== ] 637/2541 25% [=============== ] 638/2541 25% [=============== ] 639/2541 25% [=============== ] 640/2541 25% [=============== ] 641/2541 25% [=============== ] 642/2541 25% [=============== ] 643/2541 25% [=============== ] 644/2541 25% [=============== ] 645/2541 25% [=============== ] 646/2541 25% [=============== ] 647/2541 25% [=============== ] 648/2541 25% [=============== ] 649/2541 25% [=============== ] 650/2541 25% [=============== ] 651/2541 25% [=============== ] 652/2541 25% [=============== ] 653/2541 25% [=============== ] 654/2541 25% [=============== ] 655/2541 25% [================ ] 656/2541 25% [================ ] 657/2541 25% [================ ] 658/2541 25% [================ ] 659/2541 25% [================ ] 660/2541 25% [================ ] 661/2541 26% [================ ] 662/2541 26% [================ ] 663/2541 26% [================ ] 664/2541 26% [================ ] 665/2541 26% [================ ] 666/2541 26% [================ ] 667/2541 26% [================ ] 668/2541 26% [================ ] 669/2541 26% [================ ] 670/2541 26% [================ ] 671/2541 26% [================ ] 672/2541 26% [================ ] 673/2541 26% [================ ] 674/2541 26% [================ ] 675/2541 26% [================ ] 676/2541 26% [================ ] 677/2541 26% [================ ] 678/2541 26% [================ ] 679/2541 26% [================ ] 680/2541 26% [================ ] 681/2541 26% [================ ] 682/2541 26% [================ ] 683/2541 26% [================ ] 684/2541 26% [================ ] 685/2541 26% [================ ] 686/2541 26% [================ ] 687/2541 27% [================ ] 688/2541 27% [================ ] 689/2541 27% [================ ] 690/2541 27% [================ ] 691/2541 27% [================ ] 692/2541 27% [================ ] 693/2541 27% [================ ] 694/2541 27% [================ ] 695/2541 27% [================ ] 696/2541 27% [================= ] 697/2541 27% [================= ] 698/2541 27% [================= ] 699/2541 27% [================= ] 700/2541 27% [================= ] 701/2541 27% [================= ] 702/2541 27% [================= ] 703/2541 27% [================= ] 704/2541 27% [================= ] 705/2541 27% [================= ] 706/2541 27% [================= ] 707/2541 27% [================= ] 708/2541 27% [================= ] 709/2541 27% [================= ] 710/2541 27% [================= ] 711/2541 27% [================= ] 712/2541 28% [================= ] 713/2541 28% [================= ] 714/2541 28% [================= ] 715/2541 28% [================= ] 716/2541 28% [================= ] 717/2541 28% [================= ] 718/2541 28% [================= ] 719/2541 28% [================= ] 720/2541 28% [================= ] 721/2541 28% [================= ] 722/2541 28% [================= ] 723/2541 28% [================= ] 724/2541 28% [================= ] 725/2541 28% [================= ] 726/2541 28% [================= ] 727/2541 28% [================= ] 728/2541 28% [================= ] 729/2541 28% [================= ] 730/2541 28% [================= ] 731/2541 28% [================= ] 732/2541 28% [================= ] 733/2541 28% [================= ] 734/2541 28% [================= ] 735/2541 28% [================= ] 736/2541 28% [================= ] 737/2541 29% [================== ] 738/2541 29% [================== ] 739/2541 29% [================== ] 740/2541 29% [================== ] 741/2541 29% [================== ] 742/2541 29% [================== ] 743/2541 29% [================== ] 744/2541 29% [================== ] 745/2541 29% [================== ] 746/2541 29% [================== ] 747/2541 29% [================== ] 748/2541 29% [================== ] 749/2541 29% [================== ] 750/2541 29% [================== ] 751/2541 29% [================== ] 752/2541 29% [================== ] 753/2541 29% [================== ] 754/2541 29% [================== ] 755/2541 29% [================== ] 756/2541 29% [================== ] 757/2541 29% [================== ] 758/2541 29% [================== ] 759/2541 29% [================== ] 760/2541 29% [================== ] 761/2541 29% [================== ] 762/2541 29% [================== ] 763/2541 30% [================== ] 764/2541 30% [================== ] 765/2541 30% [================== ] 766/2541 30% [================== ] 767/2541 30% [================== ] 768/2541 30% [================== ] 769/2541 30% [================== ] 770/2541 30% [================== ] 771/2541 30% [================== ] 772/2541 30% [================== ] 773/2541 30% [================== ] 774/2541 30% [================== ] 775/2541 30% [================== ] 776/2541 30% [================== ] 777/2541 30% [================== ] 778/2541 30% [=================== ] 779/2541 30% [=================== ] 780/2541 30% [=================== ] 781/2541 30% [=================== ] 782/2541 30% [=================== ] 783/2541 30% [=================== ] 784/2541 30% [=================== ] 785/2541 30% [=================== ] 786/2541 30% [=================== ] 787/2541 30% [=================== ] 788/2541 31% [=================== ] 789/2541 31% [=================== ] 790/2541 31% [=================== ] 791/2541 31% [=================== ] 792/2541 31% [=================== ] 793/2541 31% [=================== ] 794/2541 31% [=================== ] 795/2541 31% [=================== ] 796/2541 31% [=================== ] 797/2541 31% [=================== ] 798/2541 31% [=================== ] 799/2541 31% [=================== ] 800/2541 31% [=================== ] 801/2541 31% [=================== ] 802/2541 31% [=================== ] 803/2541 31% [=================== ] 804/2541 31% [=================== ] 805/2541 31% [=================== ] 806/2541 31% [=================== ] 807/2541 31% [=================== ] 808/2541 31% [=================== ] 809/2541 31% [=================== ] 810/2541 31% [=================== ] 811/2541 31% [=================== ] 812/2541 31% [=================== ] 813/2541 31% [=================== ] 814/2541 32% [=================== ] 815/2541 32% [=================== ] 816/2541 32% [=================== ] 817/2541 32% [=================== ] 818/2541 32% [=================== ] 819/2541 32% [==================== ] 820/2541 32% [==================== ] 821/2541 32% [==================== ] 822/2541 32% [==================== ] 823/2541 32% [==================== ] 824/2541 32% [==================== ] 825/2541 32% [==================== ] 826/2541 32% [==================== ] 827/2541 32% [==================== ] 828/2541 32% [==================== ] 829/2541 32% [==================== ] 830/2541 32% [==================== ] 831/2541 32% [==================== ] 832/2541 32% [==================== ] 833/2541 32% [==================== ] 834/2541 32% [==================== ] 835/2541 32% [==================== ] 836/2541 32% [==================== ] 837/2541 32% [==================== ] 838/2541 32% [==================== ] 839/2541 33% [==================== ] 840/2541 33% [==================== ] 841/2541 33% [==================== ] 842/2541 33% [==================== ] 843/2541 33% [==================== ] 844/2541 33% [==================== ] 845/2541 33% [==================== ] 846/2541 33% [==================== ] 847/2541 33% [==================== ] 848/2541 33% [==================== ] 849/2541 33% [==================== ] 850/2541 33% [==================== ] 851/2541 33% [==================== ] 852/2541 33% [==================== ] 853/2541 33% [==================== ] 854/2541 33% [==================== ] 855/2541 33% [==================== ] 856/2541 33% [==================== ] 857/2541 33% [==================== ] 858/2541 33% [==================== ] 859/2541 33% [==================== ] 860/2541 33% [===================== ] 861/2541 33% [===================== ] 862/2541 33% [===================== ] 863/2541 33% [===================== ] 864/2541 34% [===================== ] 865/2541 34% [===================== ] 866/2541 34% [===================== ] 867/2541 34% [===================== ] 868/2541 34% [===================== ] 869/2541 34% [===================== ] 870/2541 34% [===================== ] 871/2541 34% [===================== ] 872/2541 34% [===================== ] 873/2541 34% [===================== ] 874/2541 34% [===================== ] 875/2541 34% [===================== ] 876/2541 34% [===================== ] 877/2541 34% [===================== ] 878/2541 34% [===================== ] 879/2541 34% [===================== ] 880/2541 34% [===================== ] 881/2541 34% [===================== ] 882/2541 34% [===================== ] 883/2541 34% [===================== ] 884/2541 34% [===================== ] 885/2541 34% [===================== ] 886/2541 34% [===================== ] 887/2541 34% [===================== ] 888/2541 34% [===================== ] 889/2541 34% [===================== ] 890/2541 35% [===================== ] 891/2541 35% [===================== ] 892/2541 35% [===================== ] 893/2541 35% [===================== ] 894/2541 35% [===================== ] 895/2541 35% [===================== ] 896/2541 35% [===================== ] 897/2541 35% [===================== ] 898/2541 35% [===================== ] 899/2541 35% [===================== ] 900/2541 35% [===================== ] 901/2541 35% [====================== ] 902/2541 35% [====================== ] 903/2541 35% [====================== ] 904/2541 35% [====================== ] 905/2541 35% [====================== ] 906/2541 35% [====================== ] 907/2541 35% [====================== ] 908/2541 35% [====================== ] 909/2541 35% [====================== ] 910/2541 35% [====================== ] 911/2541 35% [====================== ] 912/2541 35% [====================== ] 913/2541 35% [====================== ] 914/2541 35% [====================== ] 915/2541 36% [====================== ] 916/2541 36% [====================== ] 917/2541 36% [====================== ] 918/2541 36% [====================== ] 919/2541 36% [====================== ] 920/2541 36% [====================== ] 921/2541 36% [====================== ] 922/2541 36% [====================== ] 923/2541 36% [====================== ] 924/2541 36% [====================== ] 925/2541 36% [====================== ] 926/2541 36% [====================== ] 927/2541 36% [====================== ] 928/2541 36% [====================== ] 929/2541 36% [====================== ] 930/2541 36% [====================== ] 931/2541 36% [====================== ] 932/2541 36% [====================== ] 933/2541 36% [====================== ] 934/2541 36% [====================== ] 935/2541 36% [====================== ] 936/2541 36% [====================== ] 937/2541 36% [====================== ] 938/2541 36% [====================== ] 939/2541 36% [====================== ] 940/2541 36% [====================== ] 941/2541 37% [====================== ] 942/2541 37% [======================= ] 943/2541 37% [======================= ] 944/2541 37% [======================= ] 945/2541 37% [======================= ] 946/2541 37% [======================= ] 947/2541 37% [======================= ] 948/2541 37% [======================= ] 949/2541 37% [======================= ] 950/2541 37% [======================= ] 951/2541 37% [======================= ] 952/2541 37% [======================= ] 953/2541 37% [======================= ] 954/2541 37% [======================= ] 955/2541 37% [======================= ] 956/2541 37% [======================= ] 957/2541 37% [======================= ] 958/2541 37% [======================= ] 959/2541 37% [======================= ] 960/2541 37% [======================= ] 961/2541 37% [======================= ] 962/2541 37% [======================= ] 963/2541 37% [======================= ] 964/2541 37% [======================= ] 965/2541 37% [======================= ] 966/2541 38% [======================= ] 967/2541 38% [======================= ] 968/2541 38% [======================= ] 969/2541 38% [======================= ] 970/2541 38% [======================= ] 971/2541 38% [======================= ] 972/2541 38% [======================= ] 973/2541 38% [======================= ] 974/2541 38% [======================= ] 975/2541 38% [======================= ] 976/2541 38% [======================= ] 977/2541 38% [======================= ] 978/2541 38% [======================= ] 979/2541 38% [======================= ] 980/2541 38% [======================= ] 981/2541 38% [======================= ] 982/2541 38% [======================= ] 983/2541 38% [======================== ] 984/2541 38% [======================== ] 985/2541 38% [======================== ] 986/2541 38% [======================== ] 987/2541 38% [======================== ] 988/2541 38% [======================== ] 989/2541 38% [======================== ] 990/2541 38% [======================== ] 991/2541 39% [======================== ] 992/2541 39% [======================== ] 993/2541 39% [======================== ] 994/2541 39% [======================== ] 995/2541 39% [======================== ] 996/2541 39% [======================== ] 997/2541 39% [======================== ] 998/2541 39% [======================== ] 999/2541 39% [======================== ] 1000/2541 39% [======================== ] 1001/2541 39% [======================== ] 1002/2541 39% [======================== ] 1003/2541 39% [======================== ] 1004/2541 39% [======================== ] 1005/2541 39% [======================== ] 1006/2541 39% [======================== ] 1007/2541 39% [======================== ] 1008/2541 39% [======================== ] 1009/2541 39% [======================== ] 1010/2541 39% [======================== ] 1011/2541 39% [======================== ] 1012/2541 39% [======================== ] 1013/2541 39% [======================== ] 1014/2541 39% [======================== ] 1015/2541 39% [======================== ] 1016/2541 39% [======================== ] 1017/2541 40% [======================== ] 1018/2541 40% [======================== ] 1019/2541 40% [======================== ] 1020/2541 40% [======================== ] 1021/2541 40% [======================== ] 1022/2541 40% [======================== ] 1023/2541 40% [======================== ] 1024/2541 40% [========================= ] 1025/2541 40% [========================= ] 1026/2541 40% [========================= ] 1027/2541 40% [========================= ] 1028/2541 40% [========================= ] 1029/2541 40% [========================= ] 1030/2541 40% [========================= ] 1031/2541 40% [========================= ] 1032/2541 40% [========================= ] 1033/2541 40% [========================= ] 1034/2541 40% [========================= ] 1035/2541 40% [========================= ] 1036/2541 40% [========================= ] 1037/2541 40% [========================= ] 1038/2541 40% [========================= ] 1039/2541 40% [========================= ] 1040/2541 40% [========================= ] 1041/2541 40% [========================= ] 1042/2541 41% [========================= ] 1043/2541 41% [========================= ] 1044/2541 41% [========================= ] 1045/2541 41% [========================= ] 1046/2541 41% [========================= ] 1047/2541 41% [========================= ] 1048/2541 41% [========================= ] 1049/2541 41% [========================= ] 1050/2541 41% [========================= ] 1051/2541 41% [========================= ] 1052/2541 41% [========================= ] 1053/2541 41% [========================= ] 1054/2541 41% [========================= ] 1055/2541 41% [========================= ] 1056/2541 41% [========================= ] 1057/2541 41% [========================= ] 1058/2541 41% [========================= ] 1059/2541 41% [========================= ] 1060/2541 41% [========================= ] 1061/2541 41% [========================= ] 1062/2541 41% [========================= ] 1063/2541 41% [========================= ] 1064/2541 41% [========================= ] 1065/2541 41% [========================== ] 1066/2541 41% [========================== ] 1067/2541 41% [========================== ] 1068/2541 42% [========================== ] 1069/2541 42% [========================== ] 1070/2541 42% [========================== ] 1071/2541 42% [========================== ] 1072/2541 42% [========================== ] 1073/2541 42% [========================== ] 1074/2541 42% [========================== ] 1075/2541 42% [========================== ] 1076/2541 42% [========================== ] 1077/2541 42% [========================== ] 1078/2541 42% [========================== ] 1079/2541 42% [========================== ] 1080/2541 42% [========================== ] 1081/2541 42% [========================== ] 1082/2541 42% [========================== ] 1083/2541 42% [========================== ] 1084/2541 42% [========================== ] 1085/2541 42% [========================== ] 1086/2541 42% [========================== ] 1087/2541 42% [========================== ] 1088/2541 42% [========================== ] 1089/2541 42% [========================== ] 1090/2541 42% [========================== ] 1091/2541 42% [========================== ] 1092/2541 42% [========================== ] 1093/2541 43% [========================== ] 1094/2541 43% [========================== ] 1095/2541 43% [========================== ] 1096/2541 43% [========================== ] 1097/2541 43% [========================== ] 1098/2541 43% [========================== ] 1099/2541 43% [========================== ] 1100/2541 43% [========================== ] 1101/2541 43% [========================== ] 1102/2541 43% [========================== ] 1103/2541 43% [========================== ] 1104/2541 43% [========================== ] 1105/2541 43% [========================== ] 1106/2541 43% [=========================== ] 1107/2541 43% [=========================== ] 1108/2541 43% [=========================== ] 1109/2541 43% [=========================== ] 1110/2541 43% [=========================== ] 1111/2541 43% [=========================== ] 1112/2541 43% [=========================== ] 1113/2541 43% [=========================== ] 1114/2541 43% [=========================== ] 1115/2541 43% [=========================== ] 1116/2541 43% [=========================== ] 1117/2541 43% [=========================== ] 1118/2541 43% [=========================== ] 1119/2541 44% [=========================== ] 1120/2541 44% [=========================== ] 1121/2541 44% [=========================== ] 1122/2541 44% [=========================== ] 1123/2541 44% [=========================== ] 1124/2541 44% [=========================== ] 1125/2541 44% [=========================== ] 1126/2541 44% [=========================== ] 1127/2541 44% [=========================== ] 1128/2541 44% [=========================== ] 1129/2541 44% [=========================== ] 1130/2541 44% [=========================== ] 1131/2541 44% [=========================== ] 1132/2541 44% [=========================== ] 1133/2541 44% [=========================== ] 1134/2541 44% [=========================== ] 1135/2541 44% [=========================== ] 1136/2541 44% [=========================== ] 1137/2541 44% [=========================== ] 1138/2541 44% [=========================== ] 1139/2541 44% [=========================== ] 1140/2541 44% [=========================== ] 1141/2541 44% [=========================== ] 1142/2541 44% [=========================== ] 1143/2541 44% [=========================== ] 1144/2541 45% [=========================== ] 1145/2541 45% [=========================== ] 1146/2541 45% [=========================== ] 1147/2541 45% [============================ ] 1148/2541 45% [============================ ] 1149/2541 45% [============================ ] 1150/2541 45% [============================ ] 1151/2541 45% [============================ ] 1152/2541 45% [============================ ] 1153/2541 45% [============================ ] 1154/2541 45% [============================ ] 1155/2541 45% [============================ ] 1156/2541 45% [============================ ] 1157/2541 45% [============================ ] 1158/2541 45% [============================ ] 1159/2541 45% [============================ ] 1160/2541 45% [============================ ] 1161/2541 45% [============================ ] 1162/2541 45% [============================ ] 1163/2541 45% [============================ ] 1164/2541 45% [============================ ] 1165/2541 45% [============================ ] 1166/2541 45% [============================ ] 1167/2541 45% [============================ ] 1168/2541 45% [============================ ] 1169/2541 46% [============================ ] 1170/2541 46% [============================ ] 1171/2541 46% [============================ ] 1172/2541 46% [============================ ] 1173/2541 46% [============================ ] 1174/2541 46% [============================ ] 1175/2541 46% [============================ ] 1176/2541 46% [============================ ] 1177/2541 46% [============================ ] 1178/2541 46% [============================ ] 1179/2541 46% [============================ ] 1180/2541 46% [============================ ] 1181/2541 46% [============================ ] 1182/2541 46% [============================ ] 1183/2541 46% [============================ ] 1184/2541 46% [============================ ] 1185/2541 46% [============================ ] 1186/2541 46% [============================ ] 1187/2541 46% [============================ ] 1188/2541 46% [============================= ] 1189/2541 46% [============================= ] 1190/2541 46% [============================= ] 1191/2541 46% [============================= ] 1192/2541 46% [============================= ] 1193/2541 46% [============================= ] 1194/2541 46% [============================= ] 1195/2541 47% [============================= ] 1196/2541 47% [============================= ] 1197/2541 47% [============================= ] 1198/2541 47% [============================= ] 1199/2541 47% [============================= ] 1200/2541 47% [============================= ] 1201/2541 47% [============================= ] 1202/2541 47% [============================= ] 1203/2541 47% [============================= ] 1204/2541 47% [============================= ] 1205/2541 47% [============================= ] 1206/2541 47% [============================= ] 1207/2541 47% [============================= ] 1208/2541 47% [============================= ] 1209/2541 47% [============================= ] 1210/2541 47% [============================= ] 1211/2541 47% [============================= ] 1212/2541 47% [============================= ] 1213/2541 47% [============================= ] 1214/2541 47% [============================= ] 1215/2541 47% [============================= ] 1216/2541 47% [============================= ] 1217/2541 47% [============================= ] 1218/2541 47% [============================= ] 1219/2541 47% [============================= ] 1220/2541 48% [============================= ] 1221/2541 48% [============================= ] 1222/2541 48% [============================= ] 1223/2541 48% [============================= ] 1224/2541 48% [============================= ] 1225/2541 48% [============================= ] 1226/2541 48% [============================= ] 1227/2541 48% [============================= ] 1228/2541 48% [============================= ] 1229/2541 48% [============================== ] 1230/2541 48% [============================== ] 1231/2541 48% [============================== ] 1232/2541 48% [============================== ] 1233/2541 48% [============================== ] 1234/2541 48% [============================== ] 1235/2541 48% [============================== ] 1236/2541 48% [============================== ] 1237/2541 48% [============================== ] 1238/2541 48% [============================== ] 1239/2541 48% [============================== ] 1240/2541 48% [============================== ] 1241/2541 48% [============================== ] 1242/2541 48% [============================== ] 1243/2541 48% [============================== ] 1244/2541 48% [============================== ] 1245/2541 48% [============================== ] 1246/2541 49% [============================== ] 1247/2541 49% [============================== ] 1248/2541 49% [============================== ] 1249/2541 49% [============================== ] 1250/2541 49% [============================== ] 1251/2541 49% [============================== ] 1252/2541 49% [============================== ] 1253/2541 49% [============================== ] 1254/2541 49% [============================== ] 1255/2541 49% [============================== ] 1256/2541 49% [============================== ] 1257/2541 49% [============================== ] 1258/2541 49% [============================== ] 1259/2541 49% [============================== ] 1260/2541 49% [============================== ] 1261/2541 49% [============================== ] 1262/2541 49% [============================== ] 1263/2541 49% [============================== ] 1264/2541 49% [============================== ] 1265/2541 49% [============================== ] 1266/2541 49% [============================== ] 1267/2541 49% [============================== ] 1268/2541 49% [============================== ] 1269/2541 49% [============================== ] 1270/2541 49% [=============================== ] 1271/2541 50% [=============================== ] 1272/2541 50% [=============================== ] 1273/2541 50% [=============================== ] 1274/2541 50% [=============================== ] 1275/2541 50% [=============================== ] 1276/2541 50% [=============================== ] 1277/2541 50% [=============================== ] 1278/2541 50% [=============================== ] 1279/2541 50% [=============================== ] 1280/2541 50% [=============================== ] 1281/2541 50% [=============================== ] 1282/2541 50% [=============================== ] 1283/2541 50% [=============================== ] 1284/2541 50% [=============================== ] 1285/2541 50% [=============================== ] 1286/2541 50% [=============================== ] 1287/2541 50% [=============================== ] 1288/2541 50% [=============================== ] 1289/2541 50% [=============================== ] 1290/2541 50% [=============================== ] 1291/2541 50% [=============================== ] 1292/2541 50% [=============================== ] 1293/2541 50% [=============================== ] 1294/2541 50% [=============================== ] 1295/2541 50% [=============================== ] 1296/2541 51% [=============================== ] 1297/2541 51% [=============================== ] 1298/2541 51% [=============================== ] 1299/2541 51% [=============================== ] 1300/2541 51% [=============================== ] 1301/2541 51% [=============================== ] 1302/2541 51% [=============================== ] 1303/2541 51% [=============================== ] 1304/2541 51% [=============================== ] 1305/2541 51% [=============================== ] 1306/2541 51% [=============================== ] 1307/2541 51% [=============================== ] 1308/2541 51% [=============================== ] 1309/2541 51% [=============================== ] 1310/2541 51% [=============================== ] 1311/2541 51% [================================ ] 1312/2541 51% [================================ ] 1313/2541 51% [================================ ] 1314/2541 51% [================================ ] 1315/2541 51% [================================ ] 1316/2541 51% [================================ ] 1317/2541 51% [================================ ] 1318/2541 51% [================================ ] 1319/2541 51% [================================ ] 1320/2541 51% [================================ ] 1321/2541 51% [================================ ] 1322/2541 52% [================================ ] 1323/2541 52% [================================ ] 1324/2541 52% [================================ ] 1325/2541 52% [================================ ] 1326/2541 52% [================================ ] 1327/2541 52% [================================ ] 1328/2541 52% [================================ ] 1329/2541 52% [================================ ] 1330/2541 52% [================================ ] 1331/2541 52% [================================ ] 1332/2541 52% [================================ ] 1333/2541 52% [================================ ] 1334/2541 52% [================================ ] 1335/2541 52% [================================ ] 1336/2541 52% [================================ ] 1337/2541 52% [================================ ] 1338/2541 52% [================================ ] 1339/2541 52% [================================ ] 1340/2541 52% [================================ ] 1341/2541 52% [================================ ] 1342/2541 52% [================================ ] 1343/2541 52% [================================ ] 1344/2541 52% [================================ ] 1345/2541 52% [================================ ] 1346/2541 52% [================================ ] 1347/2541 53% [================================ ] 1348/2541 53% [================================ ] 1349/2541 53% [================================ ] 1350/2541 53% [================================ ] 1351/2541 53% [================================ ] 1352/2541 53% [================================= ] 1353/2541 53% [================================= ] 1354/2541 53% [================================= ] 1355/2541 53% [================================= ] 1356/2541 53% [================================= ] 1357/2541 53% [================================= ] 1358/2541 53% [================================= ] 1359/2541 53% [================================= ] 1360/2541 53% [================================= ] 1361/2541 53% [================================= ] 1362/2541 53% [================================= ] 1363/2541 53% [================================= ] 1364/2541 53% [================================= ] 1365/2541 53% [================================= ] 1366/2541 53% [================================= ] 1367/2541 53% [================================= ] 1368/2541 53% [================================= ] 1369/2541 53% [================================= ] 1370/2541 53% [================================= ] 1371/2541 53% [================================= ] 1372/2541 53% [================================= ] 1373/2541 54% [================================= ] 1374/2541 54% [================================= ] 1375/2541 54% [================================= ] 1376/2541 54% [================================= ] 1377/2541 54% [================================= ] 1378/2541 54% [================================= ] 1379/2541 54% [================================= ] 1380/2541 54% [================================= ] 1381/2541 54% [================================= ] 1382/2541 54% [================================= ] 1383/2541 54% [================================= ] 1384/2541 54% [================================= ] 1385/2541 54% [================================= ] 1386/2541 54% [================================= ] 1387/2541 54% [================================= ] 1388/2541 54% [================================= ] 1389/2541 54% [================================= ] 1390/2541 54% [================================= ] 1391/2541 54% [================================= ] 1392/2541 54% [================================= ] 1393/2541 54% [================================== ] 1394/2541 54% [================================== ] 1395/2541 54% [================================== ] 1396/2541 54% [================================== ] 1397/2541 54% [================================== ] 1398/2541 55% [================================== ] 1399/2541 55% [================================== ] 1400/2541 55% [================================== ] 1401/2541 55% [================================== ] 1402/2541 55% [================================== ] 1403/2541 55% [================================== ] 1404/2541 55% [================================== ] 1405/2541 55% [================================== ] 1406/2541 55% [================================== ] 1407/2541 55% [================================== ] 1408/2541 55% [================================== ] 1409/2541 55% [================================== ] 1410/2541 55% [================================== ] 1411/2541 55% [================================== ] 1412/2541 55% [================================== ] 1413/2541 55% [================================== ] 1414/2541 55% [================================== ] 1415/2541 55% [================================== ] 1416/2541 55% [================================== ] 1417/2541 55% [================================== ] 1418/2541 55% [================================== ] 1419/2541 55% [================================== ] 1420/2541 55% [================================== ] 1421/2541 55% [================================== ] 1422/2541 55% [================================== ] 1423/2541 56% [================================== ] 1424/2541 56% [================================== ] 1425/2541 56% [================================== ] 1426/2541 56% [================================== ] 1427/2541 56% [================================== ] 1428/2541 56% [================================== ] 1429/2541 56% [================================== ] 1430/2541 56% [================================== ] 1431/2541 56% [================================== ] 1432/2541 56% [================================== ] 1433/2541 56% [================================== ] 1434/2541 56% [=================================== ] 1435/2541 56% [=================================== ] 1436/2541 56% [=================================== ] 1437/2541 56% [=================================== ] 1438/2541 56% [=================================== ] 1439/2541 56% [=================================== ] 1440/2541 56% [=================================== ] 1441/2541 56% [=================================== ] 1442/2541 56% [=================================== ] 1443/2541 56% [=================================== ] 1444/2541 56% [=================================== ] 1445/2541 56% [=================================== ] 1446/2541 56% [=================================== ] 1447/2541 56% [=================================== ] 1448/2541 56% [=================================== ] 1449/2541 57% [=================================== ] 1450/2541 57% [=================================== ] 1451/2541 57% [=================================== ] 1452/2541 57% [=================================== ] 1453/2541 57% [=================================== ] 1454/2541 57% [=================================== ] 1455/2541 57% [=================================== ] 1456/2541 57% [=================================== ] 1457/2541 57% [=================================== ] 1458/2541 57% [=================================== ] 1459/2541 57% [=================================== ] 1460/2541 57% [=================================== ] 1461/2541 57% [=================================== ] 1462/2541 57% [=================================== ] 1463/2541 57% [=================================== ] 1464/2541 57% [=================================== ] 1465/2541 57% [=================================== ] 1466/2541 57% [=================================== ] 1467/2541 57% [=================================== ] 1468/2541 57% [=================================== ] 1469/2541 57% [=================================== ] 1470/2541 57% [=================================== ] 1471/2541 57% [=================================== ] 1472/2541 57% [=================================== ] 1473/2541 57% [=================================== ] 1474/2541 58% [=================================== ] 1475/2541 58% [==================================== ] 1476/2541 58% [==================================== ] 1477/2541 58% [==================================== ] 1478/2541 58% [==================================== ] 1479/2541 58% [==================================== ] 1480/2541 58% [==================================== ] 1481/2541 58% [==================================== ] 1482/2541 58% [==================================== ] 1483/2541 58% [==================================== ] 1484/2541 58% [==================================== ] 1485/2541 58% [==================================== ] 1486/2541 58% [==================================== ] 1487/2541 58% [==================================== ] 1488/2541 58% [==================================== ] 1489/2541 58% [==================================== ] 1490/2541 58% [==================================== ] 1491/2541 58% [==================================== ] 1492/2541 58% [==================================== ] 1493/2541 58% [==================================== ] 1494/2541 58% [==================================== ] 1495/2541 58% [==================================== ] 1496/2541 58% [==================================== ] 1497/2541 58% [==================================== ] 1498/2541 58% [==================================== ] 1499/2541 58% [==================================== ] 1500/2541 59% [==================================== ] 1501/2541 59% [==================================== ] 1502/2541 59% [==================================== ] 1503/2541 59% [==================================== ] 1504/2541 59% [==================================== ] 1505/2541 59% [==================================== ] 1506/2541 59% [==================================== ] 1507/2541 59% [==================================== ] 1508/2541 59% [==================================== ] 1509/2541 59% [==================================== ] 1510/2541 59% [==================================== ] 1511/2541 59% [==================================== ] 1512/2541 59% [==================================== ] 1513/2541 59% [==================================== ] 1514/2541 59% [==================================== ] 1515/2541 59% [==================================== ] 1516/2541 59% [===================================== ] 1517/2541 59% [===================================== ] 1518/2541 59% [===================================== ] 1519/2541 59% [===================================== ] 1520/2541 59% [===================================== ] 1521/2541 59% [===================================== ] 1522/2541 59% [===================================== ] 1523/2541 59% [===================================== ] 1524/2541 59% [===================================== ] 1525/2541 60% [===================================== ] 1526/2541 60% [===================================== ] 1527/2541 60% [===================================== ] 1528/2541 60% [===================================== ] 1529/2541 60% [===================================== ] 1530/2541 60% [===================================== ] 1531/2541 60% [===================================== ] 1532/2541 60% [===================================== ] 1533/2541 60% [===================================== ] 1534/2541 60% [===================================== ] 1535/2541 60% [===================================== ] 1536/2541 60% [===================================== ] 1537/2541 60% [===================================== ] 1538/2541 60% [===================================== ] 1539/2541 60% [===================================== ] 1540/2541 60% [===================================== ] 1541/2541 60% [===================================== ] 1542/2541 60% [===================================== ] 1543/2541 60% [===================================== ] 1544/2541 60% [===================================== ] 1545/2541 60% [===================================== ] 1546/2541 60% [===================================== ] 1547/2541 60% [===================================== ] 1548/2541 60% [===================================== ] 1549/2541 60% [===================================== ] 1550/2541 60% [===================================== ] 1551/2541 61% [===================================== ] 1552/2541 61% [===================================== ] 1553/2541 61% [===================================== ] 1554/2541 61% [===================================== ] 1555/2541 61% [===================================== ] 1556/2541 61% [===================================== ] 1557/2541 61% [====================================== ] 1558/2541 61% [====================================== ] 1559/2541 61% [====================================== ] 1560/2541 61% [====================================== ] 1561/2541 61% [====================================== ] 1562/2541 61% [====================================== ] 1563/2541 61% [====================================== ] 1564/2541 61% [====================================== ] 1565/2541 61% [====================================== ] 1566/2541 61% [====================================== ] 1567/2541 61% [====================================== ] 1568/2541 61% [====================================== ] 1569/2541 61% [====================================== ] 1570/2541 61% [====================================== ] 1571/2541 61% [====================================== ] 1572/2541 61% [====================================== ] 1573/2541 61% [====================================== ] 1574/2541 61% [====================================== ] 1575/2541 61% [====================================== ] 1576/2541 62% [====================================== ] 1577/2541 62% [====================================== ] 1578/2541 62% [====================================== ] 1579/2541 62% [====================================== ] 1580/2541 62% [====================================== ] 1581/2541 62% [====================================== ] 1582/2541 62% [====================================== ] 1583/2541 62% [====================================== ] 1584/2541 62% [====================================== ] 1585/2541 62% [====================================== ] 1586/2541 62% [====================================== ] 1587/2541 62% [====================================== ] 1588/2541 62% [====================================== ] 1589/2541 62% [====================================== ] 1590/2541 62% [====================================== ] 1591/2541 62% [====================================== ] 1592/2541 62% [====================================== ] 1593/2541 62% [====================================== ] 1594/2541 62% [====================================== ] 1595/2541 62% [====================================== ] 1596/2541 62% [====================================== ] 1597/2541 62% [====================================== ] 1598/2541 62% [======================================= ] 1599/2541 62% [======================================= ] 1600/2541 62% [======================================= ] 1601/2541 63% [======================================= ] 1602/2541 63% [======================================= ] 1603/2541 63% [======================================= ] 1604/2541 63% [======================================= ] 1605/2541 63% [======================================= ] 1606/2541 63% [======================================= ] 1607/2541 63% [======================================= ] 1608/2541 63% [======================================= ] 1609/2541 63% [======================================= ] 1610/2541 63% [======================================= ] 1611/2541 63% [======================================= ] 1612/2541 63% [======================================= ] 1613/2541 63% [======================================= ] 1614/2541 63% [======================================= ] 1615/2541 63% [======================================= ] 1616/2541 63% [======================================= ] 1617/2541 63% [======================================= ] 1618/2541 63% [======================================= ] 1619/2541 63% [======================================= ] 1620/2541 63% [======================================= ] 1621/2541 63% [======================================= ] 1622/2541 63% [======================================= ] 1623/2541 63% [======================================= ] 1624/2541 63% [======================================= ] 1625/2541 63% [======================================= ] 1626/2541 63% [======================================= ] 1627/2541 64% [======================================= ] 1628/2541 64% [======================================= ] 1629/2541 64% [======================================= ] 1630/2541 64% [======================================= ] 1631/2541 64% [======================================= ] 1632/2541 64% [======================================= ] 1633/2541 64% [======================================= ] 1634/2541 64% [======================================= ] 1635/2541 64% [======================================= ] 1636/2541 64% [======================================= ] 1637/2541 64% [======================================= ] 1638/2541 64% [======================================= ] 1639/2541 64% [======================================== ] 1640/2541 64% [======================================== ] 1641/2541 64% [======================================== ] 1642/2541 64% [======================================== ] 1643/2541 64% [======================================== ] 1644/2541 64% [======================================== ] 1645/2541 64% [======================================== ] 1646/2541 64% [======================================== ] 1647/2541 64% [======================================== ] 1648/2541 64% [======================================== ] 1649/2541 64% [======================================== ] 1650/2541 64% [======================================== ] 1651/2541 64% [======================================== ] 1652/2541 65% [======================================== ] 1653/2541 65% [======================================== ] 1654/2541 65% [======================================== ] 1655/2541 65% [======================================== ] 1656/2541 65% [======================================== ] 1657/2541 65% [======================================== ] 1658/2541 65% [======================================== ] 1659/2541 65% [======================================== ] 1660/2541 65% [======================================== ] 1661/2541 65% [======================================== ] 1662/2541 65% [======================================== ] 1663/2541 65% [======================================== ] 1664/2541 65% [======================================== ] 1665/2541 65% [======================================== ] 1666/2541 65% [======================================== ] 1667/2541 65% [======================================== ] 1668/2541 65% [======================================== ] 1669/2541 65% [======================================== ] 1670/2541 65% [======================================== ] 1671/2541 65% [======================================== ] 1672/2541 65% [======================================== ] 1673/2541 65% [======================================== ] 1674/2541 65% [======================================== ] 1675/2541 65% [======================================== ] 1676/2541 65% [======================================== ] 1677/2541 65% [======================================== ] 1678/2541 66% [======================================== ] 1679/2541 66% [======================================== ] 1680/2541 66% [========================================= ] 1681/2541 66% [========================================= ] 1682/2541 66% [========================================= ] 1683/2541 66% [========================================= ] 1684/2541 66% [========================================= ] 1685/2541 66% [========================================= ] 1686/2541 66% [========================================= ] 1687/2541 66% [========================================= ] 1688/2541 66% [========================================= ] 1689/2541 66% [========================================= ] 1690/2541 66% [========================================= ] 1691/2541 66% [========================================= ] 1692/2541 66% [========================================= ] 1693/2541 66% [========================================= ] 1694/2541 66% [========================================= ] 1695/2541 66% [========================================= ] 1696/2541 66% [========================================= ] 1697/2541 66% [========================================= ] 1698/2541 66% [========================================= ] 1699/2541 66% [========================================= ] 1700/2541 66% [========================================= ] 1701/2541 66% [========================================= ] 1702/2541 66% [========================================= ] 1703/2541 67% [========================================= ] 1704/2541 67% [========================================= ] 1705/2541 67% [========================================= ] 1706/2541 67% [========================================= ] 1707/2541 67% [========================================= ] 1708/2541 67% [========================================= ] 1709/2541 67% [========================================= ] 1710/2541 67% [========================================= ] 1711/2541 67% [========================================= ] 1712/2541 67% [========================================= ] 1713/2541 67% [========================================= ] 1714/2541 67% [========================================= ] 1715/2541 67% [========================================= ] 1716/2541 67% [========================================= ] 1717/2541 67% [========================================= ] 1718/2541 67% [========================================= ] 1719/2541 67% [========================================= ] 1720/2541 67% [========================================= ] 1721/2541 67% [========================================== ] 1722/2541 67% [========================================== ] 1723/2541 67% [========================================== ] 1724/2541 67% [========================================== ] 1725/2541 67% [========================================== ] 1726/2541 67% [========================================== ] 1727/2541 67% [========================================== ] 1728/2541 68% [========================================== ] 1729/2541 68% [========================================== ] 1730/2541 68% [========================================== ] 1731/2541 68% [========================================== ] 1732/2541 68% [========================================== ] 1733/2541 68% [========================================== ] 1734/2541 68% [========================================== ] 1735/2541 68% [========================================== ] 1736/2541 68% [========================================== ] 1737/2541 68% [========================================== ] 1738/2541 68% [========================================== ] 1739/2541 68% [========================================== ] 1740/2541 68% [========================================== ] 1741/2541 68% [========================================== ] 1742/2541 68% [========================================== ] 1743/2541 68% [========================================== ] 1744/2541 68% [========================================== ] 1745/2541 68% [========================================== ] 1746/2541 68% [========================================== ] 1747/2541 68% [========================================== ] 1748/2541 68% [========================================== ] 1749/2541 68% [========================================== ] 1750/2541 68% [========================================== ] 1751/2541 68% [========================================== ] 1752/2541 68% [========================================== ] 1753/2541 68% [========================================== ] 1754/2541 69% [========================================== ] 1755/2541 69% [========================================== ] 1756/2541 69% [========================================== ] 1757/2541 69% [========================================== ] 1758/2541 69% [========================================== ] 1759/2541 69% [========================================== ] 1760/2541 69% [========================================== ] 1761/2541 69% [========================================== ] 1762/2541 69% [=========================================== ] 1763/2541 69% [=========================================== ] 1764/2541 69% [=========================================== ] 1765/2541 69% [=========================================== ] 1766/2541 69% [=========================================== ] 1767/2541 69% [=========================================== ] 1768/2541 69% [=========================================== ] 1769/2541 69% [=========================================== ] 1770/2541 69% [=========================================== ] 1771/2541 69% [=========================================== ] 1772/2541 69% [=========================================== ] 1773/2541 69% [=========================================== ] 1774/2541 69% [=========================================== ] 1775/2541 69% [=========================================== ] 1776/2541 69% [=========================================== ] 1777/2541 69% [=========================================== ] 1778/2541 69% [=========================================== ] 1779/2541 70% [=========================================== ] 1780/2541 70% [=========================================== ] 1781/2541 70% [=========================================== ] 1782/2541 70% [=========================================== ] 1783/2541 70% [=========================================== ] 1784/2541 70% [=========================================== ] 1785/2541 70% [=========================================== ] 1786/2541 70% [=========================================== ] 1787/2541 70% [=========================================== ] 1788/2541 70% [=========================================== ] 1789/2541 70% [=========================================== ] 1790/2541 70% [=========================================== ] 1791/2541 70% [=========================================== ] 1792/2541 70% [=========================================== ] 1793/2541 70% [=========================================== ] 1794/2541 70% [=========================================== ] 1795/2541 70% [=========================================== ] 1796/2541 70% [=========================================== ] 1797/2541 70% [=========================================== ] 1798/2541 70% [=========================================== ] 1799/2541 70% [=========================================== ] 1800/2541 70% [=========================================== ] 1801/2541 70% [=========================================== ] 1802/2541 70% [=========================================== ] 1803/2541 70% [============================================ ] 1804/2541 70% [============================================ ] 1805/2541 71% [============================================ ] 1806/2541 71% [============================================ ] 1807/2541 71% [============================================ ] 1808/2541 71% [============================================ ] 1809/2541 71% [============================================ ] 1810/2541 71% [============================================ ] 1811/2541 71% [============================================ ] 1812/2541 71% [============================================ ] 1813/2541 71% [============================================ ] 1814/2541 71% [============================================ ] 1815/2541 71% [============================================ ] 1816/2541 71% [============================================ ] 1817/2541 71% [============================================ ] 1818/2541 71% [============================================ ] 1819/2541 71% [============================================ ] 1820/2541 71% [============================================ ] 1821/2541 71% [============================================ ] 1822/2541 71% [============================================ ] 1823/2541 71% [============================================ ] 1824/2541 71% [============================================ ] 1825/2541 71% [============================================ ] 1826/2541 71% [============================================ ] 1827/2541 71% [============================================ ] 1828/2541 71% [============================================ ] 1829/2541 71% [============================================ ] 1830/2541 72% [============================================ ] 1831/2541 72% [============================================ ] 1832/2541 72% [============================================ ] 1833/2541 72% [============================================ ] 1834/2541 72% [============================================ ] 1835/2541 72% [============================================ ] 1836/2541 72% [============================================ ] 1837/2541 72% [============================================ ] 1838/2541 72% [============================================ ] 1839/2541 72% [============================================ ] 1840/2541 72% [============================================ ] 1841/2541 72% [============================================ ] 1842/2541 72% [============================================ ] 1843/2541 72% [============================================ ] 1844/2541 72% [============================================= ] 1845/2541 72% [============================================= ] 1846/2541 72% [============================================= ] 1847/2541 72% [============================================= ] 1848/2541 72% [============================================= ] 1849/2541 72% [============================================= ] 1850/2541 72% [============================================= ] 1851/2541 72% [============================================= ] 1852/2541 72% [============================================= ] 1853/2541 72% [============================================= ] 1854/2541 72% [============================================= ] 1855/2541 73% [============================================= ] 1856/2541 73% [============================================= ] 1857/2541 73% [============================================= ] 1858/2541 73% [============================================= ] 1859/2541 73% [============================================= ] 1860/2541 73% [============================================= ] 1861/2541 73% [============================================= ] 1862/2541 73% [============================================= ] 1863/2541 73% [============================================= ] 1864/2541 73% [============================================= ] 1865/2541 73% [============================================= ] 1866/2541 73% [============================================= ] 1867/2541 73% [============================================= ] 1868/2541 73% [============================================= ] 1869/2541 73% [============================================= ] 1870/2541 73% [============================================= ] 1871/2541 73% [============================================= ] 1872/2541 73% [============================================= ] 1873/2541 73% [============================================= ] 1874/2541 73% [============================================= ] 1875/2541 73% [============================================= ] 1876/2541 73% [============================================= ] 1877/2541 73% [============================================= ] 1878/2541 73% [============================================= ] 1879/2541 73% [============================================= ] 1880/2541 73% [============================================= ] 1881/2541 74% [============================================= ] 1882/2541 74% [============================================= ] 1883/2541 74% [============================================= ] 1884/2541 74% [============================================= ] 1885/2541 74% [============================================== ] 1886/2541 74% [============================================== ] 1887/2541 74% [============================================== ] 1888/2541 74% [============================================== ] 1889/2541 74% [============================================== ] 1890/2541 74% [============================================== ] 1891/2541 74% [============================================== ] 1892/2541 74% [============================================== ] 1893/2541 74% [============================================== ] 1894/2541 74% [============================================== ] 1895/2541 74% [============================================== ] 1896/2541 74% [============================================== ] 1897/2541 74% [============================================== ] 1898/2541 74% [============================================== ] 1899/2541 74% [============================================== ] 1900/2541 74% [============================================== ] 1901/2541 74% [============================================== ] 1902/2541 74% [============================================== ] 1903/2541 74% [============================================== ] 1904/2541 74% [============================================== ] 1905/2541 74% [============================================== ] 1906/2541 75% [============================================== ] 1907/2541 75% [============================================== ] 1908/2541 75% [============================================== ] 1909/2541 75% [============================================== ] 1910/2541 75% [============================================== ] 1911/2541 75% [============================================== ] 1912/2541 75% [============================================== ] 1913/2541 75% [============================================== ] 1914/2541 75% [============================================== ] 1915/2541 75% [============================================== ] 1916/2541 75% [============================================== ] 1917/2541 75% [============================================== ] 1918/2541 75% [============================================== ] 1919/2541 75% [============================================== ] 1920/2541 75% [============================================== ] 1921/2541 75% [============================================== ] 1922/2541 75% [============================================== ] 1923/2541 75% [============================================== ] 1924/2541 75% [============================================== ] 1925/2541 75% [============================================== ] 1926/2541 75% [=============================================== ] 1927/2541 75% [=============================================== ] 1928/2541 75% [=============================================== ] 1929/2541 75% [=============================================== ] 1930/2541 75% [=============================================== ] 1931/2541 75% [=============================================== ] 1932/2541 76% [=============================================== ] 1933/2541 76% [=============================================== ] 1934/2541 76% [=============================================== ] 1935/2541 76% [=============================================== ] 1936/2541 76% [=============================================== ] 1937/2541 76% [=============================================== ] 1938/2541 76% [=============================================== ] 1939/2541 76% [=============================================== ] 1940/2541 76% [=============================================== ] 1941/2541 76% [=============================================== ] 1942/2541 76% [=============================================== ] 1943/2541 76% [=============================================== ] 1944/2541 76% [=============================================== ] 1945/2541 76% [=============================================== ] 1946/2541 76% [=============================================== ] 1947/2541 76% [=============================================== ] 1948/2541 76% [=============================================== ] 1949/2541 76% [=============================================== ] 1950/2541 76% [=============================================== ] 1951/2541 76% [=============================================== ] 1952/2541 76% [=============================================== ] 1953/2541 76% [=============================================== ] 1954/2541 76% [=============================================== ] 1955/2541 76% [=============================================== ] 1956/2541 76% [=============================================== ] 1957/2541 77% [=============================================== ] 1958/2541 77% [=============================================== ] 1959/2541 77% [=============================================== ] 1960/2541 77% [=============================================== ] 1961/2541 77% [=============================================== ] 1962/2541 77% [=============================================== ] 1963/2541 77% [=============================================== ] 1964/2541 77% [=============================================== ] 1965/2541 77% [=============================================== ] 1966/2541 77% [=============================================== ] 1967/2541 77% [================================================ ] 1968/2541 77% [================================================ ] 1969/2541 77% [================================================ ] 1970/2541 77% [================================================ ] 1971/2541 77% [================================================ ] 1972/2541 77% [================================================ ] 1973/2541 77% [================================================ ] 1974/2541 77% [================================================ ] 1975/2541 77% [================================================ ] 1976/2541 77% [================================================ ] 1977/2541 77% [================================================ ] 1978/2541 77% [================================================ ] 1979/2541 77% [================================================ ] 1980/2541 77% [================================================ ] 1981/2541 77% [================================================ ] 1982/2541 78% [================================================ ] 1983/2541 78% [================================================ ] 1984/2541 78% [================================================ ] 1985/2541 78% [================================================ ] 1986/2541 78% [================================================ ] 1987/2541 78% [================================================ ] 1988/2541 78% [================================================ ] 1989/2541 78% [================================================ ] 1990/2541 78% [================================================ ] 1991/2541 78% [================================================ ] 1992/2541 78% [================================================ ] 1993/2541 78% [================================================ ] 1994/2541 78% [================================================ ] 1995/2541 78% [================================================ ] 1996/2541 78% [================================================ ] 1997/2541 78% [================================================ ] 1998/2541 78% [================================================ ] 1999/2541 78% [================================================ ] 2000/2541 78% [================================================ ] 2001/2541 78% [================================================ ] 2002/2541 78% [================================================ ] 2003/2541 78% [================================================ ] 2004/2541 78% [================================================ ] 2005/2541 78% [================================================ ] 2006/2541 78% [================================================ ] 2007/2541 78% [================================================ ] 2008/2541 79% [================================================= ] 2009/2541 79% [================================================= ] 2010/2541 79% [================================================= ] 2011/2541 79% [================================================= ] 2012/2541 79% [================================================= ] 2013/2541 79% [================================================= ] 2014/2541 79% [================================================= ] 2015/2541 79% [================================================= ] 2016/2541 79% [================================================= ] 2017/2541 79% [================================================= ] 2018/2541 79% [================================================= ] 2019/2541 79% [================================================= ] 2020/2541 79% [================================================= ] 2021/2541 79% [================================================= ] 2022/2541 79% [================================================= ] 2023/2541 79% [================================================= ] 2024/2541 79% [================================================= ] 2025/2541 79% [================================================= ] 2026/2541 79% [================================================= ] 2027/2541 79% [================================================= ] 2028/2541 79% [================================================= ] 2029/2541 79% [================================================= ] 2030/2541 79% [================================================= ] 2031/2541 79% [================================================= ] 2032/2541 79% [================================================= ] 2033/2541 80% [================================================= ] 2034/2541 80% [================================================= ] 2035/2541 80% [================================================= ] 2036/2541 80% [================================================= ] 2037/2541 80% [================================================= ] 2038/2541 80% [================================================= ] 2039/2541 80% [================================================= ] 2040/2541 80% [================================================= ] 2041/2541 80% [================================================= ] 2042/2541 80% [================================================= ] 2043/2541 80% [================================================= ] 2044/2541 80% [================================================= ] 2045/2541 80% [================================================= ] 2046/2541 80% [================================================= ] 2047/2541 80% [================================================= ] 2048/2541 80% [================================================= ] 2049/2541 80% [================================================== ] 2050/2541 80% [================================================== ] 2051/2541 80% [================================================== ] 2052/2541 80% [================================================== ] 2053/2541 80% [================================================== ] 2054/2541 80% [================================================== ] 2055/2541 80% [================================================== ] 2056/2541 80% [================================================== ] 2057/2541 80% [================================================== ] 2058/2541 80% [================================================== ] 2059/2541 81% [================================================== ] 2060/2541 81% [================================================== ] 2061/2541 81% [================================================== ] 2062/2541 81% [================================================== ] 2063/2541 81% [================================================== ] 2064/2541 81% [================================================== ] 2065/2541 81% [================================================== ] 2066/2541 81% [================================================== ] 2067/2541 81% [================================================== ] 2068/2541 81% [================================================== ] 2069/2541 81% [================================================== ] 2070/2541 81% [================================================== ] 2071/2541 81% [================================================== ] 2072/2541 81% [================================================== ] 2073/2541 81% [================================================== ] 2074/2541 81% [================================================== ] 2075/2541 81% [================================================== ] 2076/2541 81% [================================================== ] 2077/2541 81% [================================================== ] 2078/2541 81% [================================================== ] 2079/2541 81% [================================================== ] 2080/2541 81% [================================================== ] 2081/2541 81% [================================================== ] 2082/2541 81% [================================================== ] 2083/2541 81% [================================================== ] 2084/2541 82% [================================================== ] 2085/2541 82% [================================================== ] 2086/2541 82% [================================================== ] 2087/2541 82% [================================================== ] 2088/2541 82% [================================================== ] 2089/2541 82% [================================================== ] 2090/2541 82% [=================================================== ] 2091/2541 82% [=================================================== ] 2092/2541 82% [=================================================== ] 2093/2541 82% [=================================================== ] 2094/2541 82% [=================================================== ] 2095/2541 82% [=================================================== ] 2096/2541 82% [=================================================== ] 2097/2541 82% [=================================================== ] 2098/2541 82% [=================================================== ] 2099/2541 82% [=================================================== ] 2100/2541 82% [=================================================== ] 2101/2541 82% [=================================================== ] 2102/2541 82% [=================================================== ] 2103/2541 82% [=================================================== ] 2104/2541 82% [=================================================== ] 2105/2541 82% [=================================================== ] 2106/2541 82% [=================================================== ] 2107/2541 82% [=================================================== ] 2108/2541 82% [=================================================== ] 2109/2541 82% [=================================================== ] 2110/2541 83% [=================================================== ] 2111/2541 83% [=================================================== ] 2112/2541 83% [=================================================== ] 2113/2541 83% [=================================================== ] 2114/2541 83% [=================================================== ] 2115/2541 83% [=================================================== ] 2116/2541 83% [=================================================== ] 2117/2541 83% [=================================================== ] 2118/2541 83% [=================================================== ] 2119/2541 83% [=================================================== ] 2120/2541 83% [=================================================== ] 2121/2541 83% [=================================================== ] 2122/2541 83% [=================================================== ] 2123/2541 83% [=================================================== ] 2124/2541 83% [=================================================== ] 2125/2541 83% [=================================================== ] 2126/2541 83% [=================================================== ] 2127/2541 83% [=================================================== ] 2128/2541 83% [=================================================== ] 2129/2541 83% [=================================================== ] 2130/2541 83% [=================================================== ] 2131/2541 83% [==================================================== ] 2132/2541 83% [==================================================== ] 2133/2541 83% [==================================================== ] 2134/2541 83% [==================================================== ] 2135/2541 84% [==================================================== ] 2136/2541 84% [==================================================== ] 2137/2541 84% [==================================================== ] 2138/2541 84% [==================================================== ] 2139/2541 84% [==================================================== ] 2140/2541 84% [==================================================== ] 2141/2541 84% [==================================================== ] 2142/2541 84% [==================================================== ] 2143/2541 84% [==================================================== ] 2144/2541 84% [==================================================== ] 2145/2541 84% [==================================================== ] 2146/2541 84% [==================================================== ] 2147/2541 84% [==================================================== ] 2148/2541 84% [==================================================== ] 2149/2541 84% [==================================================== ] 2150/2541 84% [==================================================== ] 2151/2541 84% [==================================================== ] 2152/2541 84% [==================================================== ] 2153/2541 84% [==================================================== ] 2154/2541 84% [==================================================== ] 2155/2541 84% [==================================================== ] 2156/2541 84% [==================================================== ] 2157/2541 84% [==================================================== ] 2158/2541 84% [==================================================== ] 2159/2541 84% [==================================================== ] 2160/2541 85% [==================================================== ] 2161/2541 85% [==================================================== ] 2162/2541 85% [==================================================== ] 2163/2541 85% [==================================================== ] 2164/2541 85% [==================================================== ] 2165/2541 85% [==================================================== ] 2166/2541 85% [==================================================== ] 2167/2541 85% [==================================================== ] 2168/2541 85% [==================================================== ] 2169/2541 85% [==================================================== ] 2170/2541 85% [==================================================== ] 2171/2541 85% [==================================================== ] 2172/2541 85% [===================================================== ] 2173/2541 85% [===================================================== ] 2174/2541 85% [===================================================== ] 2175/2541 85% [===================================================== ] 2176/2541 85% [===================================================== ] 2177/2541 85% [===================================================== ] 2178/2541 85% [===================================================== ] 2179/2541 85% [===================================================== ] 2180/2541 85% [===================================================== ] 2181/2541 85% [===================================================== ] 2182/2541 85% [===================================================== ] 2183/2541 85% [===================================================== ] 2184/2541 85% [===================================================== ] 2185/2541 85% [===================================================== ] 2186/2541 86% [===================================================== ] 2187/2541 86% [===================================================== ] 2188/2541 86% [===================================================== ] 2189/2541 86% [===================================================== ] 2190/2541 86% [===================================================== ] 2191/2541 86% [===================================================== ] 2192/2541 86% [===================================================== ] 2193/2541 86% [===================================================== ] 2194/2541 86% [===================================================== ] 2195/2541 86% [===================================================== ] 2196/2541 86% [===================================================== ] 2197/2541 86% [===================================================== ] 2198/2541 86% [===================================================== ] 2199/2541 86% [===================================================== ] 2200/2541 86% [===================================================== ] 2201/2541 86% [===================================================== ] 2202/2541 86% [===================================================== ] 2203/2541 86% [===================================================== ] 2204/2541 86% [===================================================== ] 2205/2541 86% [===================================================== ] 2206/2541 86% [===================================================== ] 2207/2541 86% [===================================================== ] 2208/2541 86% [===================================================== ] 2209/2541 86% [===================================================== ] 2210/2541 86% [===================================================== ] 2211/2541 87% [===================================================== ] 2212/2541 87% [===================================================== ] 2213/2541 87% [====================================================== ] 2214/2541 87% [====================================================== ] 2215/2541 87% [====================================================== ] 2216/2541 87% [====================================================== ] 2217/2541 87% [====================================================== ] 2218/2541 87% [====================================================== ] 2219/2541 87% [====================================================== ] 2220/2541 87% [====================================================== ] 2221/2541 87% [====================================================== ] 2222/2541 87% [====================================================== ] 2223/2541 87% [====================================================== ] 2224/2541 87% [====================================================== ] 2225/2541 87% [====================================================== ] 2226/2541 87% [====================================================== ] 2227/2541 87% [====================================================== ] 2228/2541 87% [====================================================== ] 2229/2541 87% [====================================================== ] 2230/2541 87% [====================================================== ] 2231/2541 87% [====================================================== ] 2232/2541 87% [====================================================== ] 2233/2541 87% [====================================================== ] 2234/2541 87% [====================================================== ] 2235/2541 87% [====================================================== ] 2236/2541 87% [====================================================== ] 2237/2541 88% [====================================================== ] 2238/2541 88% [====================================================== ] 2239/2541 88% [====================================================== ] 2240/2541 88% [====================================================== ] 2241/2541 88% [====================================================== ] 2242/2541 88% [====================================================== ] 2243/2541 88% [====================================================== ] 2244/2541 88% [====================================================== ] 2245/2541 88% [====================================================== ] 2246/2541 88% [====================================================== ] 2247/2541 88% [====================================================== ] 2248/2541 88% [====================================================== ] 2249/2541 88% [====================================================== ] 2250/2541 88% [====================================================== ] 2251/2541 88% [====================================================== ] 2252/2541 88% [====================================================== ] 2253/2541 88% [====================================================== ] 2254/2541 88% [======================================================= ] 2255/2541 88% [======================================================= ] 2256/2541 88% [======================================================= ] 2257/2541 88% [======================================================= ] 2258/2541 88% [======================================================= ] 2259/2541 88% [======================================================= ] 2260/2541 88% [======================================================= ] 2261/2541 88% [======================================================= ] 2262/2541 89% [======================================================= ] 2263/2541 89% [======================================================= ] 2264/2541 89% [======================================================= ] 2265/2541 89% [======================================================= ] 2266/2541 89% [======================================================= ] 2267/2541 89% [======================================================= ] 2268/2541 89% [======================================================= ] 2269/2541 89% [======================================================= ] 2270/2541 89% [======================================================= ] 2271/2541 89% [======================================================= ] 2272/2541 89% [======================================================= ] 2273/2541 89% [======================================================= ] 2274/2541 89% [======================================================= ] 2275/2541 89% [======================================================= ] 2276/2541 89% [======================================================= ] 2277/2541 89% [======================================================= ] 2278/2541 89% [======================================================= ] 2279/2541 89% [======================================================= ] 2280/2541 89% [======================================================= ] 2281/2541 89% [======================================================= ] 2282/2541 89% [======================================================= ] 2283/2541 89% [======================================================= ] 2284/2541 89% [======================================================= ] 2285/2541 89% [======================================================= ] 2286/2541 89% [======================================================= ] 2287/2541 90% [======================================================= ] 2288/2541 90% [======================================================= ] 2289/2541 90% [======================================================= ] 2290/2541 90% [======================================================= ] 2291/2541 90% [======================================================= ] 2292/2541 90% [======================================================= ] 2293/2541 90% [======================================================= ] 2294/2541 90% [======================================================= ] 2295/2541 90% [======================================================== ] 2296/2541 90% [======================================================== ] 2297/2541 90% [======================================================== ] 2298/2541 90% [======================================================== ] 2299/2541 90% [======================================================== ] 2300/2541 90% [======================================================== ] 2301/2541 90% [======================================================== ] 2302/2541 90% [======================================================== ] 2303/2541 90% [======================================================== ] 2304/2541 90% [======================================================== ] 2305/2541 90% [======================================================== ] 2306/2541 90% [======================================================== ] 2307/2541 90% [======================================================== ] 2308/2541 90% [======================================================== ] 2309/2541 90% [======================================================== ] 2310/2541 90% [======================================================== ] 2311/2541 90% [======================================================== ] 2312/2541 90% [======================================================== ] 2313/2541 91% [======================================================== ] 2314/2541 91% [======================================================== ] 2315/2541 91% [======================================================== ] 2316/2541 91% [======================================================== ] 2317/2541 91% [======================================================== ] 2318/2541 91% [======================================================== ] 2319/2541 91% [======================================================== ] 2320/2541 91% [======================================================== ] 2321/2541 91% [======================================================== ] 2322/2541 91% [======================================================== ] 2323/2541 91% [======================================================== ] 2324/2541 91% [======================================================== ] 2325/2541 91% [======================================================== ] 2326/2541 91% [======================================================== ] 2327/2541 91% [======================================================== ] 2328/2541 91% [======================================================== ] 2329/2541 91% [======================================================== ] 2330/2541 91% [======================================================== ] 2331/2541 91% [======================================================== ] 2332/2541 91% [======================================================== ] 2333/2541 91% [======================================================== ] 2334/2541 91% [======================================================== ] 2335/2541 91% [======================================================== ] 2336/2541 91% [========================================================= ] 2337/2541 91% [========================================================= ] 2338/2541 92% [========================================================= ] 2339/2541 92% [========================================================= ] 2340/2541 92% [========================================================= ] 2341/2541 92% [========================================================= ] 2342/2541 92% [========================================================= ] 2343/2541 92% [========================================================= ] 2344/2541 92% [========================================================= ] 2345/2541 92% [========================================================= ] 2346/2541 92% [========================================================= ] 2347/2541 92% [========================================================= ] 2348/2541 92% [========================================================= ] 2349/2541 92% [========================================================= ] 2350/2541 92% [========================================================= ] 2351/2541 92% [========================================================= ] 2352/2541 92% [========================================================= ] 2353/2541 92% [========================================================= ] 2354/2541 92% [========================================================= ] 2355/2541 92% [========================================================= ] 2356/2541 92% [========================================================= ] 2357/2541 92% [========================================================= ] 2358/2541 92% [========================================================= ] 2359/2541 92% [========================================================= ] 2360/2541 92% [========================================================= ] 2361/2541 92% [========================================================= ] 2362/2541 92% [========================================================= ] 2363/2541 92% [========================================================= ] 2364/2541 93% [========================================================= ] 2365/2541 93% [========================================================= ] 2366/2541 93% [========================================================= ] 2367/2541 93% [========================================================= ] 2368/2541 93% [========================================================= ] 2369/2541 93% [========================================================= ] 2370/2541 93% [========================================================= ] 2371/2541 93% [========================================================= ] 2372/2541 93% [========================================================= ] 2373/2541 93% [========================================================= ] 2374/2541 93% [========================================================= ] 2375/2541 93% [========================================================= ] 2376/2541 93% [========================================================= ] 2377/2541 93% [========================================================== ] 2378/2541 93% [========================================================== ] 2379/2541 93% [========================================================== ] 2380/2541 93% [========================================================== ] 2381/2541 93% [========================================================== ] 2382/2541 93% [========================================================== ] 2383/2541 93% [========================================================== ] 2384/2541 93% [========================================================== ] 2385/2541 93% [========================================================== ] 2386/2541 93% [========================================================== ] 2387/2541 93% [========================================================== ] 2388/2541 93% [========================================================== ] 2389/2541 94% [========================================================== ] 2390/2541 94% [========================================================== ] 2391/2541 94% [========================================================== ] 2392/2541 94% [========================================================== ] 2393/2541 94% [========================================================== ] 2394/2541 94% [========================================================== ] 2395/2541 94% [========================================================== ] 2396/2541 94% [========================================================== ] 2397/2541 94% [========================================================== ] 2398/2541 94% [========================================================== ] 2399/2541 94% [========================================================== ] 2400/2541 94% [========================================================== ] 2401/2541 94% [========================================================== ] 2402/2541 94% [========================================================== ] 2403/2541 94% [========================================================== ] 2404/2541 94% [========================================================== ] 2405/2541 94% [========================================================== ] 2406/2541 94% [========================================================== ] 2407/2541 94% [========================================================== ] 2408/2541 94% [========================================================== ] 2409/2541 94% [========================================================== ] 2410/2541 94% [========================================================== ] 2411/2541 94% [========================================================== ] 2412/2541 94% [========================================================== ] 2413/2541 94% [========================================================== ] 2414/2541 95% [========================================================== ] 2415/2541 95% [========================================================== ] 2416/2541 95% [========================================================== ] 2417/2541 95% [========================================================== ] 2418/2541 95% [=========================================================== ] 2419/2541 95% [=========================================================== ] 2420/2541 95% [=========================================================== ] 2421/2541 95% [=========================================================== ] 2422/2541 95% [=========================================================== ] 2423/2541 95% [=========================================================== ] 2424/2541 95% [=========================================================== ] 2425/2541 95% [=========================================================== ] 2426/2541 95% [=========================================================== ] 2427/2541 95% [=========================================================== ] 2428/2541 95% [=========================================================== ] 2429/2541 95% [=========================================================== ] 2430/2541 95% [=========================================================== ] 2431/2541 95% [=========================================================== ] 2432/2541 95% [=========================================================== ] 2433/2541 95% [=========================================================== ] 2434/2541 95% [=========================================================== ] 2435/2541 95% [=========================================================== ] 2436/2541 95% [=========================================================== ] 2437/2541 95% [=========================================================== ] 2438/2541 95% [=========================================================== ] 2439/2541 95% [=========================================================== ] 2440/2541 96% [=========================================================== ] 2441/2541 96% [=========================================================== ] 2442/2541 96% [=========================================================== ] 2443/2541 96% [=========================================================== ] 2444/2541 96% [=========================================================== ] 2445/2541 96% [=========================================================== ] 2446/2541 96% [=========================================================== ] 2447/2541 96% [=========================================================== ] 2448/2541 96% [=========================================================== ] 2449/2541 96% [=========================================================== ] 2450/2541 96% [=========================================================== ] 2451/2541 96% [=========================================================== ] 2452/2541 96% [=========================================================== ] 2453/2541 96% [=========================================================== ] 2454/2541 96% [=========================================================== ] 2455/2541 96% [=========================================================== ] 2456/2541 96% [=========================================================== ] 2457/2541 96% [=========================================================== ] 2458/2541 96% [=========================================================== ] 2459/2541 96% [============================================================ ] 2460/2541 96% [============================================================ ] 2461/2541 96% [============================================================ ] 2462/2541 96% [============================================================ ] 2463/2541 96% [============================================================ ] 2464/2541 96% [============================================================ ] 2465/2541 97% [============================================================ ] 2466/2541 97% [============================================================ ] 2467/2541 97% [============================================================ ] 2468/2541 97% [============================================================ ] 2469/2541 97% [============================================================ ] 2470/2541 97% [============================================================ ] 2471/2541 97% [============================================================ ] 2472/2541 97% [============================================================ ] 2473/2541 97% [============================================================ ] 2474/2541 97% [============================================================ ] 2475/2541 97% [============================================================ ] 2476/2541 97% [============================================================ ] 2477/2541 97% [============================================================ ] 2478/2541 97% [============================================================ ] 2479/2541 97% [============================================================ ] 2480/2541 97% [============================================================ ] 2481/2541 97% [============================================================ ] 2482/2541 97% [============================================================ ] 2483/2541 97% [============================================================ ] 2484/2541 97% [============================================================ ] 2485/2541 97% [============================================================ ] 2486/2541 97% [============================================================ ] 2487/2541 97% [============================================================ ] 2488/2541 97% [============================================================ ] 2489/2541 97% [============================================================ ] 2490/2541 97% [============================================================ ] 2491/2541 98% [============================================================ ] 2492/2541 98% [============================================================ ] 2493/2541 98% [============================================================ ] 2494/2541 98% [============================================================ ] 2495/2541 98% [============================================================ ] 2496/2541 98% [============================================================ ] 2497/2541 98% [============================================================ ] 2498/2541 98% [============================================================ ] 2499/2541 98% [============================================================ ] 2500/2541 98% [============================================================= ] 2501/2541 98% [============================================================= ] 2502/2541 98% [============================================================= ] 2503/2541 98% [============================================================= ] 2504/2541 98% [============================================================= ] 2505/2541 98% [============================================================= ] 2506/2541 98% [============================================================= ] 2507/2541 98% [============================================================= ] 2508/2541 98% [============================================================= ] 2509/2541 98% [============================================================= ] 2510/2541 98% [============================================================= ] 2511/2541 98% [============================================================= ] 2512/2541 98% [============================================================= ] 2513/2541 98% [============================================================= ] 2514/2541 98% [============================================================= ] 2515/2541 98% [============================================================= ] 2516/2541 99% [============================================================= ] 2517/2541 99% [============================================================= ] 2518/2541 99% [============================================================= ] 2519/2541 99% [============================================================= ] 2520/2541 99% [============================================================= ] 2521/2541 99% [============================================================= ] 2522/2541 99% [============================================================= ] 2523/2541 99% [============================================================= ] 2524/2541 99% [============================================================= ] 2525/2541 99% [============================================================= ] 2526/2541 99% [============================================================= ] 2527/2541 99% [============================================================= ] 2528/2541 99% [============================================================= ] 2529/2541 99% [============================================================= ] 2530/2541 99% [============================================================= ] 2531/2541 99% [============================================================= ] 2532/2541 99% [============================================================= ] 2533/2541 99% [============================================================= ] 2534/2541 99% [============================================================= ] 2535/2541 99% [============================================================= ] 2536/2541 99% [============================================================= ] 2537/2541 99% [============================================================= ] 2538/2541 99% [============================================================= ] 2539/2541 99% [============================================================= ] 2540/2541 99% [==============================================================] 2541/2541 100% operation complete, 2541 objects in 68939 NAND pages. ln -snf /home/thomas/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-5300-gd4fc46f751c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.5.8 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 >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> 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) >>> avro-c 1.11.1 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> bpftool v7.1.0 Collecting legal info LICENSE: OK (sha256: 7c588754d5e81e92e2a12e47cf78949d485c9c22b4850f12d21b3835c85947d1) LICENSE.BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSE.GPL-2.0: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> crun 1.8.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> curlftpfs 0.9.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libcurl 8.4.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nghttp2 1.57.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> linux-pam 1.5.3 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fetchmail 6.4.37 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 10.02.0 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> gssdp 1.4.0.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsoup 2.74.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libpsl 0.21.2 Collecting legal info COPYING: OK (sha256: 776cd11d54f0ea3e5efdd25ff1a0d952a1744215bb5858ea7aeb91808e70c9f7) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3.43.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp-av 0.14.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gupnp 1.4.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> json-glib 1.6.6 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libuv 1.46.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mutt 2.2.12 Collecting legal info GPL: OK (sha256: 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rauc-hawkbit-updater 1.3 Collecting legal info LICENSE: OK (sha256: 041234c81fd6fe6c531ea1a886b9e740b9ee06759d1a910a14edbd06f4aa62c7) >>> rauc 1.10.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.83.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> host-rust-bin 1.71.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> screen 4.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-sentry-cli 2.20.3 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sshguard 2.4.3 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> unbound 1.17.1 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> wget 1.21.4 Collecting legal info COPYING: OK (sha256: f7dc7522e7e1be9227f3dc8de8b39a4d1d2471968c893af15f00c1a2076a0eec) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> grub2 2.06 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-grub2 2.06 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'