echo "buildroot" > /home/autobuild/autobuild/instance-5/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-5/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-5/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-5/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells printf '%s\n' C en_US locale-archive > /home/autobuild/autobuild/instance-5/output-1/build/locales.nopurge for dir in /home/autobuild/autobuild/instance-5/output-1/target/usr/share/locale /home/autobuild/autobuild/instance-5/output-1/target/usr/share/X11/locale /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/autobuild/autobuild/instance-5/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/autobuild/autobuild/instance-5/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/autobuild/autobuild/instance-5/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/autobuild/autobuild/instance-5/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/include /home/autobuild/autobuild/instance-5/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-5/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-5/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-5/output-1/target/usr/doc find /home/autobuild/autobuild/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-5/output-1/target/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-5/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/man /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/info /home/autobuild/autobuild/instance-5/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/doc /home/autobuild/autobuild/instance-5/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-5/output-1/target/lib/debug /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-5/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-5/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-5/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-5/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-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-873-g21ab3e720c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-5/output-1/per-package /home/autobuild/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/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-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/sbin/mkfs.jffs2 -e 0x1080 --with-xattr -b -n -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-5/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/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-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' Erase size 0x1080 too small. Increasing to 8KiB minimum mkfs.jffs2: error!: Page size for this system is by default 16384 mkfs.jffs2: error!: Use the --pagesize=SIZE option if this is not what you want >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/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-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-5/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/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-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/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" gzip -9 -c -n /home/autobuild/autobuild/instance-5/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-5/output-1/images/rootfs.tar.gz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/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-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/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-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-5/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-5/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2471 objects. stage 2: creating image '/home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/2471 0% [ ] 2/2471 0% [ ] 3/2471 0% [ ] 4/2471 0% [ ] 5/2471 0% [ ] 6/2471 0% [ ] 7/2471 0% [ ] 8/2471 0% [ ] 9/2471 0% [ ] 10/2471 0% [ ] 11/2471 0% [ ] 12/2471 0% [ ] 13/2471 0% [ ] 14/2471 0% [ ] 15/2471 0% [ ] 16/2471 0% [ ] 17/2471 0% [ ] 18/2471 0% [ ] 19/2471 0% [ ] 20/2471 0% [ ] 21/2471 0% [ ] 22/2471 0% [ ] 23/2471 0% [ ] 24/2471 0% [ ] 25/2471 1% [ ] 26/2471 1% [ ] 27/2471 1% [ ] 28/2471 1% [ ] 29/2471 1% [ ] 30/2471 1% [ ] 31/2471 1% [ ] 32/2471 1% [ ] 33/2471 1% [ ] 34/2471 1% [ ] 35/2471 1% [ ] 36/2471 1% [ ] 37/2471 1% [ ] 38/2471 1% [ ] 39/2471 1% [= ] 40/2471 1% [= ] 41/2471 1% [= ] 42/2471 1% [= ] 43/2471 1% [= ] 44/2471 1% [= ] 45/2471 1% [= ] 46/2471 1% [= ] 47/2471 1% [= ] 48/2471 1% [= ] 49/2471 1% [= ] 50/2471 2% [= ] 51/2471 2% [= ] 52/2471 2% [= ] 53/2471 2% [= ] 54/2471 2% [= ] 55/2471 2% [= ] 56/2471 2% [= ] 57/2471 2% [= ] 58/2471 2% [= ] 59/2471 2% [= ] 60/2471 2% [= ] 61/2471 2% [= ] 62/2471 2% [= ] 63/2471 2% [= ] 64/2471 2% [= ] 65/2471 2% [= ] 66/2471 2% [= ] 67/2471 2% [= ] 68/2471 2% [= ] 69/2471 2% [= ] 70/2471 2% [= ] 71/2471 2% [= ] 72/2471 2% [= ] 73/2471 2% [= ] 74/2471 2% [= ] 75/2471 3% [= ] 76/2471 3% [= ] 77/2471 3% [= ] 78/2471 3% [= ] 79/2471 3% [== ] 80/2471 3% [== ] 81/2471 3% [== ] 82/2471 3% [== ] 83/2471 3% [== ] 84/2471 3% [== ] 85/2471 3% [== ] 86/2471 3% [== ] 87/2471 3% [== ] 88/2471 3% [== ] 89/2471 3% [== ] 90/2471 3% [== ] 91/2471 3% [== ] 92/2471 3% [== ] 93/2471 3% [== ] 94/2471 3% [== ] 95/2471 3% [== ] 96/2471 3% [== ] 97/2471 3% [== ] 98/2471 3% [== ] 99/2471 4% [== ] 100/2471 4% [== ] 101/2471 4% [== ] 102/2471 4% [== ] 103/2471 4% [== ] 104/2471 4% [== ] 105/2471 4% [== ] 106/2471 4% [== ] 107/2471 4% [== ] 108/2471 4% [== ] 109/2471 4% [== ] 110/2471 4% [== ] 111/2471 4% [== ] 112/2471 4% [== ] 113/2471 4% [== ] 114/2471 4% [== ] 115/2471 4% [== ] 116/2471 4% [== ] 117/2471 4% [== ] 118/2471 4% [== ] 119/2471 4% [=== ] 120/2471 4% [=== ] 121/2471 4% [=== ] 122/2471 4% [=== ] 123/2471 4% [=== ] 124/2471 5% [=== ] 125/2471 5% [=== ] 126/2471 5% [=== ] 127/2471 5% [=== ] 128/2471 5% [=== ] 129/2471 5% [=== ] 130/2471 5% [=== ] 131/2471 5% [=== ] 132/2471 5% [=== ] 133/2471 5% [=== ] 134/2471 5% [=== ] 135/2471 5% [=== ] 136/2471 5% [=== ] 137/2471 5% [=== ] 138/2471 5% [=== ] 139/2471 5% [=== ] 140/2471 5% [=== ] 141/2471 5% [=== ] 142/2471 5% [=== ] 143/2471 5% [=== ] 144/2471 5% [=== ] 145/2471 5% [=== ] 146/2471 5% [=== ] 147/2471 5% [=== ] 148/2471 5% [=== ] 149/2471 6% [=== ] 150/2471 6% [=== ] 151/2471 6% [=== ] 152/2471 6% [=== ] 153/2471 6% [=== ] 154/2471 6% [=== ] 155/2471 6% [=== ] 156/2471 6% [=== ] 157/2471 6% [=== ] 158/2471 6% [=== ] 159/2471 6% [==== ] 160/2471 6% [==== ] 161/2471 6% [==== ] 162/2471 6% [==== ] 163/2471 6% [==== ] 164/2471 6% [==== ] 165/2471 6% [==== ] 166/2471 6% [==== ] 167/2471 6% [==== ] 168/2471 6% [==== ] 169/2471 6% [==== ] 170/2471 6% [==== ] 171/2471 6% [==== ] 172/2471 6% [==== ] 173/2471 7% [==== ] 174/2471 7% [==== ] 175/2471 7% [==== ] 176/2471 7% [==== ] 177/2471 7% [==== ] 178/2471 7% [==== ] 179/2471 7% [==== ] 180/2471 7% [==== ] 181/2471 7% [==== ] 182/2471 7% [==== ] 183/2471 7% [==== ] 184/2471 7% [==== ] 185/2471 7% [==== ] 186/2471 7% [==== ] 187/2471 7% [==== ] 188/2471 7% [==== ] 189/2471 7% [==== ] 190/2471 7% [==== ] 191/2471 7% [==== ] 192/2471 7% [==== ] 193/2471 7% [==== ] 194/2471 7% [==== ] 195/2471 7% [==== ] 196/2471 7% [==== ] 197/2471 7% [==== ] 198/2471 8% [==== ] 199/2471 8% [===== ] 200/2471 8% [===== ] 201/2471 8% [===== ] 202/2471 8% [===== ] 203/2471 8% [===== ] 204/2471 8% [===== ] 205/2471 8% [===== ] 206/2471 8% [===== ] 207/2471 8% [===== ] 208/2471 8% [===== ] 209/2471 8% [===== ] 210/2471 8% [===== ] 211/2471 8% [===== ] 212/2471 8% [===== ] 213/2471 8% [===== ] 214/2471 8% [===== ] 215/2471 8% [===== ] 216/2471 8% [===== ] 217/2471 8% [===== ] 218/2471 8% [===== ] 219/2471 8% [===== ] 220/2471 8% [===== ] 221/2471 8% [===== ] 222/2471 8% [===== ] 223/2471 9% [===== ] 224/2471 9% [===== ] 225/2471 9% [===== ] 226/2471 9% [===== ] 227/2471 9% [===== ] 228/2471 9% [===== ] 229/2471 9% [===== ] 230/2471 9% [===== ] 231/2471 9% [===== ] 232/2471 9% [===== ] 233/2471 9% [===== ] 234/2471 9% [===== ] 235/2471 9% [===== ] 236/2471 9% [===== ] 237/2471 9% [===== ] 238/2471 9% [===== ] 239/2471 9% [====== ] 240/2471 9% [====== ] 241/2471 9% [====== ] 242/2471 9% [====== ] 243/2471 9% [====== ] 244/2471 9% [====== ] 245/2471 9% [====== ] 246/2471 9% [====== ] 247/2471 9% [====== ] 248/2471 10% [====== ] 249/2471 10% [====== ] 250/2471 10% [====== ] 251/2471 10% [====== ] 252/2471 10% [====== ] 253/2471 10% [====== ] 254/2471 10% [====== ] 255/2471 10% [====== ] 256/2471 10% [====== ] 257/2471 10% [====== ] 258/2471 10% [====== ] 259/2471 10% [====== ] 260/2471 10% [====== ] 261/2471 10% [====== ] 262/2471 10% [====== ] 263/2471 10% [====== ] 264/2471 10% [====== ] 265/2471 10% [====== ] 266/2471 10% [====== ] 267/2471 10% [====== ] 268/2471 10% [====== ] 269/2471 10% [====== ] 270/2471 10% [====== ] 271/2471 10% [====== ] 272/2471 11% [====== ] 273/2471 11% [====== ] 274/2471 11% [====== ] 275/2471 11% [====== ] 276/2471 11% [====== ] 277/2471 11% [====== ] 278/2471 11% [======= ] 279/2471 11% [======= ] 280/2471 11% [======= ] 281/2471 11% [======= ] 282/2471 11% [======= ] 283/2471 11% [======= ] 284/2471 11% [======= ] 285/2471 11% [======= ] 286/2471 11% [======= ] 287/2471 11% [======= ] 288/2471 11% [======= ] 289/2471 11% [======= ] 290/2471 11% [======= ] 291/2471 11% [======= ] 292/2471 11% [======= ] 293/2471 11% [======= ] 294/2471 11% [======= ] 295/2471 11% [======= ] 296/2471 11% [======= ] 297/2471 12% [======= ] 298/2471 12% [======= ] 299/2471 12% [======= ] 300/2471 12% [======= ] 301/2471 12% [======= ] 302/2471 12% [======= ] 303/2471 12% [======= ] 304/2471 12% [======= ] 305/2471 12% [======= ] 306/2471 12% [======= ] 307/2471 12% [======= ] 308/2471 12% [======= ] 309/2471 12% [======= ] 310/2471 12% [======= ] 311/2471 12% [======= ] 312/2471 12% [======= ] 313/2471 12% [======= ] 314/2471 12% [======= ] 315/2471 12% [======= ] 316/2471 12% [======= ] 317/2471 12% [======= ] 318/2471 12% [======== ] 319/2471 12% [======== ] 320/2471 12% [======== ] 321/2471 12% [======== ] 322/2471 13% [======== ] 323/2471 13% [======== ] 324/2471 13% [======== ] 325/2471 13% [======== ] 326/2471 13% [======== ] 327/2471 13% [======== ] 328/2471 13% [======== ] 329/2471 13% [======== ] 330/2471 13% [======== ] 331/2471 13% [======== ] 332/2471 13% [======== ] 333/2471 13% [======== ] 334/2471 13% [======== ] 335/2471 13% [======== ] 336/2471 13% [======== ] 337/2471 13% [======== ] 338/2471 13% [======== ] 339/2471 13% [======== ] 340/2471 13% [======== ] 341/2471 13% [======== ] 342/2471 13% [======== ] 343/2471 13% [======== ] 344/2471 13% [======== ] 345/2471 13% [======== ] 346/2471 14% [======== ] 347/2471 14% [======== ] 348/2471 14% [======== ] 349/2471 14% [======== ] 350/2471 14% [======== ] 351/2471 14% [======== ] 352/2471 14% [======== ] 353/2471 14% [======== ] 354/2471 14% [======== ] 355/2471 14% [======== ] 356/2471 14% [======== ] 357/2471 14% [======== ] 358/2471 14% [========= ] 359/2471 14% [========= ] 360/2471 14% [========= ] 361/2471 14% [========= ] 362/2471 14% [========= ] 363/2471 14% [========= ] 364/2471 14% [========= ] 365/2471 14% [========= ] 366/2471 14% [========= ] 367/2471 14% [========= ] 368/2471 14% [========= ] 369/2471 14% [========= ] 370/2471 14% [========= ] 371/2471 15% [========= ] 372/2471 15% [========= ] 373/2471 15% [========= ] 374/2471 15% [========= ] 375/2471 15% [========= ] 376/2471 15% [========= ] 377/2471 15% [========= ] 378/2471 15% [========= ] 379/2471 15% [========= ] 380/2471 15% [========= ] 381/2471 15% [========= ] 382/2471 15% [========= ] 383/2471 15% [========= ] 384/2471 15% [========= ] 385/2471 15% [========= ] 386/2471 15% [========= ] 387/2471 15% [========= ] 388/2471 15% [========= ] 389/2471 15% [========= ] 390/2471 15% [========= ] 391/2471 15% [========= ] 392/2471 15% [========= ] 393/2471 15% [========= ] 394/2471 15% [========= ] 395/2471 15% [========= ] 396/2471 16% [========= ] 397/2471 16% [========= ] 398/2471 16% [========== ] 399/2471 16% [========== ] 400/2471 16% [========== ] 401/2471 16% [========== ] 402/2471 16% [========== ] 403/2471 16% [========== ] 404/2471 16% [========== ] 405/2471 16% [========== ] 406/2471 16% [========== ] 407/2471 16% [========== ] 408/2471 16% [========== ] 409/2471 16% [========== ] 410/2471 16% [========== ] 411/2471 16% [========== ] 412/2471 16% [========== ] 413/2471 16% [========== ] 414/2471 16% [========== ] 415/2471 16% [========== ] 416/2471 16% [========== ] 417/2471 16% [========== ] 418/2471 16% [========== ] 419/2471 16% [========== ] 420/2471 16% [========== ] 421/2471 17% [========== ] 422/2471 17% [========== ] 423/2471 17% [========== ] 424/2471 17% [========== ] 425/2471 17% [========== ] 426/2471 17% [========== ] 427/2471 17% [========== ] 428/2471 17% [========== ] 429/2471 17% [========== ] 430/2471 17% [========== ] 431/2471 17% [========== ] 432/2471 17% [========== ] 433/2471 17% [========== ] 434/2471 17% [========== ] 435/2471 17% [========== ] 436/2471 17% [========== ] 437/2471 17% [========== ] 438/2471 17% [=========== ] 439/2471 17% [=========== ] 440/2471 17% [=========== ] 441/2471 17% [=========== ] 442/2471 17% [=========== ] 443/2471 17% [=========== ] 444/2471 17% [=========== ] 445/2471 18% [=========== ] 446/2471 18% [=========== ] 447/2471 18% [=========== ] 448/2471 18% [=========== ] 449/2471 18% [=========== ] 450/2471 18% [=========== ] 451/2471 18% [=========== ] 452/2471 18% [=========== ] 453/2471 18% [=========== ] 454/2471 18% [=========== ] 455/2471 18% [=========== ] 456/2471 18% [=========== ] 457/2471 18% [=========== ] 458/2471 18% [=========== ] 459/2471 18% [=========== ] 460/2471 18% [=========== ] 461/2471 18% [=========== ] 462/2471 18% [=========== ] 463/2471 18% [=========== ] 464/2471 18% [=========== ] 465/2471 18% [=========== ] 466/2471 18% [=========== ] 467/2471 18% [=========== ] 468/2471 18% [=========== ] 469/2471 18% [=========== ] 470/2471 19% [=========== ] 471/2471 19% [=========== ] 472/2471 19% [=========== ] 473/2471 19% [=========== ] 474/2471 19% [=========== ] 475/2471 19% [=========== ] 476/2471 19% [=========== ] 477/2471 19% [=========== ] 478/2471 19% [============ ] 479/2471 19% [============ ] 480/2471 19% [============ ] 481/2471 19% [============ ] 482/2471 19% [============ ] 483/2471 19% [============ ] 484/2471 19% [============ ] 485/2471 19% [============ ] 486/2471 19% [============ ] 487/2471 19% [============ ] 488/2471 19% [============ ] 489/2471 19% [============ ] 490/2471 19% [============ ] 491/2471 19% [============ ] 492/2471 19% [============ ] 493/2471 19% [============ ] 494/2471 19% [============ ] 495/2471 20% [============ ] 496/2471 20% [============ ] 497/2471 20% [============ ] 498/2471 20% [============ ] 499/2471 20% [============ ] 500/2471 20% [============ ] 501/2471 20% [============ ] 502/2471 20% [============ ] 503/2471 20% [============ ] 504/2471 20% [============ ] 505/2471 20% [============ ] 506/2471 20% [============ ] 507/2471 20% [============ ] 508/2471 20% [============ ] 509/2471 20% [============ ] 510/2471 20% [============ ] 511/2471 20% [============ ] 512/2471 20% [============ ] 513/2471 20% [============ ] 514/2471 20% [============ ] 515/2471 20% [============ ] 516/2471 20% [============ ] 517/2471 20% [============ ] 518/2471 20% [============= ] 519/2471 21% [============= ] 520/2471 21% [============= ] 521/2471 21% [============= ] 522/2471 21% [============= ] 523/2471 21% [============= ] 524/2471 21% [============= ] 525/2471 21% [============= ] 526/2471 21% [============= ] 527/2471 21% [============= ] 528/2471 21% [============= ] 529/2471 21% [============= ] 530/2471 21% [============= ] 531/2471 21% [============= ] 532/2471 21% [============= ] 533/2471 21% [============= ] 534/2471 21% [============= ] 535/2471 21% [============= ] 536/2471 21% [============= ] 537/2471 21% [============= ] 538/2471 21% [============= ] 539/2471 21% [============= ] 540/2471 21% [============= ] 541/2471 21% [============= ] 542/2471 21% [============= ] 543/2471 21% [============= ] 544/2471 22% [============= ] 545/2471 22% [============= ] 546/2471 22% [============= ] 547/2471 22% [============= ] 548/2471 22% [============= ] 549/2471 22% [============= ] 550/2471 22% [============= ] 551/2471 22% [============= ] 552/2471 22% [============= ] 553/2471 22% [============= ] 554/2471 22% [============= ] 555/2471 22% [============= ] 556/2471 22% [============= ] 557/2471 22% [============== ] 558/2471 22% [============== ] 559/2471 22% [============== ] 560/2471 22% [============== ] 561/2471 22% [============== ] 562/2471 22% [============== ] 563/2471 22% [============== ] 564/2471 22% [============== ] 565/2471 22% [============== ] 566/2471 22% [============== ] 567/2471 22% [============== ] 568/2471 22% [============== ] 569/2471 23% [============== ] 570/2471 23% [============== ] 571/2471 23% [============== ] 572/2471 23% [============== ] 573/2471 23% [============== ] 574/2471 23% [============== ] 575/2471 23% [============== ] 576/2471 23% [============== ] 577/2471 23% [============== ] 578/2471 23% [============== ] 579/2471 23% [============== ] 580/2471 23% [============== ] 581/2471 23% [============== ] 582/2471 23% [============== ] 583/2471 23% [============== ] 584/2471 23% [============== ] 585/2471 23% [============== ] 586/2471 23% [============== ] 587/2471 23% [============== ] 588/2471 23% [============== ] 589/2471 23% [============== ] 590/2471 23% [============== ] 591/2471 23% [============== ] 592/2471 23% [============== ] 593/2471 23% [============== ] 594/2471 24% [============== ] 595/2471 24% [============== ] 596/2471 24% [============== ] 597/2471 24% [=============== ] 598/2471 24% [=============== ] 599/2471 24% [=============== ] 600/2471 24% [=============== ] 601/2471 24% [=============== ] 602/2471 24% [=============== ] 603/2471 24% [=============== ] 604/2471 24% [=============== ] 605/2471 24% [=============== ] 606/2471 24% [=============== ] 607/2471 24% [=============== ] 608/2471 24% [=============== ] 609/2471 24% [=============== ] 610/2471 24% [=============== ] 611/2471 24% [=============== ] 612/2471 24% [=============== ] 613/2471 24% [=============== ] 614/2471 24% [=============== ] 615/2471 24% [=============== ] 616/2471 24% [=============== ] 617/2471 24% [=============== ] 618/2471 25% [=============== ] 619/2471 25% [=============== ] 620/2471 25% [=============== ] 621/2471 25% [=============== ] 622/2471 25% [=============== ] 623/2471 25% [=============== ] 624/2471 25% [=============== ] 625/2471 25% [=============== ] 626/2471 25% [=============== ] 627/2471 25% [=============== ] 628/2471 25% [=============== ] 629/2471 25% [=============== ] 630/2471 25% [=============== ] 631/2471 25% [=============== ] 632/2471 25% [=============== ] 633/2471 25% [=============== ] 634/2471 25% [=============== ] 635/2471 25% [=============== ] 636/2471 25% [=============== ] 637/2471 25% [================ ] 638/2471 25% [================ ] 639/2471 25% [================ ] 640/2471 25% [================ ] 641/2471 25% [================ ] 642/2471 25% [================ ] 643/2471 26% [================ ] 644/2471 26% [================ ] 645/2471 26% [================ ] 646/2471 26% [================ ] 647/2471 26% [================ ] 648/2471 26% [================ ] 649/2471 26% [================ ] 650/2471 26% [================ ] 651/2471 26% [================ ] 652/2471 26% [================ ] 653/2471 26% [================ ] 654/2471 26% [================ ] 655/2471 26% [================ ] 656/2471 26% [================ ] 657/2471 26% [================ ] 658/2471 26% [================ ] 659/2471 26% [================ ] 660/2471 26% [================ ] 661/2471 26% [================ ] 662/2471 26% [================ ] 663/2471 26% [================ ] 664/2471 26% [================ ] 665/2471 26% [================ ] 666/2471 26% [================ ] 667/2471 26% [================ ] 668/2471 27% [================ ] 669/2471 27% [================ ] 670/2471 27% [================ ] 671/2471 27% [================ ] 672/2471 27% [================ ] 673/2471 27% [================ ] 674/2471 27% [================ ] 675/2471 27% [================ ] 676/2471 27% [================ ] 677/2471 27% [================= ] 678/2471 27% [================= ] 679/2471 27% [================= ] 680/2471 27% [================= ] 681/2471 27% [================= ] 682/2471 27% [================= ] 683/2471 27% [================= ] 684/2471 27% [================= ] 685/2471 27% [================= ] 686/2471 27% [================= ] 687/2471 27% [================= ] 688/2471 27% [================= ] 689/2471 27% [================= ] 690/2471 27% [================= ] 691/2471 27% [================= ] 692/2471 28% [================= ] 693/2471 28% [================= ] 694/2471 28% [================= ] 695/2471 28% [================= ] 696/2471 28% [================= ] 697/2471 28% [================= ] 698/2471 28% [================= ] 699/2471 28% [================= ] 700/2471 28% [================= ] 701/2471 28% [================= ] 702/2471 28% [================= ] 703/2471 28% [================= ] 704/2471 28% [================= ] 705/2471 28% [================= ] 706/2471 28% [================= ] 707/2471 28% [================= ] 708/2471 28% [================= ] 709/2471 28% [================= ] 710/2471 28% [================= ] 711/2471 28% [================= ] 712/2471 28% [================= ] 713/2471 28% [================= ] 714/2471 28% [================= ] 715/2471 28% [================= ] 716/2471 28% [================= ] 717/2471 29% [================== ] 718/2471 29% [================== ] 719/2471 29% [================== ] 720/2471 29% [================== ] 721/2471 29% [================== ] 722/2471 29% [================== ] 723/2471 29% [================== ] 724/2471 29% [================== ] 725/2471 29% [================== ] 726/2471 29% [================== ] 727/2471 29% [================== ] 728/2471 29% [================== ] 729/2471 29% [================== ] 730/2471 29% [================== ] 731/2471 29% [================== ] 732/2471 29% [================== ] 733/2471 29% [================== ] 734/2471 29% [================== ] 735/2471 29% [================== ] 736/2471 29% [================== ] 737/2471 29% [================== ] 738/2471 29% [================== ] 739/2471 29% [================== ] 740/2471 29% [================== ] 741/2471 29% [================== ] 742/2471 30% [================== ] 743/2471 30% [================== ] 744/2471 30% [================== ] 745/2471 30% [================== ] 746/2471 30% [================== ] 747/2471 30% [================== ] 748/2471 30% [================== ] 749/2471 30% [================== ] 750/2471 30% [================== ] 751/2471 30% [================== ] 752/2471 30% [================== ] 753/2471 30% [================== ] 754/2471 30% [================== ] 755/2471 30% [================== ] 756/2471 30% [================== ] 757/2471 30% [=================== ] 758/2471 30% [=================== ] 759/2471 30% [=================== ] 760/2471 30% [=================== ] 761/2471 30% [=================== ] 762/2471 30% [=================== ] 763/2471 30% [=================== ] 764/2471 30% [=================== ] 765/2471 30% [=================== ] 766/2471 30% [=================== ] 767/2471 31% [=================== ] 768/2471 31% [=================== ] 769/2471 31% [=================== ] 770/2471 31% [=================== ] 771/2471 31% [=================== ] 772/2471 31% [=================== ] 773/2471 31% [=================== ] 774/2471 31% [=================== ] 775/2471 31% [=================== ] 776/2471 31% [=================== ] 777/2471 31% [=================== ] 778/2471 31% [=================== ] 779/2471 31% [=================== ] 780/2471 31% [=================== ] 781/2471 31% [=================== ] 782/2471 31% [=================== ] 783/2471 31% [=================== ] 784/2471 31% [=================== ] 785/2471 31% [=================== ] 786/2471 31% [=================== ] 787/2471 31% [=================== ] 788/2471 31% [=================== ] 789/2471 31% [=================== ] 790/2471 31% [=================== ] 791/2471 32% [=================== ] 792/2471 32% [=================== ] 793/2471 32% [=================== ] 794/2471 32% [=================== ] 795/2471 32% [=================== ] 796/2471 32% [=================== ] 797/2471 32% [==================== ] 798/2471 32% [==================== ] 799/2471 32% [==================== ] 800/2471 32% [==================== ] 801/2471 32% [==================== ] 802/2471 32% [==================== ] 803/2471 32% [==================== ] 804/2471 32% [==================== ] 805/2471 32% [==================== ] 806/2471 32% [==================== ] 807/2471 32% [==================== ] 808/2471 32% [==================== ] 809/2471 32% [==================== ] 810/2471 32% [==================== ] 811/2471 32% [==================== ] 812/2471 32% [==================== ] 813/2471 32% [==================== ] 814/2471 32% [==================== ] 815/2471 32% [==================== ] 816/2471 33% [==================== ] 817/2471 33% [==================== ] 818/2471 33% [==================== ] 819/2471 33% [==================== ] 820/2471 33% [==================== ] 821/2471 33% [==================== ] 822/2471 33% [==================== ] 823/2471 33% [==================== ] 824/2471 33% [==================== ] 825/2471 33% [==================== ] 826/2471 33% [==================== ] 827/2471 33% [==================== ] 828/2471 33% [==================== ] 829/2471 33% [==================== ] 830/2471 33% [==================== ] 831/2471 33% [==================== ] 832/2471 33% [==================== ] 833/2471 33% [==================== ] 834/2471 33% [==================== ] 835/2471 33% [==================== ] 836/2471 33% [===================== ] 837/2471 33% [===================== ] 838/2471 33% [===================== ] 839/2471 33% [===================== ] 840/2471 33% [===================== ] 841/2471 34% [===================== ] 842/2471 34% [===================== ] 843/2471 34% [===================== ] 844/2471 34% [===================== ] 845/2471 34% [===================== ] 846/2471 34% [===================== ] 847/2471 34% [===================== ] 848/2471 34% [===================== ] 849/2471 34% [===================== ] 850/2471 34% [===================== ] 851/2471 34% [===================== ] 852/2471 34% [===================== ] 853/2471 34% [===================== ] 854/2471 34% [===================== ] 855/2471 34% [===================== ] 856/2471 34% [===================== ] 857/2471 34% [===================== ] 858/2471 34% [===================== ] 859/2471 34% [===================== ] 860/2471 34% [===================== ] 861/2471 34% [===================== ] 862/2471 34% [===================== ] 863/2471 34% [===================== ] 864/2471 34% [===================== ] 865/2471 35% [===================== ] 866/2471 35% [===================== ] 867/2471 35% [===================== ] 868/2471 35% [===================== ] 869/2471 35% [===================== ] 870/2471 35% [===================== ] 871/2471 35% [===================== ] 872/2471 35% [===================== ] 873/2471 35% [===================== ] 874/2471 35% [===================== ] 875/2471 35% [===================== ] 876/2471 35% [====================== ] 877/2471 35% [====================== ] 878/2471 35% [====================== ] 879/2471 35% [====================== ] 880/2471 35% [====================== ] 881/2471 35% [====================== ] 882/2471 35% [====================== ] 883/2471 35% [====================== ] 884/2471 35% [====================== ] 885/2471 35% [====================== ] 886/2471 35% [====================== ] 887/2471 35% [====================== ] 888/2471 35% [====================== ] 889/2471 35% [====================== ] 890/2471 36% [====================== ] 891/2471 36% [====================== ] 892/2471 36% [====================== ] 893/2471 36% [====================== ] 894/2471 36% [====================== ] 895/2471 36% [====================== ] 896/2471 36% [====================== ] 897/2471 36% [====================== ] 898/2471 36% [====================== ] 899/2471 36% [====================== ] 900/2471 36% [====================== ] 901/2471 36% [====================== ] 902/2471 36% [====================== ] 903/2471 36% [====================== ] 904/2471 36% [====================== ] 905/2471 36% [====================== ] 906/2471 36% [====================== ] 907/2471 36% [====================== ] 908/2471 36% [====================== ] 909/2471 36% [====================== ] 910/2471 36% [====================== ] 911/2471 36% [====================== ] 912/2471 36% [====================== ] 913/2471 36% [====================== ] 914/2471 36% [====================== ] 915/2471 37% [====================== ] 916/2471 37% [======================= ] 917/2471 37% [======================= ] 918/2471 37% [======================= ] 919/2471 37% [======================= ] 920/2471 37% [======================= ] 921/2471 37% [======================= ] 922/2471 37% [======================= ] 923/2471 37% [======================= ] 924/2471 37% [======================= ] 925/2471 37% [======================= ] 926/2471 37% [======================= ] 927/2471 37% [======================= ] 928/2471 37% [======================= ] 929/2471 37% [======================= ] 930/2471 37% [======================= ] 931/2471 37% [======================= ] 932/2471 37% [======================= ] 933/2471 37% [======================= ] 934/2471 37% [======================= ] 935/2471 37% [======================= ] 936/2471 37% [======================= ] 937/2471 37% [======================= ] 938/2471 37% [======================= ] 939/2471 38% [======================= ] 940/2471 38% [======================= ] 941/2471 38% [======================= ] 942/2471 38% [======================= ] 943/2471 38% [======================= ] 944/2471 38% [======================= ] 945/2471 38% [======================= ] 946/2471 38% [======================= ] 947/2471 38% [======================= ] 948/2471 38% [======================= ] 949/2471 38% [======================= ] 950/2471 38% [======================= ] 951/2471 38% [======================= ] 952/2471 38% [======================= ] 953/2471 38% [======================= ] 954/2471 38% [======================= ] 955/2471 38% [======================= ] 956/2471 38% [======================== ] 957/2471 38% [======================== ] 958/2471 38% [======================== ] 959/2471 38% [======================== ] 960/2471 38% [======================== ] 961/2471 38% [======================== ] 962/2471 38% [======================== ] 963/2471 38% [======================== ] 964/2471 39% [======================== ] 965/2471 39% [======================== ] 966/2471 39% [======================== ] 967/2471 39% [======================== ] 968/2471 39% [======================== ] 969/2471 39% [======================== ] 970/2471 39% [======================== ] 971/2471 39% [======================== ] 972/2471 39% [======================== ] 973/2471 39% [======================== ] 974/2471 39% [======================== ] 975/2471 39% [======================== ] 976/2471 39% [======================== ] 977/2471 39% [======================== ] 978/2471 39% [======================== ] 979/2471 39% [======================== ] 980/2471 39% [======================== ] 981/2471 39% [======================== ] 982/2471 39% [======================== ] 983/2471 39% [======================== ] 984/2471 39% [======================== ] 985/2471 39% [======================== ] 986/2471 39% [======================== ] 987/2471 39% [======================== ] 988/2471 39% [======================== ] 989/2471 40% [======================== ] 990/2471 40% [======================== ] 991/2471 40% [======================== ] 992/2471 40% [======================== ] 993/2471 40% [======================== ] 994/2471 40% [======================== ] 995/2471 40% [======================== ] 996/2471 40% [========================= ] 997/2471 40% [========================= ] 998/2471 40% [========================= ] 999/2471 40% [========================= ] 1000/2471 40% [========================= ] 1001/2471 40% [========================= ] 1002/2471 40% [========================= ] 1003/2471 40% [========================= ] 1004/2471 40% [========================= ] 1005/2471 40% [========================= ] 1006/2471 40% [========================= ] 1007/2471 40% [========================= ] 1008/2471 40% [========================= ] 1009/2471 40% [========================= ] 1010/2471 40% [========================= ] 1011/2471 40% [========================= ] 1012/2471 40% [========================= ] 1013/2471 40% [========================= ] 1014/2471 41% [========================= ] 1015/2471 41% [========================= ] 1016/2471 41% [========================= ] 1017/2471 41% [========================= ] 1018/2471 41% [========================= ] 1019/2471 41% [========================= ] 1020/2471 41% [========================= ] 1021/2471 41% [========================= ] 1022/2471 41% [========================= ] 1023/2471 41% [========================= ] 1024/2471 41% [========================= ] 1025/2471 41% [========================= ] 1026/2471 41% [========================= ] 1027/2471 41% [========================= ] 1028/2471 41% [========================= ] 1029/2471 41% [========================= ] 1030/2471 41% [========================= ] 1031/2471 41% [========================= ] 1032/2471 41% [========================= ] 1033/2471 41% [========================= ] 1034/2471 41% [========================= ] 1035/2471 41% [========================= ] 1036/2471 41% [========================== ] 1037/2471 41% [========================== ] 1038/2471 42% [========================== ] 1039/2471 42% [========================== ] 1040/2471 42% [========================== ] 1041/2471 42% [========================== ] 1042/2471 42% [========================== ] 1043/2471 42% [========================== ] 1044/2471 42% [========================== ] 1045/2471 42% [========================== ] 1046/2471 42% [========================== ] 1047/2471 42% [========================== ] 1048/2471 42% [========================== ] 1049/2471 42% [========================== ] 1050/2471 42% [========================== ] 1051/2471 42% [========================== ] 1052/2471 42% [========================== ] 1053/2471 42% [========================== ] 1054/2471 42% [========================== ] 1055/2471 42% [========================== ] 1056/2471 42% [========================== ] 1057/2471 42% [========================== ] 1058/2471 42% [========================== ] 1059/2471 42% [========================== ] 1060/2471 42% [========================== ] 1061/2471 42% [========================== ] 1062/2471 42% [========================== ] 1063/2471 43% [========================== ] 1064/2471 43% [========================== ] 1065/2471 43% [========================== ] 1066/2471 43% [========================== ] 1067/2471 43% [========================== ] 1068/2471 43% [========================== ] 1069/2471 43% [========================== ] 1070/2471 43% [========================== ] 1071/2471 43% [========================== ] 1072/2471 43% [========================== ] 1073/2471 43% [========================== ] 1074/2471 43% [========================== ] 1075/2471 43% [========================== ] 1076/2471 43% [=========================== ] 1077/2471 43% [=========================== ] 1078/2471 43% [=========================== ] 1079/2471 43% [=========================== ] 1080/2471 43% [=========================== ] 1081/2471 43% [=========================== ] 1082/2471 43% [=========================== ] 1083/2471 43% [=========================== ] 1084/2471 43% [=========================== ] 1085/2471 43% [=========================== ] 1086/2471 43% [=========================== ] 1087/2471 43% [=========================== ] 1088/2471 44% [=========================== ] 1089/2471 44% [=========================== ] 1090/2471 44% [=========================== ] 1091/2471 44% [=========================== ] 1092/2471 44% [=========================== ] 1093/2471 44% [=========================== ] 1094/2471 44% [=========================== ] 1095/2471 44% [=========================== ] 1096/2471 44% [=========================== ] 1097/2471 44% [=========================== ] 1098/2471 44% [=========================== ] 1099/2471 44% [=========================== ] 1100/2471 44% [=========================== ] 1101/2471 44% [=========================== ] 1102/2471 44% [=========================== ] 1103/2471 44% [=========================== ] 1104/2471 44% [=========================== ] 1105/2471 44% [=========================== ] 1106/2471 44% [=========================== ] 1107/2471 44% [=========================== ] 1108/2471 44% [=========================== ] 1109/2471 44% [=========================== ] 1110/2471 44% [=========================== ] 1111/2471 44% [=========================== ] 1112/2471 45% [=========================== ] 1113/2471 45% [=========================== ] 1114/2471 45% [=========================== ] 1115/2471 45% [============================ ] 1116/2471 45% [============================ ] 1117/2471 45% [============================ ] 1118/2471 45% [============================ ] 1119/2471 45% [============================ ] 1120/2471 45% [============================ ] 1121/2471 45% [============================ ] 1122/2471 45% [============================ ] 1123/2471 45% [============================ ] 1124/2471 45% [============================ ] 1125/2471 45% [============================ ] 1126/2471 45% [============================ ] 1127/2471 45% [============================ ] 1128/2471 45% [============================ ] 1129/2471 45% [============================ ] 1130/2471 45% [============================ ] 1131/2471 45% [============================ ] 1132/2471 45% [============================ ] 1133/2471 45% [============================ ] 1134/2471 45% [============================ ] 1135/2471 45% [============================ ] 1136/2471 45% [============================ ] 1137/2471 46% [============================ ] 1138/2471 46% [============================ ] 1139/2471 46% [============================ ] 1140/2471 46% [============================ ] 1141/2471 46% [============================ ] 1142/2471 46% [============================ ] 1143/2471 46% [============================ ] 1144/2471 46% [============================ ] 1145/2471 46% [============================ ] 1146/2471 46% [============================ ] 1147/2471 46% [============================ ] 1148/2471 46% [============================ ] 1149/2471 46% [============================ ] 1150/2471 46% [============================ ] 1151/2471 46% [============================ ] 1152/2471 46% [============================ ] 1153/2471 46% [============================ ] 1154/2471 46% [============================ ] 1155/2471 46% [============================= ] 1156/2471 46% [============================= ] 1157/2471 46% [============================= ] 1158/2471 46% [============================= ] 1159/2471 46% [============================= ] 1160/2471 46% [============================= ] 1161/2471 46% [============================= ] 1162/2471 47% [============================= ] 1163/2471 47% [============================= ] 1164/2471 47% [============================= ] 1165/2471 47% [============================= ] 1166/2471 47% [============================= ] 1167/2471 47% [============================= ] 1168/2471 47% [============================= ] 1169/2471 47% [============================= ] 1170/2471 47% [============================= ] 1171/2471 47% [============================= ] 1172/2471 47% [============================= ] 1173/2471 47% [============================= ] 1174/2471 47% [============================= ] 1175/2471 47% [============================= ] 1176/2471 47% [============================= ] 1177/2471 47% [============================= ] 1178/2471 47% [============================= ] 1179/2471 47% [============================= ] 1180/2471 47% [============================= ] 1181/2471 47% [============================= ] 1182/2471 47% [============================= ] 1183/2471 47% [============================= ] 1184/2471 47% [============================= ] 1185/2471 47% [============================= ] 1186/2471 47% [============================= ] 1187/2471 48% [============================= ] 1188/2471 48% [============================= ] 1189/2471 48% [============================= ] 1190/2471 48% [============================= ] 1191/2471 48% [============================= ] 1192/2471 48% [============================= ] 1193/2471 48% [============================= ] 1194/2471 48% [============================= ] 1195/2471 48% [============================== ] 1196/2471 48% [============================== ] 1197/2471 48% [============================== ] 1198/2471 48% [============================== ] 1199/2471 48% [============================== ] 1200/2471 48% [============================== ] 1201/2471 48% [============================== ] 1202/2471 48% [============================== ] 1203/2471 48% [============================== ] 1204/2471 48% [============================== ] 1205/2471 48% [============================== ] 1206/2471 48% [============================== ] 1207/2471 48% [============================== ] 1208/2471 48% [============================== ] 1209/2471 48% [============================== ] 1210/2471 48% [============================== ] 1211/2471 49% [============================== ] 1212/2471 49% [============================== ] 1213/2471 49% [============================== ] 1214/2471 49% [============================== ] 1215/2471 49% [============================== ] 1216/2471 49% [============================== ] 1217/2471 49% [============================== ] 1218/2471 49% [============================== ] 1219/2471 49% [============================== ] 1220/2471 49% [============================== ] 1221/2471 49% [============================== ] 1222/2471 49% [============================== ] 1223/2471 49% [============================== ] 1224/2471 49% [============================== ] 1225/2471 49% [============================== ] 1226/2471 49% [============================== ] 1227/2471 49% [============================== ] 1228/2471 49% [============================== ] 1229/2471 49% [============================== ] 1230/2471 49% [============================== ] 1231/2471 49% [============================== ] 1232/2471 49% [============================== ] 1233/2471 49% [============================== ] 1234/2471 49% [============================== ] 1235/2471 49% [=============================== ] 1236/2471 50% [=============================== ] 1237/2471 50% [=============================== ] 1238/2471 50% [=============================== ] 1239/2471 50% [=============================== ] 1240/2471 50% [=============================== ] 1241/2471 50% [=============================== ] 1242/2471 50% [=============================== ] 1243/2471 50% [=============================== ] 1244/2471 50% [=============================== ] 1245/2471 50% [=============================== ] 1246/2471 50% [=============================== ] 1247/2471 50% [=============================== ] 1248/2471 50% [=============================== ] 1249/2471 50% [=============================== ] 1250/2471 50% [=============================== ] 1251/2471 50% [=============================== ] 1252/2471 50% [=============================== ] 1253/2471 50% [=============================== ] 1254/2471 50% [=============================== ] 1255/2471 50% [=============================== ] 1256/2471 50% [=============================== ] 1257/2471 50% [=============================== ] 1258/2471 50% [=============================== ] 1259/2471 50% [=============================== ] 1260/2471 50% [=============================== ] 1261/2471 51% [=============================== ] 1262/2471 51% [=============================== ] 1263/2471 51% [=============================== ] 1264/2471 51% [=============================== ] 1265/2471 51% [=============================== ] 1266/2471 51% [=============================== ] 1267/2471 51% [=============================== ] 1268/2471 51% [=============================== ] 1269/2471 51% [=============================== ] 1270/2471 51% [=============================== ] 1271/2471 51% [=============================== ] 1272/2471 51% [=============================== ] 1273/2471 51% [=============================== ] 1274/2471 51% [=============================== ] 1275/2471 51% [================================ ] 1276/2471 51% [================================ ] 1277/2471 51% [================================ ] 1278/2471 51% [================================ ] 1279/2471 51% [================================ ] 1280/2471 51% [================================ ] 1281/2471 51% [================================ ] 1282/2471 51% [================================ ] 1283/2471 51% [================================ ] 1284/2471 51% [================================ ] 1285/2471 52% [================================ ] 1286/2471 52% [================================ ] 1287/2471 52% [================================ ] 1288/2471 52% [================================ ] 1289/2471 52% [================================ ] 1290/2471 52% [================================ ] 1291/2471 52% [================================ ] 1292/2471 52% [================================ ] 1293/2471 52% [================================ ] 1294/2471 52% [================================ ] 1295/2471 52% [================================ ] 1296/2471 52% [================================ ] 1297/2471 52% [================================ ] 1298/2471 52% [================================ ] 1299/2471 52% [================================ ] 1300/2471 52% [================================ ] 1301/2471 52% [================================ ] 1302/2471 52% [================================ ] 1303/2471 52% [================================ ] 1304/2471 52% [================================ ] 1305/2471 52% [================================ ] 1306/2471 52% [================================ ] 1307/2471 52% [================================ ] 1308/2471 52% [================================ ] 1309/2471 52% [================================ ] 1310/2471 53% [================================ ] 1311/2471 53% [================================ ] 1312/2471 53% [================================ ] 1313/2471 53% [================================ ] 1314/2471 53% [================================ ] 1315/2471 53% [================================= ] 1316/2471 53% [================================= ] 1317/2471 53% [================================= ] 1318/2471 53% [================================= ] 1319/2471 53% [================================= ] 1320/2471 53% [================================= ] 1321/2471 53% [================================= ] 1322/2471 53% [================================= ] 1323/2471 53% [================================= ] 1324/2471 53% [================================= ] 1325/2471 53% [================================= ] 1326/2471 53% [================================= ] 1327/2471 53% [================================= ] 1328/2471 53% [================================= ] 1329/2471 53% [================================= ] 1330/2471 53% [================================= ] 1331/2471 53% [================================= ] 1332/2471 53% [================================= ] 1333/2471 53% [================================= ] 1334/2471 53% [================================= ] 1335/2471 54% [================================= ] 1336/2471 54% [================================= ] 1337/2471 54% [================================= ] 1338/2471 54% [================================= ] 1339/2471 54% [================================= ] 1340/2471 54% [================================= ] 1341/2471 54% [================================= ] 1342/2471 54% [================================= ] 1343/2471 54% [================================= ] 1344/2471 54% [================================= ] 1345/2471 54% [================================= ] 1346/2471 54% [================================= ] 1347/2471 54% [================================= ] 1348/2471 54% [================================= ] 1349/2471 54% [================================= ] 1350/2471 54% [================================= ] 1351/2471 54% [================================= ] 1352/2471 54% [================================= ] 1353/2471 54% [================================= ] 1354/2471 54% [================================= ] 1355/2471 54% [================================== ] 1356/2471 54% [================================== ] 1357/2471 54% [================================== ] 1358/2471 54% [================================== ] 1359/2471 54% [================================== ] 1360/2471 55% [================================== ] 1361/2471 55% [================================== ] 1362/2471 55% [================================== ] 1363/2471 55% [================================== ] 1364/2471 55% [================================== ] 1365/2471 55% [================================== ] 1366/2471 55% [================================== ] 1367/2471 55% [================================== ] 1368/2471 55% [================================== ] 1369/2471 55% [================================== ] 1370/2471 55% [================================== ] 1371/2471 55% [================================== ] 1372/2471 55% [================================== ] 1373/2471 55% [================================== ] 1374/2471 55% [================================== ] 1375/2471 55% [================================== ] 1376/2471 55% [================================== ] 1377/2471 55% [================================== ] 1378/2471 55% [================================== ] 1379/2471 55% [================================== ] 1380/2471 55% [================================== ] 1381/2471 55% [================================== ] 1382/2471 55% [================================== ] 1383/2471 55% [================================== ] 1384/2471 56% [================================== ] 1385/2471 56% [================================== ] 1386/2471 56% [================================== ] 1387/2471 56% [================================== ] 1388/2471 56% [================================== ] 1389/2471 56% [================================== ] 1390/2471 56% [================================== ] 1391/2471 56% [================================== ] 1392/2471 56% [================================== ] 1393/2471 56% [================================== ] 1394/2471 56% [=================================== ] 1395/2471 56% [=================================== ] 1396/2471 56% [=================================== ] 1397/2471 56% [=================================== ] 1398/2471 56% [=================================== ] 1399/2471 56% [=================================== ] 1400/2471 56% [=================================== ] 1401/2471 56% [=================================== ] 1402/2471 56% [=================================== ] 1403/2471 56% [=================================== ] 1404/2471 56% [=================================== ] 1405/2471 56% [=================================== ] 1406/2471 56% [=================================== ] 1407/2471 56% [=================================== ] 1408/2471 56% [=================================== ] 1409/2471 57% [=================================== ] 1410/2471 57% [=================================== ] 1411/2471 57% [=================================== ] 1412/2471 57% [=================================== ] 1413/2471 57% [=================================== ] 1414/2471 57% [=================================== ] 1415/2471 57% [=================================== ] 1416/2471 57% [=================================== ] 1417/2471 57% [=================================== ] 1418/2471 57% [=================================== ] 1419/2471 57% [=================================== ] 1420/2471 57% [=================================== ] 1421/2471 57% [=================================== ] 1422/2471 57% [=================================== ] 1423/2471 57% [=================================== ] 1424/2471 57% [=================================== ] 1425/2471 57% [=================================== ] 1426/2471 57% [=================================== ] 1427/2471 57% [=================================== ] 1428/2471 57% [=================================== ] 1429/2471 57% [=================================== ] 1430/2471 57% [=================================== ] 1431/2471 57% [=================================== ] 1432/2471 57% [=================================== ] 1433/2471 57% [=================================== ] 1434/2471 58% [==================================== ] 1435/2471 58% [==================================== ] 1436/2471 58% [==================================== ] 1437/2471 58% [==================================== ] 1438/2471 58% [==================================== ] 1439/2471 58% [==================================== ] 1440/2471 58% [==================================== ] 1441/2471 58% [==================================== ] 1442/2471 58% [==================================== ] 1443/2471 58% [==================================== ] 1444/2471 58% [==================================== ] 1445/2471 58% [==================================== ] 1446/2471 58% [==================================== ] 1447/2471 58% [==================================== ] 1448/2471 58% [==================================== ] 1449/2471 58% [==================================== ] 1450/2471 58% [==================================== ] 1451/2471 58% [==================================== ] 1452/2471 58% [==================================== ] 1453/2471 58% [==================================== ] 1454/2471 58% [==================================== ] 1455/2471 58% [==================================== ] 1456/2471 58% [==================================== ] 1457/2471 58% [==================================== ] 1458/2471 59% [==================================== ] 1459/2471 59% [==================================== ] 1460/2471 59% [==================================== ] 1461/2471 59% [==================================== ] 1462/2471 59% [==================================== ] 1463/2471 59% [==================================== ] 1464/2471 59% [==================================== ] 1465/2471 59% [==================================== ] 1466/2471 59% [==================================== ] 1467/2471 59% [==================================== ] 1468/2471 59% [==================================== ] 1469/2471 59% [==================================== ] 1470/2471 59% [==================================== ] 1471/2471 59% [==================================== ] 1472/2471 59% [==================================== ] 1473/2471 59% [==================================== ] 1474/2471 59% [===================================== ] 1475/2471 59% [===================================== ] 1476/2471 59% [===================================== ] 1477/2471 59% [===================================== ] 1478/2471 59% [===================================== ] 1479/2471 59% [===================================== ] 1480/2471 59% [===================================== ] 1481/2471 59% [===================================== ] 1482/2471 59% [===================================== ] 1483/2471 60% [===================================== ] 1484/2471 60% [===================================== ] 1485/2471 60% [===================================== ] 1486/2471 60% [===================================== ] 1487/2471 60% [===================================== ] 1488/2471 60% [===================================== ] 1489/2471 60% [===================================== ] 1490/2471 60% [===================================== ] 1491/2471 60% [===================================== ] 1492/2471 60% [===================================== ] 1493/2471 60% [===================================== ] 1494/2471 60% [===================================== ] 1495/2471 60% [===================================== ] 1496/2471 60% [===================================== ] 1497/2471 60% [===================================== ] 1498/2471 60% [===================================== ] 1499/2471 60% [===================================== ] 1500/2471 60% [===================================== ] 1501/2471 60% [===================================== ] 1502/2471 60% [===================================== ] 1503/2471 60% [===================================== ] 1504/2471 60% [===================================== ] 1505/2471 60% [===================================== ] 1506/2471 60% [===================================== ] 1507/2471 60% [===================================== ] 1508/2471 61% [===================================== ] 1509/2471 61% [===================================== ] 1510/2471 61% [===================================== ] 1511/2471 61% [===================================== ] 1512/2471 61% [===================================== ] 1513/2471 61% [===================================== ] 1514/2471 61% [====================================== ] 1515/2471 61% [====================================== ] 1516/2471 61% [====================================== ] 1517/2471 61% [====================================== ] 1518/2471 61% [====================================== ] 1519/2471 61% [====================================== ] 1520/2471 61% [====================================== ] 1521/2471 61% [====================================== ] 1522/2471 61% [====================================== ] 1523/2471 61% [====================================== ] 1524/2471 61% [====================================== ] 1525/2471 61% [====================================== ] 1526/2471 61% [====================================== ] 1527/2471 61% [====================================== ] 1528/2471 61% [====================================== ] 1529/2471 61% [====================================== ] 1530/2471 61% [====================================== ] 1531/2471 61% [====================================== ] 1532/2471 61% [====================================== ] 1533/2471 62% [====================================== ] 1534/2471 62% [====================================== ] 1535/2471 62% [====================================== ] 1536/2471 62% [====================================== ] 1537/2471 62% [====================================== ] 1538/2471 62% [====================================== ] 1539/2471 62% [====================================== ] 1540/2471 62% [====================================== ] 1541/2471 62% [====================================== ] 1542/2471 62% [====================================== ] 1543/2471 62% [====================================== ] 1544/2471 62% [====================================== ] 1545/2471 62% [====================================== ] 1546/2471 62% [====================================== ] 1547/2471 62% [====================================== ] 1548/2471 62% [====================================== ] 1549/2471 62% [====================================== ] 1550/2471 62% [====================================== ] 1551/2471 62% [====================================== ] 1552/2471 62% [====================================== ] 1553/2471 62% [====================================== ] 1554/2471 62% [======================================= ] 1555/2471 62% [======================================= ] 1556/2471 62% [======================================= ] 1557/2471 63% [======================================= ] 1558/2471 63% [======================================= ] 1559/2471 63% [======================================= ] 1560/2471 63% [======================================= ] 1561/2471 63% [======================================= ] 1562/2471 63% [======================================= ] 1563/2471 63% [======================================= ] 1564/2471 63% [======================================= ] 1565/2471 63% [======================================= ] 1566/2471 63% [======================================= ] 1567/2471 63% [======================================= ] 1568/2471 63% [======================================= ] 1569/2471 63% [======================================= ] 1570/2471 63% [======================================= ] 1571/2471 63% [======================================= ] 1572/2471 63% [======================================= ] 1573/2471 63% [======================================= ] 1574/2471 63% [======================================= ] 1575/2471 63% [======================================= ] 1576/2471 63% [======================================= ] 1577/2471 63% [======================================= ] 1578/2471 63% [======================================= ] 1579/2471 63% [======================================= ] 1580/2471 63% [======================================= ] 1581/2471 63% [======================================= ] 1582/2471 64% [======================================= ] 1583/2471 64% [======================================= ] 1584/2471 64% [======================================= ] 1585/2471 64% [======================================= ] 1586/2471 64% [======================================= ] 1587/2471 64% [======================================= ] 1588/2471 64% [======================================= ] 1589/2471 64% [======================================= ] 1590/2471 64% [======================================= ] 1591/2471 64% [======================================= ] 1592/2471 64% [======================================= ] 1593/2471 64% [======================================= ] 1594/2471 64% [======================================== ] 1595/2471 64% [======================================== ] 1596/2471 64% [======================================== ] 1597/2471 64% [======================================== ] 1598/2471 64% [======================================== ] 1599/2471 64% [======================================== ] 1600/2471 64% [======================================== ] 1601/2471 64% [======================================== ] 1602/2471 64% [======================================== ] 1603/2471 64% [======================================== ] 1604/2471 64% [======================================== ] 1605/2471 64% [======================================== ] 1606/2471 64% [======================================== ] 1607/2471 65% [======================================== ] 1608/2471 65% [======================================== ] 1609/2471 65% [======================================== ] 1610/2471 65% [======================================== ] 1611/2471 65% [======================================== ] 1612/2471 65% [======================================== ] 1613/2471 65% [======================================== ] 1614/2471 65% [======================================== ] 1615/2471 65% [======================================== ] 1616/2471 65% [======================================== ] 1617/2471 65% [======================================== ] 1618/2471 65% [======================================== ] 1619/2471 65% [======================================== ] 1620/2471 65% [======================================== ] 1621/2471 65% [======================================== ] 1622/2471 65% [======================================== ] 1623/2471 65% [======================================== ] 1624/2471 65% [======================================== ] 1625/2471 65% [======================================== ] 1626/2471 65% [======================================== ] 1627/2471 65% [======================================== ] 1628/2471 65% [======================================== ] 1629/2471 65% [======================================== ] 1630/2471 65% [======================================== ] 1631/2471 66% [======================================== ] 1632/2471 66% [======================================== ] 1633/2471 66% [======================================== ] 1634/2471 66% [========================================= ] 1635/2471 66% [========================================= ] 1636/2471 66% [========================================= ] 1637/2471 66% [========================================= ] 1638/2471 66% [========================================= ] 1639/2471 66% [========================================= ] 1640/2471 66% [========================================= ] 1641/2471 66% [========================================= ] 1642/2471 66% [========================================= ] 1643/2471 66% [========================================= ] 1644/2471 66% [========================================= ] 1645/2471 66% [========================================= ] 1646/2471 66% [========================================= ] 1647/2471 66% [========================================= ] 1648/2471 66% [========================================= ] 1649/2471 66% [========================================= ] 1650/2471 66% [========================================= ] 1651/2471 66% [========================================= ] 1652/2471 66% [========================================= ] 1653/2471 66% [========================================= ] 1654/2471 66% [========================================= ] 1655/2471 66% [========================================= ] 1656/2471 67% [========================================= ] 1657/2471 67% [========================================= ] 1658/2471 67% [========================================= ] 1659/2471 67% [========================================= ] 1660/2471 67% [========================================= ] 1661/2471 67% [========================================= ] 1662/2471 67% [========================================= ] 1663/2471 67% [========================================= ] 1664/2471 67% [========================================= ] 1665/2471 67% [========================================= ] 1666/2471 67% [========================================= ] 1667/2471 67% [========================================= ] 1668/2471 67% [========================================= ] 1669/2471 67% [========================================= ] 1670/2471 67% [========================================= ] 1671/2471 67% [========================================= ] 1672/2471 67% [========================================= ] 1673/2471 67% [========================================== ] 1674/2471 67% [========================================== ] 1675/2471 67% [========================================== ] 1676/2471 67% [========================================== ] 1677/2471 67% [========================================== ] 1678/2471 67% [========================================== ] 1679/2471 67% [========================================== ] 1680/2471 67% [========================================== ] 1681/2471 68% [========================================== ] 1682/2471 68% [========================================== ] 1683/2471 68% [========================================== ] 1684/2471 68% [========================================== ] 1685/2471 68% [========================================== ] 1686/2471 68% [========================================== ] 1687/2471 68% [========================================== ] 1688/2471 68% [========================================== ] 1689/2471 68% [========================================== ] 1690/2471 68% [========================================== ] 1691/2471 68% [========================================== ] 1692/2471 68% [========================================== ] 1693/2471 68% [========================================== ] 1694/2471 68% [========================================== ] 1695/2471 68% [========================================== ] 1696/2471 68% [========================================== ] 1697/2471 68% [========================================== ] 1698/2471 68% [========================================== ] 1699/2471 68% [========================================== ] 1700/2471 68% [========================================== ] 1701/2471 68% [========================================== ] 1702/2471 68% [========================================== ] 1703/2471 68% [========================================== ] 1704/2471 68% [========================================== ] 1705/2471 69% [========================================== ] 1706/2471 69% [========================================== ] 1707/2471 69% [========================================== ] 1708/2471 69% [========================================== ] 1709/2471 69% [========================================== ] 1710/2471 69% [========================================== ] 1711/2471 69% [========================================== ] 1712/2471 69% [========================================== ] 1713/2471 69% [=========================================== ] 1714/2471 69% [=========================================== ] 1715/2471 69% [=========================================== ] 1716/2471 69% [=========================================== ] 1717/2471 69% [=========================================== ] 1718/2471 69% [=========================================== ] 1719/2471 69% [=========================================== ] 1720/2471 69% [=========================================== ] 1721/2471 69% [=========================================== ] 1722/2471 69% [=========================================== ] 1723/2471 69% [=========================================== ] 1724/2471 69% [=========================================== ] 1725/2471 69% [=========================================== ] 1726/2471 69% [=========================================== ] 1727/2471 69% [=========================================== ] 1728/2471 69% [=========================================== ] 1729/2471 69% [=========================================== ] 1730/2471 70% [=========================================== ] 1731/2471 70% [=========================================== ] 1732/2471 70% [=========================================== ] 1733/2471 70% [=========================================== ] 1734/2471 70% [=========================================== ] 1735/2471 70% [=========================================== ] 1736/2471 70% [=========================================== ] 1737/2471 70% [=========================================== ] 1738/2471 70% [=========================================== ] 1739/2471 70% [=========================================== ] 1740/2471 70% [=========================================== ] 1741/2471 70% [=========================================== ] 1742/2471 70% [=========================================== ] 1743/2471 70% [=========================================== ] 1744/2471 70% [=========================================== ] 1745/2471 70% [=========================================== ] 1746/2471 70% [=========================================== ] 1747/2471 70% [=========================================== ] 1748/2471 70% [=========================================== ] 1749/2471 70% [=========================================== ] 1750/2471 70% [=========================================== ] 1751/2471 70% [=========================================== ] 1752/2471 70% [=========================================== ] 1753/2471 70% [============================================ ] 1754/2471 70% [============================================ ] 1755/2471 71% [============================================ ] 1756/2471 71% [============================================ ] 1757/2471 71% [============================================ ] 1758/2471 71% [============================================ ] 1759/2471 71% [============================================ ] 1760/2471 71% [============================================ ] 1761/2471 71% [============================================ ] 1762/2471 71% [============================================ ] 1763/2471 71% [============================================ ] 1764/2471 71% [============================================ ] 1765/2471 71% [============================================ ] 1766/2471 71% [============================================ ] 1767/2471 71% [============================================ ] 1768/2471 71% [============================================ ] 1769/2471 71% [============================================ ] 1770/2471 71% [============================================ ] 1771/2471 71% [============================================ ] 1772/2471 71% [============================================ ] 1773/2471 71% [============================================ ] 1774/2471 71% [============================================ ] 1775/2471 71% [============================================ ] 1776/2471 71% [============================================ ] 1777/2471 71% [============================================ ] 1778/2471 71% [============================================ ] 1779/2471 71% [============================================ ] 1780/2471 72% [============================================ ] 1781/2471 72% [============================================ ] 1782/2471 72% [============================================ ] 1783/2471 72% [============================================ ] 1784/2471 72% [============================================ ] 1785/2471 72% [============================================ ] 1786/2471 72% [============================================ ] 1787/2471 72% [============================================ ] 1788/2471 72% [============================================ ] 1789/2471 72% [============================================ ] 1790/2471 72% [============================================ ] 1791/2471 72% [============================================ ] 1792/2471 72% [============================================ ] 1793/2471 72% [============================================= ] 1794/2471 72% [============================================= ] 1795/2471 72% [============================================= ] 1796/2471 72% [============================================= ] 1797/2471 72% [============================================= ] 1798/2471 72% [============================================= ] 1799/2471 72% [============================================= ] 1800/2471 72% [============================================= ] 1801/2471 72% [============================================= ] 1802/2471 72% [============================================= ] 1803/2471 72% [============================================= ] 1804/2471 73% [============================================= ] 1805/2471 73% [============================================= ] 1806/2471 73% [============================================= ] 1807/2471 73% [============================================= ] 1808/2471 73% [============================================= ] 1809/2471 73% [============================================= ] 1810/2471 73% [============================================= ] 1811/2471 73% [============================================= ] 1812/2471 73% [============================================= ] 1813/2471 73% [============================================= ] 1814/2471 73% [============================================= ] 1815/2471 73% [============================================= ] 1816/2471 73% [============================================= ] 1817/2471 73% [============================================= ] 1818/2471 73% [============================================= ] 1819/2471 73% [============================================= ] 1820/2471 73% [============================================= ] 1821/2471 73% [============================================= ] 1822/2471 73% [============================================= ] 1823/2471 73% [============================================= ] 1824/2471 73% [============================================= ] 1825/2471 73% [============================================= ] 1826/2471 73% [============================================= ] 1827/2471 73% [============================================= ] 1828/2471 73% [============================================= ] 1829/2471 74% [============================================= ] 1830/2471 74% [============================================= ] 1831/2471 74% [============================================= ] 1832/2471 74% [============================================= ] 1833/2471 74% [============================================== ] 1834/2471 74% [============================================== ] 1835/2471 74% [============================================== ] 1836/2471 74% [============================================== ] 1837/2471 74% [============================================== ] 1838/2471 74% [============================================== ] 1839/2471 74% [============================================== ] 1840/2471 74% [============================================== ] 1841/2471 74% [============================================== ] 1842/2471 74% [============================================== ] 1843/2471 74% [============================================== ] 1844/2471 74% [============================================== ] 1845/2471 74% [============================================== ] 1846/2471 74% [============================================== ] 1847/2471 74% [============================================== ] 1848/2471 74% [============================================== ] 1849/2471 74% [============================================== ] 1850/2471 74% [============================================== ] 1851/2471 74% [============================================== ] 1852/2471 74% [============================================== ] 1853/2471 74% [============================================== ] 1854/2471 75% [============================================== ] 1855/2471 75% [============================================== ] 1856/2471 75% [============================================== ] 1857/2471 75% [============================================== ] 1858/2471 75% [============================================== ] 1859/2471 75% [============================================== ] 1860/2471 75% [============================================== ] 1861/2471 75% [============================================== ] 1862/2471 75% [============================================== ] 1863/2471 75% [============================================== ] 1864/2471 75% [============================================== ] 1865/2471 75% [============================================== ] 1866/2471 75% [============================================== ] 1867/2471 75% [============================================== ] 1868/2471 75% [============================================== ] 1869/2471 75% [============================================== ] 1870/2471 75% [============================================== ] 1871/2471 75% [============================================== ] 1872/2471 75% [============================================== ] 1873/2471 75% [=============================================== ] 1874/2471 75% [=============================================== ] 1875/2471 75% [=============================================== ] 1876/2471 75% [=============================================== ] 1877/2471 75% [=============================================== ] 1878/2471 76% [=============================================== ] 1879/2471 76% [=============================================== ] 1880/2471 76% [=============================================== ] 1881/2471 76% [=============================================== ] 1882/2471 76% [=============================================== ] 1883/2471 76% [=============================================== ] 1884/2471 76% [=============================================== ] 1885/2471 76% [=============================================== ] 1886/2471 76% [=============================================== ] 1887/2471 76% [=============================================== ] 1888/2471 76% [=============================================== ] 1889/2471 76% [=============================================== ] 1890/2471 76% [=============================================== ] 1891/2471 76% [=============================================== ] 1892/2471 76% [=============================================== ] 1893/2471 76% [=============================================== ] 1894/2471 76% [=============================================== ] 1895/2471 76% [=============================================== ] 1896/2471 76% [=============================================== ] 1897/2471 76% [=============================================== ] 1898/2471 76% [=============================================== ] 1899/2471 76% [=============================================== ] 1900/2471 76% [=============================================== ] 1901/2471 76% [=============================================== ] 1902/2471 76% [=============================================== ] 1903/2471 77% [=============================================== ] 1904/2471 77% [=============================================== ] 1905/2471 77% [=============================================== ] 1906/2471 77% [=============================================== ] 1907/2471 77% [=============================================== ] 1908/2471 77% [=============================================== ] 1909/2471 77% [=============================================== ] 1910/2471 77% [=============================================== ] 1911/2471 77% [=============================================== ] 1912/2471 77% [=============================================== ] 1913/2471 77% [================================================ ] 1914/2471 77% [================================================ ] 1915/2471 77% [================================================ ] 1916/2471 77% [================================================ ] 1917/2471 77% [================================================ ] 1918/2471 77% [================================================ ] 1919/2471 77% [================================================ ] 1920/2471 77% [================================================ ] 1921/2471 77% [================================================ ] 1922/2471 77% [================================================ ] 1923/2471 77% [================================================ ] 1924/2471 77% [================================================ ] 1925/2471 77% [================================================ ] 1926/2471 77% [================================================ ] 1927/2471 77% [================================================ ] 1928/2471 78% [================================================ ] 1929/2471 78% [================================================ ] 1930/2471 78% [================================================ ] 1931/2471 78% [================================================ ] 1932/2471 78% [================================================ ] 1933/2471 78% [================================================ ] 1934/2471 78% [================================================ ] 1935/2471 78% [================================================ ] 1936/2471 78% [================================================ ] 1937/2471 78% [================================================ ] 1938/2471 78% [================================================ ] 1939/2471 78% [================================================ ] 1940/2471 78% [================================================ ] 1941/2471 78% [================================================ ] 1942/2471 78% [================================================ ] 1943/2471 78% [================================================ ] 1944/2471 78% [================================================ ] 1945/2471 78% [================================================ ] 1946/2471 78% [================================================ ] 1947/2471 78% [================================================ ] 1948/2471 78% [================================================ ] 1949/2471 78% [================================================ ] 1950/2471 78% [================================================ ] 1951/2471 78% [================================================ ] 1952/2471 78% [================================================= ] 1953/2471 79% [================================================= ] 1954/2471 79% [================================================= ] 1955/2471 79% [================================================= ] 1956/2471 79% [================================================= ] 1957/2471 79% [================================================= ] 1958/2471 79% [================================================= ] 1959/2471 79% [================================================= ] 1960/2471 79% [================================================= ] 1961/2471 79% [================================================= ] 1962/2471 79% [================================================= ] 1963/2471 79% [================================================= ] 1964/2471 79% [================================================= ] 1965/2471 79% [================================================= ] 1966/2471 79% [================================================= ] 1967/2471 79% [================================================= ] 1968/2471 79% [================================================= ] 1969/2471 79% [================================================= ] 1970/2471 79% [================================================= ] 1971/2471 79% [================================================= ] 1972/2471 79% [================================================= ] 1973/2471 79% [================================================= ] 1974/2471 79% [================================================= ] 1975/2471 79% [================================================= ] 1976/2471 79% [================================================= ] 1977/2471 80% [================================================= ] 1978/2471 80% [================================================= ] 1979/2471 80% [================================================= ] 1980/2471 80% [================================================= ] 1981/2471 80% [================================================= ] 1982/2471 80% [================================================= ] 1983/2471 80% [================================================= ] 1984/2471 80% [================================================= ] 1985/2471 80% [================================================= ] 1986/2471 80% [================================================= ] 1987/2471 80% [================================================= ] 1988/2471 80% [================================================= ] 1989/2471 80% [================================================= ] 1990/2471 80% [================================================= ] 1991/2471 80% [================================================= ] 1992/2471 80% [================================================== ] 1993/2471 80% [================================================== ] 1994/2471 80% [================================================== ] 1995/2471 80% [================================================== ] 1996/2471 80% [================================================== ] 1997/2471 80% [================================================== ] 1998/2471 80% [================================================== ] 1999/2471 80% [================================================== ] 2000/2471 80% [================================================== ] 2001/2471 80% [================================================== ] 2002/2471 81% [================================================== ] 2003/2471 81% [================================================== ] 2004/2471 81% [================================================== ] 2005/2471 81% [================================================== ] 2006/2471 81% [================================================== ] 2007/2471 81% [================================================== ] 2008/2471 81% [================================================== ] 2009/2471 81% [================================================== ] 2010/2471 81% [================================================== ] 2011/2471 81% [================================================== ] 2012/2471 81% [================================================== ] 2013/2471 81% [================================================== ] 2014/2471 81% [================================================== ] 2015/2471 81% [================================================== ] 2016/2471 81% [================================================== ] 2017/2471 81% [================================================== ] 2018/2471 81% [================================================== ] 2019/2471 81% [================================================== ] 2020/2471 81% [================================================== ] 2021/2471 81% [================================================== ] 2022/2471 81% [================================================== ] 2023/2471 81% [================================================== ] 2024/2471 81% [================================================== ] 2025/2471 81% [================================================== ] 2026/2471 81% [================================================== ] 2027/2471 82% [================================================== ] 2028/2471 82% [================================================== ] 2029/2471 82% [================================================== ] 2030/2471 82% [================================================== ] 2031/2471 82% [================================================== ] 2032/2471 82% [=================================================== ] 2033/2471 82% [=================================================== ] 2034/2471 82% [=================================================== ] 2035/2471 82% [=================================================== ] 2036/2471 82% [=================================================== ] 2037/2471 82% [=================================================== ] 2038/2471 82% [=================================================== ] 2039/2471 82% [=================================================== ] 2040/2471 82% [=================================================== ] 2041/2471 82% [=================================================== ] 2042/2471 82% [=================================================== ] 2043/2471 82% [=================================================== ] 2044/2471 82% [=================================================== ] 2045/2471 82% [=================================================== ] 2046/2471 82% [=================================================== ] 2047/2471 82% [=================================================== ] 2048/2471 82% [=================================================== ] 2049/2471 82% [=================================================== ] 2050/2471 82% [=================================================== ] 2051/2471 83% [=================================================== ] 2052/2471 83% [=================================================== ] 2053/2471 83% [=================================================== ] 2054/2471 83% [=================================================== ] 2055/2471 83% [=================================================== ] 2056/2471 83% [=================================================== ] 2057/2471 83% [=================================================== ] 2058/2471 83% [=================================================== ] 2059/2471 83% [=================================================== ] 2060/2471 83% [=================================================== ] 2061/2471 83% [=================================================== ] 2062/2471 83% [=================================================== ] 2063/2471 83% [=================================================== ] 2064/2471 83% [=================================================== ] 2065/2471 83% [=================================================== ] 2066/2471 83% [=================================================== ] 2067/2471 83% [=================================================== ] 2068/2471 83% [=================================================== ] 2069/2471 83% [=================================================== ] 2070/2471 83% [=================================================== ] 2071/2471 83% [=================================================== ] 2072/2471 83% [==================================================== ] 2073/2471 83% [==================================================== ] 2074/2471 83% [==================================================== ] 2075/2471 83% [==================================================== ] 2076/2471 84% [==================================================== ] 2077/2471 84% [==================================================== ] 2078/2471 84% [==================================================== ] 2079/2471 84% [==================================================== ] 2080/2471 84% [==================================================== ] 2081/2471 84% [==================================================== ] 2082/2471 84% [==================================================== ] 2083/2471 84% [==================================================== ] 2084/2471 84% [==================================================== ] 2085/2471 84% [==================================================== ] 2086/2471 84% [==================================================== ] 2087/2471 84% [==================================================== ] 2088/2471 84% [==================================================== ] 2089/2471 84% [==================================================== ] 2090/2471 84% [==================================================== ] 2091/2471 84% [==================================================== ] 2092/2471 84% [==================================================== ] 2093/2471 84% [==================================================== ] 2094/2471 84% [==================================================== ] 2095/2471 84% [==================================================== ] 2096/2471 84% [==================================================== ] 2097/2471 84% [==================================================== ] 2098/2471 84% [==================================================== ] 2099/2471 84% [==================================================== ] 2100/2471 84% [==================================================== ] 2101/2471 85% [==================================================== ] 2102/2471 85% [==================================================== ] 2103/2471 85% [==================================================== ] 2104/2471 85% [==================================================== ] 2105/2471 85% [==================================================== ] 2106/2471 85% [==================================================== ] 2107/2471 85% [==================================================== ] 2108/2471 85% [==================================================== ] 2109/2471 85% [==================================================== ] 2110/2471 85% [==================================================== ] 2111/2471 85% [==================================================== ] 2112/2471 85% [===================================================== ] 2113/2471 85% [===================================================== ] 2114/2471 85% [===================================================== ] 2115/2471 85% [===================================================== ] 2116/2471 85% [===================================================== ] 2117/2471 85% [===================================================== ] 2118/2471 85% [===================================================== ] 2119/2471 85% [===================================================== ] 2120/2471 85% [===================================================== ] 2121/2471 85% [===================================================== ] 2122/2471 85% [===================================================== ] 2123/2471 85% [===================================================== ] 2124/2471 85% [===================================================== ] 2125/2471 85% [===================================================== ] 2126/2471 86% [===================================================== ] 2127/2471 86% [===================================================== ] 2128/2471 86% [===================================================== ] 2129/2471 86% [===================================================== ] 2130/2471 86% [===================================================== ] 2131/2471 86% [===================================================== ] 2132/2471 86% [===================================================== ] 2133/2471 86% [===================================================== ] 2134/2471 86% [===================================================== ] 2135/2471 86% [===================================================== ] 2136/2471 86% [===================================================== ] 2137/2471 86% [===================================================== ] 2138/2471 86% [===================================================== ] 2139/2471 86% [===================================================== ] 2140/2471 86% [===================================================== ] 2141/2471 86% [===================================================== ] 2142/2471 86% [===================================================== ] 2143/2471 86% [===================================================== ] 2144/2471 86% [===================================================== ] 2145/2471 86% [===================================================== ] 2146/2471 86% [===================================================== ] 2147/2471 86% [===================================================== ] 2148/2471 86% [===================================================== ] 2149/2471 86% [===================================================== ] 2150/2471 87% [===================================================== ] 2151/2471 87% [===================================================== ] 2152/2471 87% [====================================================== ] 2153/2471 87% [====================================================== ] 2154/2471 87% [====================================================== ] 2155/2471 87% [====================================================== ] 2156/2471 87% [====================================================== ] 2157/2471 87% [====================================================== ] 2158/2471 87% [====================================================== ] 2159/2471 87% [====================================================== ] 2160/2471 87% [====================================================== ] 2161/2471 87% [====================================================== ] 2162/2471 87% [====================================================== ] 2163/2471 87% [====================================================== ] 2164/2471 87% [====================================================== ] 2165/2471 87% [====================================================== ] 2166/2471 87% [====================================================== ] 2167/2471 87% [====================================================== ] 2168/2471 87% [====================================================== ] 2169/2471 87% [====================================================== ] 2170/2471 87% [====================================================== ] 2171/2471 87% [====================================================== ] 2172/2471 87% [====================================================== ] 2173/2471 87% [====================================================== ] 2174/2471 87% [====================================================== ] 2175/2471 88% [====================================================== ] 2176/2471 88% [====================================================== ] 2177/2471 88% [====================================================== ] 2178/2471 88% [====================================================== ] 2179/2471 88% [====================================================== ] 2180/2471 88% [====================================================== ] 2181/2471 88% [====================================================== ] 2182/2471 88% [====================================================== ] 2183/2471 88% [====================================================== ] 2184/2471 88% [====================================================== ] 2185/2471 88% [====================================================== ] 2186/2471 88% [====================================================== ] 2187/2471 88% [====================================================== ] 2188/2471 88% [====================================================== ] 2189/2471 88% [====================================================== ] 2190/2471 88% [====================================================== ] 2191/2471 88% [====================================================== ] 2192/2471 88% [======================================================= ] 2193/2471 88% [======================================================= ] 2194/2471 88% [======================================================= ] 2195/2471 88% [======================================================= ] 2196/2471 88% [======================================================= ] 2197/2471 88% [======================================================= ] 2198/2471 88% [======================================================= ] 2199/2471 88% [======================================================= ] 2200/2471 89% [======================================================= ] 2201/2471 89% [======================================================= ] 2202/2471 89% [======================================================= ] 2203/2471 89% [======================================================= ] 2204/2471 89% [======================================================= ] 2205/2471 89% [======================================================= ] 2206/2471 89% [======================================================= ] 2207/2471 89% [======================================================= ] 2208/2471 89% [======================================================= ] 2209/2471 89% [======================================================= ] 2210/2471 89% [======================================================= ] 2211/2471 89% [======================================================= ] 2212/2471 89% [======================================================= ] 2213/2471 89% [======================================================= ] 2214/2471 89% [======================================================= ] 2215/2471 89% [======================================================= ] 2216/2471 89% [======================================================= ] 2217/2471 89% [======================================================= ] 2218/2471 89% [======================================================= ] 2219/2471 89% [======================================================= ] 2220/2471 89% [======================================================= ] 2221/2471 89% [======================================================= ] 2222/2471 89% [======================================================= ] 2223/2471 89% [======================================================= ] 2224/2471 90% [======================================================= ] 2225/2471 90% [======================================================= ] 2226/2471 90% [======================================================= ] 2227/2471 90% [======================================================= ] 2228/2471 90% [======================================================= ] 2229/2471 90% [======================================================= ] 2230/2471 90% [======================================================= ] 2231/2471 90% [======================================================== ] 2232/2471 90% [======================================================== ] 2233/2471 90% [======================================================== ] 2234/2471 90% [======================================================== ] 2235/2471 90% [======================================================== ] 2236/2471 90% [======================================================== ] 2237/2471 90% [======================================================== ] 2238/2471 90% [======================================================== ] 2239/2471 90% [======================================================== ] 2240/2471 90% [======================================================== ] 2241/2471 90% [======================================================== ] 2242/2471 90% [======================================================== ] 2243/2471 90% [======================================================== ] 2244/2471 90% [======================================================== ] 2245/2471 90% [======================================================== ] 2246/2471 90% [======================================================== ] 2247/2471 90% [======================================================== ] 2248/2471 90% [======================================================== ] 2249/2471 91% [======================================================== ] 2250/2471 91% [======================================================== ] 2251/2471 91% [======================================================== ] 2252/2471 91% [======================================================== ] 2253/2471 91% [======================================================== ] 2254/2471 91% [======================================================== ] 2255/2471 91% [======================================================== ] 2256/2471 91% [======================================================== ] 2257/2471 91% [======================================================== ] 2258/2471 91% [======================================================== ] 2259/2471 91% [======================================================== ] 2260/2471 91% [======================================================== ] 2261/2471 91% [======================================================== ] 2262/2471 91% [======================================================== ] 2263/2471 91% [======================================================== ] 2264/2471 91% [======================================================== ] 2265/2471 91% [======================================================== ] 2266/2471 91% [======================================================== ] 2267/2471 91% [======================================================== ] 2268/2471 91% [======================================================== ] 2269/2471 91% [======================================================== ] 2270/2471 91% [======================================================== ] 2271/2471 91% [========================================================= ] 2272/2471 91% [========================================================= ] 2273/2471 91% [========================================================= ] 2274/2471 92% [========================================================= ] 2275/2471 92% [========================================================= ] 2276/2471 92% [========================================================= ] 2277/2471 92% [========================================================= ] 2278/2471 92% [========================================================= ] 2279/2471 92% [========================================================= ] 2280/2471 92% [========================================================= ] 2281/2471 92% [========================================================= ] 2282/2471 92% [========================================================= ] 2283/2471 92% [========================================================= ] 2284/2471 92% [========================================================= ] 2285/2471 92% [========================================================= ] 2286/2471 92% [========================================================= ] 2287/2471 92% [========================================================= ] 2288/2471 92% [========================================================= ] 2289/2471 92% [========================================================= ] 2290/2471 92% [========================================================= ] 2291/2471 92% [========================================================= ] 2292/2471 92% [========================================================= ] 2293/2471 92% [========================================================= ] 2294/2471 92% [========================================================= ] 2295/2471 92% [========================================================= ] 2296/2471 92% [========================================================= ] 2297/2471 92% [========================================================= ] 2298/2471 92% [========================================================= ] 2299/2471 93% [========================================================= ] 2300/2471 93% [========================================================= ] 2301/2471 93% [========================================================= ] 2302/2471 93% [========================================================= ] 2303/2471 93% [========================================================= ] 2304/2471 93% [========================================================= ] 2305/2471 93% [========================================================= ] 2306/2471 93% [========================================================= ] 2307/2471 93% [========================================================= ] 2308/2471 93% [========================================================= ] 2309/2471 93% [========================================================= ] 2310/2471 93% [========================================================= ] 2311/2471 93% [========================================================== ] 2312/2471 93% [========================================================== ] 2313/2471 93% [========================================================== ] 2314/2471 93% [========================================================== ] 2315/2471 93% [========================================================== ] 2316/2471 93% [========================================================== ] 2317/2471 93% [========================================================== ] 2318/2471 93% [========================================================== ] 2319/2471 93% [========================================================== ] 2320/2471 93% [========================================================== ] 2321/2471 93% [========================================================== ] 2322/2471 93% [========================================================== ] 2323/2471 94% [========================================================== ] 2324/2471 94% [========================================================== ] 2325/2471 94% [========================================================== ] 2326/2471 94% [========================================================== ] 2327/2471 94% [========================================================== ] 2328/2471 94% [========================================================== ] 2329/2471 94% [========================================================== ] 2330/2471 94% [========================================================== ] 2331/2471 94% [========================================================== ] 2332/2471 94% [========================================================== ] 2333/2471 94% [========================================================== ] 2334/2471 94% [========================================================== ] 2335/2471 94% [========================================================== ] 2336/2471 94% [========================================================== ] 2337/2471 94% [========================================================== ] 2338/2471 94% [========================================================== ] 2339/2471 94% [========================================================== ] 2340/2471 94% [========================================================== ] 2341/2471 94% [========================================================== ] 2342/2471 94% [========================================================== ] 2343/2471 94% [========================================================== ] 2344/2471 94% [========================================================== ] 2345/2471 94% [========================================================== ] 2346/2471 94% [========================================================== ] 2347/2471 94% [========================================================== ] 2348/2471 95% [========================================================== ] 2349/2471 95% [========================================================== ] 2350/2471 95% [========================================================== ] 2351/2471 95% [=========================================================== ] 2352/2471 95% [=========================================================== ] 2353/2471 95% [=========================================================== ] 2354/2471 95% [=========================================================== ] 2355/2471 95% [=========================================================== ] 2356/2471 95% [=========================================================== ] 2357/2471 95% [=========================================================== ] 2358/2471 95% [=========================================================== ] 2359/2471 95% [=========================================================== ] 2360/2471 95% [=========================================================== ] 2361/2471 95% [=========================================================== ] 2362/2471 95% [=========================================================== ] 2363/2471 95% [=========================================================== ] 2364/2471 95% [=========================================================== ] 2365/2471 95% [=========================================================== ] 2366/2471 95% [=========================================================== ] 2367/2471 95% [=========================================================== ] 2368/2471 95% [=========================================================== ] 2369/2471 95% [=========================================================== ] 2370/2471 95% [=========================================================== ] 2371/2471 95% [=========================================================== ] 2372/2471 95% [=========================================================== ] 2373/2471 96% [=========================================================== ] 2374/2471 96% [=========================================================== ] 2375/2471 96% [=========================================================== ] 2376/2471 96% [=========================================================== ] 2377/2471 96% [=========================================================== ] 2378/2471 96% [=========================================================== ] 2379/2471 96% [=========================================================== ] 2380/2471 96% [=========================================================== ] 2381/2471 96% [=========================================================== ] 2382/2471 96% [=========================================================== ] 2383/2471 96% [=========================================================== ] 2384/2471 96% [=========================================================== ] 2385/2471 96% [=========================================================== ] 2386/2471 96% [=========================================================== ] 2387/2471 96% [=========================================================== ] 2388/2471 96% [=========================================================== ] 2389/2471 96% [=========================================================== ] 2390/2471 96% [=========================================================== ] 2391/2471 96% [============================================================ ] 2392/2471 96% [============================================================ ] 2393/2471 96% [============================================================ ] 2394/2471 96% [============================================================ ] 2395/2471 96% [============================================================ ] 2396/2471 96% [============================================================ ] 2397/2471 97% [============================================================ ] 2398/2471 97% [============================================================ ] 2399/2471 97% [============================================================ ] 2400/2471 97% [============================================================ ] 2401/2471 97% [============================================================ ] 2402/2471 97% [============================================================ ] 2403/2471 97% [============================================================ ] 2404/2471 97% [============================================================ ] 2405/2471 97% [============================================================ ] 2406/2471 97% [============================================================ ] 2407/2471 97% [============================================================ ] 2408/2471 97% [============================================================ ] 2409/2471 97% [============================================================ ] 2410/2471 97% [============================================================ ] 2411/2471 97% [============================================================ ] 2412/2471 97% [============================================================ ] 2413/2471 97% [============================================================ ] 2414/2471 97% [============================================================ ] 2415/2471 97% [============================================================ ] 2416/2471 97% [============================================================ ] 2417/2471 97% [============================================================ ] 2418/2471 97% [============================================================ ] 2419/2471 97% [============================================================ ] 2420/2471 97% [============================================================ ] 2421/2471 97% [============================================================ ] 2422/2471 98% [============================================================ ] 2423/2471 98% [============================================================ ] 2424/2471 98% [============================================================ ] 2425/2471 98% [============================================================ ] 2426/2471 98% [============================================================ ] 2427/2471 98% [============================================================ ] 2428/2471 98% [============================================================ ] 2429/2471 98% [============================================================ ] 2430/2471 98% [============================================================ ] 2431/2471 98% [============================================================= ] 2432/2471 98% [============================================================= ] 2433/2471 98% [============================================================= ] 2434/2471 98% [============================================================= ] 2435/2471 98% [============================================================= ] 2436/2471 98% [============================================================= ] 2437/2471 98% [============================================================= ] 2438/2471 98% [============================================================= ] 2439/2471 98% [============================================================= ] 2440/2471 98% [============================================================= ] 2441/2471 98% [============================================================= ] 2442/2471 98% [============================================================= ] 2443/2471 98% [============================================================= ] 2444/2471 98% [============================================================= ] 2445/2471 98% [============================================================= ] 2446/2471 98% [============================================================= ] 2447/2471 99% [============================================================= ] 2448/2471 99% [============================================================= ] 2449/2471 99% [============================================================= ] 2450/2471 99% [============================================================= ] 2451/2471 99% [============================================================= ] 2452/2471 99% [============================================================= ] 2453/2471 99% [============================================================= ] 2454/2471 99% [============================================================= ] 2455/2471 99% [============================================================= ] 2456/2471 99% [============================================================= ] 2457/2471 99% [============================================================= ] 2458/2471 99% [============================================================= ] 2459/2471 99% [============================================================= ] 2460/2471 99% [============================================================= ] 2461/2471 99% [============================================================= ] 2462/2471 99% [============================================================= ] 2463/2471 99% [============================================================= ] 2464/2471 99% [============================================================= ] 2465/2471 99% [============================================================= ] 2466/2471 99% [============================================================= ] 2467/2471 99% [============================================================= ] 2468/2471 99% [============================================================= ] 2469/2471 99% [============================================================= ] 2470/2471 99% [==============================================================] 2471/2471 100% operation complete, 2471 objects in 43006 NAND pages. ln -snf /home/autobuild/autobuild/instance-5/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-5/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-5/buildroot' >>> Buildroot 2022.02-873-g21ab3e720c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> glibc 2.34-109-gd64b08d5ba7ffbc9155630f4843cf2e271b1629c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.15.37 Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> libminiupnpc 2.1.20201016 Collecting legal info LICENSE: OK (sha256: 0b476c395af6dd21eeb54c40a21d22e1c11a751fbd2dd17a41ce26e370be88d5) >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> ethtool 5.17 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.83.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> gensio 2.2.9 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> lcms2 2.13 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libite 2.5.1 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmodbus 3.1.7 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> 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) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libubootenv 7dbfffa4cc0e42ad3febb122a711fe9d1b20e9f7 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.22 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkcs11-helper 1.28 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> host-qemu 7.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> qpid-proton 0.35.0 Collecting legal info LICENSE.txt: OK (sha256: 52310e65489d30afeefc8589479fc02862a875349c19edd165658a915009da82) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rsync 3.2.3 Collecting legal info COPYING: OK (sha256: 0d33aa97d302cb9df27f99dfa28d58001c2479a02317956f1a7a890f3937a976) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> ser2net 4.3.4 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> spi-tools 1.0.1 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> sqlite 3.38.3 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tcpreplay 4.3.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> ulogd 2.0.7 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wilc-firmware wilc_linux_15_6 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.37: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-5/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'