# Create symlinks to certificates under /etc/ssl/certs # and generate the bundle cd /home/autobuild/autobuild/instance-9/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/autobuild/autobuild/instance-9/output-1/build/ca-certificates.crt # Create symlinks to the certificates by their hash values /home/autobuild/autobuild/instance-9/output-1/host/bin/c_rehash /home/autobuild/autobuild/instance-9/output-1/target/etc/ssl/certs Doing /home/autobuild/autobuild/instance-9/output-1/target/etc/ssl/certs # Install the certificates bundle /usr/bin/install -D -m 644 /home/autobuild/autobuild/instance-9/output-1/build/ca-certificates.crt /home/autobuild/autobuild/instance-9/output-1/target/etc/ssl/certs/ca-certificates.crt rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/perl5/5.38.2/pod rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/perl5/5.38.2/microblaze-linux/CORE find /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /home/autobuild/autobuild/instance-9/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-9/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-9/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-9/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-9/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-9/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-9/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-9/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-9/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-9/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-9/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-9/output-1/target/etc/inittab; fi if test -d /home/autobuild/autobuild/instance-9/output-1/target/lib/modules/`MAKEFLAGS='' /home/autobuild/make/make -j1 HOSTCC="/usr/bin/gcc -O2 -isystem /home/autobuild/autobuild/instance-9/output-1/host/include -L/home/autobuild/autobuild/instance-9/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-9/output-1/host/lib" ARCH=microblaze INSTALL_MOD_PATH=/home/autobuild/autobuild/instance-9/output-1/target CROSS_COMPILE="/home/autobuild/autobuild/instance-9/output-1/host/bin/microblaze-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/autobuild/autobuild/instance-9/output-1/host/sbin/depmod -C /home/autobuild/autobuild/instance-9/output-1/build/linux-6.6.15 --no-print-directory -s kernelrelease 2>/dev/null` && grep -q "CONFIG_MODULES=y" /home/autobuild/autobuild/instance-9/output-1/build/linux-6.6.15/.config; then /home/autobuild/autobuild/instance-9/output-1/host/sbin/depmod -a -b /home/autobuild/autobuild/instance-9/output-1/target `MAKEFLAGS='' /home/autobuild/make/make -j1 HOSTCC="/usr/bin/gcc -O2 -isystem /home/autobuild/autobuild/instance-9/output-1/host/include -L/home/autobuild/autobuild/instance-9/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-9/output-1/host/lib" ARCH=microblaze INSTALL_MOD_PATH=/home/autobuild/autobuild/instance-9/output-1/target CROSS_COMPILE="/home/autobuild/autobuild/instance-9/output-1/host/bin/microblaze-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/autobuild/autobuild/instance-9/output-1/host/sbin/depmod -C /home/autobuild/autobuild/instance-9/output-1/build/linux-6.6.15 --no-print-directory -s kernelrelease 2>/dev/null`; fi rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/include /home/autobuild/autobuild/instance-9/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-9/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-9/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-9/output-1/target/usr/doc find /home/autobuild/autobuild/instance-9/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-9/output-1/target/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-9/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/man /home/autobuild/autobuild/instance-9/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/info /home/autobuild/autobuild/instance-9/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/doc /home/autobuild/autobuild/instance-9/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-9/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-9/output-1/target/lib/debug /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-9/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/autobuild/autobuild/instance-9/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-9/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/autobuild/autobuild/instance-9/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/autobuild/autobuild/instance-9/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-1118-g52b43a1247"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-9/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-9/output-1/per-package \ /home/autobuild/autobuild/instance-9/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-9/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1707604180\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3184 objects. stage 2: creating image '/home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2' [ ] 1/3184 0% [ ] 2/3184 0% [ ] 3/3184 0% [ ] 4/3184 0% [ ] 5/3184 0% [ ] 6/3184 0% [ ] 7/3184 0% [ ] 8/3184 0% [ ] 9/3184 0% [ ] 10/3184 0% [ ] 11/3184 0% [ ] 12/3184 0% [ ] 13/3184 0% [ ] 14/3184 0% [ ] 15/3184 0% [ ] 16/3184 0% [ ] 17/3184 0% [ ] 18/3184 0% [ ] 19/3184 0% [ ] 20/3184 0% [ ] 21/3184 0% [ ] 22/3184 0% [ ] 23/3184 0% [ ] 24/3184 0% [ ] 25/3184 0% [ ] 26/3184 0% [ ] 27/3184 0% [ ] 28/3184 0% [ ] 29/3184 0% [ ] 30/3184 0% [ ] 31/3184 0% [ ] 32/3184 1% [ ] 33/3184 1% [ ] 34/3184 1% [ ] 35/3184 1% [ ] 36/3184 1% [ ] 37/3184 1% [ ] 38/3184 1% [ ] 39/3184 1% [ ] 40/3184 1% [ ] 41/3184 1% [ ] 42/3184 1% [ ] 43/3184 1% [ ] 44/3184 1% [ ] 45/3184 1% [ ] 46/3184 1% [ ] 47/3184 1% [ ] 48/3184 1% [ ] 49/3184 1% [ ] 50/3184 1% [ ] 51/3184 1% [= ] 52/3184 1% [= ] 53/3184 1% [= ] 54/3184 1% [= ] 55/3184 1% [= ] 56/3184 1% [= ] 57/3184 1% [= ] 58/3184 1% [= ] 59/3184 1% [= ] 60/3184 1% [= ] 61/3184 1% [= ] 62/3184 1% [= ] 63/3184 1% [= ] 64/3184 2% [= ] 65/3184 2% [= ] 66/3184 2% [= ] 67/3184 2% [= ] 68/3184 2% [= ] 69/3184 2% [= ] 70/3184 2% [= ] 71/3184 2% [= ] 72/3184 2% [= ] 73/3184 2% [= ] 74/3184 2% [= ] 75/3184 2% [= ] 76/3184 2% [= ] 77/3184 2% [= ] 78/3184 2% [= ] 79/3184 2% [= ] 80/3184 2% [= ] 81/3184 2% [= ] 82/3184 2% [= ] 83/3184 2% [= ] 84/3184 2% [= ] 85/3184 2% [= ] 86/3184 2% [= ] 87/3184 2% [= ] 88/3184 2% [= ] 89/3184 2% [= ] 90/3184 2% [= ] 91/3184 2% [= ] 92/3184 2% [= ] 93/3184 2% [= ] 94/3184 2% [= ] 95/3184 2% [= ] 96/3184 3% [= ] 97/3184 3% [= ] 98/3184 3% [= ] 99/3184 3% [= ] 100/3184 3% [= ] 101/3184 3% [= ] 102/3184 3% [== ] 103/3184 3% [== ] 104/3184 3% [== ] 105/3184 3% [== ] 106/3184 3% [== ] 107/3184 3% [== ] 108/3184 3% [== ] 109/3184 3% [== ] 110/3184 3% [== ] 111/3184 3% [== ] 112/3184 3% [== ] 113/3184 3% [== ] 114/3184 3% [== ] 115/3184 3% [== ] 116/3184 3% [== ] 117/3184 3% [== ] 118/3184 3% [== ] 119/3184 3% [== ] 120/3184 3% [== ] 121/3184 3% [== ] 122/3184 3% [== ] 123/3184 3% [== ] 124/3184 3% [== ] 125/3184 3% [== ] 126/3184 3% [== ] 127/3184 3% [== ] 128/3184 4% [== ] 129/3184 4% [== ] 130/3184 4% [== ] 131/3184 4% [== ] 132/3184 4% [== ] 133/3184 4% [== ] 134/3184 4% [== ] 135/3184 4% [== ] 136/3184 4% [== ] 137/3184 4% [== ] 138/3184 4% [== ] 139/3184 4% [== ] 140/3184 4% [== ] 141/3184 4% [== ] 142/3184 4% [== ] 143/3184 4% [== ] 144/3184 4% [== ] 145/3184 4% [== ] 146/3184 4% [== ] 147/3184 4% [== ] 148/3184 4% [== ] 149/3184 4% [== ] 150/3184 4% [== ] 151/3184 4% [== ] 152/3184 4% [== ] 153/3184 4% [== ] 154/3184 4% [=== ] 155/3184 4% [=== ] 156/3184 4% [=== ] 157/3184 4% [=== ] 158/3184 4% [=== ] 159/3184 4% [=== ] 160/3184 5% [=== ] 161/3184 5% [=== ] 162/3184 5% [=== ] 163/3184 5% [=== ] 164/3184 5% [=== ] 165/3184 5% [=== ] 166/3184 5% [=== ] 167/3184 5% [=== ] 168/3184 5% [=== ] 169/3184 5% [=== ] 170/3184 5% [=== ] 171/3184 5% [=== ] 172/3184 5% [=== ] 173/3184 5% [=== ] 174/3184 5% [=== ] 175/3184 5% [=== ] 176/3184 5% [=== ] 177/3184 5% [=== ] 178/3184 5% [=== ] 179/3184 5% [=== ] 180/3184 5% [=== ] 181/3184 5% [=== ] 182/3184 5% [=== ] 183/3184 5% [=== ] 184/3184 5% [=== ] 185/3184 5% [=== ] 186/3184 5% [=== ] 187/3184 5% [=== ] 188/3184 5% [=== ] 189/3184 5% [=== ] 190/3184 5% [=== ] 191/3184 5% [=== ] 192/3184 6% [=== ] 193/3184 6% [=== ] 194/3184 6% [=== ] 195/3184 6% [=== ] 196/3184 6% [=== ] 197/3184 6% [=== ] 198/3184 6% [=== ] 199/3184 6% [=== ] 200/3184 6% [=== ] 201/3184 6% [=== ] 202/3184 6% [=== ] 203/3184 6% [=== ] 204/3184 6% [=== ] 205/3184 6% [==== ] 206/3184 6% [==== ] 207/3184 6% [==== ] 208/3184 6% [==== ] 209/3184 6% [==== ] 210/3184 6% [==== ] 211/3184 6% [==== ] 212/3184 6% [==== ] 213/3184 6% [==== ] 214/3184 6% [==== ] 215/3184 6% [==== ] 216/3184 6% [==== ] 217/3184 6% [==== ] 218/3184 6% [==== ] 219/3184 6% [==== ] 220/3184 6% [==== ] 221/3184 6% [==== ] 222/3184 6% [==== ] 223/3184 7% [==== ] 224/3184 7% [==== ] 225/3184 7% [==== ] 226/3184 7% [==== ] 227/3184 7% [==== ] 228/3184 7% [==== ] 229/3184 7% [==== ] 230/3184 7% [==== ] 231/3184 7% [==== ] 232/3184 7% [==== ] 233/3184 7% [==== ] 234/3184 7% [==== ] 235/3184 7% [==== ] 236/3184 7% [==== ] 237/3184 7% [==== ] 238/3184 7% [==== ] 239/3184 7% [==== ] 240/3184 7% [==== ] 241/3184 7% [==== ] 242/3184 7% [==== ] 243/3184 7% [==== ] 244/3184 7% [==== ] 245/3184 7% [==== ] 246/3184 7% [==== ] 247/3184 7% [==== ] 248/3184 7% [==== ] 249/3184 7% [==== ] 250/3184 7% [==== ] 251/3184 7% [==== ] 252/3184 7% [==== ] 253/3184 7% [==== ] 254/3184 7% [==== ] 255/3184 8% [==== ] 256/3184 8% [===== ] 257/3184 8% [===== ] 258/3184 8% [===== ] 259/3184 8% [===== ] 260/3184 8% [===== ] 261/3184 8% [===== ] 262/3184 8% [===== ] 263/3184 8% [===== ] 264/3184 8% [===== ] 265/3184 8% [===== ] 266/3184 8% [===== ] 267/3184 8% [===== ] 268/3184 8% [===== ] 269/3184 8% [===== ] 270/3184 8% [===== ] 271/3184 8% [===== ] 272/3184 8% [===== ] 273/3184 8% [===== ] 274/3184 8% [===== ] 275/3184 8% [===== ] 276/3184 8% [===== ] 277/3184 8% [===== ] 278/3184 8% [===== ] 279/3184 8% [===== ] 280/3184 8% [===== ] 281/3184 8% [===== ] 282/3184 8% [===== ] 283/3184 8% [===== ] 284/3184 8% [===== ] 285/3184 8% [===== ] 286/3184 8% [===== ] 287/3184 9% [===== ] 288/3184 9% [===== ] 289/3184 9% [===== ] 290/3184 9% [===== ] 291/3184 9% [===== ] 292/3184 9% [===== ] 293/3184 9% [===== ] 294/3184 9% [===== ] 295/3184 9% [===== ] 296/3184 9% [===== ] 297/3184 9% [===== ] 298/3184 9% [===== ] 299/3184 9% [===== ] 300/3184 9% [===== ] 301/3184 9% [===== ] 302/3184 9% [===== ] 303/3184 9% [===== ] 304/3184 9% [===== ] 305/3184 9% [===== ] 306/3184 9% [===== ] 307/3184 9% [===== ] 308/3184 9% [====== ] 309/3184 9% [====== ] 310/3184 9% [====== ] 311/3184 9% [====== ] 312/3184 9% [====== ] 313/3184 9% [====== ] 314/3184 9% [====== ] 315/3184 9% [====== ] 316/3184 9% [====== ] 317/3184 9% [====== ] 318/3184 9% [====== ] 319/3184 10% [====== ] 320/3184 10% [====== ] 321/3184 10% [====== ] 322/3184 10% [====== ] 323/3184 10% [====== ] 324/3184 10% [====== ] 325/3184 10% [====== ] 326/3184 10% [====== ] 327/3184 10% [====== ] 328/3184 10% [====== ] 329/3184 10% [====== ] 330/3184 10% [====== ] 331/3184 10% [====== ] 332/3184 10% [====== ] 333/3184 10% [====== ] 334/3184 10% [====== ] 335/3184 10% [====== ] 336/3184 10% [====== ] 337/3184 10% [====== ] 338/3184 10% [====== ] 339/3184 10% [====== ] 340/3184 10% [====== ] 341/3184 10% [====== ] 342/3184 10% [====== ] 343/3184 10% [====== ] 344/3184 10% [====== ] 345/3184 10% [====== ] 346/3184 10% [====== ] 347/3184 10% [====== ] 348/3184 10% [====== ] 349/3184 10% [====== ] 350/3184 10% [====== ] 351/3184 11% [====== ] 352/3184 11% [====== ] 353/3184 11% [====== ] 354/3184 11% [====== ] 355/3184 11% [====== ] 356/3184 11% [====== ] 357/3184 11% [====== ] 358/3184 11% [====== ] 359/3184 11% [======= ] 360/3184 11% [======= ] 361/3184 11% [======= ] 362/3184 11% [======= ] 363/3184 11% [======= ] 364/3184 11% [======= ] 365/3184 11% [======= ] 366/3184 11% [======= ] 367/3184 11% [======= ] 368/3184 11% [======= ] 369/3184 11% [======= ] 370/3184 11% [======= ] 371/3184 11% [======= ] 372/3184 11% [======= ] 373/3184 11% [======= ] 374/3184 11% [======= ] 375/3184 11% [======= ] 376/3184 11% [======= ] 377/3184 11% [======= ] 378/3184 11% [======= ] 379/3184 11% [======= ] 380/3184 11% [======= ] 381/3184 11% [======= ] 382/3184 11% [======= ] 383/3184 12% [======= ] 384/3184 12% [======= ] 385/3184 12% [======= ] 386/3184 12% [======= ] 387/3184 12% [======= ] 388/3184 12% [======= ] 389/3184 12% [======= ] 390/3184 12% [======= ] 391/3184 12% [======= ] 392/3184 12% [======= ] 393/3184 12% [======= ] 394/3184 12% [======= ] 395/3184 12% [======= ] 396/3184 12% [======= ] 397/3184 12% [======= ] 398/3184 12% [======= ] 399/3184 12% [======= ] 400/3184 12% [======= ] 401/3184 12% [======= ] 402/3184 12% [======= ] 403/3184 12% [======= ] 404/3184 12% [======= ] 405/3184 12% [======= ] 406/3184 12% [======= ] 407/3184 12% [======= ] 408/3184 12% [======= ] 409/3184 12% [======= ] 410/3184 12% [======== ] 411/3184 12% [======== ] 412/3184 12% [======== ] 413/3184 12% [======== ] 414/3184 13% [======== ] 415/3184 13% [======== ] 416/3184 13% [======== ] 417/3184 13% [======== ] 418/3184 13% [======== ] 419/3184 13% [======== ] 420/3184 13% [======== ] 421/3184 13% [======== ] 422/3184 13% [======== ] 423/3184 13% [======== ] 424/3184 13% [======== ] 425/3184 13% [======== ] 426/3184 13% [======== ] 427/3184 13% [======== ] 428/3184 13% [======== ] 429/3184 13% [======== ] 430/3184 13% [======== ] 431/3184 13% [======== ] 432/3184 13% [======== ] 433/3184 13% [======== ] 434/3184 13% [======== ] 435/3184 13% [======== ] 436/3184 13% [======== ] 437/3184 13% [======== ] 438/3184 13% [======== ] 439/3184 13% [======== ] 440/3184 13% [======== ] 441/3184 13% [======== ] 442/3184 13% [======== ] 443/3184 13% [======== ] 444/3184 13% [======== ] 445/3184 13% [======== ] 446/3184 14% [======== ] 447/3184 14% [======== ] 448/3184 14% [======== ] 449/3184 14% [======== ] 450/3184 14% [======== ] 451/3184 14% [======== ] 452/3184 14% [======== ] 453/3184 14% [======== ] 454/3184 14% [======== ] 455/3184 14% [======== ] 456/3184 14% [======== ] 457/3184 14% [======== ] 458/3184 14% [======== ] 459/3184 14% [======== ] 460/3184 14% [======== ] 461/3184 14% [======== ] 462/3184 14% [========= ] 463/3184 14% [========= ] 464/3184 14% [========= ] 465/3184 14% [========= ] 466/3184 14% [========= ] 467/3184 14% [========= ] 468/3184 14% [========= ] 469/3184 14% [========= ] 470/3184 14% [========= ] 471/3184 14% [========= ] 472/3184 14% [========= ] 473/3184 14% [========= ] 474/3184 14% [========= ] 475/3184 14% [========= ] 476/3184 14% [========= ] 477/3184 14% [========= ] 478/3184 15% [========= ] 479/3184 15% [========= ] 480/3184 15% [========= ] 481/3184 15% [========= ] 482/3184 15% [========= ] 483/3184 15% [========= ] 484/3184 15% [========= ] 485/3184 15% [========= ] 486/3184 15% [========= ] 487/3184 15% [========= ] 488/3184 15% [========= ] 489/3184 15% [========= ] 490/3184 15% [========= ] 491/3184 15% [========= ] 492/3184 15% [========= ] 493/3184 15% [========= ] 494/3184 15% [========= ] 495/3184 15% [========= ] 496/3184 15% [========= ] 497/3184 15% [========= ] 498/3184 15% [========= ] 499/3184 15% [========= ] 500/3184 15% [========= ] 501/3184 15% [========= ] 502/3184 15% [========= ] 503/3184 15% [========= ] 504/3184 15% [========= ] 505/3184 15% [========= ] 506/3184 15% [========= ] 507/3184 15% [========= ] 508/3184 15% [========= ] 509/3184 15% [========= ] 510/3184 16% [========= ] 511/3184 16% [========= ] 512/3184 16% [========= ] 513/3184 16% [========== ] 514/3184 16% [========== ] 515/3184 16% [========== ] 516/3184 16% [========== ] 517/3184 16% [========== ] 518/3184 16% [========== ] 519/3184 16% [========== ] 520/3184 16% [========== ] 521/3184 16% [========== ] 522/3184 16% [========== ] 523/3184 16% [========== ] 524/3184 16% [========== ] 525/3184 16% [========== ] 526/3184 16% [========== ] 527/3184 16% [========== ] 528/3184 16% [========== ] 529/3184 16% [========== ] 530/3184 16% [========== ] 531/3184 16% [========== ] 532/3184 16% [========== ] 533/3184 16% [========== ] 534/3184 16% [========== ] 535/3184 16% [========== ] 536/3184 16% [========== ] 537/3184 16% [========== ] 538/3184 16% [========== ] 539/3184 16% [========== ] 540/3184 16% [========== ] 541/3184 16% [========== ] 542/3184 17% [========== ] 543/3184 17% [========== ] 544/3184 17% [========== ] 545/3184 17% [========== ] 546/3184 17% [========== ] 547/3184 17% [========== ] 548/3184 17% [========== ] 549/3184 17% [========== ] 550/3184 17% [========== ] 551/3184 17% [========== ] 552/3184 17% [========== ] 553/3184 17% [========== ] 554/3184 17% [========== ] 555/3184 17% [========== ] 556/3184 17% [========== ] 557/3184 17% [========== ] 558/3184 17% [========== ] 559/3184 17% [========== ] 560/3184 17% [========== ] 561/3184 17% [========== ] 562/3184 17% [========== ] 563/3184 17% [========== ] 564/3184 17% [=========== ] 565/3184 17% [=========== ] 566/3184 17% [=========== ] 567/3184 17% [=========== ] 568/3184 17% [=========== ] 569/3184 17% [=========== ] 570/3184 17% [=========== ] 571/3184 17% [=========== ] 572/3184 17% [=========== ] 573/3184 17% [=========== ] 574/3184 18% [=========== ] 575/3184 18% [=========== ] 576/3184 18% [=========== ] 577/3184 18% [=========== ] 578/3184 18% [=========== ] 579/3184 18% [=========== ] 580/3184 18% [=========== ] 581/3184 18% [=========== ] 582/3184 18% [=========== ] 583/3184 18% [=========== ] 584/3184 18% [=========== ] 585/3184 18% [=========== ] 586/3184 18% [=========== ] 587/3184 18% [=========== ] 588/3184 18% [=========== ] 589/3184 18% [=========== ] 590/3184 18% [=========== ] 591/3184 18% [=========== ] 592/3184 18% [=========== ] 593/3184 18% [=========== ] 594/3184 18% [=========== ] 595/3184 18% [=========== ] 596/3184 18% [=========== ] 597/3184 18% [=========== ] 598/3184 18% [=========== ] 599/3184 18% [=========== ] 600/3184 18% [=========== ] 601/3184 18% [=========== ] 602/3184 18% [=========== ] 603/3184 18% [=========== ] 604/3184 18% [=========== ] 605/3184 19% [=========== ] 606/3184 19% [=========== ] 607/3184 19% [=========== ] 608/3184 19% [=========== ] 609/3184 19% [=========== ] 610/3184 19% [=========== ] 611/3184 19% [=========== ] 612/3184 19% [=========== ] 613/3184 19% [=========== ] 614/3184 19% [=========== ] 615/3184 19% [=========== ] 616/3184 19% [============ ] 617/3184 19% [============ ] 618/3184 19% [============ ] 619/3184 19% [============ ] 620/3184 19% [============ ] 621/3184 19% [============ ] 622/3184 19% [============ ] 623/3184 19% [============ ] 624/3184 19% [============ ] 625/3184 19% [============ ] 626/3184 19% [============ ] 627/3184 19% [============ ] 628/3184 19% [============ ] 629/3184 19% [============ ] 630/3184 19% [============ ] 631/3184 19% [============ ] 632/3184 19% [============ ] 633/3184 19% [============ ] 634/3184 19% [============ ] 635/3184 19% [============ ] 636/3184 19% [============ ] 637/3184 20% [============ ] 638/3184 20% [============ ] 639/3184 20% [============ ] 640/3184 20% [============ ] 641/3184 20% [============ ] 642/3184 20% [============ ] 643/3184 20% [============ ] 644/3184 20% [============ ] 645/3184 20% [============ ] 646/3184 20% [============ ] 647/3184 20% [============ ] 648/3184 20% [============ ] 649/3184 20% [============ ] 650/3184 20% [============ ] 651/3184 20% [============ ] 652/3184 20% [============ ] 653/3184 20% [============ ] 654/3184 20% [============ ] 655/3184 20% [============ ] 656/3184 20% [============ ] 657/3184 20% [============ ] 658/3184 20% [============ ] 659/3184 20% [============ ] 660/3184 20% [============ ] 661/3184 20% [============ ] 662/3184 20% [============ ] 663/3184 20% [============ ] 664/3184 20% [============ ] 665/3184 20% [============ ] 666/3184 20% [============ ] 667/3184 20% [============= ] 668/3184 20% [============= ] 669/3184 21% [============= ] 670/3184 21% [============= ] 671/3184 21% [============= ] 672/3184 21% [============= ] 673/3184 21% [============= ] 674/3184 21% [============= ] 675/3184 21% [============= ] 676/3184 21% [============= ] 677/3184 21% [============= ] 678/3184 21% [============= ] 679/3184 21% [============= ] 680/3184 21% [============= ] 681/3184 21% [============= ] 682/3184 21% [============= ] 683/3184 21% [============= ] 684/3184 21% [============= ] 685/3184 21% [============= ] 686/3184 21% [============= ] 687/3184 21% [============= ] 688/3184 21% [============= ] 689/3184 21% [============= ] 690/3184 21% [============= ] 691/3184 21% [============= ] 692/3184 21% [============= ] 693/3184 21% [============= ] 694/3184 21% [============= ] 695/3184 21% [============= ] 696/3184 21% [============= ] 697/3184 21% [============= ] 698/3184 21% [============= ] 699/3184 21% [============= ] 700/3184 21% [============= ] 701/3184 22% [============= ] 702/3184 22% [============= ] 703/3184 22% [============= ] 704/3184 22% [============= ] 705/3184 22% [============= ] 706/3184 22% [============= ] 707/3184 22% [============= ] 708/3184 22% [============= ] 709/3184 22% [============= ] 710/3184 22% [============= ] 711/3184 22% [============= ] 712/3184 22% [============= ] 713/3184 22% [============= ] 714/3184 22% [============= ] 715/3184 22% [============= ] 716/3184 22% [============= ] 717/3184 22% [============= ] 718/3184 22% [============== ] 719/3184 22% [============== ] 720/3184 22% [============== ] 721/3184 22% [============== ] 722/3184 22% [============== ] 723/3184 22% [============== ] 724/3184 22% [============== ] 725/3184 22% [============== ] 726/3184 22% [============== ] 727/3184 22% [============== ] 728/3184 22% [============== ] 729/3184 22% [============== ] 730/3184 22% [============== ] 731/3184 22% [============== ] 732/3184 22% [============== ] 733/3184 23% [============== ] 734/3184 23% [============== ] 735/3184 23% [============== ] 736/3184 23% [============== ] 737/3184 23% [============== ] 738/3184 23% [============== ] 739/3184 23% [============== ] 740/3184 23% [============== ] 741/3184 23% [============== ] 742/3184 23% [============== ] 743/3184 23% [============== ] 744/3184 23% [============== ] 745/3184 23% [============== ] 746/3184 23% [============== ] 747/3184 23% [============== ] 748/3184 23% [============== ] 749/3184 23% [============== ] 750/3184 23% [============== ] 751/3184 23% [============== ] 752/3184 23% [============== ] 753/3184 23% [============== ] 754/3184 23% [============== ] 755/3184 23% [============== ] 756/3184 23% [============== ] 757/3184 23% [============== ] 758/3184 23% [============== ] 759/3184 23% [============== ] 760/3184 23% [============== ] 761/3184 23% [============== ] 762/3184 23% [============== ] 763/3184 23% [============== ] 764/3184 23% [============== ] 765/3184 24% [============== ] 766/3184 24% [============== ] 767/3184 24% [============== ] 768/3184 24% [============== ] 769/3184 24% [============== ] 770/3184 24% [=============== ] 771/3184 24% [=============== ] 772/3184 24% [=============== ] 773/3184 24% [=============== ] 774/3184 24% [=============== ] 775/3184 24% [=============== ] 776/3184 24% [=============== ] 777/3184 24% [=============== ] 778/3184 24% [=============== ] 779/3184 24% [=============== ] 780/3184 24% [=============== ] 781/3184 24% [=============== ] 782/3184 24% [=============== ] 783/3184 24% [=============== ] 784/3184 24% [=============== ] 785/3184 24% [=============== ] 786/3184 24% [=============== ] 787/3184 24% [=============== ] 788/3184 24% [=============== ] 789/3184 24% [=============== ] 790/3184 24% [=============== ] 791/3184 24% [=============== ] 792/3184 24% [=============== ] 793/3184 24% [=============== ] 794/3184 24% [=============== ] 795/3184 24% [=============== ] 796/3184 25% [=============== ] 797/3184 25% [=============== ] 798/3184 25% [=============== ] 799/3184 25% [=============== ] 800/3184 25% [=============== ] 801/3184 25% [=============== ] 802/3184 25% [=============== ] 803/3184 25% [=============== ] 804/3184 25% [=============== ] 805/3184 25% [=============== ] 806/3184 25% [=============== ] 807/3184 25% [=============== ] 808/3184 25% [=============== ] 809/3184 25% [=============== ] 810/3184 25% [=============== ] 811/3184 25% [=============== ] 812/3184 25% [=============== ] 813/3184 25% [=============== ] 814/3184 25% [=============== ] 815/3184 25% [=============== ] 816/3184 25% [=============== ] 817/3184 25% [=============== ] 818/3184 25% [=============== ] 819/3184 25% [=============== ] 820/3184 25% [=============== ] 821/3184 25% [================ ] 822/3184 25% [================ ] 823/3184 25% [================ ] 824/3184 25% [================ ] 825/3184 25% [================ ] 826/3184 25% [================ ] 827/3184 25% [================ ] 828/3184 26% [================ ] 829/3184 26% [================ ] 830/3184 26% [================ ] 831/3184 26% [================ ] 832/3184 26% [================ ] 833/3184 26% [================ ] 834/3184 26% [================ ] 835/3184 26% [================ ] 836/3184 26% [================ ] 837/3184 26% [================ ] 838/3184 26% [================ ] 839/3184 26% [================ ] 840/3184 26% [================ ] 841/3184 26% [================ ] 842/3184 26% [================ ] 843/3184 26% [================ ] 844/3184 26% [================ ] 845/3184 26% [================ ] 846/3184 26% [================ ] 847/3184 26% [================ ] 848/3184 26% [================ ] 849/3184 26% [================ ] 850/3184 26% [================ ] 851/3184 26% [================ ] 852/3184 26% [================ ] 853/3184 26% [================ ] 854/3184 26% [================ ] 855/3184 26% [================ ] 856/3184 26% [================ ] 857/3184 26% [================ ] 858/3184 26% [================ ] 859/3184 26% [================ ] 860/3184 27% [================ ] 861/3184 27% [================ ] 862/3184 27% [================ ] 863/3184 27% [================ ] 864/3184 27% [================ ] 865/3184 27% [================ ] 866/3184 27% [================ ] 867/3184 27% [================ ] 868/3184 27% [================ ] 869/3184 27% [================ ] 870/3184 27% [================ ] 871/3184 27% [================ ] 872/3184 27% [================ ] 873/3184 27% [================= ] 874/3184 27% [================= ] 875/3184 27% [================= ] 876/3184 27% [================= ] 877/3184 27% [================= ] 878/3184 27% [================= ] 879/3184 27% [================= ] 880/3184 27% [================= ] 881/3184 27% [================= ] 882/3184 27% [================= ] 883/3184 27% [================= ] 884/3184 27% [================= ] 885/3184 27% [================= ] 886/3184 27% [================= ] 887/3184 27% [================= ] 888/3184 27% [================= ] 889/3184 27% [================= ] 890/3184 27% [================= ] 891/3184 27% [================= ] 892/3184 28% [================= ] 893/3184 28% [================= ] 894/3184 28% [================= ] 895/3184 28% [================= ] 896/3184 28% [================= ] 897/3184 28% [================= ] 898/3184 28% [================= ] 899/3184 28% [================= ] 900/3184 28% [================= ] 901/3184 28% [================= ] 902/3184 28% [================= ] 903/3184 28% [================= ] 904/3184 28% [================= ] 905/3184 28% [================= ] 906/3184 28% [================= ] 907/3184 28% [================= ] 908/3184 28% [================= ] 909/3184 28% [================= ] 910/3184 28% [================= ] 911/3184 28% [================= ] 912/3184 28% [================= ] 913/3184 28% [================= ] 914/3184 28% [================= ] 915/3184 28% [================= ] 916/3184 28% [================= ] 917/3184 28% [================= ] 918/3184 28% [================= ] 919/3184 28% [================= ] 920/3184 28% [================= ] 921/3184 28% [================= ] 922/3184 28% [================= ] 923/3184 28% [================= ] 924/3184 29% [================== ] 925/3184 29% [================== ] 926/3184 29% [================== ] 927/3184 29% [================== ] 928/3184 29% [================== ] 929/3184 29% [================== ] 930/3184 29% [================== ] 931/3184 29% [================== ] 932/3184 29% [================== ] 933/3184 29% [================== ] 934/3184 29% [================== ] 935/3184 29% [================== ] 936/3184 29% [================== ] 937/3184 29% [================== ] 938/3184 29% [================== ] 939/3184 29% [================== ] 940/3184 29% [================== ] 941/3184 29% [================== ] 942/3184 29% [================== ] 943/3184 29% [================== ] 944/3184 29% [================== ] 945/3184 29% [================== ] 946/3184 29% [================== ] 947/3184 29% [================== ] 948/3184 29% [================== ] 949/3184 29% [================== ] 950/3184 29% [================== ] 951/3184 29% [================== ] 952/3184 29% [================== ] 953/3184 29% [================== ] 954/3184 29% [================== ] 955/3184 29% [================== ] 956/3184 30% [================== ] 957/3184 30% [================== ] 958/3184 30% [================== ] 959/3184 30% [================== ] 960/3184 30% [================== ] 961/3184 30% [================== ] 962/3184 30% [================== ] 963/3184 30% [================== ] 964/3184 30% [================== ] 965/3184 30% [================== ] 966/3184 30% [================== ] 967/3184 30% [================== ] 968/3184 30% [================== ] 969/3184 30% [================== ] 970/3184 30% [================== ] 971/3184 30% [================== ] 972/3184 30% [================== ] 973/3184 30% [================== ] 974/3184 30% [================== ] 975/3184 30% [=================== ] 976/3184 30% [=================== ] 977/3184 30% [=================== ] 978/3184 30% [=================== ] 979/3184 30% [=================== ] 980/3184 30% [=================== ] 981/3184 30% [=================== ] 982/3184 30% [=================== ] 983/3184 30% [=================== ] 984/3184 30% [=================== ] 985/3184 30% [=================== ] 986/3184 30% [=================== ] 987/3184 30% [=================== ] 988/3184 31% [=================== ] 989/3184 31% [=================== ] 990/3184 31% [=================== ] 991/3184 31% [=================== ] 992/3184 31% [=================== ] 993/3184 31% [=================== ] 994/3184 31% [=================== ] 995/3184 31% [=================== ] 996/3184 31% [=================== ] 997/3184 31% [=================== ] 998/3184 31% [=================== ] 999/3184 31% [=================== ] 1000/3184 31% [=================== ] 1001/3184 31% [=================== ] 1002/3184 31% [=================== ] 1003/3184 31% [=================== ] 1004/3184 31% [=================== ] 1005/3184 31% [=================== ] 1006/3184 31% [=================== ] 1007/3184 31% [=================== ] 1008/3184 31% [=================== ] 1009/3184 31% [=================== ] 1010/3184 31% [=================== ] 1011/3184 31% [=================== ] 1012/3184 31% [=================== ] 1013/3184 31% [=================== ] 1014/3184 31% [=================== ] 1015/3184 31% [=================== ] 1016/3184 31% [=================== ] 1017/3184 31% [=================== ] 1018/3184 31% [=================== ] 1019/3184 32% [=================== ] 1020/3184 32% [=================== ] 1021/3184 32% [=================== ] 1022/3184 32% [=================== ] 1023/3184 32% [=================== ] 1024/3184 32% [=================== ] 1025/3184 32% [=================== ] 1026/3184 32% [=================== ] 1027/3184 32% [==================== ] 1028/3184 32% [==================== ] 1029/3184 32% [==================== ] 1030/3184 32% [==================== ] 1031/3184 32% [==================== ] 1032/3184 32% [==================== ] 1033/3184 32% [==================== ] 1034/3184 32% [==================== ] 1035/3184 32% [==================== ] 1036/3184 32% [==================== ] 1037/3184 32% [==================== ] 1038/3184 32% [==================== ] 1039/3184 32% [==================== ] 1040/3184 32% [==================== ] 1041/3184 32% [==================== ] 1042/3184 32% [==================== ] 1043/3184 32% [==================== ] 1044/3184 32% [==================== ] 1045/3184 32% [==================== ] 1046/3184 32% [==================== ] 1047/3184 32% [==================== ] 1048/3184 32% [==================== ] 1049/3184 32% [==================== ] 1050/3184 32% [==================== ] 1051/3184 33% [==================== ] 1052/3184 33% [==================== ] 1053/3184 33% [==================== ] 1054/3184 33% [==================== ] 1055/3184 33% [==================== ] 1056/3184 33% [==================== ] 1057/3184 33% [==================== ] 1058/3184 33% [==================== ] 1059/3184 33% [==================== ] 1060/3184 33% [==================== ] 1061/3184 33% [==================== ] 1062/3184 33% [==================== ] 1063/3184 33% [==================== ] 1064/3184 33% [==================== ] 1065/3184 33% [==================== ] 1066/3184 33% [==================== ] 1067/3184 33% [==================== ] 1068/3184 33% [==================== ] 1069/3184 33% [==================== ] 1070/3184 33% [==================== ] 1071/3184 33% [==================== ] 1072/3184 33% [==================== ] 1073/3184 33% [==================== ] 1074/3184 33% [==================== ] 1075/3184 33% [==================== ] 1076/3184 33% [==================== ] 1077/3184 33% [==================== ] 1078/3184 33% [===================== ] 1079/3184 33% [===================== ] 1080/3184 33% [===================== ] 1081/3184 33% [===================== ] 1082/3184 33% [===================== ] 1083/3184 34% [===================== ] 1084/3184 34% [===================== ] 1085/3184 34% [===================== ] 1086/3184 34% [===================== ] 1087/3184 34% [===================== ] 1088/3184 34% [===================== ] 1089/3184 34% [===================== ] 1090/3184 34% [===================== ] 1091/3184 34% [===================== ] 1092/3184 34% [===================== ] 1093/3184 34% [===================== ] 1094/3184 34% [===================== ] 1095/3184 34% [===================== ] 1096/3184 34% [===================== ] 1097/3184 34% [===================== ] 1098/3184 34% [===================== ] 1099/3184 34% [===================== ] 1100/3184 34% [===================== ] 1101/3184 34% [===================== ] 1102/3184 34% [===================== ] 1103/3184 34% [===================== ] 1104/3184 34% [===================== ] 1105/3184 34% [===================== ] 1106/3184 34% [===================== ] 1107/3184 34% [===================== ] 1108/3184 34% [===================== ] 1109/3184 34% [===================== ] 1110/3184 34% [===================== ] 1111/3184 34% [===================== ] 1112/3184 34% [===================== ] 1113/3184 34% [===================== ] 1114/3184 34% [===================== ] 1115/3184 35% [===================== ] 1116/3184 35% [===================== ] 1117/3184 35% [===================== ] 1118/3184 35% [===================== ] 1119/3184 35% [===================== ] 1120/3184 35% [===================== ] 1121/3184 35% [===================== ] 1122/3184 35% [===================== ] 1123/3184 35% [===================== ] 1124/3184 35% [===================== ] 1125/3184 35% [===================== ] 1126/3184 35% [===================== ] 1127/3184 35% [===================== ] 1128/3184 35% [===================== ] 1129/3184 35% [====================== ] 1130/3184 35% [====================== ] 1131/3184 35% [====================== ] 1132/3184 35% [====================== ] 1133/3184 35% [====================== ] 1134/3184 35% [====================== ] 1135/3184 35% [====================== ] 1136/3184 35% [====================== ] 1137/3184 35% [====================== ] 1138/3184 35% [====================== ] 1139/3184 35% [====================== ] 1140/3184 35% [====================== ] 1141/3184 35% [====================== ] 1142/3184 35% [====================== ] 1143/3184 35% [====================== ] 1144/3184 35% [====================== ] 1145/3184 35% [====================== ] 1146/3184 35% [====================== ] 1147/3184 36% [====================== ] 1148/3184 36% [====================== ] 1149/3184 36% [====================== ] 1150/3184 36% [====================== ] 1151/3184 36% [====================== ] 1152/3184 36% [====================== ] 1153/3184 36% [====================== ] 1154/3184 36% [====================== ] 1155/3184 36% [====================== ] 1156/3184 36% [====================== ] 1157/3184 36% [====================== ] 1158/3184 36% [====================== ] 1159/3184 36% [====================== ] 1160/3184 36% [====================== ] 1161/3184 36% [====================== ] 1162/3184 36% [====================== ] 1163/3184 36% [====================== ] 1164/3184 36% [====================== ] 1165/3184 36% [====================== ] 1166/3184 36% [====================== ] 1167/3184 36% [====================== ] 1168/3184 36% [====================== ] 1169/3184 36% [====================== ] 1170/3184 36% [====================== ] 1171/3184 36% [====================== ] 1172/3184 36% [====================== ] 1173/3184 36% [====================== ] 1174/3184 36% [====================== ] 1175/3184 36% [====================== ] 1176/3184 36% [====================== ] 1177/3184 36% [====================== ] 1178/3184 36% [====================== ] 1179/3184 37% [====================== ] 1180/3184 37% [====================== ] 1181/3184 37% [======================= ] 1182/3184 37% [======================= ] 1183/3184 37% [======================= ] 1184/3184 37% [======================= ] 1185/3184 37% [======================= ] 1186/3184 37% [======================= ] 1187/3184 37% [======================= ] 1188/3184 37% [======================= ] 1189/3184 37% [======================= ] 1190/3184 37% [======================= ] 1191/3184 37% [======================= ] 1192/3184 37% [======================= ] 1193/3184 37% [======================= ] 1194/3184 37% [======================= ] 1195/3184 37% [======================= ] 1196/3184 37% [======================= ] 1197/3184 37% [======================= ] 1198/3184 37% [======================= ] 1199/3184 37% [======================= ] 1200/3184 37% [======================= ] 1201/3184 37% [======================= ] 1202/3184 37% [======================= ] 1203/3184 37% [======================= ] 1204/3184 37% [======================= ] 1205/3184 37% [======================= ] 1206/3184 37% [======================= ] 1207/3184 37% [======================= ] 1208/3184 37% [======================= ] 1209/3184 37% [======================= ] 1210/3184 38% [======================= ] 1211/3184 38% [======================= ] 1212/3184 38% [======================= ] 1213/3184 38% [======================= ] 1214/3184 38% [======================= ] 1215/3184 38% [======================= ] 1216/3184 38% [======================= ] 1217/3184 38% [======================= ] 1218/3184 38% [======================= ] 1219/3184 38% [======================= ] 1220/3184 38% [======================= ] 1221/3184 38% [======================= ] 1222/3184 38% [======================= ] 1223/3184 38% [======================= ] 1224/3184 38% [======================= ] 1225/3184 38% [======================= ] 1226/3184 38% [======================= ] 1227/3184 38% [======================= ] 1228/3184 38% [======================= ] 1229/3184 38% [======================= ] 1230/3184 38% [======================= ] 1231/3184 38% [======================= ] 1232/3184 38% [======================== ] 1233/3184 38% [======================== ] 1234/3184 38% [======================== ] 1235/3184 38% [======================== ] 1236/3184 38% [======================== ] 1237/3184 38% [======================== ] 1238/3184 38% [======================== ] 1239/3184 38% [======================== ] 1240/3184 38% [======================== ] 1241/3184 38% [======================== ] 1242/3184 39% [======================== ] 1243/3184 39% [======================== ] 1244/3184 39% [======================== ] 1245/3184 39% [======================== ] 1246/3184 39% [======================== ] 1247/3184 39% [======================== ] 1248/3184 39% [======================== ] 1249/3184 39% [======================== ] 1250/3184 39% [======================== ] 1251/3184 39% [======================== ] 1252/3184 39% [======================== ] 1253/3184 39% [======================== ] 1254/3184 39% [======================== ] 1255/3184 39% [======================== ] 1256/3184 39% [======================== ] 1257/3184 39% [======================== ] 1258/3184 39% [======================== ] 1259/3184 39% [======================== ] 1260/3184 39% [======================== ] 1261/3184 39% [======================== ] 1262/3184 39% [======================== ] 1263/3184 39% [======================== ] 1264/3184 39% [======================== ] 1265/3184 39% [======================== ] 1266/3184 39% [======================== ] 1267/3184 39% [======================== ] 1268/3184 39% [======================== ] 1269/3184 39% [======================== ] 1270/3184 39% [======================== ] 1271/3184 39% [======================== ] 1272/3184 39% [======================== ] 1273/3184 39% [======================== ] 1274/3184 40% [======================== ] 1275/3184 40% [======================== ] 1276/3184 40% [======================== ] 1277/3184 40% [======================== ] 1278/3184 40% [======================== ] 1279/3184 40% [======================== ] 1280/3184 40% [======================== ] 1281/3184 40% [======================== ] 1282/3184 40% [======================== ] 1283/3184 40% [========================= ] 1284/3184 40% [========================= ] 1285/3184 40% [========================= ] 1286/3184 40% [========================= ] 1287/3184 40% [========================= ] 1288/3184 40% [========================= ] 1289/3184 40% [========================= ] 1290/3184 40% [========================= ] 1291/3184 40% [========================= ] 1292/3184 40% [========================= ] 1293/3184 40% [========================= ] 1294/3184 40% [========================= ] 1295/3184 40% [========================= ] 1296/3184 40% [========================= ] 1297/3184 40% [========================= ] 1298/3184 40% [========================= ] 1299/3184 40% [========================= ] 1300/3184 40% [========================= ] 1301/3184 40% [========================= ] 1302/3184 40% [========================= ] 1303/3184 40% [========================= ] 1304/3184 40% [========================= ] 1305/3184 40% [========================= ] 1306/3184 41% [========================= ] 1307/3184 41% [========================= ] 1308/3184 41% [========================= ] 1309/3184 41% [========================= ] 1310/3184 41% [========================= ] 1311/3184 41% [========================= ] 1312/3184 41% [========================= ] 1313/3184 41% [========================= ] 1314/3184 41% [========================= ] 1315/3184 41% [========================= ] 1316/3184 41% [========================= ] 1317/3184 41% [========================= ] 1318/3184 41% [========================= ] 1319/3184 41% [========================= ] 1320/3184 41% [========================= ] 1321/3184 41% [========================= ] 1322/3184 41% [========================= ] 1323/3184 41% [========================= ] 1324/3184 41% [========================= ] 1325/3184 41% [========================= ] 1326/3184 41% [========================= ] 1327/3184 41% [========================= ] 1328/3184 41% [========================= ] 1329/3184 41% [========================= ] 1330/3184 41% [========================= ] 1331/3184 41% [========================= ] 1332/3184 41% [========================= ] 1333/3184 41% [========================= ] 1334/3184 41% [========================= ] 1335/3184 41% [========================== ] 1336/3184 41% [========================== ] 1337/3184 41% [========================== ] 1338/3184 42% [========================== ] 1339/3184 42% [========================== ] 1340/3184 42% [========================== ] 1341/3184 42% [========================== ] 1342/3184 42% [========================== ] 1343/3184 42% [========================== ] 1344/3184 42% [========================== ] 1345/3184 42% [========================== ] 1346/3184 42% [========================== ] 1347/3184 42% [========================== ] 1348/3184 42% [========================== ] 1349/3184 42% [========================== ] 1350/3184 42% [========================== ] 1351/3184 42% [========================== ] 1352/3184 42% [========================== ] 1353/3184 42% [========================== ] 1354/3184 42% [========================== ] 1355/3184 42% [========================== ] 1356/3184 42% [========================== ] 1357/3184 42% [========================== ] 1358/3184 42% [========================== ] 1359/3184 42% [========================== ] 1360/3184 42% [========================== ] 1361/3184 42% [========================== ] 1362/3184 42% [========================== ] 1363/3184 42% [========================== ] 1364/3184 42% [========================== ] 1365/3184 42% [========================== ] 1366/3184 42% [========================== ] 1367/3184 42% [========================== ] 1368/3184 42% [========================== ] 1369/3184 42% [========================== ] 1370/3184 43% [========================== ] 1371/3184 43% [========================== ] 1372/3184 43% [========================== ] 1373/3184 43% [========================== ] 1374/3184 43% [========================== ] 1375/3184 43% [========================== ] 1376/3184 43% [========================== ] 1377/3184 43% [========================== ] 1378/3184 43% [========================== ] 1379/3184 43% [========================== ] 1380/3184 43% [========================== ] 1381/3184 43% [========================== ] 1382/3184 43% [========================== ] 1383/3184 43% [========================== ] 1384/3184 43% [========================== ] 1385/3184 43% [========================== ] 1386/3184 43% [=========================== ] 1387/3184 43% [=========================== ] 1388/3184 43% [=========================== ] 1389/3184 43% [=========================== ] 1390/3184 43% [=========================== ] 1391/3184 43% [=========================== ] 1392/3184 43% [=========================== ] 1393/3184 43% [=========================== ] 1394/3184 43% [=========================== ] 1395/3184 43% [=========================== ] 1396/3184 43% [=========================== ] 1397/3184 43% [=========================== ] 1398/3184 43% [=========================== ] 1399/3184 43% [=========================== ] 1400/3184 43% [=========================== ] 1401/3184 44% [=========================== ] 1402/3184 44% [=========================== ] 1403/3184 44% [=========================== ] 1404/3184 44% [=========================== ] 1405/3184 44% [=========================== ] 1406/3184 44% [=========================== ] 1407/3184 44% [=========================== ] 1408/3184 44% [=========================== ] 1409/3184 44% [=========================== ] 1410/3184 44% [=========================== ] 1411/3184 44% [=========================== ] 1412/3184 44% [=========================== ] 1413/3184 44% [=========================== ] 1414/3184 44% [=========================== ] 1415/3184 44% [=========================== ] 1416/3184 44% [=========================== ] 1417/3184 44% [=========================== ] 1418/3184 44% [=========================== ] 1419/3184 44% [=========================== ] 1420/3184 44% [=========================== ] 1421/3184 44% [=========================== ] 1422/3184 44% [=========================== ] 1423/3184 44% [=========================== ] 1424/3184 44% [=========================== ] 1425/3184 44% [=========================== ] 1426/3184 44% [=========================== ] 1427/3184 44% [=========================== ] 1428/3184 44% [=========================== ] 1429/3184 44% [=========================== ] 1430/3184 44% [=========================== ] 1431/3184 44% [=========================== ] 1432/3184 44% [=========================== ] 1433/3184 45% [=========================== ] 1434/3184 45% [=========================== ] 1435/3184 45% [=========================== ] 1436/3184 45% [=========================== ] 1437/3184 45% [============================ ] 1438/3184 45% [============================ ] 1439/3184 45% [============================ ] 1440/3184 45% [============================ ] 1441/3184 45% [============================ ] 1442/3184 45% [============================ ] 1443/3184 45% [============================ ] 1444/3184 45% [============================ ] 1445/3184 45% [============================ ] 1446/3184 45% [============================ ] 1447/3184 45% [============================ ] 1448/3184 45% [============================ ] 1449/3184 45% [============================ ] 1450/3184 45% [============================ ] 1451/3184 45% [============================ ] 1452/3184 45% [============================ ] 1453/3184 45% [============================ ] 1454/3184 45% [============================ ] 1455/3184 45% [============================ ] 1456/3184 45% [============================ ] 1457/3184 45% [============================ ] 1458/3184 45% [============================ ] 1459/3184 45% [============================ ] 1460/3184 45% [============================ ] 1461/3184 45% [============================ ] 1462/3184 45% [============================ ] 1463/3184 45% [============================ ] 1464/3184 45% [============================ ] 1465/3184 46% [============================ ] 1466/3184 46% [============================ ] 1467/3184 46% [============================ ] 1468/3184 46% [============================ ] 1469/3184 46% [============================ ] 1470/3184 46% [============================ ] 1471/3184 46% [============================ ] 1472/3184 46% [============================ ] 1473/3184 46% [============================ ] 1474/3184 46% [============================ ] 1475/3184 46% [============================ ] 1476/3184 46% [============================ ] 1477/3184 46% [============================ ] 1478/3184 46% [============================ ] 1479/3184 46% [============================ ] 1480/3184 46% [============================ ] 1481/3184 46% [============================ ] 1482/3184 46% [============================ ] 1483/3184 46% [============================ ] 1484/3184 46% [============================ ] 1485/3184 46% [============================ ] 1486/3184 46% [============================ ] 1487/3184 46% [============================ ] 1488/3184 46% [============================ ] 1489/3184 46% [============================= ] 1490/3184 46% [============================= ] 1491/3184 46% [============================= ] 1492/3184 46% [============================= ] 1493/3184 46% [============================= ] 1494/3184 46% [============================= ] 1495/3184 46% [============================= ] 1496/3184 46% [============================= ] 1497/3184 47% [============================= ] 1498/3184 47% [============================= ] 1499/3184 47% [============================= ] 1500/3184 47% [============================= ] 1501/3184 47% [============================= ] 1502/3184 47% [============================= ] 1503/3184 47% [============================= ] 1504/3184 47% [============================= ] 1505/3184 47% [============================= ] 1506/3184 47% [============================= ] 1507/3184 47% [============================= ] 1508/3184 47% [============================= ] 1509/3184 47% [============================= ] 1510/3184 47% [============================= ] 1511/3184 47% [============================= ] 1512/3184 47% [============================= ] 1513/3184 47% [============================= ] 1514/3184 47% [============================= ] 1515/3184 47% [============================= ] 1516/3184 47% [============================= ] 1517/3184 47% [============================= ] 1518/3184 47% [============================= ] 1519/3184 47% [============================= ] 1520/3184 47% [============================= ] 1521/3184 47% [============================= ] 1522/3184 47% [============================= ] 1523/3184 47% [============================= ] 1524/3184 47% [============================= ] 1525/3184 47% [============================= ] 1526/3184 47% [============================= ] 1527/3184 47% [============================= ] 1528/3184 47% [============================= ] 1529/3184 48% [============================= ] 1530/3184 48% [============================= ] 1531/3184 48% [============================= ] 1532/3184 48% [============================= ] 1533/3184 48% [============================= ] 1534/3184 48% [============================= ] 1535/3184 48% [============================= ] 1536/3184 48% [============================= ] 1537/3184 48% [============================= ] 1538/3184 48% [============================= ] 1539/3184 48% [============================= ] 1540/3184 48% [============================== ] 1541/3184 48% [============================== ] 1542/3184 48% [============================== ] 1543/3184 48% [============================== ] 1544/3184 48% [============================== ] 1545/3184 48% [============================== ] 1546/3184 48% [============================== ] 1547/3184 48% [============================== ] 1548/3184 48% [============================== ] 1549/3184 48% [============================== ] 1550/3184 48% [============================== ] 1551/3184 48% [============================== ] 1552/3184 48% [============================== ] 1553/3184 48% [============================== ] 1554/3184 48% [============================== ] 1555/3184 48% [============================== ] 1556/3184 48% [============================== ] 1557/3184 48% [============================== ] 1558/3184 48% [============================== ] 1559/3184 48% [============================== ] 1560/3184 48% [============================== ] 1561/3184 49% [============================== ] 1562/3184 49% [============================== ] 1563/3184 49% [============================== ] 1564/3184 49% [============================== ] 1565/3184 49% [============================== ] 1566/3184 49% [============================== ] 1567/3184 49% [============================== ] 1568/3184 49% [============================== ] 1569/3184 49% [============================== ] 1570/3184 49% [============================== ] 1571/3184 49% [============================== ] 1572/3184 49% [============================== ] 1573/3184 49% [============================== ] 1574/3184 49% [============================== ] 1575/3184 49% [============================== ] 1576/3184 49% [============================== ] 1577/3184 49% [============================== ] 1578/3184 49% [============================== ] 1579/3184 49% [============================== ] 1580/3184 49% [============================== ] 1581/3184 49% [============================== ] 1582/3184 49% [============================== ] 1583/3184 49% [============================== ] 1584/3184 49% [============================== ] 1585/3184 49% [============================== ] 1586/3184 49% [============================== ] 1587/3184 49% [============================== ] 1588/3184 49% [============================== ] 1589/3184 49% [============================== ] 1590/3184 49% [============================== ] 1591/3184 49% [=============================== ] 1592/3184 50% [=============================== ] 1593/3184 50% [=============================== ] 1594/3184 50% [=============================== ] 1595/3184 50% [=============================== ] 1596/3184 50% [=============================== ] 1597/3184 50% [=============================== ] 1598/3184 50% [=============================== ] 1599/3184 50% [=============================== ] 1600/3184 50% [=============================== ] 1601/3184 50% [=============================== ] 1602/3184 50% [=============================== ] 1603/3184 50% [=============================== ] 1604/3184 50% [=============================== ] 1605/3184 50% [=============================== ] 1606/3184 50% [=============================== ] 1607/3184 50% [=============================== ] 1608/3184 50% [=============================== ] 1609/3184 50% [=============================== ] 1610/3184 50% [=============================== ] 1611/3184 50% [=============================== ] 1612/3184 50% [=============================== ] 1613/3184 50% [=============================== ] 1614/3184 50% [=============================== ] 1615/3184 50% [=============================== ] 1616/3184 50% [=============================== ] 1617/3184 50% [=============================== ] 1618/3184 50% [=============================== ] 1619/3184 50% [=============================== ] 1620/3184 50% [=============================== ] 1621/3184 50% [=============================== ] 1622/3184 50% [=============================== ] 1623/3184 50% [=============================== ] 1624/3184 51% [=============================== ] 1625/3184 51% [=============================== ] 1626/3184 51% [=============================== ] 1627/3184 51% [=============================== ] 1628/3184 51% [=============================== ] 1629/3184 51% [=============================== ] 1630/3184 51% [=============================== ] 1631/3184 51% [=============================== ] 1632/3184 51% [=============================== ] 1633/3184 51% [=============================== ] 1634/3184 51% [=============================== ] 1635/3184 51% [=============================== ] 1636/3184 51% [=============================== ] 1637/3184 51% [=============================== ] 1638/3184 51% [=============================== ] 1639/3184 51% [=============================== ] 1640/3184 51% [=============================== ] 1641/3184 51% [=============================== ] 1642/3184 51% [=============================== ] 1643/3184 51% [================================ ] 1644/3184 51% [================================ ] 1645/3184 51% [================================ ] 1646/3184 51% [================================ ] 1647/3184 51% [================================ ] 1648/3184 51% [================================ ] 1649/3184 51% [================================ ] 1650/3184 51% [================================ ] 1651/3184 51% [================================ ] 1652/3184 51% [================================ ] 1653/3184 51% [================================ ] 1654/3184 51% [================================ ] 1655/3184 51% [================================ ] 1656/3184 52% [================================ ] 1657/3184 52% [================================ ] 1658/3184 52% [================================ ] 1659/3184 52% [================================ ] 1660/3184 52% [================================ ] 1661/3184 52% [================================ ] 1662/3184 52% [================================ ] 1663/3184 52% [================================ ] 1664/3184 52% [================================ ] 1665/3184 52% [================================ ] 1666/3184 52% [================================ ] 1667/3184 52% [================================ ] 1668/3184 52% [================================ ] 1669/3184 52% [================================ ] 1670/3184 52% [================================ ] 1671/3184 52% [================================ ] 1672/3184 52% [================================ ] 1673/3184 52% [================================ ] 1674/3184 52% [================================ ] 1675/3184 52% [================================ ] 1676/3184 52% [================================ ] 1677/3184 52% [================================ ] 1678/3184 52% [================================ ] 1679/3184 52% [================================ ] 1680/3184 52% [================================ ] 1681/3184 52% [================================ ] 1682/3184 52% [================================ ] 1683/3184 52% [================================ ] 1684/3184 52% [================================ ] 1685/3184 52% [================================ ] 1686/3184 52% [================================ ] 1687/3184 52% [================================ ] 1688/3184 53% [================================ ] 1689/3184 53% [================================ ] 1690/3184 53% [================================ ] 1691/3184 53% [================================ ] 1692/3184 53% [================================ ] 1693/3184 53% [================================ ] 1694/3184 53% [================================= ] 1695/3184 53% [================================= ] 1696/3184 53% [================================= ] 1697/3184 53% [================================= ] 1698/3184 53% [================================= ] 1699/3184 53% [================================= ] 1700/3184 53% [================================= ] 1701/3184 53% [================================= ] 1702/3184 53% [================================= ] 1703/3184 53% [================================= ] 1704/3184 53% [================================= ] 1705/3184 53% [================================= ] 1706/3184 53% [================================= ] 1707/3184 53% [================================= ] 1708/3184 53% [================================= ] 1709/3184 53% [================================= ] 1710/3184 53% [================================= ] 1711/3184 53% [================================= ] 1712/3184 53% [================================= ] 1713/3184 53% [================================= ] 1714/3184 53% [================================= ] 1715/3184 53% [================================= ] 1716/3184 53% [================================= ] 1717/3184 53% [================================= ] 1718/3184 53% [================================= ] 1719/3184 53% [================================= ] 1720/3184 54% [================================= ] 1721/3184 54% [================================= ] 1722/3184 54% [================================= ] 1723/3184 54% [================================= ] 1724/3184 54% [================================= ] 1725/3184 54% [================================= ] 1726/3184 54% [================================= ] 1727/3184 54% [================================= ] 1728/3184 54% [================================= ] 1729/3184 54% [================================= ] 1730/3184 54% [================================= ] 1731/3184 54% [================================= ] 1732/3184 54% [================================= ] 1733/3184 54% [================================= ] 1734/3184 54% [================================= ] 1735/3184 54% [================================= ] 1736/3184 54% [================================= ] 1737/3184 54% [================================= ] 1738/3184 54% [================================= ] 1739/3184 54% [================================= ] 1740/3184 54% [================================= ] 1741/3184 54% [================================= ] 1742/3184 54% [================================= ] 1743/3184 54% [================================= ] 1744/3184 54% [================================= ] 1745/3184 54% [================================= ] 1746/3184 54% [================================== ] 1747/3184 54% [================================== ] 1748/3184 54% [================================== ] 1749/3184 54% [================================== ] 1750/3184 54% [================================== ] 1751/3184 54% [================================== ] 1752/3184 55% [================================== ] 1753/3184 55% [================================== ] 1754/3184 55% [================================== ] 1755/3184 55% [================================== ] 1756/3184 55% [================================== ] 1757/3184 55% [================================== ] 1758/3184 55% [================================== ] 1759/3184 55% [================================== ] 1760/3184 55% [================================== ] 1761/3184 55% [================================== ] 1762/3184 55% [================================== ] 1763/3184 55% [================================== ] 1764/3184 55% [================================== ] 1765/3184 55% [================================== ] 1766/3184 55% [================================== ] 1767/3184 55% [================================== ] 1768/3184 55% [================================== ] 1769/3184 55% [================================== ] 1770/3184 55% [================================== ] 1771/3184 55% [================================== ] 1772/3184 55% [================================== ] 1773/3184 55% [================================== ] 1774/3184 55% [================================== ] 1775/3184 55% [================================== ] 1776/3184 55% [================================== ] 1777/3184 55% [================================== ] 1778/3184 55% [================================== ] 1779/3184 55% [================================== ] 1780/3184 55% [================================== ] 1781/3184 55% [================================== ] 1782/3184 55% [================================== ] 1783/3184 55% [================================== ] 1784/3184 56% [================================== ] 1785/3184 56% [================================== ] 1786/3184 56% [================================== ] 1787/3184 56% [================================== ] 1788/3184 56% [================================== ] 1789/3184 56% [================================== ] 1790/3184 56% [================================== ] 1791/3184 56% [================================== ] 1792/3184 56% [================================== ] 1793/3184 56% [================================== ] 1794/3184 56% [================================== ] 1795/3184 56% [================================== ] 1796/3184 56% [================================== ] 1797/3184 56% [=================================== ] 1798/3184 56% [=================================== ] 1799/3184 56% [=================================== ] 1800/3184 56% [=================================== ] 1801/3184 56% [=================================== ] 1802/3184 56% [=================================== ] 1803/3184 56% [=================================== ] 1804/3184 56% [=================================== ] 1805/3184 56% [=================================== ] 1806/3184 56% [=================================== ] 1807/3184 56% [=================================== ] 1808/3184 56% [=================================== ] 1809/3184 56% [=================================== ] 1810/3184 56% [=================================== ] 1811/3184 56% [=================================== ] 1812/3184 56% [=================================== ] 1813/3184 56% [=================================== ] 1814/3184 56% [=================================== ] 1815/3184 57% [=================================== ] 1816/3184 57% [=================================== ] 1817/3184 57% [=================================== ] 1818/3184 57% [=================================== ] 1819/3184 57% [=================================== ] 1820/3184 57% [=================================== ] 1821/3184 57% [=================================== ] 1822/3184 57% [=================================== ] 1823/3184 57% [=================================== ] 1824/3184 57% [=================================== ] 1825/3184 57% [=================================== ] 1826/3184 57% [=================================== ] 1827/3184 57% [=================================== ] 1828/3184 57% [=================================== ] 1829/3184 57% [=================================== ] 1830/3184 57% [=================================== ] 1831/3184 57% [=================================== ] 1832/3184 57% [=================================== ] 1833/3184 57% [=================================== ] 1834/3184 57% [=================================== ] 1835/3184 57% [=================================== ] 1836/3184 57% [=================================== ] 1837/3184 57% [=================================== ] 1838/3184 57% [=================================== ] 1839/3184 57% [=================================== ] 1840/3184 57% [=================================== ] 1841/3184 57% [=================================== ] 1842/3184 57% [=================================== ] 1843/3184 57% [=================================== ] 1844/3184 57% [=================================== ] 1845/3184 57% [=================================== ] 1846/3184 57% [=================================== ] 1847/3184 58% [=================================== ] 1848/3184 58% [==================================== ] 1849/3184 58% [==================================== ] 1850/3184 58% [==================================== ] 1851/3184 58% [==================================== ] 1852/3184 58% [==================================== ] 1853/3184 58% [==================================== ] 1854/3184 58% [==================================== ] 1855/3184 58% [==================================== ] 1856/3184 58% [==================================== ] 1857/3184 58% [==================================== ] 1858/3184 58% [==================================== ] 1859/3184 58% [==================================== ] 1860/3184 58% [==================================== ] 1861/3184 58% [==================================== ] 1862/3184 58% [==================================== ] 1863/3184 58% [==================================== ] 1864/3184 58% [==================================== ] 1865/3184 58% [==================================== ] 1866/3184 58% [==================================== ] 1867/3184 58% [==================================== ] 1868/3184 58% [==================================== ] 1869/3184 58% [==================================== ] 1870/3184 58% [==================================== ] 1871/3184 58% [==================================== ] 1872/3184 58% [==================================== ] 1873/3184 58% [==================================== ] 1874/3184 58% [==================================== ] 1875/3184 58% [==================================== ] 1876/3184 58% [==================================== ] 1877/3184 58% [==================================== ] 1878/3184 58% [==================================== ] 1879/3184 59% [==================================== ] 1880/3184 59% [==================================== ] 1881/3184 59% [==================================== ] 1882/3184 59% [==================================== ] 1883/3184 59% [==================================== ] 1884/3184 59% [==================================== ] 1885/3184 59% [==================================== ] 1886/3184 59% [==================================== ] 1887/3184 59% [==================================== ] 1888/3184 59% [==================================== ] 1889/3184 59% [==================================== ] 1890/3184 59% [==================================== ] 1891/3184 59% [==================================== ] 1892/3184 59% [==================================== ] 1893/3184 59% [==================================== ] 1894/3184 59% [==================================== ] 1895/3184 59% [==================================== ] 1896/3184 59% [==================================== ] 1897/3184 59% [==================================== ] 1898/3184 59% [==================================== ] 1899/3184 59% [==================================== ] 1900/3184 59% [===================================== ] 1901/3184 59% [===================================== ] 1902/3184 59% [===================================== ] 1903/3184 59% [===================================== ] 1904/3184 59% [===================================== ] 1905/3184 59% [===================================== ] 1906/3184 59% [===================================== ] 1907/3184 59% [===================================== ] 1908/3184 59% [===================================== ] 1909/3184 59% [===================================== ] 1910/3184 59% [===================================== ] 1911/3184 60% [===================================== ] 1912/3184 60% [===================================== ] 1913/3184 60% [===================================== ] 1914/3184 60% [===================================== ] 1915/3184 60% [===================================== ] 1916/3184 60% [===================================== ] 1917/3184 60% [===================================== ] 1918/3184 60% [===================================== ] 1919/3184 60% [===================================== ] 1920/3184 60% [===================================== ] 1921/3184 60% [===================================== ] 1922/3184 60% [===================================== ] 1923/3184 60% [===================================== ] 1924/3184 60% [===================================== ] 1925/3184 60% [===================================== ] 1926/3184 60% [===================================== ] 1927/3184 60% [===================================== ] 1928/3184 60% [===================================== ] 1929/3184 60% [===================================== ] 1930/3184 60% [===================================== ] 1931/3184 60% [===================================== ] 1932/3184 60% [===================================== ] 1933/3184 60% [===================================== ] 1934/3184 60% [===================================== ] 1935/3184 60% [===================================== ] 1936/3184 60% [===================================== ] 1937/3184 60% [===================================== ] 1938/3184 60% [===================================== ] 1939/3184 60% [===================================== ] 1940/3184 60% [===================================== ] 1941/3184 60% [===================================== ] 1942/3184 60% [===================================== ] 1943/3184 61% [===================================== ] 1944/3184 61% [===================================== ] 1945/3184 61% [===================================== ] 1946/3184 61% [===================================== ] 1947/3184 61% [===================================== ] 1948/3184 61% [===================================== ] 1949/3184 61% [===================================== ] 1950/3184 61% [===================================== ] 1951/3184 61% [====================================== ] 1952/3184 61% [====================================== ] 1953/3184 61% [====================================== ] 1954/3184 61% [====================================== ] 1955/3184 61% [====================================== ] 1956/3184 61% [====================================== ] 1957/3184 61% [====================================== ] 1958/3184 61% [====================================== ] 1959/3184 61% [====================================== ] 1960/3184 61% [====================================== ] 1961/3184 61% [====================================== ] 1962/3184 61% [====================================== ] 1963/3184 61% [====================================== ] 1964/3184 61% [====================================== ] 1965/3184 61% [====================================== ] 1966/3184 61% [====================================== ] 1967/3184 61% [====================================== ] 1968/3184 61% [====================================== ] 1969/3184 61% [====================================== ] 1970/3184 61% [====================================== ] 1971/3184 61% [====================================== ] 1972/3184 61% [====================================== ] 1973/3184 61% [====================================== ] 1974/3184 61% [====================================== ] 1975/3184 62% [====================================== ] 1976/3184 62% [====================================== ] 1977/3184 62% [====================================== ] 1978/3184 62% [====================================== ] 1979/3184 62% [====================================== ] 1980/3184 62% [====================================== ] 1981/3184 62% [====================================== ] 1982/3184 62% [====================================== ] 1983/3184 62% [====================================== ] 1984/3184 62% [====================================== ] 1985/3184 62% [====================================== ] 1986/3184 62% [====================================== ] 1987/3184 62% [====================================== ] 1988/3184 62% [====================================== ] 1989/3184 62% [====================================== ] 1990/3184 62% [====================================== ] 1991/3184 62% [====================================== ] 1992/3184 62% [====================================== ] 1993/3184 62% [====================================== ] 1994/3184 62% [====================================== ] 1995/3184 62% [====================================== ] 1996/3184 62% [====================================== ] 1997/3184 62% [====================================== ] 1998/3184 62% [====================================== ] 1999/3184 62% [====================================== ] 2000/3184 62% [====================================== ] 2001/3184 62% [====================================== ] 2002/3184 62% [======================================= ] 2003/3184 62% [======================================= ] 2004/3184 62% [======================================= ] 2005/3184 62% [======================================= ] 2006/3184 63% [======================================= ] 2007/3184 63% [======================================= ] 2008/3184 63% [======================================= ] 2009/3184 63% [======================================= ] 2010/3184 63% [======================================= ] 2011/3184 63% [======================================= ] 2012/3184 63% [======================================= ] 2013/3184 63% [======================================= ] 2014/3184 63% [======================================= ] 2015/3184 63% [======================================= ] 2016/3184 63% [======================================= ] 2017/3184 63% [======================================= ] 2018/3184 63% [======================================= ] 2019/3184 63% [======================================= ] 2020/3184 63% [======================================= ] 2021/3184 63% [======================================= ] 2022/3184 63% [======================================= ] 2023/3184 63% [======================================= ] 2024/3184 63% [======================================= ] 2025/3184 63% [======================================= ] 2026/3184 63% [======================================= ] 2027/3184 63% [======================================= ] 2028/3184 63% [======================================= ] 2029/3184 63% [======================================= ] 2030/3184 63% [======================================= ] 2031/3184 63% [======================================= ] 2032/3184 63% [======================================= ] 2033/3184 63% [======================================= ] 2034/3184 63% [======================================= ] 2035/3184 63% [======================================= ] 2036/3184 63% [======================================= ] 2037/3184 63% [======================================= ] 2038/3184 64% [======================================= ] 2039/3184 64% [======================================= ] 2040/3184 64% [======================================= ] 2041/3184 64% [======================================= ] 2042/3184 64% [======================================= ] 2043/3184 64% [======================================= ] 2044/3184 64% [======================================= ] 2045/3184 64% [======================================= ] 2046/3184 64% [======================================= ] 2047/3184 64% [======================================= ] 2048/3184 64% [======================================= ] 2049/3184 64% [======================================= ] 2050/3184 64% [======================================= ] 2051/3184 64% [======================================= ] 2052/3184 64% [======================================= ] 2053/3184 64% [======================================= ] 2054/3184 64% [======================================== ] 2055/3184 64% [======================================== ] 2056/3184 64% [======================================== ] 2057/3184 64% [======================================== ] 2058/3184 64% [======================================== ] 2059/3184 64% [======================================== ] 2060/3184 64% [======================================== ] 2061/3184 64% [======================================== ] 2062/3184 64% [======================================== ] 2063/3184 64% [======================================== ] 2064/3184 64% [======================================== ] 2065/3184 64% [======================================== ] 2066/3184 64% [======================================== ] 2067/3184 64% [======================================== ] 2068/3184 64% [======================================== ] 2069/3184 64% [======================================== ] 2070/3184 65% [======================================== ] 2071/3184 65% [======================================== ] 2072/3184 65% [======================================== ] 2073/3184 65% [======================================== ] 2074/3184 65% [======================================== ] 2075/3184 65% [======================================== ] 2076/3184 65% [======================================== ] 2077/3184 65% [======================================== ] 2078/3184 65% [======================================== ] 2079/3184 65% [======================================== ] 2080/3184 65% [======================================== ] 2081/3184 65% [======================================== ] 2082/3184 65% [======================================== ] 2083/3184 65% [======================================== ] 2084/3184 65% [======================================== ] 2085/3184 65% [======================================== ] 2086/3184 65% [======================================== ] 2087/3184 65% [======================================== ] 2088/3184 65% [======================================== ] 2089/3184 65% [======================================== ] 2090/3184 65% [======================================== ] 2091/3184 65% [======================================== ] 2092/3184 65% [======================================== ] 2093/3184 65% [======================================== ] 2094/3184 65% [======================================== ] 2095/3184 65% [======================================== ] 2096/3184 65% [======================================== ] 2097/3184 65% [======================================== ] 2098/3184 65% [======================================== ] 2099/3184 65% [======================================== ] 2100/3184 65% [======================================== ] 2101/3184 65% [======================================== ] 2102/3184 66% [======================================== ] 2103/3184 66% [======================================== ] 2104/3184 66% [======================================== ] 2105/3184 66% [========================================= ] 2106/3184 66% [========================================= ] 2107/3184 66% [========================================= ] 2108/3184 66% [========================================= ] 2109/3184 66% [========================================= ] 2110/3184 66% [========================================= ] 2111/3184 66% [========================================= ] 2112/3184 66% [========================================= ] 2113/3184 66% [========================================= ] 2114/3184 66% [========================================= ] 2115/3184 66% [========================================= ] 2116/3184 66% [========================================= ] 2117/3184 66% [========================================= ] 2118/3184 66% [========================================= ] 2119/3184 66% [========================================= ] 2120/3184 66% [========================================= ] 2121/3184 66% [========================================= ] 2122/3184 66% [========================================= ] 2123/3184 66% [========================================= ] 2124/3184 66% [========================================= ] 2125/3184 66% [========================================= ] 2126/3184 66% [========================================= ] 2127/3184 66% [========================================= ] 2128/3184 66% [========================================= ] 2129/3184 66% [========================================= ] 2130/3184 66% [========================================= ] 2131/3184 66% [========================================= ] 2132/3184 66% [========================================= ] 2133/3184 66% [========================================= ] 2134/3184 67% [========================================= ] 2135/3184 67% [========================================= ] 2136/3184 67% [========================================= ] 2137/3184 67% [========================================= ] 2138/3184 67% [========================================= ] 2139/3184 67% [========================================= ] 2140/3184 67% [========================================= ] 2141/3184 67% [========================================= ] 2142/3184 67% [========================================= ] 2143/3184 67% [========================================= ] 2144/3184 67% [========================================= ] 2145/3184 67% [========================================= ] 2146/3184 67% [========================================= ] 2147/3184 67% [========================================= ] 2148/3184 67% [========================================= ] 2149/3184 67% [========================================= ] 2150/3184 67% [========================================= ] 2151/3184 67% [========================================= ] 2152/3184 67% [========================================= ] 2153/3184 67% [========================================= ] 2154/3184 67% [========================================= ] 2155/3184 67% [========================================= ] 2156/3184 67% [========================================== ] 2157/3184 67% [========================================== ] 2158/3184 67% [========================================== ] 2159/3184 67% [========================================== ] 2160/3184 67% [========================================== ] 2161/3184 67% [========================================== ] 2162/3184 67% [========================================== ] 2163/3184 67% [========================================== ] 2164/3184 67% [========================================== ] 2165/3184 67% [========================================== ] 2166/3184 68% [========================================== ] 2167/3184 68% [========================================== ] 2168/3184 68% [========================================== ] 2169/3184 68% [========================================== ] 2170/3184 68% [========================================== ] 2171/3184 68% [========================================== ] 2172/3184 68% [========================================== ] 2173/3184 68% [========================================== ] 2174/3184 68% [========================================== ] 2175/3184 68% [========================================== ] 2176/3184 68% [========================================== ] 2177/3184 68% [========================================== ] 2178/3184 68% [========================================== ] 2179/3184 68% [========================================== ] 2180/3184 68% [========================================== ] 2181/3184 68% [========================================== ] 2182/3184 68% [========================================== ] 2183/3184 68% [========================================== ] 2184/3184 68% [========================================== ] 2185/3184 68% [========================================== ] 2186/3184 68% [========================================== ] 2187/3184 68% [========================================== ] 2188/3184 68% [========================================== ] 2189/3184 68% [========================================== ] 2190/3184 68% [========================================== ] 2191/3184 68% [========================================== ] 2192/3184 68% [========================================== ] 2193/3184 68% [========================================== ] 2194/3184 68% [========================================== ] 2195/3184 68% [========================================== ] 2196/3184 68% [========================================== ] 2197/3184 69% [========================================== ] 2198/3184 69% [========================================== ] 2199/3184 69% [========================================== ] 2200/3184 69% [========================================== ] 2201/3184 69% [========================================== ] 2202/3184 69% [========================================== ] 2203/3184 69% [========================================== ] 2204/3184 69% [========================================== ] 2205/3184 69% [========================================== ] 2206/3184 69% [========================================== ] 2207/3184 69% [========================================== ] 2208/3184 69% [=========================================== ] 2209/3184 69% [=========================================== ] 2210/3184 69% [=========================================== ] 2211/3184 69% [=========================================== ] 2212/3184 69% [=========================================== ] 2213/3184 69% [=========================================== ] 2214/3184 69% [=========================================== ] 2215/3184 69% [=========================================== ] 2216/3184 69% [=========================================== ] 2217/3184 69% [=========================================== ] 2218/3184 69% [=========================================== ] 2219/3184 69% [=========================================== ] 2220/3184 69% [=========================================== ] 2221/3184 69% [=========================================== ] 2222/3184 69% [=========================================== ] 2223/3184 69% [=========================================== ] 2224/3184 69% [=========================================== ] 2225/3184 69% [=========================================== ] 2226/3184 69% [=========================================== ] 2227/3184 69% [=========================================== ] 2228/3184 69% [=========================================== ] 2229/3184 70% [=========================================== ] 2230/3184 70% [=========================================== ] 2231/3184 70% [=========================================== ] 2232/3184 70% [=========================================== ] 2233/3184 70% [=========================================== ] 2234/3184 70% [=========================================== ] 2235/3184 70% [=========================================== ] 2236/3184 70% [=========================================== ] 2237/3184 70% [=========================================== ] 2238/3184 70% [=========================================== ] 2239/3184 70% [=========================================== ] 2240/3184 70% [=========================================== ] 2241/3184 70% [=========================================== ] 2242/3184 70% [=========================================== ] 2243/3184 70% [=========================================== ] 2244/3184 70% [=========================================== ] 2245/3184 70% [=========================================== ] 2246/3184 70% [=========================================== ] 2247/3184 70% [=========================================== ] 2248/3184 70% [=========================================== ] 2249/3184 70% [=========================================== ] 2250/3184 70% [=========================================== ] 2251/3184 70% [=========================================== ] 2252/3184 70% [=========================================== ] 2253/3184 70% [=========================================== ] 2254/3184 70% [=========================================== ] 2255/3184 70% [=========================================== ] 2256/3184 70% [=========================================== ] 2257/3184 70% [=========================================== ] 2258/3184 70% [=========================================== ] 2259/3184 70% [============================================ ] 2260/3184 70% [============================================ ] 2261/3184 71% [============================================ ] 2262/3184 71% [============================================ ] 2263/3184 71% [============================================ ] 2264/3184 71% [============================================ ] 2265/3184 71% [============================================ ] 2266/3184 71% [============================================ ] 2267/3184 71% [============================================ ] 2268/3184 71% [============================================ ] 2269/3184 71% [============================================ ] 2270/3184 71% [============================================ ] 2271/3184 71% [============================================ ] 2272/3184 71% [============================================ ] 2273/3184 71% [============================================ ] 2274/3184 71% [============================================ ] 2275/3184 71% [============================================ ] 2276/3184 71% [============================================ ] 2277/3184 71% [============================================ ] 2278/3184 71% [============================================ ] 2279/3184 71% [============================================ ] 2280/3184 71% [============================================ ] 2281/3184 71% [============================================ ] 2282/3184 71% [============================================ ] 2283/3184 71% [============================================ ] 2284/3184 71% [============================================ ] 2285/3184 71% [============================================ ] 2286/3184 71% [============================================ ] 2287/3184 71% [============================================ ] 2288/3184 71% [============================================ ] 2289/3184 71% [============================================ ] 2290/3184 71% [============================================ ] 2291/3184 71% [============================================ ] 2292/3184 71% [============================================ ] 2293/3184 72% [============================================ ] 2294/3184 72% [============================================ ] 2295/3184 72% [============================================ ] 2296/3184 72% [============================================ ] 2297/3184 72% [============================================ ] 2298/3184 72% [============================================ ] 2299/3184 72% [============================================ ] 2300/3184 72% [============================================ ] 2301/3184 72% [============================================ ] 2302/3184 72% [============================================ ] 2303/3184 72% [============================================ ] 2304/3184 72% [============================================ ] 2305/3184 72% [============================================ ] 2306/3184 72% [============================================ ] 2307/3184 72% [============================================ ] 2308/3184 72% [============================================ ] 2309/3184 72% [============================================ ] 2310/3184 72% [============================================= ] 2311/3184 72% [============================================= ] 2312/3184 72% [============================================= ] 2313/3184 72% [============================================= ] 2314/3184 72% [============================================= ] 2315/3184 72% [============================================= ] 2316/3184 72% [============================================= ] 2317/3184 72% [============================================= ] 2318/3184 72% [============================================= ] 2319/3184 72% [============================================= ] 2320/3184 72% [============================================= ] 2321/3184 72% [============================================= ] 2322/3184 72% [============================================= ] 2323/3184 72% [============================================= ] 2324/3184 72% [============================================= ] 2325/3184 73% [============================================= ] 2326/3184 73% [============================================= ] 2327/3184 73% [============================================= ] 2328/3184 73% [============================================= ] 2329/3184 73% [============================================= ] 2330/3184 73% [============================================= ] 2331/3184 73% [============================================= ] 2332/3184 73% [============================================= ] 2333/3184 73% [============================================= ] 2334/3184 73% [============================================= ] 2335/3184 73% [============================================= ] 2336/3184 73% [============================================= ] 2337/3184 73% [============================================= ] 2338/3184 73% [============================================= ] 2339/3184 73% [============================================= ] 2340/3184 73% [============================================= ] 2341/3184 73% [============================================= ] 2342/3184 73% [============================================= ] 2343/3184 73% [============================================= ] 2344/3184 73% [============================================= ] 2345/3184 73% [============================================= ] 2346/3184 73% [============================================= ] 2347/3184 73% [============================================= ] 2348/3184 73% [============================================= ] 2349/3184 73% [============================================= ] 2350/3184 73% [============================================= ] 2351/3184 73% [============================================= ] 2352/3184 73% [============================================= ] 2353/3184 73% [============================================= ] 2354/3184 73% [============================================= ] 2355/3184 73% [============================================= ] 2356/3184 73% [============================================= ] 2357/3184 74% [============================================= ] 2358/3184 74% [============================================= ] 2359/3184 74% [============================================= ] 2360/3184 74% [============================================= ] 2361/3184 74% [============================================= ] 2362/3184 74% [============================================== ] 2363/3184 74% [============================================== ] 2364/3184 74% [============================================== ] 2365/3184 74% [============================================== ] 2366/3184 74% [============================================== ] 2367/3184 74% [============================================== ] 2368/3184 74% [============================================== ] 2369/3184 74% [============================================== ] 2370/3184 74% [============================================== ] 2371/3184 74% [============================================== ] 2372/3184 74% [============================================== ] 2373/3184 74% [============================================== ] 2374/3184 74% [============================================== ] 2375/3184 74% [============================================== ] 2376/3184 74% [============================================== ] 2377/3184 74% [============================================== ] 2378/3184 74% [============================================== ] 2379/3184 74% [============================================== ] 2380/3184 74% [============================================== ] 2381/3184 74% [============================================== ] 2382/3184 74% [============================================== ] 2383/3184 74% [============================================== ] 2384/3184 74% [============================================== ] 2385/3184 74% [============================================== ] 2386/3184 74% [============================================== ] 2387/3184 74% [============================================== ] 2388/3184 75% [============================================== ] 2389/3184 75% [============================================== ] 2390/3184 75% [============================================== ] 2391/3184 75% [============================================== ] 2392/3184 75% [============================================== ] 2393/3184 75% [============================================== ] 2394/3184 75% [============================================== ] 2395/3184 75% [============================================== ] 2396/3184 75% [============================================== ] 2397/3184 75% [============================================== ] 2398/3184 75% [============================================== ] 2399/3184 75% [============================================== ] 2400/3184 75% [============================================== ] 2401/3184 75% [============================================== ] 2402/3184 75% [============================================== ] 2403/3184 75% [============================================== ] 2404/3184 75% [============================================== ] 2405/3184 75% [============================================== ] 2406/3184 75% [============================================== ] 2407/3184 75% [============================================== ] 2408/3184 75% [============================================== ] 2409/3184 75% [============================================== ] 2410/3184 75% [============================================== ] 2411/3184 75% [============================================== ] 2412/3184 75% [============================================== ] 2413/3184 75% [=============================================== ] 2414/3184 75% [=============================================== ] 2415/3184 75% [=============================================== ] 2416/3184 75% [=============================================== ] 2417/3184 75% [=============================================== ] 2418/3184 75% [=============================================== ] 2419/3184 75% [=============================================== ] 2420/3184 76% [=============================================== ] 2421/3184 76% [=============================================== ] 2422/3184 76% [=============================================== ] 2423/3184 76% [=============================================== ] 2424/3184 76% [=============================================== ] 2425/3184 76% [=============================================== ] 2426/3184 76% [=============================================== ] 2427/3184 76% [=============================================== ] 2428/3184 76% [=============================================== ] 2429/3184 76% [=============================================== ] 2430/3184 76% [=============================================== ] 2431/3184 76% [=============================================== ] 2432/3184 76% [=============================================== ] 2433/3184 76% [=============================================== ] 2434/3184 76% [=============================================== ] 2435/3184 76% [=============================================== ] 2436/3184 76% [=============================================== ] 2437/3184 76% [=============================================== ] 2438/3184 76% [=============================================== ] 2439/3184 76% [=============================================== ] 2440/3184 76% [=============================================== ] 2441/3184 76% [=============================================== ] 2442/3184 76% [=============================================== ] 2443/3184 76% [=============================================== ] 2444/3184 76% [=============================================== ] 2445/3184 76% [=============================================== ] 2446/3184 76% [=============================================== ] 2447/3184 76% [=============================================== ] 2448/3184 76% [=============================================== ] 2449/3184 76% [=============================================== ] 2450/3184 76% [=============================================== ] 2451/3184 76% [=============================================== ] 2452/3184 77% [=============================================== ] 2453/3184 77% [=============================================== ] 2454/3184 77% [=============================================== ] 2455/3184 77% [=============================================== ] 2456/3184 77% [=============================================== ] 2457/3184 77% [=============================================== ] 2458/3184 77% [=============================================== ] 2459/3184 77% [=============================================== ] 2460/3184 77% [=============================================== ] 2461/3184 77% [=============================================== ] 2462/3184 77% [=============================================== ] 2463/3184 77% [=============================================== ] 2464/3184 77% [=============================================== ] 2465/3184 77% [================================================ ] 2466/3184 77% [================================================ ] 2467/3184 77% [================================================ ] 2468/3184 77% [================================================ ] 2469/3184 77% [================================================ ] 2470/3184 77% [================================================ ] 2471/3184 77% [================================================ ] 2472/3184 77% [================================================ ] 2473/3184 77% [================================================ ] 2474/3184 77% [================================================ ] 2475/3184 77% [================================================ ] 2476/3184 77% [================================================ ] 2477/3184 77% [================================================ ] 2478/3184 77% [================================================ ] 2479/3184 77% [================================================ ] 2480/3184 77% [================================================ ] 2481/3184 77% [================================================ ] 2482/3184 77% [================================================ ] 2483/3184 77% [================================================ ] 2484/3184 78% [================================================ ] 2485/3184 78% [================================================ ] 2486/3184 78% [================================================ ] 2487/3184 78% [================================================ ] 2488/3184 78% [================================================ ] 2489/3184 78% [================================================ ] 2490/3184 78% [================================================ ] 2491/3184 78% [================================================ ] 2492/3184 78% [================================================ ] 2493/3184 78% [================================================ ] 2494/3184 78% [================================================ ] 2495/3184 78% [================================================ ] 2496/3184 78% [================================================ ] 2497/3184 78% [================================================ ] 2498/3184 78% [================================================ ] 2499/3184 78% [================================================ ] 2500/3184 78% [================================================ ] 2501/3184 78% [================================================ ] 2502/3184 78% [================================================ ] 2503/3184 78% [================================================ ] 2504/3184 78% [================================================ ] 2505/3184 78% [================================================ ] 2506/3184 78% [================================================ ] 2507/3184 78% [================================================ ] 2508/3184 78% [================================================ ] 2509/3184 78% [================================================ ] 2510/3184 78% [================================================ ] 2511/3184 78% [================================================ ] 2512/3184 78% [================================================ ] 2513/3184 78% [================================================ ] 2514/3184 78% [================================================ ] 2515/3184 78% [================================================ ] 2516/3184 79% [================================================= ] 2517/3184 79% [================================================= ] 2518/3184 79% [================================================= ] 2519/3184 79% [================================================= ] 2520/3184 79% [================================================= ] 2521/3184 79% [================================================= ] 2522/3184 79% [================================================= ] 2523/3184 79% [================================================= ] 2524/3184 79% [================================================= ] 2525/3184 79% [================================================= ] 2526/3184 79% [================================================= ] 2527/3184 79% [================================================= ] 2528/3184 79% [================================================= ] 2529/3184 79% [================================================= ] 2530/3184 79% [================================================= ] 2531/3184 79% [================================================= ] 2532/3184 79% [================================================= ] 2533/3184 79% [================================================= ] 2534/3184 79% [================================================= ] 2535/3184 79% [================================================= ] 2536/3184 79% [================================================= ] 2537/3184 79% [================================================= ] 2538/3184 79% [================================================= ] 2539/3184 79% [================================================= ] 2540/3184 79% [================================================= ] 2541/3184 79% [================================================= ] 2542/3184 79% [================================================= ] 2543/3184 79% [================================================= ] 2544/3184 79% [================================================= ] 2545/3184 79% [================================================= ] 2546/3184 79% [================================================= ] 2547/3184 79% [================================================= ] 2548/3184 80% [================================================= ] 2549/3184 80% [================================================= ] 2550/3184 80% [================================================= ] 2551/3184 80% [================================================= ] 2552/3184 80% [================================================= ] 2553/3184 80% [================================================= ] 2554/3184 80% [================================================= ] 2555/3184 80% [================================================= ] 2556/3184 80% [================================================= ] 2557/3184 80% [================================================= ] 2558/3184 80% [================================================= ] 2559/3184 80% [================================================= ] 2560/3184 80% [================================================= ] 2561/3184 80% [================================================= ] 2562/3184 80% [================================================= ] 2563/3184 80% [================================================= ] 2564/3184 80% [================================================= ] 2565/3184 80% [================================================= ] 2566/3184 80% [================================================= ] 2567/3184 80% [================================================== ] 2568/3184 80% [================================================== ] 2569/3184 80% [================================================== ] 2570/3184 80% [================================================== ] 2571/3184 80% [================================================== ] 2572/3184 80% [================================================== ] 2573/3184 80% [================================================== ] 2574/3184 80% [================================================== ] 2575/3184 80% [================================================== ] 2576/3184 80% [================================================== ] 2577/3184 80% [================================================== ] 2578/3184 80% [================================================== ] 2579/3184 80% [================================================== ] 2580/3184 81% [================================================== ] 2581/3184 81% [================================================== ] 2582/3184 81% [================================================== ] 2583/3184 81% [================================================== ] 2584/3184 81% [================================================== ] 2585/3184 81% [================================================== ] 2586/3184 81% [================================================== ] 2587/3184 81% [================================================== ] 2588/3184 81% [================================================== ] 2589/3184 81% [================================================== ] 2590/3184 81% [================================================== ] 2591/3184 81% [================================================== ] 2592/3184 81% [================================================== ] 2593/3184 81% [================================================== ] 2594/3184 81% [================================================== ] 2595/3184 81% [================================================== ] 2596/3184 81% [================================================== ] 2597/3184 81% [================================================== ] 2598/3184 81% [================================================== ] 2599/3184 81% [================================================== ] 2600/3184 81% [================================================== ] 2601/3184 81% [================================================== ] 2602/3184 81% [================================================== ] 2603/3184 81% [================================================== ] 2604/3184 81% [================================================== ] 2605/3184 81% [================================================== ] 2606/3184 81% [================================================== ] 2607/3184 81% [================================================== ] 2608/3184 81% [================================================== ] 2609/3184 81% [================================================== ] 2610/3184 81% [================================================== ] 2611/3184 82% [================================================== ] 2612/3184 82% [================================================== ] 2613/3184 82% [================================================== ] 2614/3184 82% [================================================== ] 2615/3184 82% [================================================== ] 2616/3184 82% [================================================== ] 2617/3184 82% [================================================== ] 2618/3184 82% [================================================== ] 2619/3184 82% [=================================================== ] 2620/3184 82% [=================================================== ] 2621/3184 82% [=================================================== ] 2622/3184 82% [=================================================== ] 2623/3184 82% [=================================================== ] 2624/3184 82% [=================================================== ] 2625/3184 82% [=================================================== ] 2626/3184 82% [=================================================== ] 2627/3184 82% [=================================================== ] 2628/3184 82% [=================================================== ] 2629/3184 82% [=================================================== ] 2630/3184 82% [=================================================== ] 2631/3184 82% [=================================================== ] 2632/3184 82% [=================================================== ] 2633/3184 82% [=================================================== ] 2634/3184 82% [=================================================== ] 2635/3184 82% [=================================================== ] 2636/3184 82% [=================================================== ] 2637/3184 82% [=================================================== ] 2638/3184 82% [=================================================== ] 2639/3184 82% [=================================================== ] 2640/3184 82% [=================================================== ] 2641/3184 82% [=================================================== ] 2642/3184 82% [=================================================== ] 2643/3184 83% [=================================================== ] 2644/3184 83% [=================================================== ] 2645/3184 83% [=================================================== ] 2646/3184 83% [=================================================== ] 2647/3184 83% [=================================================== ] 2648/3184 83% [=================================================== ] 2649/3184 83% [=================================================== ] 2650/3184 83% [=================================================== ] 2651/3184 83% [=================================================== ] 2652/3184 83% [=================================================== ] 2653/3184 83% [=================================================== ] 2654/3184 83% [=================================================== ] 2655/3184 83% [=================================================== ] 2656/3184 83% [=================================================== ] 2657/3184 83% [=================================================== ] 2658/3184 83% [=================================================== ] 2659/3184 83% [=================================================== ] 2660/3184 83% [=================================================== ] 2661/3184 83% [=================================================== ] 2662/3184 83% [=================================================== ] 2663/3184 83% [=================================================== ] 2664/3184 83% [=================================================== ] 2665/3184 83% [=================================================== ] 2666/3184 83% [=================================================== ] 2667/3184 83% [=================================================== ] 2668/3184 83% [=================================================== ] 2669/3184 83% [=================================================== ] 2670/3184 83% [==================================================== ] 2671/3184 83% [==================================================== ] 2672/3184 83% [==================================================== ] 2673/3184 83% [==================================================== ] 2674/3184 83% [==================================================== ] 2675/3184 84% [==================================================== ] 2676/3184 84% [==================================================== ] 2677/3184 84% [==================================================== ] 2678/3184 84% [==================================================== ] 2679/3184 84% [==================================================== ] 2680/3184 84% [==================================================== ] 2681/3184 84% [==================================================== ] 2682/3184 84% [==================================================== ] 2683/3184 84% [==================================================== ] 2684/3184 84% [==================================================== ] 2685/3184 84% [==================================================== ] 2686/3184 84% [==================================================== ] 2687/3184 84% [==================================================== ] 2688/3184 84% [==================================================== ] 2689/3184 84% [==================================================== ] 2690/3184 84% [==================================================== ] 2691/3184 84% [==================================================== ] 2692/3184 84% [==================================================== ] 2693/3184 84% [==================================================== ] 2694/3184 84% [==================================================== ] 2695/3184 84% [==================================================== ] 2696/3184 84% [==================================================== ] 2697/3184 84% [==================================================== ] 2698/3184 84% [==================================================== ] 2699/3184 84% [==================================================== ] 2700/3184 84% [==================================================== ] 2701/3184 84% [==================================================== ] 2702/3184 84% [==================================================== ] 2703/3184 84% [==================================================== ] 2704/3184 84% [==================================================== ] 2705/3184 84% [==================================================== ] 2706/3184 84% [==================================================== ] 2707/3184 85% [==================================================== ] 2708/3184 85% [==================================================== ] 2709/3184 85% [==================================================== ] 2710/3184 85% [==================================================== ] 2711/3184 85% [==================================================== ] 2712/3184 85% [==================================================== ] 2713/3184 85% [==================================================== ] 2714/3184 85% [==================================================== ] 2715/3184 85% [==================================================== ] 2716/3184 85% [==================================================== ] 2717/3184 85% [==================================================== ] 2718/3184 85% [==================================================== ] 2719/3184 85% [==================================================== ] 2720/3184 85% [==================================================== ] 2721/3184 85% [===================================================== ] 2722/3184 85% [===================================================== ] 2723/3184 85% [===================================================== ] 2724/3184 85% [===================================================== ] 2725/3184 85% [===================================================== ] 2726/3184 85% [===================================================== ] 2727/3184 85% [===================================================== ] 2728/3184 85% [===================================================== ] 2729/3184 85% [===================================================== ] 2730/3184 85% [===================================================== ] 2731/3184 85% [===================================================== ] 2732/3184 85% [===================================================== ] 2733/3184 85% [===================================================== ] 2734/3184 85% [===================================================== ] 2735/3184 85% [===================================================== ] 2736/3184 85% [===================================================== ] 2737/3184 85% [===================================================== ] 2738/3184 85% [===================================================== ] 2739/3184 86% [===================================================== ] 2740/3184 86% [===================================================== ] 2741/3184 86% [===================================================== ] 2742/3184 86% [===================================================== ] 2743/3184 86% [===================================================== ] 2744/3184 86% [===================================================== ] 2745/3184 86% [===================================================== ] 2746/3184 86% [===================================================== ] 2747/3184 86% [===================================================== ] 2748/3184 86% [===================================================== ] 2749/3184 86% [===================================================== ] 2750/3184 86% [===================================================== ] 2751/3184 86% [===================================================== ] 2752/3184 86% [===================================================== ] 2753/3184 86% [===================================================== ] 2754/3184 86% [===================================================== ] 2755/3184 86% [===================================================== ] 2756/3184 86% [===================================================== ] 2757/3184 86% [===================================================== ] 2758/3184 86% [===================================================== ] 2759/3184 86% [===================================================== ] 2760/3184 86% [===================================================== ] 2761/3184 86% [===================================================== ] 2762/3184 86% [===================================================== ] 2763/3184 86% [===================================================== ] 2764/3184 86% [===================================================== ] 2765/3184 86% [===================================================== ] 2766/3184 86% [===================================================== ] 2767/3184 86% [===================================================== ] 2768/3184 86% [===================================================== ] 2769/3184 86% [===================================================== ] 2770/3184 86% [===================================================== ] 2771/3184 87% [===================================================== ] 2772/3184 87% [===================================================== ] 2773/3184 87% [====================================================== ] 2774/3184 87% [====================================================== ] 2775/3184 87% [====================================================== ] 2776/3184 87% [====================================================== ] 2777/3184 87% [====================================================== ] 2778/3184 87% [====================================================== ] 2779/3184 87% [====================================================== ] 2780/3184 87% [====================================================== ] 2781/3184 87% [====================================================== ] 2782/3184 87% [====================================================== ] 2783/3184 87% [====================================================== ] 2784/3184 87% [====================================================== ] 2785/3184 87% [====================================================== ] 2786/3184 87% [====================================================== ] 2787/3184 87% [====================================================== ] 2788/3184 87% [====================================================== ] 2789/3184 87% [====================================================== ] 2790/3184 87% [====================================================== ] 2791/3184 87% [====================================================== ] 2792/3184 87% [====================================================== ] 2793/3184 87% [====================================================== ] 2794/3184 87% [====================================================== ] 2795/3184 87% [====================================================== ] 2796/3184 87% [====================================================== ] 2797/3184 87% [====================================================== ] 2798/3184 87% [====================================================== ] 2799/3184 87% [====================================================== ] 2800/3184 87% [====================================================== ] 2801/3184 87% [====================================================== ] 2802/3184 88% [====================================================== ] 2803/3184 88% [====================================================== ] 2804/3184 88% [====================================================== ] 2805/3184 88% [====================================================== ] 2806/3184 88% [====================================================== ] 2807/3184 88% [====================================================== ] 2808/3184 88% [====================================================== ] 2809/3184 88% [====================================================== ] 2810/3184 88% [====================================================== ] 2811/3184 88% [====================================================== ] 2812/3184 88% [====================================================== ] 2813/3184 88% [====================================================== ] 2814/3184 88% [====================================================== ] 2815/3184 88% [====================================================== ] 2816/3184 88% [====================================================== ] 2817/3184 88% [====================================================== ] 2818/3184 88% [====================================================== ] 2819/3184 88% [====================================================== ] 2820/3184 88% [====================================================== ] 2821/3184 88% [====================================================== ] 2822/3184 88% [====================================================== ] 2823/3184 88% [====================================================== ] 2824/3184 88% [======================================================= ] 2825/3184 88% [======================================================= ] 2826/3184 88% [======================================================= ] 2827/3184 88% [======================================================= ] 2828/3184 88% [======================================================= ] 2829/3184 88% [======================================================= ] 2830/3184 88% [======================================================= ] 2831/3184 88% [======================================================= ] 2832/3184 88% [======================================================= ] 2833/3184 88% [======================================================= ] 2834/3184 89% [======================================================= ] 2835/3184 89% [======================================================= ] 2836/3184 89% [======================================================= ] 2837/3184 89% [======================================================= ] 2838/3184 89% [======================================================= ] 2839/3184 89% [======================================================= ] 2840/3184 89% [======================================================= ] 2841/3184 89% [======================================================= ] 2842/3184 89% [======================================================= ] 2843/3184 89% [======================================================= ] 2844/3184 89% [======================================================= ] 2845/3184 89% [======================================================= ] 2846/3184 89% [======================================================= ] 2847/3184 89% [======================================================= ] 2848/3184 89% [======================================================= ] 2849/3184 89% [======================================================= ] 2850/3184 89% [======================================================= ] 2851/3184 89% [======================================================= ] 2852/3184 89% [======================================================= ] 2853/3184 89% [======================================================= ] 2854/3184 89% [======================================================= ] 2855/3184 89% [======================================================= ] 2856/3184 89% [======================================================= ] 2857/3184 89% [======================================================= ] 2858/3184 89% [======================================================= ] 2859/3184 89% [======================================================= ] 2860/3184 89% [======================================================= ] 2861/3184 89% [======================================================= ] 2862/3184 89% [======================================================= ] 2863/3184 89% [======================================================= ] 2864/3184 89% [======================================================= ] 2865/3184 89% [======================================================= ] 2866/3184 90% [======================================================= ] 2867/3184 90% [======================================================= ] 2868/3184 90% [======================================================= ] 2869/3184 90% [======================================================= ] 2870/3184 90% [======================================================= ] 2871/3184 90% [======================================================= ] 2872/3184 90% [======================================================= ] 2873/3184 90% [======================================================= ] 2874/3184 90% [======================================================= ] 2875/3184 90% [======================================================== ] 2876/3184 90% [======================================================== ] 2877/3184 90% [======================================================== ] 2878/3184 90% [======================================================== ] 2879/3184 90% [======================================================== ] 2880/3184 90% [======================================================== ] 2881/3184 90% [======================================================== ] 2882/3184 90% [======================================================== ] 2883/3184 90% [======================================================== ] 2884/3184 90% [======================================================== ] 2885/3184 90% [======================================================== ] 2886/3184 90% [======================================================== ] 2887/3184 90% [======================================================== ] 2888/3184 90% [======================================================== ] 2889/3184 90% [======================================================== ] 2890/3184 90% [======================================================== ] 2891/3184 90% [======================================================== ] 2892/3184 90% [======================================================== ] 2893/3184 90% [======================================================== ] 2894/3184 90% [======================================================== ] 2895/3184 90% [======================================================== ] 2896/3184 90% [======================================================== ] 2897/3184 90% [======================================================== ] 2898/3184 91% [======================================================== ] 2899/3184 91% [======================================================== ] 2900/3184 91% [======================================================== ] 2901/3184 91% [======================================================== ] 2902/3184 91% [======================================================== ] 2903/3184 91% [======================================================== ] 2904/3184 91% [======================================================== ] 2905/3184 91% [======================================================== ] 2906/3184 91% [======================================================== ] 2907/3184 91% [======================================================== ] 2908/3184 91% [======================================================== ] 2909/3184 91% [======================================================== ] 2910/3184 91% [======================================================== ] 2911/3184 91% [======================================================== ] 2912/3184 91% [======================================================== ] 2913/3184 91% [======================================================== ] 2914/3184 91% [======================================================== ] 2915/3184 91% [======================================================== ] 2916/3184 91% [======================================================== ] 2917/3184 91% [======================================================== ] 2918/3184 91% [======================================================== ] 2919/3184 91% [======================================================== ] 2920/3184 91% [======================================================== ] 2921/3184 91% [======================================================== ] 2922/3184 91% [======================================================== ] 2923/3184 91% [======================================================== ] 2924/3184 91% [======================================================== ] 2925/3184 91% [======================================================== ] 2926/3184 91% [======================================================== ] 2927/3184 91% [========================================================= ] 2928/3184 91% [========================================================= ] 2929/3184 91% [========================================================= ] 2930/3184 92% [========================================================= ] 2931/3184 92% [========================================================= ] 2932/3184 92% [========================================================= ] 2933/3184 92% [========================================================= ] 2934/3184 92% [========================================================= ] 2935/3184 92% [========================================================= ] 2936/3184 92% [========================================================= ] 2937/3184 92% [========================================================= ] 2938/3184 92% [========================================================= ] 2939/3184 92% [========================================================= ] 2940/3184 92% [========================================================= ] 2941/3184 92% [========================================================= ] 2942/3184 92% [========================================================= ] 2943/3184 92% [========================================================= ] 2944/3184 92% [========================================================= ] 2945/3184 92% [========================================================= ] 2946/3184 92% [========================================================= ] 2947/3184 92% [========================================================= ] 2948/3184 92% [========================================================= ] 2949/3184 92% [========================================================= ] 2950/3184 92% [========================================================= ] 2951/3184 92% [========================================================= ] 2952/3184 92% [========================================================= ] 2953/3184 92% [========================================================= ] 2954/3184 92% [========================================================= ] 2955/3184 92% [========================================================= ] 2956/3184 92% [========================================================= ] 2957/3184 92% [========================================================= ] 2958/3184 92% [========================================================= ] 2959/3184 92% [========================================================= ] 2960/3184 92% [========================================================= ] 2961/3184 92% [========================================================= ] 2962/3184 93% [========================================================= ] 2963/3184 93% [========================================================= ] 2964/3184 93% [========================================================= ] 2965/3184 93% [========================================================= ] 2966/3184 93% [========================================================= ] 2967/3184 93% [========================================================= ] 2968/3184 93% [========================================================= ] 2969/3184 93% [========================================================= ] 2970/3184 93% [========================================================= ] 2971/3184 93% [========================================================= ] 2972/3184 93% [========================================================= ] 2973/3184 93% [========================================================= ] 2974/3184 93% [========================================================= ] 2975/3184 93% [========================================================= ] 2976/3184 93% [========================================================= ] 2977/3184 93% [========================================================= ] 2978/3184 93% [========================================================== ] 2979/3184 93% [========================================================== ] 2980/3184 93% [========================================================== ] 2981/3184 93% [========================================================== ] 2982/3184 93% [========================================================== ] 2983/3184 93% [========================================================== ] 2984/3184 93% [========================================================== ] 2985/3184 93% [========================================================== ] 2986/3184 93% [========================================================== ] 2987/3184 93% [========================================================== ] 2988/3184 93% [========================================================== ] 2989/3184 93% [========================================================== ] 2990/3184 93% [========================================================== ] 2991/3184 93% [========================================================== ] 2992/3184 93% [========================================================== ] 2993/3184 94% [========================================================== ] 2994/3184 94% [========================================================== ] 2995/3184 94% [========================================================== ] 2996/3184 94% [========================================================== ] 2997/3184 94% [========================================================== ] 2998/3184 94% [========================================================== ] 2999/3184 94% [========================================================== ] 3000/3184 94% [========================================================== ] 3001/3184 94% [========================================================== ] 3002/3184 94% [========================================================== ] 3003/3184 94% [========================================================== ] 3004/3184 94% [========================================================== ] 3005/3184 94% [========================================================== ] 3006/3184 94% [========================================================== ] 3007/3184 94% [========================================================== ] 3008/3184 94% [========================================================== ] 3009/3184 94% [========================================================== ] 3010/3184 94% [========================================================== ] 3011/3184 94% [========================================================== ] 3012/3184 94% [========================================================== ] 3013/3184 94% [========================================================== ] 3014/3184 94% [========================================================== ] 3015/3184 94% [========================================================== ] 3016/3184 94% [========================================================== ] 3017/3184 94% [========================================================== ] 3018/3184 94% [========================================================== ] 3019/3184 94% [========================================================== ] 3020/3184 94% [========================================================== ] 3021/3184 94% [========================================================== ] 3022/3184 94% [========================================================== ] 3023/3184 94% [========================================================== ] 3024/3184 94% [========================================================== ] 3025/3184 95% [========================================================== ] 3026/3184 95% [========================================================== ] 3027/3184 95% [========================================================== ] 3028/3184 95% [========================================================== ] 3029/3184 95% [=========================================================== ] 3030/3184 95% [=========================================================== ] 3031/3184 95% [=========================================================== ] 3032/3184 95% [=========================================================== ] 3033/3184 95% [=========================================================== ] 3034/3184 95% [=========================================================== ] 3035/3184 95% [=========================================================== ] 3036/3184 95% [=========================================================== ] 3037/3184 95% [=========================================================== ] 3038/3184 95% [=========================================================== ] 3039/3184 95% [=========================================================== ] 3040/3184 95% [=========================================================== ] 3041/3184 95% [=========================================================== ] 3042/3184 95% [=========================================================== ] 3043/3184 95% [=========================================================== ] 3044/3184 95% [=========================================================== ] 3045/3184 95% [=========================================================== ] 3046/3184 95% [=========================================================== ] 3047/3184 95% [=========================================================== ] 3048/3184 95% [=========================================================== ] 3049/3184 95% [=========================================================== ] 3050/3184 95% [=========================================================== ] 3051/3184 95% [=========================================================== ] 3052/3184 95% [=========================================================== ] 3053/3184 95% [=========================================================== ] 3054/3184 95% [=========================================================== ] 3055/3184 95% [=========================================================== ] 3056/3184 95% [=========================================================== ] 3057/3184 96% [=========================================================== ] 3058/3184 96% [=========================================================== ] 3059/3184 96% [=========================================================== ] 3060/3184 96% [=========================================================== ] 3061/3184 96% [=========================================================== ] 3062/3184 96% [=========================================================== ] 3063/3184 96% [=========================================================== ] 3064/3184 96% [=========================================================== ] 3065/3184 96% [=========================================================== ] 3066/3184 96% [=========================================================== ] 3067/3184 96% [=========================================================== ] 3068/3184 96% [=========================================================== ] 3069/3184 96% [=========================================================== ] 3070/3184 96% [=========================================================== ] 3071/3184 96% [=========================================================== ] 3072/3184 96% [=========================================================== ] 3073/3184 96% [=========================================================== ] 3074/3184 96% [=========================================================== ] 3075/3184 96% [=========================================================== ] 3076/3184 96% [=========================================================== ] 3077/3184 96% [=========================================================== ] 3078/3184 96% [=========================================================== ] 3079/3184 96% [=========================================================== ] 3080/3184 96% [=========================================================== ] 3081/3184 96% [============================================================ ] 3082/3184 96% [============================================================ ] 3083/3184 96% [============================================================ ] 3084/3184 96% [============================================================ ] 3085/3184 96% [============================================================ ] 3086/3184 96% [============================================================ ] 3087/3184 96% [============================================================ ] 3088/3184 96% [============================================================ ] 3089/3184 97% [============================================================ ] 3090/3184 97% [============================================================ ] 3091/3184 97% [============================================================ ] 3092/3184 97% [============================================================ ] 3093/3184 97% [============================================================ ] 3094/3184 97% [============================================================ ] 3095/3184 97% [============================================================ ] 3096/3184 97% [============================================================ ] 3097/3184 97% [============================================================ ] 3098/3184 97% [============================================================ ] 3099/3184 97% [============================================================ ] 3100/3184 97% [============================================================ ] 3101/3184 97% [============================================================ ] 3102/3184 97% [============================================================ ] 3103/3184 97% [============================================================ ] 3104/3184 97% [============================================================ ] 3105/3184 97% [============================================================ ] 3106/3184 97% [============================================================ ] 3107/3184 97% [============================================================ ] 3108/3184 97% [============================================================ ] 3109/3184 97% [============================================================ ] 3110/3184 97% [============================================================ ] 3111/3184 97% [============================================================ ] 3112/3184 97% [============================================================ ] 3113/3184 97% [============================================================ ] 3114/3184 97% [============================================================ ] 3115/3184 97% [============================================================ ] 3116/3184 97% [============================================================ ] 3117/3184 97% [============================================================ ] 3118/3184 97% [============================================================ ] 3119/3184 97% [============================================================ ] 3120/3184 97% [============================================================ ] 3121/3184 98% [============================================================ ] 3122/3184 98% [============================================================ ] 3123/3184 98% [============================================================ ] 3124/3184 98% [============================================================ ] 3125/3184 98% [============================================================ ] 3126/3184 98% [============================================================ ] 3127/3184 98% [============================================================ ] 3128/3184 98% [============================================================ ] 3129/3184 98% [============================================================ ] 3130/3184 98% [============================================================ ] 3131/3184 98% [============================================================ ] 3132/3184 98% [============================================================= ] 3133/3184 98% [============================================================= ] 3134/3184 98% [============================================================= ] 3135/3184 98% [============================================================= ] 3136/3184 98% [============================================================= ] 3137/3184 98% [============================================================= ] 3138/3184 98% [============================================================= ] 3139/3184 98% [============================================================= ] 3140/3184 98% [============================================================= ] 3141/3184 98% [============================================================= ] 3142/3184 98% [============================================================= ] 3143/3184 98% [============================================================= ] 3144/3184 98% [============================================================= ] 3145/3184 98% [============================================================= ] 3146/3184 98% [============================================================= ] 3147/3184 98% [============================================================= ] 3148/3184 98% [============================================================= ] 3149/3184 98% [============================================================= ] 3150/3184 98% [============================================================= ] 3151/3184 98% [============================================================= ] 3152/3184 98% [============================================================= ] 3153/3184 99% [============================================================= ] 3154/3184 99% [============================================================= ] 3155/3184 99% [============================================================= ] 3156/3184 99% [============================================================= ] 3157/3184 99% [============================================================= ] 3158/3184 99% [============================================================= ] 3159/3184 99% [============================================================= ] 3160/3184 99% [============================================================= ] 3161/3184 99% [============================================================= ] 3162/3184 99% [============================================================= ] 3163/3184 99% [============================================================= ] 3164/3184 99% [============================================================= ] 3165/3184 99% [============================================================= ] 3166/3184 99% [============================================================= ] 3167/3184 99% [============================================================= ] 3168/3184 99% [============================================================= ] 3169/3184 99% [============================================================= ] 3170/3184 99% [============================================================= ] 3171/3184 99% [============================================================= ] 3172/3184 99% [============================================================= ] 3173/3184 99% [============================================================= ] 3174/3184 99% [============================================================= ] 3175/3184 99% [============================================================= ] 3176/3184 99% [============================================================= ] 3177/3184 99% [============================================================= ] 3178/3184 99% [============================================================= ] 3179/3184 99% [============================================================= ] 3180/3184 99% [============================================================= ] 3181/3184 99% [============================================================= ] 3182/3184 99% [============================================================= ] 3183/3184 99% [==============================================================] 3184/3184 100% operation complete, 3184 objects in 82768 NAND pages. ln -snf /home/autobuild/autobuild/instance-9/output-1/host/microblaze-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-9/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-9/buildroot' >>> Buildroot 2023.11-1118-g52b43a1247 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-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> 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-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 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-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 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.6.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-python3 3.12.1 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.6.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> ed 1.19 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> fft-eval 6a82b383ce79afc4c1ba26ffcf34b15d3e95894b Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f) LICENSES/GPL-2.0-only.txt: OK (sha256: d1cf0896da7045d841fe45b0991cf35540bac1a17b5d11f4afcf8fcb950246b5) LICENSES/OFL-1.1.txt: OK (sha256: 797832eda5ff4360a10fee3be94a3250995e76423b79675c9c44204c37ca492d) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> igh-ethercat f5dc109176400f540a8682a2c9ee20d411d14d61 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux 6.6.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> inih 57 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.3.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 69.0.3 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.2 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) >>> initscripts Collecting legal info >>> iodine 0.8.0 Collecting legal info LICENSE: OK (sha256: 9541123931e4df4ec84612e056a92ecaab905fe201deaf932b895406565fbb85) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-jq 1.7.1 Collecting legal info COPYING: OK (sha256: 10e974638a41fadfd72357f2f3a4325e20b856c563365128f72feaa406f8c92d) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libgit2 1.7.1 Collecting legal info COPYING: OK (sha256: 6f3c2cd59b057e366c1acc073b038135c52d77892bb33bd4d931c5369d3f062b) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> openssl Collecting legal info >>> libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libkrb5 1.21 Collecting legal info NOTICE: OK (sha256: 0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libminiupnpc 2.2.6 Collecting legal info LICENSE: OK (sha256: e143c6e207d0bb874c4be76b57689ffa408063a37a735c6dcec3dc600cb522c5) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvncserver 0.9.14 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lighttpd 1.4.73 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.2 Collecting legal info LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> oniguruma 6.9.9 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-devel-globaldestruction 0.14 Collecting legal info README: OK (sha256: f7adbd1db623233e220f9157521a620dbae4918ae7088845aa61e87b7f62bb23) >>> host-perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> perl 5.38.2 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 9519aaeeac509b3fa8778155a63545b6086f8313546b93fe9958d1c434d476a8) >>> perl-file-listing 6.16 Collecting legal info LICENSE: OK (sha256: 330a553de82a111970d17fdf302bfe4af055f61bfe83d1c5617d5c3f5525a226) >>> perl-http-date 6.06 Collecting legal info LICENSE: OK (sha256: 6186a79a305a0e62c5087f9737b4f66fa5793fa1b396da0126e3c8722c460245) >>> perl-i18n 0.13 Collecting legal info README: OK (sha256: 4755e5f2096e8ef0494f1565bf5a028a8fb4eeb5c1250e7d30948d1ed13c5ad7) >>> perl-locale-maketext-lexicon 1.00 Collecting legal info LICENSE: OK (sha256: af693c8c99bee68656f09328c97d50b24eb742ae4473f57cdafaa90691807fbe) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-module-runtime 0.016 Collecting legal info README: OK (sha256: ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1) >>> host-perl-module-build 0.4234 Collecting legal info LICENSE: OK (sha256: af1570e8af55af52b4e86d040e2a993cb684566275c43c4d7a8b0cc5a90e08a4) >>> perl-sub-exporter-progressive 0.001013 Collecting legal info LICENSE: OK (sha256: 24c38cba4218e6be62e511bffe21e63aa57335d8929034aa58e8a85eed001e99) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-try-tiny 0.31 Collecting legal info LICENCE: OK (sha256: f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b) >>> picocom 2023-04 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-python-cython 0.29.36 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rhash 1.4.4 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rlwrap 0.46.1 Collecting legal info AUTHORS: OK (sha256: 656d25fab58016ac6ac11bb126709e4f860ea063d11795232eb55987172f78ff) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> rtl8723bu 49cb04d796d44debe965c1597f397f34ae277dbc Collecting legal info >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> host-sdbus-cpp 1.4.0 Collecting legal info COPYING: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) COPYING-LGPL-Exception: OK (sha256: a1c9e75e25d8f2ce18017c88978edab2f0dbc7814ad0697d4ff2e5e59959f657) >>> host-systemd 254.6 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 8ccb649d1fc1103e5726612cf303f05d4eb86b7ab46d9f630009dd32e87612e2) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> socat 1.8.0.0 Collecting legal info README: OK (sha256: de9d702354b2e748ea87eb20d18c3d90ebede5dc6d2fc3c2e0645d139a5181bc) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> host-uuu 1.5.165 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-tinyxml2 10.0.0 Collecting legal info LICENSE.txt: OK (sha256: 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> vulkan-headers 1.3.262 Collecting legal info LICENSE.md: OK (sha256: ac24e5ea920e4318e4d02c4086ae51f53cfb03feed06c18df1019e7ada1ec7bc) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> 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 WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: rtl8723bu-49cb04d796d44debe965c1597f397f34ae277dbc: cannot save license (RTL8723BU_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-9/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot'