\( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-4/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-4/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/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-4/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-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc1-104-g90f2700c09"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc2\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2927 number of 4KB nodes: 49007 Total image size: 176427003 >>> Generating filesystem image rootfs.cpio mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/confdir\n touch /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/empty-config\n cp fs/cpio/dracut.conf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/confdir/dracut.conf\n \n /home/autobuild/autobuild/instance-4/output-1/host/bin/dracut --no-kernel -c /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target --tmpdir /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' dracut: Executing: /home/autobuild/autobuild/instance-4/output-1/host/bin/dracut.real --no-kernel -c /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target --tmpdir /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio dracut: dracut module 'systemd-integritysetup' will not be installed, because command '/systemd-integritysetup' could not be found! dracut: dracut module 'systemd-integritysetup' will not be installed, because command '/system-generators/systemd-integritysetup-generator' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! dracut: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! dracut: dracut module 'base' depends on 'udev-rules', which can't be installed dracut: dracut module 'base' depends on 'udev-rules', which can't be installed dracut: dracut module 'shutdown' depends on 'base', which can't be installed busybox-init libc-links kernel-modules dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh' to '/lib/dracut/hooks/cmdline/01-parse-kernel.sh' dracut: FAILED: /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.tRkpGk/initramfs /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh /lib/dracut/hooks/cmdline/01-parse-kernel.sh chmod: cannot access '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.tRkpGk/initramfs//lib/dracut/hooks/cmdline/01-parse-kernel.sh': No such file or directory dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh' to '/sbin/insmodpost.sh' dracut: FAILED: /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.tRkpGk/initramfs /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh /sbin/insmodpost.sh kernel-modules-extra terminfo virtiofs dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/95virtiofs/parse-virtiofs.sh' to '/lib/dracut/hooks/cmdline/95-parse-virtiofs.sh' dracut: FAILED: /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.tRkpGk/initramfs /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/95virtiofs/parse-virtiofs.sh /lib/dracut/hooks/cmdline/95-parse-virtiofs.sh chmod: cannot access '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.tRkpGk/initramfs//lib/dracut/hooks/cmdline/95-parse-virtiofs.sh': No such file or directory dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/95virtiofs/mount-virtiofs.sh' to '/lib/dracut/hooks/pre-mount/99-mount-virtiofs.sh' dracut: FAILED: /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.tRkpGk/initramfs /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/95virtiofs/mount-virtiofs.sh /lib/dracut/hooks/pre-mount/99-mount-virtiofs.sh chmod: cannot access '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.tRkpGk/initramfs//lib/dracut/hooks/pre-mount/99-mount-virtiofs.sh': No such file or directory dracut: *** Including modules done *** dracut: *** Store current command line parameters *** dracut: *** Creating image file '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio' *** dracut: *** Creating initramfs image file '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio' done *** PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" gzip -9 -c -n /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio.gz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/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-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2927 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/2927 0% [ ] 2/2927 0% [ ] 3/2927 0% [ ] 4/2927 0% [ ] 5/2927 0% [ ] 6/2927 0% [ ] 7/2927 0% [ ] 8/2927 0% [ ] 9/2927 0% [ ] 10/2927 0% [ ] 11/2927 0% [ ] 12/2927 0% [ ] 13/2927 0% [ ] 14/2927 0% [ ] 15/2927 0% [ ] 16/2927 0% [ ] 17/2927 0% [ ] 18/2927 0% [ ] 19/2927 0% [ ] 20/2927 0% [ ] 21/2927 0% [ ] 22/2927 0% [ ] 23/2927 0% [ ] 24/2927 0% [ ] 25/2927 0% [ ] 26/2927 0% [ ] 27/2927 0% [ ] 28/2927 0% [ ] 29/2927 0% [ ] 30/2927 1% [ ] 31/2927 1% [ ] 32/2927 1% [ ] 33/2927 1% [ ] 34/2927 1% [ ] 35/2927 1% [ ] 36/2927 1% [ ] 37/2927 1% [ ] 38/2927 1% [ ] 39/2927 1% [ ] 40/2927 1% [ ] 41/2927 1% [ ] 42/2927 1% [ ] 43/2927 1% [ ] 44/2927 1% [ ] 45/2927 1% [ ] 46/2927 1% [ ] 47/2927 1% [= ] 48/2927 1% [= ] 49/2927 1% [= ] 50/2927 1% [= ] 51/2927 1% [= ] 52/2927 1% [= ] 53/2927 1% [= ] 54/2927 1% [= ] 55/2927 1% [= ] 56/2927 1% [= ] 57/2927 1% [= ] 58/2927 1% [= ] 59/2927 2% [= ] 60/2927 2% [= ] 61/2927 2% [= ] 62/2927 2% [= ] 63/2927 2% [= ] 64/2927 2% [= ] 65/2927 2% [= ] 66/2927 2% [= ] 67/2927 2% [= ] 68/2927 2% [= ] 69/2927 2% [= ] 70/2927 2% [= ] 71/2927 2% [= ] 72/2927 2% [= ] 73/2927 2% [= ] 74/2927 2% [= ] 75/2927 2% [= ] 76/2927 2% [= ] 77/2927 2% [= ] 78/2927 2% [= ] 79/2927 2% [= ] 80/2927 2% [= ] 81/2927 2% [= ] 82/2927 2% [= ] 83/2927 2% [= ] 84/2927 2% [= ] 85/2927 2% [= ] 86/2927 2% [= ] 87/2927 2% [= ] 88/2927 3% [= ] 89/2927 3% [= ] 90/2927 3% [= ] 91/2927 3% [= ] 92/2927 3% [= ] 93/2927 3% [= ] 94/2927 3% [== ] 95/2927 3% [== ] 96/2927 3% [== ] 97/2927 3% [== ] 98/2927 3% [== ] 99/2927 3% [== ] 100/2927 3% [== ] 101/2927 3% [== ] 102/2927 3% [== ] 103/2927 3% [== ] 104/2927 3% [== ] 105/2927 3% [== ] 106/2927 3% [== ] 107/2927 3% [== ] 108/2927 3% [== ] 109/2927 3% [== ] 110/2927 3% [== ] 111/2927 3% [== ] 112/2927 3% [== ] 113/2927 3% [== ] 114/2927 3% [== ] 115/2927 3% [== ] 116/2927 3% [== ] 117/2927 3% [== ] 118/2927 4% [== ] 119/2927 4% [== ] 120/2927 4% [== ] 121/2927 4% [== ] 122/2927 4% [== ] 123/2927 4% [== ] 124/2927 4% [== ] 125/2927 4% [== ] 126/2927 4% [== ] 127/2927 4% [== ] 128/2927 4% [== ] 129/2927 4% [== ] 130/2927 4% [== ] 131/2927 4% [== ] 132/2927 4% [== ] 133/2927 4% [== ] 134/2927 4% [== ] 135/2927 4% [== ] 136/2927 4% [== ] 137/2927 4% [== ] 138/2927 4% [== ] 139/2927 4% [== ] 140/2927 4% [== ] 141/2927 4% [=== ] 142/2927 4% [=== ] 143/2927 4% [=== ] 144/2927 4% [=== ] 145/2927 4% [=== ] 146/2927 4% [=== ] 147/2927 5% [=== ] 148/2927 5% [=== ] 149/2927 5% [=== ] 150/2927 5% [=== ] 151/2927 5% [=== ] 152/2927 5% [=== ] 153/2927 5% [=== ] 154/2927 5% [=== ] 155/2927 5% [=== ] 156/2927 5% [=== ] 157/2927 5% [=== ] 158/2927 5% [=== ] 159/2927 5% [=== ] 160/2927 5% [=== ] 161/2927 5% [=== ] 162/2927 5% [=== ] 163/2927 5% [=== ] 164/2927 5% [=== ] 165/2927 5% [=== ] 166/2927 5% [=== ] 167/2927 5% [=== ] 168/2927 5% [=== ] 169/2927 5% [=== ] 170/2927 5% [=== ] 171/2927 5% [=== ] 172/2927 5% [=== ] 173/2927 5% [=== ] 174/2927 5% [=== ] 175/2927 5% [=== ] 176/2927 6% [=== ] 177/2927 6% [=== ] 178/2927 6% [=== ] 179/2927 6% [=== ] 180/2927 6% [=== ] 181/2927 6% [=== ] 182/2927 6% [=== ] 183/2927 6% [=== ] 184/2927 6% [=== ] 185/2927 6% [=== ] 186/2927 6% [=== ] 187/2927 6% [=== ] 188/2927 6% [==== ] 189/2927 6% [==== ] 190/2927 6% [==== ] 191/2927 6% [==== ] 192/2927 6% [==== ] 193/2927 6% [==== ] 194/2927 6% [==== ] 195/2927 6% [==== ] 196/2927 6% [==== ] 197/2927 6% [==== ] 198/2927 6% [==== ] 199/2927 6% [==== ] 200/2927 6% [==== ] 201/2927 6% [==== ] 202/2927 6% [==== ] 203/2927 6% [==== ] 204/2927 6% [==== ] 205/2927 7% [==== ] 206/2927 7% [==== ] 207/2927 7% [==== ] 208/2927 7% [==== ] 209/2927 7% [==== ] 210/2927 7% [==== ] 211/2927 7% [==== ] 212/2927 7% [==== ] 213/2927 7% [==== ] 214/2927 7% [==== ] 215/2927 7% [==== ] 216/2927 7% [==== ] 217/2927 7% [==== ] 218/2927 7% [==== ] 219/2927 7% [==== ] 220/2927 7% [==== ] 221/2927 7% [==== ] 222/2927 7% [==== ] 223/2927 7% [==== ] 224/2927 7% [==== ] 225/2927 7% [==== ] 226/2927 7% [==== ] 227/2927 7% [==== ] 228/2927 7% [==== ] 229/2927 7% [==== ] 230/2927 7% [==== ] 231/2927 7% [==== ] 232/2927 7% [==== ] 233/2927 7% [==== ] 234/2927 7% [==== ] 235/2927 8% [==== ] 236/2927 8% [===== ] 237/2927 8% [===== ] 238/2927 8% [===== ] 239/2927 8% [===== ] 240/2927 8% [===== ] 241/2927 8% [===== ] 242/2927 8% [===== ] 243/2927 8% [===== ] 244/2927 8% [===== ] 245/2927 8% [===== ] 246/2927 8% [===== ] 247/2927 8% [===== ] 248/2927 8% [===== ] 249/2927 8% [===== ] 250/2927 8% [===== ] 251/2927 8% [===== ] 252/2927 8% [===== ] 253/2927 8% [===== ] 254/2927 8% [===== ] 255/2927 8% [===== ] 256/2927 8% [===== ] 257/2927 8% [===== ] 258/2927 8% [===== ] 259/2927 8% [===== ] 260/2927 8% [===== ] 261/2927 8% [===== ] 262/2927 8% [===== ] 263/2927 8% [===== ] 264/2927 9% [===== ] 265/2927 9% [===== ] 266/2927 9% [===== ] 267/2927 9% [===== ] 268/2927 9% [===== ] 269/2927 9% [===== ] 270/2927 9% [===== ] 271/2927 9% [===== ] 272/2927 9% [===== ] 273/2927 9% [===== ] 274/2927 9% [===== ] 275/2927 9% [===== ] 276/2927 9% [===== ] 277/2927 9% [===== ] 278/2927 9% [===== ] 279/2927 9% [===== ] 280/2927 9% [===== ] 281/2927 9% [===== ] 282/2927 9% [===== ] 283/2927 9% [====== ] 284/2927 9% [====== ] 285/2927 9% [====== ] 286/2927 9% [====== ] 287/2927 9% [====== ] 288/2927 9% [====== ] 289/2927 9% [====== ] 290/2927 9% [====== ] 291/2927 9% [====== ] 292/2927 9% [====== ] 293/2927 10% [====== ] 294/2927 10% [====== ] 295/2927 10% [====== ] 296/2927 10% [====== ] 297/2927 10% [====== ] 298/2927 10% [====== ] 299/2927 10% [====== ] 300/2927 10% [====== ] 301/2927 10% [====== ] 302/2927 10% [====== ] 303/2927 10% [====== ] 304/2927 10% [====== ] 305/2927 10% [====== ] 306/2927 10% [====== ] 307/2927 10% [====== ] 308/2927 10% [====== ] 309/2927 10% [====== ] 310/2927 10% [====== ] 311/2927 10% [====== ] 312/2927 10% [====== ] 313/2927 10% [====== ] 314/2927 10% [====== ] 315/2927 10% [====== ] 316/2927 10% [====== ] 317/2927 10% [====== ] 318/2927 10% [====== ] 319/2927 10% [====== ] 320/2927 10% [====== ] 321/2927 10% [====== ] 322/2927 11% [====== ] 323/2927 11% [====== ] 324/2927 11% [====== ] 325/2927 11% [====== ] 326/2927 11% [====== ] 327/2927 11% [====== ] 328/2927 11% [====== ] 329/2927 11% [====== ] 330/2927 11% [======= ] 331/2927 11% [======= ] 332/2927 11% [======= ] 333/2927 11% [======= ] 334/2927 11% [======= ] 335/2927 11% [======= ] 336/2927 11% [======= ] 337/2927 11% [======= ] 338/2927 11% [======= ] 339/2927 11% [======= ] 340/2927 11% [======= ] 341/2927 11% [======= ] 342/2927 11% [======= ] 343/2927 11% [======= ] 344/2927 11% [======= ] 345/2927 11% [======= ] 346/2927 11% [======= ] 347/2927 11% [======= ] 348/2927 11% [======= ] 349/2927 11% [======= ] 350/2927 11% [======= ] 351/2927 11% [======= ] 352/2927 12% [======= ] 353/2927 12% [======= ] 354/2927 12% [======= ] 355/2927 12% [======= ] 356/2927 12% [======= ] 357/2927 12% [======= ] 358/2927 12% [======= ] 359/2927 12% [======= ] 360/2927 12% [======= ] 361/2927 12% [======= ] 362/2927 12% [======= ] 363/2927 12% [======= ] 364/2927 12% [======= ] 365/2927 12% [======= ] 366/2927 12% [======= ] 367/2927 12% [======= ] 368/2927 12% [======= ] 369/2927 12% [======= ] 370/2927 12% [======= ] 371/2927 12% [======= ] 372/2927 12% [======= ] 373/2927 12% [======= ] 374/2927 12% [======= ] 375/2927 12% [======= ] 376/2927 12% [======= ] 377/2927 12% [======== ] 378/2927 12% [======== ] 379/2927 12% [======== ] 380/2927 12% [======== ] 381/2927 13% [======== ] 382/2927 13% [======== ] 383/2927 13% [======== ] 384/2927 13% [======== ] 385/2927 13% [======== ] 386/2927 13% [======== ] 387/2927 13% [======== ] 388/2927 13% [======== ] 389/2927 13% [======== ] 390/2927 13% [======== ] 391/2927 13% [======== ] 392/2927 13% [======== ] 393/2927 13% [======== ] 394/2927 13% [======== ] 395/2927 13% [======== ] 396/2927 13% [======== ] 397/2927 13% [======== ] 398/2927 13% [======== ] 399/2927 13% [======== ] 400/2927 13% [======== ] 401/2927 13% [======== ] 402/2927 13% [======== ] 403/2927 13% [======== ] 404/2927 13% [======== ] 405/2927 13% [======== ] 406/2927 13% [======== ] 407/2927 13% [======== ] 408/2927 13% [======== ] 409/2927 13% [======== ] 410/2927 14% [======== ] 411/2927 14% [======== ] 412/2927 14% [======== ] 413/2927 14% [======== ] 414/2927 14% [======== ] 415/2927 14% [======== ] 416/2927 14% [======== ] 417/2927 14% [======== ] 418/2927 14% [======== ] 419/2927 14% [======== ] 420/2927 14% [======== ] 421/2927 14% [======== ] 422/2927 14% [======== ] 423/2927 14% [======== ] 424/2927 14% [========= ] 425/2927 14% [========= ] 426/2927 14% [========= ] 427/2927 14% [========= ] 428/2927 14% [========= ] 429/2927 14% [========= ] 430/2927 14% [========= ] 431/2927 14% [========= ] 432/2927 14% [========= ] 433/2927 14% [========= ] 434/2927 14% [========= ] 435/2927 14% [========= ] 436/2927 14% [========= ] 437/2927 14% [========= ] 438/2927 14% [========= ] 439/2927 14% [========= ] 440/2927 15% [========= ] 441/2927 15% [========= ] 442/2927 15% [========= ] 443/2927 15% [========= ] 444/2927 15% [========= ] 445/2927 15% [========= ] 446/2927 15% [========= ] 447/2927 15% [========= ] 448/2927 15% [========= ] 449/2927 15% [========= ] 450/2927 15% [========= ] 451/2927 15% [========= ] 452/2927 15% [========= ] 453/2927 15% [========= ] 454/2927 15% [========= ] 455/2927 15% [========= ] 456/2927 15% [========= ] 457/2927 15% [========= ] 458/2927 15% [========= ] 459/2927 15% [========= ] 460/2927 15% [========= ] 461/2927 15% [========= ] 462/2927 15% [========= ] 463/2927 15% [========= ] 464/2927 15% [========= ] 465/2927 15% [========= ] 466/2927 15% [========= ] 467/2927 15% [========= ] 468/2927 15% [========= ] 469/2927 16% [========= ] 470/2927 16% [========= ] 471/2927 16% [========= ] 472/2927 16% [========== ] 473/2927 16% [========== ] 474/2927 16% [========== ] 475/2927 16% [========== ] 476/2927 16% [========== ] 477/2927 16% [========== ] 478/2927 16% [========== ] 479/2927 16% [========== ] 480/2927 16% [========== ] 481/2927 16% [========== ] 482/2927 16% [========== ] 483/2927 16% [========== ] 484/2927 16% [========== ] 485/2927 16% [========== ] 486/2927 16% [========== ] 487/2927 16% [========== ] 488/2927 16% [========== ] 489/2927 16% [========== ] 490/2927 16% [========== ] 491/2927 16% [========== ] 492/2927 16% [========== ] 493/2927 16% [========== ] 494/2927 16% [========== ] 495/2927 16% [========== ] 496/2927 16% [========== ] 497/2927 16% [========== ] 498/2927 17% [========== ] 499/2927 17% [========== ] 500/2927 17% [========== ] 501/2927 17% [========== ] 502/2927 17% [========== ] 503/2927 17% [========== ] 504/2927 17% [========== ] 505/2927 17% [========== ] 506/2927 17% [========== ] 507/2927 17% [========== ] 508/2927 17% [========== ] 509/2927 17% [========== ] 510/2927 17% [========== ] 511/2927 17% [========== ] 512/2927 17% [========== ] 513/2927 17% [========== ] 514/2927 17% [========== ] 515/2927 17% [========== ] 516/2927 17% [========== ] 517/2927 17% [========== ] 518/2927 17% [========== ] 519/2927 17% [=========== ] 520/2927 17% [=========== ] 521/2927 17% [=========== ] 522/2927 17% [=========== ] 523/2927 17% [=========== ] 524/2927 17% [=========== ] 525/2927 17% [=========== ] 526/2927 17% [=========== ] 527/2927 18% [=========== ] 528/2927 18% [=========== ] 529/2927 18% [=========== ] 530/2927 18% [=========== ] 531/2927 18% [=========== ] 532/2927 18% [=========== ] 533/2927 18% [=========== ] 534/2927 18% [=========== ] 535/2927 18% [=========== ] 536/2927 18% [=========== ] 537/2927 18% [=========== ] 538/2927 18% [=========== ] 539/2927 18% [=========== ] 540/2927 18% [=========== ] 541/2927 18% [=========== ] 542/2927 18% [=========== ] 543/2927 18% [=========== ] 544/2927 18% [=========== ] 545/2927 18% [=========== ] 546/2927 18% [=========== ] 547/2927 18% [=========== ] 548/2927 18% [=========== ] 549/2927 18% [=========== ] 550/2927 18% [=========== ] 551/2927 18% [=========== ] 552/2927 18% [=========== ] 553/2927 18% [=========== ] 554/2927 18% [=========== ] 555/2927 18% [=========== ] 556/2927 18% [=========== ] 557/2927 19% [=========== ] 558/2927 19% [=========== ] 559/2927 19% [=========== ] 560/2927 19% [=========== ] 561/2927 19% [=========== ] 562/2927 19% [=========== ] 563/2927 19% [=========== ] 564/2927 19% [=========== ] 565/2927 19% [=========== ] 566/2927 19% [============ ] 567/2927 19% [============ ] 568/2927 19% [============ ] 569/2927 19% [============ ] 570/2927 19% [============ ] 571/2927 19% [============ ] 572/2927 19% [============ ] 573/2927 19% [============ ] 574/2927 19% [============ ] 575/2927 19% [============ ] 576/2927 19% [============ ] 577/2927 19% [============ ] 578/2927 19% [============ ] 579/2927 19% [============ ] 580/2927 19% [============ ] 581/2927 19% [============ ] 582/2927 19% [============ ] 583/2927 19% [============ ] 584/2927 19% [============ ] 585/2927 19% [============ ] 586/2927 20% [============ ] 587/2927 20% [============ ] 588/2927 20% [============ ] 589/2927 20% [============ ] 590/2927 20% [============ ] 591/2927 20% [============ ] 592/2927 20% [============ ] 593/2927 20% [============ ] 594/2927 20% [============ ] 595/2927 20% [============ ] 596/2927 20% [============ ] 597/2927 20% [============ ] 598/2927 20% [============ ] 599/2927 20% [============ ] 600/2927 20% [============ ] 601/2927 20% [============ ] 602/2927 20% [============ ] 603/2927 20% [============ ] 604/2927 20% [============ ] 605/2927 20% [============ ] 606/2927 20% [============ ] 607/2927 20% [============ ] 608/2927 20% [============ ] 609/2927 20% [============ ] 610/2927 20% [============ ] 611/2927 20% [============ ] 612/2927 20% [============ ] 613/2927 20% [============= ] 614/2927 20% [============= ] 615/2927 21% [============= ] 616/2927 21% [============= ] 617/2927 21% [============= ] 618/2927 21% [============= ] 619/2927 21% [============= ] 620/2927 21% [============= ] 621/2927 21% [============= ] 622/2927 21% [============= ] 623/2927 21% [============= ] 624/2927 21% [============= ] 625/2927 21% [============= ] 626/2927 21% [============= ] 627/2927 21% [============= ] 628/2927 21% [============= ] 629/2927 21% [============= ] 630/2927 21% [============= ] 631/2927 21% [============= ] 632/2927 21% [============= ] 633/2927 21% [============= ] 634/2927 21% [============= ] 635/2927 21% [============= ] 636/2927 21% [============= ] 637/2927 21% [============= ] 638/2927 21% [============= ] 639/2927 21% [============= ] 640/2927 21% [============= ] 641/2927 21% [============= ] 642/2927 21% [============= ] 643/2927 21% [============= ] 644/2927 22% [============= ] 645/2927 22% [============= ] 646/2927 22% [============= ] 647/2927 22% [============= ] 648/2927 22% [============= ] 649/2927 22% [============= ] 650/2927 22% [============= ] 651/2927 22% [============= ] 652/2927 22% [============= ] 653/2927 22% [============= ] 654/2927 22% [============= ] 655/2927 22% [============= ] 656/2927 22% [============= ] 657/2927 22% [============= ] 658/2927 22% [============= ] 659/2927 22% [============= ] 660/2927 22% [============== ] 661/2927 22% [============== ] 662/2927 22% [============== ] 663/2927 22% [============== ] 664/2927 22% [============== ] 665/2927 22% [============== ] 666/2927 22% [============== ] 667/2927 22% [============== ] 668/2927 22% [============== ] 669/2927 22% [============== ] 670/2927 22% [============== ] 671/2927 22% [============== ] 672/2927 22% [============== ] 673/2927 22% [============== ] 674/2927 23% [============== ] 675/2927 23% [============== ] 676/2927 23% [============== ] 677/2927 23% [============== ] 678/2927 23% [============== ] 679/2927 23% [============== ] 680/2927 23% [============== ] 681/2927 23% [============== ] 682/2927 23% [============== ] 683/2927 23% [============== ] 684/2927 23% [============== ] 685/2927 23% [============== ] 686/2927 23% [============== ] 687/2927 23% [============== ] 688/2927 23% [============== ] 689/2927 23% [============== ] 690/2927 23% [============== ] 691/2927 23% [============== ] 692/2927 23% [============== ] 693/2927 23% [============== ] 694/2927 23% [============== ] 695/2927 23% [============== ] 696/2927 23% [============== ] 697/2927 23% [============== ] 698/2927 23% [============== ] 699/2927 23% [============== ] 700/2927 23% [============== ] 701/2927 23% [============== ] 702/2927 23% [============== ] 703/2927 24% [============== ] 704/2927 24% [============== ] 705/2927 24% [============== ] 706/2927 24% [============== ] 707/2927 24% [============== ] 708/2927 24% [=============== ] 709/2927 24% [=============== ] 710/2927 24% [=============== ] 711/2927 24% [=============== ] 712/2927 24% [=============== ] 713/2927 24% [=============== ] 714/2927 24% [=============== ] 715/2927 24% [=============== ] 716/2927 24% [=============== ] 717/2927 24% [=============== ] 718/2927 24% [=============== ] 719/2927 24% [=============== ] 720/2927 24% [=============== ] 721/2927 24% [=============== ] 722/2927 24% [=============== ] 723/2927 24% [=============== ] 724/2927 24% [=============== ] 725/2927 24% [=============== ] 726/2927 24% [=============== ] 727/2927 24% [=============== ] 728/2927 24% [=============== ] 729/2927 24% [=============== ] 730/2927 24% [=============== ] 731/2927 24% [=============== ] 732/2927 25% [=============== ] 733/2927 25% [=============== ] 734/2927 25% [=============== ] 735/2927 25% [=============== ] 736/2927 25% [=============== ] 737/2927 25% [=============== ] 738/2927 25% [=============== ] 739/2927 25% [=============== ] 740/2927 25% [=============== ] 741/2927 25% [=============== ] 742/2927 25% [=============== ] 743/2927 25% [=============== ] 744/2927 25% [=============== ] 745/2927 25% [=============== ] 746/2927 25% [=============== ] 747/2927 25% [=============== ] 748/2927 25% [=============== ] 749/2927 25% [=============== ] 750/2927 25% [=============== ] 751/2927 25% [=============== ] 752/2927 25% [=============== ] 753/2927 25% [=============== ] 754/2927 25% [=============== ] 755/2927 25% [================ ] 756/2927 25% [================ ] 757/2927 25% [================ ] 758/2927 25% [================ ] 759/2927 25% [================ ] 760/2927 25% [================ ] 761/2927 25% [================ ] 762/2927 26% [================ ] 763/2927 26% [================ ] 764/2927 26% [================ ] 765/2927 26% [================ ] 766/2927 26% [================ ] 767/2927 26% [================ ] 768/2927 26% [================ ] 769/2927 26% [================ ] 770/2927 26% [================ ] 771/2927 26% [================ ] 772/2927 26% [================ ] 773/2927 26% [================ ] 774/2927 26% [================ ] 775/2927 26% [================ ] 776/2927 26% [================ ] 777/2927 26% [================ ] 778/2927 26% [================ ] 779/2927 26% [================ ] 780/2927 26% [================ ] 781/2927 26% [================ ] 782/2927 26% [================ ] 783/2927 26% [================ ] 784/2927 26% [================ ] 785/2927 26% [================ ] 786/2927 26% [================ ] 787/2927 26% [================ ] 788/2927 26% [================ ] 789/2927 26% [================ ] 790/2927 26% [================ ] 791/2927 27% [================ ] 792/2927 27% [================ ] 793/2927 27% [================ ] 794/2927 27% [================ ] 795/2927 27% [================ ] 796/2927 27% [================ ] 797/2927 27% [================ ] 798/2927 27% [================ ] 799/2927 27% [================ ] 800/2927 27% [================ ] 801/2927 27% [================ ] 802/2927 27% [================= ] 803/2927 27% [================= ] 804/2927 27% [================= ] 805/2927 27% [================= ] 806/2927 27% [================= ] 807/2927 27% [================= ] 808/2927 27% [================= ] 809/2927 27% [================= ] 810/2927 27% [================= ] 811/2927 27% [================= ] 812/2927 27% [================= ] 813/2927 27% [================= ] 814/2927 27% [================= ] 815/2927 27% [================= ] 816/2927 27% [================= ] 817/2927 27% [================= ] 818/2927 27% [================= ] 819/2927 27% [================= ] 820/2927 28% [================= ] 821/2927 28% [================= ] 822/2927 28% [================= ] 823/2927 28% [================= ] 824/2927 28% [================= ] 825/2927 28% [================= ] 826/2927 28% [================= ] 827/2927 28% [================= ] 828/2927 28% [================= ] 829/2927 28% [================= ] 830/2927 28% [================= ] 831/2927 28% [================= ] 832/2927 28% [================= ] 833/2927 28% [================= ] 834/2927 28% [================= ] 835/2927 28% [================= ] 836/2927 28% [================= ] 837/2927 28% [================= ] 838/2927 28% [================= ] 839/2927 28% [================= ] 840/2927 28% [================= ] 841/2927 28% [================= ] 842/2927 28% [================= ] 843/2927 28% [================= ] 844/2927 28% [================= ] 845/2927 28% [================= ] 846/2927 28% [================= ] 847/2927 28% [================= ] 848/2927 28% [================= ] 849/2927 29% [================== ] 850/2927 29% [================== ] 851/2927 29% [================== ] 852/2927 29% [================== ] 853/2927 29% [================== ] 854/2927 29% [================== ] 855/2927 29% [================== ] 856/2927 29% [================== ] 857/2927 29% [================== ] 858/2927 29% [================== ] 859/2927 29% [================== ] 860/2927 29% [================== ] 861/2927 29% [================== ] 862/2927 29% [================== ] 863/2927 29% [================== ] 864/2927 29% [================== ] 865/2927 29% [================== ] 866/2927 29% [================== ] 867/2927 29% [================== ] 868/2927 29% [================== ] 869/2927 29% [================== ] 870/2927 29% [================== ] 871/2927 29% [================== ] 872/2927 29% [================== ] 873/2927 29% [================== ] 874/2927 29% [================== ] 875/2927 29% [================== ] 876/2927 29% [================== ] 877/2927 29% [================== ] 878/2927 29% [================== ] 879/2927 30% [================== ] 880/2927 30% [================== ] 881/2927 30% [================== ] 882/2927 30% [================== ] 883/2927 30% [================== ] 884/2927 30% [================== ] 885/2927 30% [================== ] 886/2927 30% [================== ] 887/2927 30% [================== ] 888/2927 30% [================== ] 889/2927 30% [================== ] 890/2927 30% [================== ] 891/2927 30% [================== ] 892/2927 30% [================== ] 893/2927 30% [================== ] 894/2927 30% [================== ] 895/2927 30% [================== ] 896/2927 30% [=================== ] 897/2927 30% [=================== ] 898/2927 30% [=================== ] 899/2927 30% [=================== ] 900/2927 30% [=================== ] 901/2927 30% [=================== ] 902/2927 30% [=================== ] 903/2927 30% [=================== ] 904/2927 30% [=================== ] 905/2927 30% [=================== ] 906/2927 30% [=================== ] 907/2927 30% [=================== ] 908/2927 31% [=================== ] 909/2927 31% [=================== ] 910/2927 31% [=================== ] 911/2927 31% [=================== ] 912/2927 31% [=================== ] 913/2927 31% [=================== ] 914/2927 31% [=================== ] 915/2927 31% [=================== ] 916/2927 31% [=================== ] 917/2927 31% [=================== ] 918/2927 31% [=================== ] 919/2927 31% [=================== ] 920/2927 31% [=================== ] 921/2927 31% [=================== ] 922/2927 31% [=================== ] 923/2927 31% [=================== ] 924/2927 31% [=================== ] 925/2927 31% [=================== ] 926/2927 31% [=================== ] 927/2927 31% [=================== ] 928/2927 31% [=================== ] 929/2927 31% [=================== ] 930/2927 31% [=================== ] 931/2927 31% [=================== ] 932/2927 31% [=================== ] 933/2927 31% [=================== ] 934/2927 31% [=================== ] 935/2927 31% [=================== ] 936/2927 31% [=================== ] 937/2927 32% [=================== ] 938/2927 32% [=================== ] 939/2927 32% [=================== ] 940/2927 32% [=================== ] 941/2927 32% [=================== ] 942/2927 32% [=================== ] 943/2927 32% [=================== ] 944/2927 32% [==================== ] 945/2927 32% [==================== ] 946/2927 32% [==================== ] 947/2927 32% [==================== ] 948/2927 32% [==================== ] 949/2927 32% [==================== ] 950/2927 32% [==================== ] 951/2927 32% [==================== ] 952/2927 32% [==================== ] 953/2927 32% [==================== ] 954/2927 32% [==================== ] 955/2927 32% [==================== ] 956/2927 32% [==================== ] 957/2927 32% [==================== ] 958/2927 32% [==================== ] 959/2927 32% [==================== ] 960/2927 32% [==================== ] 961/2927 32% [==================== ] 962/2927 32% [==================== ] 963/2927 32% [==================== ] 964/2927 32% [==================== ] 965/2927 32% [==================== ] 966/2927 33% [==================== ] 967/2927 33% [==================== ] 968/2927 33% [==================== ] 969/2927 33% [==================== ] 970/2927 33% [==================== ] 971/2927 33% [==================== ] 972/2927 33% [==================== ] 973/2927 33% [==================== ] 974/2927 33% [==================== ] 975/2927 33% [==================== ] 976/2927 33% [==================== ] 977/2927 33% [==================== ] 978/2927 33% [==================== ] 979/2927 33% [==================== ] 980/2927 33% [==================== ] 981/2927 33% [==================== ] 982/2927 33% [==================== ] 983/2927 33% [==================== ] 984/2927 33% [==================== ] 985/2927 33% [==================== ] 986/2927 33% [==================== ] 987/2927 33% [==================== ] 988/2927 33% [==================== ] 989/2927 33% [==================== ] 990/2927 33% [==================== ] 991/2927 33% [===================== ] 992/2927 33% [===================== ] 993/2927 33% [===================== ] 994/2927 33% [===================== ] 995/2927 33% [===================== ] 996/2927 34% [===================== ] 997/2927 34% [===================== ] 998/2927 34% [===================== ] 999/2927 34% [===================== ] 1000/2927 34% [===================== ] 1001/2927 34% [===================== ] 1002/2927 34% [===================== ] 1003/2927 34% [===================== ] 1004/2927 34% [===================== ] 1005/2927 34% [===================== ] 1006/2927 34% [===================== ] 1007/2927 34% [===================== ] 1008/2927 34% [===================== ] 1009/2927 34% [===================== ] 1010/2927 34% [===================== ] 1011/2927 34% [===================== ] 1012/2927 34% [===================== ] 1013/2927 34% [===================== ] 1014/2927 34% [===================== ] 1015/2927 34% [===================== ] 1016/2927 34% [===================== ] 1017/2927 34% [===================== ] 1018/2927 34% [===================== ] 1019/2927 34% [===================== ] 1020/2927 34% [===================== ] 1021/2927 34% [===================== ] 1022/2927 34% [===================== ] 1023/2927 34% [===================== ] 1024/2927 34% [===================== ] 1025/2927 35% [===================== ] 1026/2927 35% [===================== ] 1027/2927 35% [===================== ] 1028/2927 35% [===================== ] 1029/2927 35% [===================== ] 1030/2927 35% [===================== ] 1031/2927 35% [===================== ] 1032/2927 35% [===================== ] 1033/2927 35% [===================== ] 1034/2927 35% [===================== ] 1035/2927 35% [===================== ] 1036/2927 35% [===================== ] 1037/2927 35% [===================== ] 1038/2927 35% [====================== ] 1039/2927 35% [====================== ] 1040/2927 35% [====================== ] 1041/2927 35% [====================== ] 1042/2927 35% [====================== ] 1043/2927 35% [====================== ] 1044/2927 35% [====================== ] 1045/2927 35% [====================== ] 1046/2927 35% [====================== ] 1047/2927 35% [====================== ] 1048/2927 35% [====================== ] 1049/2927 35% [====================== ] 1050/2927 35% [====================== ] 1051/2927 35% [====================== ] 1052/2927 35% [====================== ] 1053/2927 35% [====================== ] 1054/2927 36% [====================== ] 1055/2927 36% [====================== ] 1056/2927 36% [====================== ] 1057/2927 36% [====================== ] 1058/2927 36% [====================== ] 1059/2927 36% [====================== ] 1060/2927 36% [====================== ] 1061/2927 36% [====================== ] 1062/2927 36% [====================== ] 1063/2927 36% [====================== ] 1064/2927 36% [====================== ] 1065/2927 36% [====================== ] 1066/2927 36% [====================== ] 1067/2927 36% [====================== ] 1068/2927 36% [====================== ] 1069/2927 36% [====================== ] 1070/2927 36% [====================== ] 1071/2927 36% [====================== ] 1072/2927 36% [====================== ] 1073/2927 36% [====================== ] 1074/2927 36% [====================== ] 1075/2927 36% [====================== ] 1076/2927 36% [====================== ] 1077/2927 36% [====================== ] 1078/2927 36% [====================== ] 1079/2927 36% [====================== ] 1080/2927 36% [====================== ] 1081/2927 36% [====================== ] 1082/2927 36% [====================== ] 1083/2927 37% [====================== ] 1084/2927 37% [====================== ] 1085/2927 37% [======================= ] 1086/2927 37% [======================= ] 1087/2927 37% [======================= ] 1088/2927 37% [======================= ] 1089/2927 37% [======================= ] 1090/2927 37% [======================= ] 1091/2927 37% [======================= ] 1092/2927 37% [======================= ] 1093/2927 37% [======================= ] 1094/2927 37% [======================= ] 1095/2927 37% [======================= ] 1096/2927 37% [======================= ] 1097/2927 37% [======================= ] 1098/2927 37% [======================= ] 1099/2927 37% [======================= ] 1100/2927 37% [======================= ] 1101/2927 37% [======================= ] 1102/2927 37% [======================= ] 1103/2927 37% [======================= ] 1104/2927 37% [======================= ] 1105/2927 37% [======================= ] 1106/2927 37% [======================= ] 1107/2927 37% [======================= ] 1108/2927 37% [======================= ] 1109/2927 37% [======================= ] 1110/2927 37% [======================= ] 1111/2927 37% [======================= ] 1112/2927 37% [======================= ] 1113/2927 38% [======================= ] 1114/2927 38% [======================= ] 1115/2927 38% [======================= ] 1116/2927 38% [======================= ] 1117/2927 38% [======================= ] 1118/2927 38% [======================= ] 1119/2927 38% [======================= ] 1120/2927 38% [======================= ] 1121/2927 38% [======================= ] 1122/2927 38% [======================= ] 1123/2927 38% [======================= ] 1124/2927 38% [======================= ] 1125/2927 38% [======================= ] 1126/2927 38% [======================= ] 1127/2927 38% [======================= ] 1128/2927 38% [======================= ] 1129/2927 38% [======================= ] 1130/2927 38% [======================= ] 1131/2927 38% [======================= ] 1132/2927 38% [======================= ] 1133/2927 38% [======================== ] 1134/2927 38% [======================== ] 1135/2927 38% [======================== ] 1136/2927 38% [======================== ] 1137/2927 38% [======================== ] 1138/2927 38% [======================== ] 1139/2927 38% [======================== ] 1140/2927 38% [======================== ] 1141/2927 38% [======================== ] 1142/2927 39% [======================== ] 1143/2927 39% [======================== ] 1144/2927 39% [======================== ] 1145/2927 39% [======================== ] 1146/2927 39% [======================== ] 1147/2927 39% [======================== ] 1148/2927 39% [======================== ] 1149/2927 39% [======================== ] 1150/2927 39% [======================== ] 1151/2927 39% [======================== ] 1152/2927 39% [======================== ] 1153/2927 39% [======================== ] 1154/2927 39% [======================== ] 1155/2927 39% [======================== ] 1156/2927 39% [======================== ] 1157/2927 39% [======================== ] 1158/2927 39% [======================== ] 1159/2927 39% [======================== ] 1160/2927 39% [======================== ] 1161/2927 39% [======================== ] 1162/2927 39% [======================== ] 1163/2927 39% [======================== ] 1164/2927 39% [======================== ] 1165/2927 39% [======================== ] 1166/2927 39% [======================== ] 1167/2927 39% [======================== ] 1168/2927 39% [======================== ] 1169/2927 39% [======================== ] 1170/2927 39% [======================== ] 1171/2927 40% [======================== ] 1172/2927 40% [======================== ] 1173/2927 40% [======================== ] 1174/2927 40% [======================== ] 1175/2927 40% [======================== ] 1176/2927 40% [======================== ] 1177/2927 40% [======================== ] 1178/2927 40% [======================== ] 1179/2927 40% [======================== ] 1180/2927 40% [========================= ] 1181/2927 40% [========================= ] 1182/2927 40% [========================= ] 1183/2927 40% [========================= ] 1184/2927 40% [========================= ] 1185/2927 40% [========================= ] 1186/2927 40% [========================= ] 1187/2927 40% [========================= ] 1188/2927 40% [========================= ] 1189/2927 40% [========================= ] 1190/2927 40% [========================= ] 1191/2927 40% [========================= ] 1192/2927 40% [========================= ] 1193/2927 40% [========================= ] 1194/2927 40% [========================= ] 1195/2927 40% [========================= ] 1196/2927 40% [========================= ] 1197/2927 40% [========================= ] 1198/2927 40% [========================= ] 1199/2927 40% [========================= ] 1200/2927 40% [========================= ] 1201/2927 41% [========================= ] 1202/2927 41% [========================= ] 1203/2927 41% [========================= ] 1204/2927 41% [========================= ] 1205/2927 41% [========================= ] 1206/2927 41% [========================= ] 1207/2927 41% [========================= ] 1208/2927 41% [========================= ] 1209/2927 41% [========================= ] 1210/2927 41% [========================= ] 1211/2927 41% [========================= ] 1212/2927 41% [========================= ] 1213/2927 41% [========================= ] 1214/2927 41% [========================= ] 1215/2927 41% [========================= ] 1216/2927 41% [========================= ] 1217/2927 41% [========================= ] 1218/2927 41% [========================= ] 1219/2927 41% [========================= ] 1220/2927 41% [========================= ] 1221/2927 41% [========================= ] 1222/2927 41% [========================= ] 1223/2927 41% [========================= ] 1224/2927 41% [========================= ] 1225/2927 41% [========================= ] 1226/2927 41% [========================= ] 1227/2927 41% [========================== ] 1228/2927 41% [========================== ] 1229/2927 41% [========================== ] 1230/2927 42% [========================== ] 1231/2927 42% [========================== ] 1232/2927 42% [========================== ] 1233/2927 42% [========================== ] 1234/2927 42% [========================== ] 1235/2927 42% [========================== ] 1236/2927 42% [========================== ] 1237/2927 42% [========================== ] 1238/2927 42% [========================== ] 1239/2927 42% [========================== ] 1240/2927 42% [========================== ] 1241/2927 42% [========================== ] 1242/2927 42% [========================== ] 1243/2927 42% [========================== ] 1244/2927 42% [========================== ] 1245/2927 42% [========================== ] 1246/2927 42% [========================== ] 1247/2927 42% [========================== ] 1248/2927 42% [========================== ] 1249/2927 42% [========================== ] 1250/2927 42% [========================== ] 1251/2927 42% [========================== ] 1252/2927 42% [========================== ] 1253/2927 42% [========================== ] 1254/2927 42% [========================== ] 1255/2927 42% [========================== ] 1256/2927 42% [========================== ] 1257/2927 42% [========================== ] 1258/2927 42% [========================== ] 1259/2927 43% [========================== ] 1260/2927 43% [========================== ] 1261/2927 43% [========================== ] 1262/2927 43% [========================== ] 1263/2927 43% [========================== ] 1264/2927 43% [========================== ] 1265/2927 43% [========================== ] 1266/2927 43% [========================== ] 1267/2927 43% [========================== ] 1268/2927 43% [========================== ] 1269/2927 43% [========================== ] 1270/2927 43% [========================== ] 1271/2927 43% [========================== ] 1272/2927 43% [========================== ] 1273/2927 43% [========================== ] 1274/2927 43% [=========================== ] 1275/2927 43% [=========================== ] 1276/2927 43% [=========================== ] 1277/2927 43% [=========================== ] 1278/2927 43% [=========================== ] 1279/2927 43% [=========================== ] 1280/2927 43% [=========================== ] 1281/2927 43% [=========================== ] 1282/2927 43% [=========================== ] 1283/2927 43% [=========================== ] 1284/2927 43% [=========================== ] 1285/2927 43% [=========================== ] 1286/2927 43% [=========================== ] 1287/2927 43% [=========================== ] 1288/2927 44% [=========================== ] 1289/2927 44% [=========================== ] 1290/2927 44% [=========================== ] 1291/2927 44% [=========================== ] 1292/2927 44% [=========================== ] 1293/2927 44% [=========================== ] 1294/2927 44% [=========================== ] 1295/2927 44% [=========================== ] 1296/2927 44% [=========================== ] 1297/2927 44% [=========================== ] 1298/2927 44% [=========================== ] 1299/2927 44% [=========================== ] 1300/2927 44% [=========================== ] 1301/2927 44% [=========================== ] 1302/2927 44% [=========================== ] 1303/2927 44% [=========================== ] 1304/2927 44% [=========================== ] 1305/2927 44% [=========================== ] 1306/2927 44% [=========================== ] 1307/2927 44% [=========================== ] 1308/2927 44% [=========================== ] 1309/2927 44% [=========================== ] 1310/2927 44% [=========================== ] 1311/2927 44% [=========================== ] 1312/2927 44% [=========================== ] 1313/2927 44% [=========================== ] 1314/2927 44% [=========================== ] 1315/2927 44% [=========================== ] 1316/2927 44% [=========================== ] 1317/2927 44% [=========================== ] 1318/2927 45% [=========================== ] 1319/2927 45% [=========================== ] 1320/2927 45% [=========================== ] 1321/2927 45% [============================ ] 1322/2927 45% [============================ ] 1323/2927 45% [============================ ] 1324/2927 45% [============================ ] 1325/2927 45% [============================ ] 1326/2927 45% [============================ ] 1327/2927 45% [============================ ] 1328/2927 45% [============================ ] 1329/2927 45% [============================ ] 1330/2927 45% [============================ ] 1331/2927 45% [============================ ] 1332/2927 45% [============================ ] 1333/2927 45% [============================ ] 1334/2927 45% [============================ ] 1335/2927 45% [============================ ] 1336/2927 45% [============================ ] 1337/2927 45% [============================ ] 1338/2927 45% [============================ ] 1339/2927 45% [============================ ] 1340/2927 45% [============================ ] 1341/2927 45% [============================ ] 1342/2927 45% [============================ ] 1343/2927 45% [============================ ] 1344/2927 45% [============================ ] 1345/2927 45% [============================ ] 1346/2927 45% [============================ ] 1347/2927 46% [============================ ] 1348/2927 46% [============================ ] 1349/2927 46% [============================ ] 1350/2927 46% [============================ ] 1351/2927 46% [============================ ] 1352/2927 46% [============================ ] 1353/2927 46% [============================ ] 1354/2927 46% [============================ ] 1355/2927 46% [============================ ] 1356/2927 46% [============================ ] 1357/2927 46% [============================ ] 1358/2927 46% [============================ ] 1359/2927 46% [============================ ] 1360/2927 46% [============================ ] 1361/2927 46% [============================ ] 1362/2927 46% [============================ ] 1363/2927 46% [============================ ] 1364/2927 46% [============================ ] 1365/2927 46% [============================ ] 1366/2927 46% [============================ ] 1367/2927 46% [============================ ] 1368/2927 46% [============================ ] 1369/2927 46% [============================= ] 1370/2927 46% [============================= ] 1371/2927 46% [============================= ] 1372/2927 46% [============================= ] 1373/2927 46% [============================= ] 1374/2927 46% [============================= ] 1375/2927 46% [============================= ] 1376/2927 47% [============================= ] 1377/2927 47% [============================= ] 1378/2927 47% [============================= ] 1379/2927 47% [============================= ] 1380/2927 47% [============================= ] 1381/2927 47% [============================= ] 1382/2927 47% [============================= ] 1383/2927 47% [============================= ] 1384/2927 47% [============================= ] 1385/2927 47% [============================= ] 1386/2927 47% [============================= ] 1387/2927 47% [============================= ] 1388/2927 47% [============================= ] 1389/2927 47% [============================= ] 1390/2927 47% [============================= ] 1391/2927 47% [============================= ] 1392/2927 47% [============================= ] 1393/2927 47% [============================= ] 1394/2927 47% [============================= ] 1395/2927 47% [============================= ] 1396/2927 47% [============================= ] 1397/2927 47% [============================= ] 1398/2927 47% [============================= ] 1399/2927 47% [============================= ] 1400/2927 47% [============================= ] 1401/2927 47% [============================= ] 1402/2927 47% [============================= ] 1403/2927 47% [============================= ] 1404/2927 47% [============================= ] 1405/2927 48% [============================= ] 1406/2927 48% [============================= ] 1407/2927 48% [============================= ] 1408/2927 48% [============================= ] 1409/2927 48% [============================= ] 1410/2927 48% [============================= ] 1411/2927 48% [============================= ] 1412/2927 48% [============================= ] 1413/2927 48% [============================= ] 1414/2927 48% [============================= ] 1415/2927 48% [============================= ] 1416/2927 48% [============================== ] 1417/2927 48% [============================== ] 1418/2927 48% [============================== ] 1419/2927 48% [============================== ] 1420/2927 48% [============================== ] 1421/2927 48% [============================== ] 1422/2927 48% [============================== ] 1423/2927 48% [============================== ] 1424/2927 48% [============================== ] 1425/2927 48% [============================== ] 1426/2927 48% [============================== ] 1427/2927 48% [============================== ] 1428/2927 48% [============================== ] 1429/2927 48% [============================== ] 1430/2927 48% [============================== ] 1431/2927 48% [============================== ] 1432/2927 48% [============================== ] 1433/2927 48% [============================== ] 1434/2927 48% [============================== ] 1435/2927 49% [============================== ] 1436/2927 49% [============================== ] 1437/2927 49% [============================== ] 1438/2927 49% [============================== ] 1439/2927 49% [============================== ] 1440/2927 49% [============================== ] 1441/2927 49% [============================== ] 1442/2927 49% [============================== ] 1443/2927 49% [============================== ] 1444/2927 49% [============================== ] 1445/2927 49% [============================== ] 1446/2927 49% [============================== ] 1447/2927 49% [============================== ] 1448/2927 49% [============================== ] 1449/2927 49% [============================== ] 1450/2927 49% [============================== ] 1451/2927 49% [============================== ] 1452/2927 49% [============================== ] 1453/2927 49% [============================== ] 1454/2927 49% [============================== ] 1455/2927 49% [============================== ] 1456/2927 49% [============================== ] 1457/2927 49% [============================== ] 1458/2927 49% [============================== ] 1459/2927 49% [============================== ] 1460/2927 49% [============================== ] 1461/2927 49% [============================== ] 1462/2927 49% [============================== ] 1463/2927 49% [=============================== ] 1464/2927 50% [=============================== ] 1465/2927 50% [=============================== ] 1466/2927 50% [=============================== ] 1467/2927 50% [=============================== ] 1468/2927 50% [=============================== ] 1469/2927 50% [=============================== ] 1470/2927 50% [=============================== ] 1471/2927 50% [=============================== ] 1472/2927 50% [=============================== ] 1473/2927 50% [=============================== ] 1474/2927 50% [=============================== ] 1475/2927 50% [=============================== ] 1476/2927 50% [=============================== ] 1477/2927 50% [=============================== ] 1478/2927 50% [=============================== ] 1479/2927 50% [=============================== ] 1480/2927 50% [=============================== ] 1481/2927 50% [=============================== ] 1482/2927 50% [=============================== ] 1483/2927 50% [=============================== ] 1484/2927 50% [=============================== ] 1485/2927 50% [=============================== ] 1486/2927 50% [=============================== ] 1487/2927 50% [=============================== ] 1488/2927 50% [=============================== ] 1489/2927 50% [=============================== ] 1490/2927 50% [=============================== ] 1491/2927 50% [=============================== ] 1492/2927 50% [=============================== ] 1493/2927 51% [=============================== ] 1494/2927 51% [=============================== ] 1495/2927 51% [=============================== ] 1496/2927 51% [=============================== ] 1497/2927 51% [=============================== ] 1498/2927 51% [=============================== ] 1499/2927 51% [=============================== ] 1500/2927 51% [=============================== ] 1501/2927 51% [=============================== ] 1502/2927 51% [=============================== ] 1503/2927 51% [=============================== ] 1504/2927 51% [=============================== ] 1505/2927 51% [=============================== ] 1506/2927 51% [=============================== ] 1507/2927 51% [=============================== ] 1508/2927 51% [=============================== ] 1509/2927 51% [=============================== ] 1510/2927 51% [================================ ] 1511/2927 51% [================================ ] 1512/2927 51% [================================ ] 1513/2927 51% [================================ ] 1514/2927 51% [================================ ] 1515/2927 51% [================================ ] 1516/2927 51% [================================ ] 1517/2927 51% [================================ ] 1518/2927 51% [================================ ] 1519/2927 51% [================================ ] 1520/2927 51% [================================ ] 1521/2927 51% [================================ ] 1522/2927 51% [================================ ] 1523/2927 52% [================================ ] 1524/2927 52% [================================ ] 1525/2927 52% [================================ ] 1526/2927 52% [================================ ] 1527/2927 52% [================================ ] 1528/2927 52% [================================ ] 1529/2927 52% [================================ ] 1530/2927 52% [================================ ] 1531/2927 52% [================================ ] 1532/2927 52% [================================ ] 1533/2927 52% [================================ ] 1534/2927 52% [================================ ] 1535/2927 52% [================================ ] 1536/2927 52% [================================ ] 1537/2927 52% [================================ ] 1538/2927 52% [================================ ] 1539/2927 52% [================================ ] 1540/2927 52% [================================ ] 1541/2927 52% [================================ ] 1542/2927 52% [================================ ] 1543/2927 52% [================================ ] 1544/2927 52% [================================ ] 1545/2927 52% [================================ ] 1546/2927 52% [================================ ] 1547/2927 52% [================================ ] 1548/2927 52% [================================ ] 1549/2927 52% [================================ ] 1550/2927 52% [================================ ] 1551/2927 52% [================================ ] 1552/2927 53% [================================ ] 1553/2927 53% [================================ ] 1554/2927 53% [================================ ] 1555/2927 53% [================================ ] 1556/2927 53% [================================ ] 1557/2927 53% [================================= ] 1558/2927 53% [================================= ] 1559/2927 53% [================================= ] 1560/2927 53% [================================= ] 1561/2927 53% [================================= ] 1562/2927 53% [================================= ] 1563/2927 53% [================================= ] 1564/2927 53% [================================= ] 1565/2927 53% [================================= ] 1566/2927 53% [================================= ] 1567/2927 53% [================================= ] 1568/2927 53% [================================= ] 1569/2927 53% [================================= ] 1570/2927 53% [================================= ] 1571/2927 53% [================================= ] 1572/2927 53% [================================= ] 1573/2927 53% [================================= ] 1574/2927 53% [================================= ] 1575/2927 53% [================================= ] 1576/2927 53% [================================= ] 1577/2927 53% [================================= ] 1578/2927 53% [================================= ] 1579/2927 53% [================================= ] 1580/2927 53% [================================= ] 1581/2927 54% [================================= ] 1582/2927 54% [================================= ] 1583/2927 54% [================================= ] 1584/2927 54% [================================= ] 1585/2927 54% [================================= ] 1586/2927 54% [================================= ] 1587/2927 54% [================================= ] 1588/2927 54% [================================= ] 1589/2927 54% [================================= ] 1590/2927 54% [================================= ] 1591/2927 54% [================================= ] 1592/2927 54% [================================= ] 1593/2927 54% [================================= ] 1594/2927 54% [================================= ] 1595/2927 54% [================================= ] 1596/2927 54% [================================= ] 1597/2927 54% [================================= ] 1598/2927 54% [================================= ] 1599/2927 54% [================================= ] 1600/2927 54% [================================= ] 1601/2927 54% [================================= ] 1602/2927 54% [================================= ] 1603/2927 54% [================================= ] 1604/2927 54% [================================= ] 1605/2927 54% [================================== ] 1606/2927 54% [================================== ] 1607/2927 54% [================================== ] 1608/2927 54% [================================== ] 1609/2927 54% [================================== ] 1610/2927 55% [================================== ] 1611/2927 55% [================================== ] 1612/2927 55% [================================== ] 1613/2927 55% [================================== ] 1614/2927 55% [================================== ] 1615/2927 55% [================================== ] 1616/2927 55% [================================== ] 1617/2927 55% [================================== ] 1618/2927 55% [================================== ] 1619/2927 55% [================================== ] 1620/2927 55% [================================== ] 1621/2927 55% [================================== ] 1622/2927 55% [================================== ] 1623/2927 55% [================================== ] 1624/2927 55% [================================== ] 1625/2927 55% [================================== ] 1626/2927 55% [================================== ] 1627/2927 55% [================================== ] 1628/2927 55% [================================== ] 1629/2927 55% [================================== ] 1630/2927 55% [================================== ] 1631/2927 55% [================================== ] 1632/2927 55% [================================== ] 1633/2927 55% [================================== ] 1634/2927 55% [================================== ] 1635/2927 55% [================================== ] 1636/2927 55% [================================== ] 1637/2927 55% [================================== ] 1638/2927 55% [================================== ] 1639/2927 55% [================================== ] 1640/2927 56% [================================== ] 1641/2927 56% [================================== ] 1642/2927 56% [================================== ] 1643/2927 56% [================================== ] 1644/2927 56% [================================== ] 1645/2927 56% [================================== ] 1646/2927 56% [================================== ] 1647/2927 56% [================================== ] 1648/2927 56% [================================== ] 1649/2927 56% [================================== ] 1650/2927 56% [================================== ] 1651/2927 56% [================================== ] 1652/2927 56% [=================================== ] 1653/2927 56% [=================================== ] 1654/2927 56% [=================================== ] 1655/2927 56% [=================================== ] 1656/2927 56% [=================================== ] 1657/2927 56% [=================================== ] 1658/2927 56% [=================================== ] 1659/2927 56% [=================================== ] 1660/2927 56% [=================================== ] 1661/2927 56% [=================================== ] 1662/2927 56% [=================================== ] 1663/2927 56% [=================================== ] 1664/2927 56% [=================================== ] 1665/2927 56% [=================================== ] 1666/2927 56% [=================================== ] 1667/2927 56% [=================================== ] 1668/2927 56% [=================================== ] 1669/2927 57% [=================================== ] 1670/2927 57% [=================================== ] 1671/2927 57% [=================================== ] 1672/2927 57% [=================================== ] 1673/2927 57% [=================================== ] 1674/2927 57% [=================================== ] 1675/2927 57% [=================================== ] 1676/2927 57% [=================================== ] 1677/2927 57% [=================================== ] 1678/2927 57% [=================================== ] 1679/2927 57% [=================================== ] 1680/2927 57% [=================================== ] 1681/2927 57% [=================================== ] 1682/2927 57% [=================================== ] 1683/2927 57% [=================================== ] 1684/2927 57% [=================================== ] 1685/2927 57% [=================================== ] 1686/2927 57% [=================================== ] 1687/2927 57% [=================================== ] 1688/2927 57% [=================================== ] 1689/2927 57% [=================================== ] 1690/2927 57% [=================================== ] 1691/2927 57% [=================================== ] 1692/2927 57% [=================================== ] 1693/2927 57% [=================================== ] 1694/2927 57% [=================================== ] 1695/2927 57% [=================================== ] 1696/2927 57% [=================================== ] 1697/2927 57% [=================================== ] 1698/2927 58% [=================================== ] 1699/2927 58% [==================================== ] 1700/2927 58% [==================================== ] 1701/2927 58% [==================================== ] 1702/2927 58% [==================================== ] 1703/2927 58% [==================================== ] 1704/2927 58% [==================================== ] 1705/2927 58% [==================================== ] 1706/2927 58% [==================================== ] 1707/2927 58% [==================================== ] 1708/2927 58% [==================================== ] 1709/2927 58% [==================================== ] 1710/2927 58% [==================================== ] 1711/2927 58% [==================================== ] 1712/2927 58% [==================================== ] 1713/2927 58% [==================================== ] 1714/2927 58% [==================================== ] 1715/2927 58% [==================================== ] 1716/2927 58% [==================================== ] 1717/2927 58% [==================================== ] 1718/2927 58% [==================================== ] 1719/2927 58% [==================================== ] 1720/2927 58% [==================================== ] 1721/2927 58% [==================================== ] 1722/2927 58% [==================================== ] 1723/2927 58% [==================================== ] 1724/2927 58% [==================================== ] 1725/2927 58% [==================================== ] 1726/2927 58% [==================================== ] 1727/2927 59% [==================================== ] 1728/2927 59% [==================================== ] 1729/2927 59% [==================================== ] 1730/2927 59% [==================================== ] 1731/2927 59% [==================================== ] 1732/2927 59% [==================================== ] 1733/2927 59% [==================================== ] 1734/2927 59% [==================================== ] 1735/2927 59% [==================================== ] 1736/2927 59% [==================================== ] 1737/2927 59% [==================================== ] 1738/2927 59% [==================================== ] 1739/2927 59% [==================================== ] 1740/2927 59% [==================================== ] 1741/2927 59% [==================================== ] 1742/2927 59% [==================================== ] 1743/2927 59% [==================================== ] 1744/2927 59% [==================================== ] 1745/2927 59% [==================================== ] 1746/2927 59% [===================================== ] 1747/2927 59% [===================================== ] 1748/2927 59% [===================================== ] 1749/2927 59% [===================================== ] 1750/2927 59% [===================================== ] 1751/2927 59% [===================================== ] 1752/2927 59% [===================================== ] 1753/2927 59% [===================================== ] 1754/2927 59% [===================================== ] 1755/2927 59% [===================================== ] 1756/2927 59% [===================================== ] 1757/2927 60% [===================================== ] 1758/2927 60% [===================================== ] 1759/2927 60% [===================================== ] 1760/2927 60% [===================================== ] 1761/2927 60% [===================================== ] 1762/2927 60% [===================================== ] 1763/2927 60% [===================================== ] 1764/2927 60% [===================================== ] 1765/2927 60% [===================================== ] 1766/2927 60% [===================================== ] 1767/2927 60% [===================================== ] 1768/2927 60% [===================================== ] 1769/2927 60% [===================================== ] 1770/2927 60% [===================================== ] 1771/2927 60% [===================================== ] 1772/2927 60% [===================================== ] 1773/2927 60% [===================================== ] 1774/2927 60% [===================================== ] 1775/2927 60% [===================================== ] 1776/2927 60% [===================================== ] 1777/2927 60% [===================================== ] 1778/2927 60% [===================================== ] 1779/2927 60% [===================================== ] 1780/2927 60% [===================================== ] 1781/2927 60% [===================================== ] 1782/2927 60% [===================================== ] 1783/2927 60% [===================================== ] 1784/2927 60% [===================================== ] 1785/2927 60% [===================================== ] 1786/2927 61% [===================================== ] 1787/2927 61% [===================================== ] 1788/2927 61% [===================================== ] 1789/2927 61% [===================================== ] 1790/2927 61% [===================================== ] 1791/2927 61% [===================================== ] 1792/2927 61% [===================================== ] 1793/2927 61% [====================================== ] 1794/2927 61% [====================================== ] 1795/2927 61% [====================================== ] 1796/2927 61% [====================================== ] 1797/2927 61% [====================================== ] 1798/2927 61% [====================================== ] 1799/2927 61% [====================================== ] 1800/2927 61% [====================================== ] 1801/2927 61% [====================================== ] 1802/2927 61% [====================================== ] 1803/2927 61% [====================================== ] 1804/2927 61% [====================================== ] 1805/2927 61% [====================================== ] 1806/2927 61% [====================================== ] 1807/2927 61% [====================================== ] 1808/2927 61% [====================================== ] 1809/2927 61% [====================================== ] 1810/2927 61% [====================================== ] 1811/2927 61% [====================================== ] 1812/2927 61% [====================================== ] 1813/2927 61% [====================================== ] 1814/2927 61% [====================================== ] 1815/2927 62% [====================================== ] 1816/2927 62% [====================================== ] 1817/2927 62% [====================================== ] 1818/2927 62% [====================================== ] 1819/2927 62% [====================================== ] 1820/2927 62% [====================================== ] 1821/2927 62% [====================================== ] 1822/2927 62% [====================================== ] 1823/2927 62% [====================================== ] 1824/2927 62% [====================================== ] 1825/2927 62% [====================================== ] 1826/2927 62% [====================================== ] 1827/2927 62% [====================================== ] 1828/2927 62% [====================================== ] 1829/2927 62% [====================================== ] 1830/2927 62% [====================================== ] 1831/2927 62% [====================================== ] 1832/2927 62% [====================================== ] 1833/2927 62% [====================================== ] 1834/2927 62% [====================================== ] 1835/2927 62% [====================================== ] 1836/2927 62% [====================================== ] 1837/2927 62% [====================================== ] 1838/2927 62% [====================================== ] 1839/2927 62% [====================================== ] 1840/2927 62% [====================================== ] 1841/2927 62% [======================================= ] 1842/2927 62% [======================================= ] 1843/2927 62% [======================================= ] 1844/2927 62% [======================================= ] 1845/2927 63% [======================================= ] 1846/2927 63% [======================================= ] 1847/2927 63% [======================================= ] 1848/2927 63% [======================================= ] 1849/2927 63% [======================================= ] 1850/2927 63% [======================================= ] 1851/2927 63% [======================================= ] 1852/2927 63% [======================================= ] 1853/2927 63% [======================================= ] 1854/2927 63% [======================================= ] 1855/2927 63% [======================================= ] 1856/2927 63% [======================================= ] 1857/2927 63% [======================================= ] 1858/2927 63% [======================================= ] 1859/2927 63% [======================================= ] 1860/2927 63% [======================================= ] 1861/2927 63% [======================================= ] 1862/2927 63% [======================================= ] 1863/2927 63% [======================================= ] 1864/2927 63% [======================================= ] 1865/2927 63% [======================================= ] 1866/2927 63% [======================================= ] 1867/2927 63% [======================================= ] 1868/2927 63% [======================================= ] 1869/2927 63% [======================================= ] 1870/2927 63% [======================================= ] 1871/2927 63% [======================================= ] 1872/2927 63% [======================================= ] 1873/2927 63% [======================================= ] 1874/2927 64% [======================================= ] 1875/2927 64% [======================================= ] 1876/2927 64% [======================================= ] 1877/2927 64% [======================================= ] 1878/2927 64% [======================================= ] 1879/2927 64% [======================================= ] 1880/2927 64% [======================================= ] 1881/2927 64% [======================================= ] 1882/2927 64% [======================================= ] 1883/2927 64% [======================================= ] 1884/2927 64% [======================================= ] 1885/2927 64% [======================================= ] 1886/2927 64% [======================================= ] 1887/2927 64% [======================================= ] 1888/2927 64% [======================================== ] 1889/2927 64% [======================================== ] 1890/2927 64% [======================================== ] 1891/2927 64% [======================================== ] 1892/2927 64% [======================================== ] 1893/2927 64% [======================================== ] 1894/2927 64% [======================================== ] 1895/2927 64% [======================================== ] 1896/2927 64% [======================================== ] 1897/2927 64% [======================================== ] 1898/2927 64% [======================================== ] 1899/2927 64% [======================================== ] 1900/2927 64% [======================================== ] 1901/2927 64% [======================================== ] 1902/2927 64% [======================================== ] 1903/2927 65% [======================================== ] 1904/2927 65% [======================================== ] 1905/2927 65% [======================================== ] 1906/2927 65% [======================================== ] 1907/2927 65% [======================================== ] 1908/2927 65% [======================================== ] 1909/2927 65% [======================================== ] 1910/2927 65% [======================================== ] 1911/2927 65% [======================================== ] 1912/2927 65% [======================================== ] 1913/2927 65% [======================================== ] 1914/2927 65% [======================================== ] 1915/2927 65% [======================================== ] 1916/2927 65% [======================================== ] 1917/2927 65% [======================================== ] 1918/2927 65% [======================================== ] 1919/2927 65% [======================================== ] 1920/2927 65% [======================================== ] 1921/2927 65% [======================================== ] 1922/2927 65% [======================================== ] 1923/2927 65% [======================================== ] 1924/2927 65% [======================================== ] 1925/2927 65% [======================================== ] 1926/2927 65% [======================================== ] 1927/2927 65% [======================================== ] 1928/2927 65% [======================================== ] 1929/2927 65% [======================================== ] 1930/2927 65% [======================================== ] 1931/2927 65% [======================================== ] 1932/2927 66% [======================================== ] 1933/2927 66% [======================================== ] 1934/2927 66% [======================================== ] 1935/2927 66% [========================================= ] 1936/2927 66% [========================================= ] 1937/2927 66% [========================================= ] 1938/2927 66% [========================================= ] 1939/2927 66% [========================================= ] 1940/2927 66% [========================================= ] 1941/2927 66% [========================================= ] 1942/2927 66% [========================================= ] 1943/2927 66% [========================================= ] 1944/2927 66% [========================================= ] 1945/2927 66% [========================================= ] 1946/2927 66% [========================================= ] 1947/2927 66% [========================================= ] 1948/2927 66% [========================================= ] 1949/2927 66% [========================================= ] 1950/2927 66% [========================================= ] 1951/2927 66% [========================================= ] 1952/2927 66% [========================================= ] 1953/2927 66% [========================================= ] 1954/2927 66% [========================================= ] 1955/2927 66% [========================================= ] 1956/2927 66% [========================================= ] 1957/2927 66% [========================================= ] 1958/2927 66% [========================================= ] 1959/2927 66% [========================================= ] 1960/2927 66% [========================================= ] 1961/2927 66% [========================================= ] 1962/2927 67% [========================================= ] 1963/2927 67% [========================================= ] 1964/2927 67% [========================================= ] 1965/2927 67% [========================================= ] 1966/2927 67% [========================================= ] 1967/2927 67% [========================================= ] 1968/2927 67% [========================================= ] 1969/2927 67% [========================================= ] 1970/2927 67% [========================================= ] 1971/2927 67% [========================================= ] 1972/2927 67% [========================================= ] 1973/2927 67% [========================================= ] 1974/2927 67% [========================================= ] 1975/2927 67% [========================================= ] 1976/2927 67% [========================================= ] 1977/2927 67% [========================================= ] 1978/2927 67% [========================================= ] 1979/2927 67% [========================================= ] 1980/2927 67% [========================================= ] 1981/2927 67% [========================================= ] 1982/2927 67% [========================================== ] 1983/2927 67% [========================================== ] 1984/2927 67% [========================================== ] 1985/2927 67% [========================================== ] 1986/2927 67% [========================================== ] 1987/2927 67% [========================================== ] 1988/2927 67% [========================================== ] 1989/2927 67% [========================================== ] 1990/2927 67% [========================================== ] 1991/2927 68% [========================================== ] 1992/2927 68% [========================================== ] 1993/2927 68% [========================================== ] 1994/2927 68% [========================================== ] 1995/2927 68% [========================================== ] 1996/2927 68% [========================================== ] 1997/2927 68% [========================================== ] 1998/2927 68% [========================================== ] 1999/2927 68% [========================================== ] 2000/2927 68% [========================================== ] 2001/2927 68% [========================================== ] 2002/2927 68% [========================================== ] 2003/2927 68% [========================================== ] 2004/2927 68% [========================================== ] 2005/2927 68% [========================================== ] 2006/2927 68% [========================================== ] 2007/2927 68% [========================================== ] 2008/2927 68% [========================================== ] 2009/2927 68% [========================================== ] 2010/2927 68% [========================================== ] 2011/2927 68% [========================================== ] 2012/2927 68% [========================================== ] 2013/2927 68% [========================================== ] 2014/2927 68% [========================================== ] 2015/2927 68% [========================================== ] 2016/2927 68% [========================================== ] 2017/2927 68% [========================================== ] 2018/2927 68% [========================================== ] 2019/2927 68% [========================================== ] 2020/2927 69% [========================================== ] 2021/2927 69% [========================================== ] 2022/2927 69% [========================================== ] 2023/2927 69% [========================================== ] 2024/2927 69% [========================================== ] 2025/2927 69% [========================================== ] 2026/2927 69% [========================================== ] 2027/2927 69% [========================================== ] 2028/2927 69% [========================================== ] 2029/2927 69% [========================================== ] 2030/2927 69% [=========================================== ] 2031/2927 69% [=========================================== ] 2032/2927 69% [=========================================== ] 2033/2927 69% [=========================================== ] 2034/2927 69% [=========================================== ] 2035/2927 69% [=========================================== ] 2036/2927 69% [=========================================== ] 2037/2927 69% [=========================================== ] 2038/2927 69% [=========================================== ] 2039/2927 69% [=========================================== ] 2040/2927 69% [=========================================== ] 2041/2927 69% [=========================================== ] 2042/2927 69% [=========================================== ] 2043/2927 69% [=========================================== ] 2044/2927 69% [=========================================== ] 2045/2927 69% [=========================================== ] 2046/2927 69% [=========================================== ] 2047/2927 69% [=========================================== ] 2048/2927 69% [=========================================== ] 2049/2927 70% [=========================================== ] 2050/2927 70% [=========================================== ] 2051/2927 70% [=========================================== ] 2052/2927 70% [=========================================== ] 2053/2927 70% [=========================================== ] 2054/2927 70% [=========================================== ] 2055/2927 70% [=========================================== ] 2056/2927 70% [=========================================== ] 2057/2927 70% [=========================================== ] 2058/2927 70% [=========================================== ] 2059/2927 70% [=========================================== ] 2060/2927 70% [=========================================== ] 2061/2927 70% [=========================================== ] 2062/2927 70% [=========================================== ] 2063/2927 70% [=========================================== ] 2064/2927 70% [=========================================== ] 2065/2927 70% [=========================================== ] 2066/2927 70% [=========================================== ] 2067/2927 70% [=========================================== ] 2068/2927 70% [=========================================== ] 2069/2927 70% [=========================================== ] 2070/2927 70% [=========================================== ] 2071/2927 70% [=========================================== ] 2072/2927 70% [=========================================== ] 2073/2927 70% [=========================================== ] 2074/2927 70% [=========================================== ] 2075/2927 70% [=========================================== ] 2076/2927 70% [=========================================== ] 2077/2927 70% [============================================ ] 2078/2927 70% [============================================ ] 2079/2927 71% [============================================ ] 2080/2927 71% [============================================ ] 2081/2927 71% [============================================ ] 2082/2927 71% [============================================ ] 2083/2927 71% [============================================ ] 2084/2927 71% [============================================ ] 2085/2927 71% [============================================ ] 2086/2927 71% [============================================ ] 2087/2927 71% [============================================ ] 2088/2927 71% [============================================ ] 2089/2927 71% [============================================ ] 2090/2927 71% [============================================ ] 2091/2927 71% [============================================ ] 2092/2927 71% [============================================ ] 2093/2927 71% [============================================ ] 2094/2927 71% [============================================ ] 2095/2927 71% [============================================ ] 2096/2927 71% [============================================ ] 2097/2927 71% [============================================ ] 2098/2927 71% [============================================ ] 2099/2927 71% [============================================ ] 2100/2927 71% [============================================ ] 2101/2927 71% [============================================ ] 2102/2927 71% [============================================ ] 2103/2927 71% [============================================ ] 2104/2927 71% [============================================ ] 2105/2927 71% [============================================ ] 2106/2927 71% [============================================ ] 2107/2927 71% [============================================ ] 2108/2927 72% [============================================ ] 2109/2927 72% [============================================ ] 2110/2927 72% [============================================ ] 2111/2927 72% [============================================ ] 2112/2927 72% [============================================ ] 2113/2927 72% [============================================ ] 2114/2927 72% [============================================ ] 2115/2927 72% [============================================ ] 2116/2927 72% [============================================ ] 2117/2927 72% [============================================ ] 2118/2927 72% [============================================ ] 2119/2927 72% [============================================ ] 2120/2927 72% [============================================ ] 2121/2927 72% [============================================ ] 2122/2927 72% [============================================ ] 2123/2927 72% [============================================ ] 2124/2927 72% [============================================= ] 2125/2927 72% [============================================= ] 2126/2927 72% [============================================= ] 2127/2927 72% [============================================= ] 2128/2927 72% [============================================= ] 2129/2927 72% [============================================= ] 2130/2927 72% [============================================= ] 2131/2927 72% [============================================= ] 2132/2927 72% [============================================= ] 2133/2927 72% [============================================= ] 2134/2927 72% [============================================= ] 2135/2927 72% [============================================= ] 2136/2927 72% [============================================= ] 2137/2927 73% [============================================= ] 2138/2927 73% [============================================= ] 2139/2927 73% [============================================= ] 2140/2927 73% [============================================= ] 2141/2927 73% [============================================= ] 2142/2927 73% [============================================= ] 2143/2927 73% [============================================= ] 2144/2927 73% [============================================= ] 2145/2927 73% [============================================= ] 2146/2927 73% [============================================= ] 2147/2927 73% [============================================= ] 2148/2927 73% [============================================= ] 2149/2927 73% [============================================= ] 2150/2927 73% [============================================= ] 2151/2927 73% [============================================= ] 2152/2927 73% [============================================= ] 2153/2927 73% [============================================= ] 2154/2927 73% [============================================= ] 2155/2927 73% [============================================= ] 2156/2927 73% [============================================= ] 2157/2927 73% [============================================= ] 2158/2927 73% [============================================= ] 2159/2927 73% [============================================= ] 2160/2927 73% [============================================= ] 2161/2927 73% [============================================= ] 2162/2927 73% [============================================= ] 2163/2927 73% [============================================= ] 2164/2927 73% [============================================= ] 2165/2927 73% [============================================= ] 2166/2927 74% [============================================= ] 2167/2927 74% [============================================= ] 2168/2927 74% [============================================= ] 2169/2927 74% [============================================= ] 2170/2927 74% [============================================= ] 2171/2927 74% [============================================== ] 2172/2927 74% [============================================== ] 2173/2927 74% [============================================== ] 2174/2927 74% [============================================== ] 2175/2927 74% [============================================== ] 2176/2927 74% [============================================== ] 2177/2927 74% [============================================== ] 2178/2927 74% [============================================== ] 2179/2927 74% [============================================== ] 2180/2927 74% [============================================== ] 2181/2927 74% [============================================== ] 2182/2927 74% [============================================== ] 2183/2927 74% [============================================== ] 2184/2927 74% [============================================== ] 2185/2927 74% [============================================== ] 2186/2927 74% [============================================== ] 2187/2927 74% [============================================== ] 2188/2927 74% [============================================== ] 2189/2927 74% [============================================== ] 2190/2927 74% [============================================== ] 2191/2927 74% [============================================== ] 2192/2927 74% [============================================== ] 2193/2927 74% [============================================== ] 2194/2927 74% [============================================== ] 2195/2927 74% [============================================== ] 2196/2927 75% [============================================== ] 2197/2927 75% [============================================== ] 2198/2927 75% [============================================== ] 2199/2927 75% [============================================== ] 2200/2927 75% [============================================== ] 2201/2927 75% [============================================== ] 2202/2927 75% [============================================== ] 2203/2927 75% [============================================== ] 2204/2927 75% [============================================== ] 2205/2927 75% [============================================== ] 2206/2927 75% [============================================== ] 2207/2927 75% [============================================== ] 2208/2927 75% [============================================== ] 2209/2927 75% [============================================== ] 2210/2927 75% [============================================== ] 2211/2927 75% [============================================== ] 2212/2927 75% [============================================== ] 2213/2927 75% [============================================== ] 2214/2927 75% [============================================== ] 2215/2927 75% [============================================== ] 2216/2927 75% [============================================== ] 2217/2927 75% [============================================== ] 2218/2927 75% [=============================================== ] 2219/2927 75% [=============================================== ] 2220/2927 75% [=============================================== ] 2221/2927 75% [=============================================== ] 2222/2927 75% [=============================================== ] 2223/2927 75% [=============================================== ] 2224/2927 75% [=============================================== ] 2225/2927 76% [=============================================== ] 2226/2927 76% [=============================================== ] 2227/2927 76% [=============================================== ] 2228/2927 76% [=============================================== ] 2229/2927 76% [=============================================== ] 2230/2927 76% [=============================================== ] 2231/2927 76% [=============================================== ] 2232/2927 76% [=============================================== ] 2233/2927 76% [=============================================== ] 2234/2927 76% [=============================================== ] 2235/2927 76% [=============================================== ] 2236/2927 76% [=============================================== ] 2237/2927 76% [=============================================== ] 2238/2927 76% [=============================================== ] 2239/2927 76% [=============================================== ] 2240/2927 76% [=============================================== ] 2241/2927 76% [=============================================== ] 2242/2927 76% [=============================================== ] 2243/2927 76% [=============================================== ] 2244/2927 76% [=============================================== ] 2245/2927 76% [=============================================== ] 2246/2927 76% [=============================================== ] 2247/2927 76% [=============================================== ] 2248/2927 76% [=============================================== ] 2249/2927 76% [=============================================== ] 2250/2927 76% [=============================================== ] 2251/2927 76% [=============================================== ] 2252/2927 76% [=============================================== ] 2253/2927 76% [=============================================== ] 2254/2927 77% [=============================================== ] 2255/2927 77% [=============================================== ] 2256/2927 77% [=============================================== ] 2257/2927 77% [=============================================== ] 2258/2927 77% [=============================================== ] 2259/2927 77% [=============================================== ] 2260/2927 77% [=============================================== ] 2261/2927 77% [=============================================== ] 2262/2927 77% [=============================================== ] 2263/2927 77% [=============================================== ] 2264/2927 77% [=============================================== ] 2265/2927 77% [=============================================== ] 2266/2927 77% [================================================ ] 2267/2927 77% [================================================ ] 2268/2927 77% [================================================ ] 2269/2927 77% [================================================ ] 2270/2927 77% [================================================ ] 2271/2927 77% [================================================ ] 2272/2927 77% [================================================ ] 2273/2927 77% [================================================ ] 2274/2927 77% [================================================ ] 2275/2927 77% [================================================ ] 2276/2927 77% [================================================ ] 2277/2927 77% [================================================ ] 2278/2927 77% [================================================ ] 2279/2927 77% [================================================ ] 2280/2927 77% [================================================ ] 2281/2927 77% [================================================ ] 2282/2927 77% [================================================ ] 2283/2927 77% [================================================ ] 2284/2927 78% [================================================ ] 2285/2927 78% [================================================ ] 2286/2927 78% [================================================ ] 2287/2927 78% [================================================ ] 2288/2927 78% [================================================ ] 2289/2927 78% [================================================ ] 2290/2927 78% [================================================ ] 2291/2927 78% [================================================ ] 2292/2927 78% [================================================ ] 2293/2927 78% [================================================ ] 2294/2927 78% [================================================ ] 2295/2927 78% [================================================ ] 2296/2927 78% [================================================ ] 2297/2927 78% [================================================ ] 2298/2927 78% [================================================ ] 2299/2927 78% [================================================ ] 2300/2927 78% [================================================ ] 2301/2927 78% [================================================ ] 2302/2927 78% [================================================ ] 2303/2927 78% [================================================ ] 2304/2927 78% [================================================ ] 2305/2927 78% [================================================ ] 2306/2927 78% [================================================ ] 2307/2927 78% [================================================ ] 2308/2927 78% [================================================ ] 2309/2927 78% [================================================ ] 2310/2927 78% [================================================ ] 2311/2927 78% [================================================ ] 2312/2927 78% [================================================ ] 2313/2927 79% [================================================= ] 2314/2927 79% [================================================= ] 2315/2927 79% [================================================= ] 2316/2927 79% [================================================= ] 2317/2927 79% [================================================= ] 2318/2927 79% [================================================= ] 2319/2927 79% [================================================= ] 2320/2927 79% [================================================= ] 2321/2927 79% [================================================= ] 2322/2927 79% [================================================= ] 2323/2927 79% [================================================= ] 2324/2927 79% [================================================= ] 2325/2927 79% [================================================= ] 2326/2927 79% [================================================= ] 2327/2927 79% [================================================= ] 2328/2927 79% [================================================= ] 2329/2927 79% [================================================= ] 2330/2927 79% [================================================= ] 2331/2927 79% [================================================= ] 2332/2927 79% [================================================= ] 2333/2927 79% [================================================= ] 2334/2927 79% [================================================= ] 2335/2927 79% [================================================= ] 2336/2927 79% [================================================= ] 2337/2927 79% [================================================= ] 2338/2927 79% [================================================= ] 2339/2927 79% [================================================= ] 2340/2927 79% [================================================= ] 2341/2927 79% [================================================= ] 2342/2927 80% [================================================= ] 2343/2927 80% [================================================= ] 2344/2927 80% [================================================= ] 2345/2927 80% [================================================= ] 2346/2927 80% [================================================= ] 2347/2927 80% [================================================= ] 2348/2927 80% [================================================= ] 2349/2927 80% [================================================= ] 2350/2927 80% [================================================= ] 2351/2927 80% [================================================= ] 2352/2927 80% [================================================= ] 2353/2927 80% [================================================= ] 2354/2927 80% [================================================= ] 2355/2927 80% [================================================= ] 2356/2927 80% [================================================= ] 2357/2927 80% [================================================= ] 2358/2927 80% [================================================= ] 2359/2927 80% [================================================= ] 2360/2927 80% [================================================== ] 2361/2927 80% [================================================== ] 2362/2927 80% [================================================== ] 2363/2927 80% [================================================== ] 2364/2927 80% [================================================== ] 2365/2927 80% [================================================== ] 2366/2927 80% [================================================== ] 2367/2927 80% [================================================== ] 2368/2927 80% [================================================== ] 2369/2927 80% [================================================== ] 2370/2927 80% [================================================== ] 2371/2927 81% [================================================== ] 2372/2927 81% [================================================== ] 2373/2927 81% [================================================== ] 2374/2927 81% [================================================== ] 2375/2927 81% [================================================== ] 2376/2927 81% [================================================== ] 2377/2927 81% [================================================== ] 2378/2927 81% [================================================== ] 2379/2927 81% [================================================== ] 2380/2927 81% [================================================== ] 2381/2927 81% [================================================== ] 2382/2927 81% [================================================== ] 2383/2927 81% [================================================== ] 2384/2927 81% [================================================== ] 2385/2927 81% [================================================== ] 2386/2927 81% [================================================== ] 2387/2927 81% [================================================== ] 2388/2927 81% [================================================== ] 2389/2927 81% [================================================== ] 2390/2927 81% [================================================== ] 2391/2927 81% [================================================== ] 2392/2927 81% [================================================== ] 2393/2927 81% [================================================== ] 2394/2927 81% [================================================== ] 2395/2927 81% [================================================== ] 2396/2927 81% [================================================== ] 2397/2927 81% [================================================== ] 2398/2927 81% [================================================== ] 2399/2927 81% [================================================== ] 2400/2927 81% [================================================== ] 2401/2927 82% [================================================== ] 2402/2927 82% [================================================== ] 2403/2927 82% [================================================== ] 2404/2927 82% [================================================== ] 2405/2927 82% [================================================== ] 2406/2927 82% [================================================== ] 2407/2927 82% [=================================================== ] 2408/2927 82% [=================================================== ] 2409/2927 82% [=================================================== ] 2410/2927 82% [=================================================== ] 2411/2927 82% [=================================================== ] 2412/2927 82% [=================================================== ] 2413/2927 82% [=================================================== ] 2414/2927 82% [=================================================== ] 2415/2927 82% [=================================================== ] 2416/2927 82% [=================================================== ] 2417/2927 82% [=================================================== ] 2418/2927 82% [=================================================== ] 2419/2927 82% [=================================================== ] 2420/2927 82% [=================================================== ] 2421/2927 82% [=================================================== ] 2422/2927 82% [=================================================== ] 2423/2927 82% [=================================================== ] 2424/2927 82% [=================================================== ] 2425/2927 82% [=================================================== ] 2426/2927 82% [=================================================== ] 2427/2927 82% [=================================================== ] 2428/2927 82% [=================================================== ] 2429/2927 82% [=================================================== ] 2430/2927 83% [=================================================== ] 2431/2927 83% [=================================================== ] 2432/2927 83% [=================================================== ] 2433/2927 83% [=================================================== ] 2434/2927 83% [=================================================== ] 2435/2927 83% [=================================================== ] 2436/2927 83% [=================================================== ] 2437/2927 83% [=================================================== ] 2438/2927 83% [=================================================== ] 2439/2927 83% [=================================================== ] 2440/2927 83% [=================================================== ] 2441/2927 83% [=================================================== ] 2442/2927 83% [=================================================== ] 2443/2927 83% [=================================================== ] 2444/2927 83% [=================================================== ] 2445/2927 83% [=================================================== ] 2446/2927 83% [=================================================== ] 2447/2927 83% [=================================================== ] 2448/2927 83% [=================================================== ] 2449/2927 83% [=================================================== ] 2450/2927 83% [=================================================== ] 2451/2927 83% [=================================================== ] 2452/2927 83% [=================================================== ] 2453/2927 83% [=================================================== ] 2454/2927 83% [==================================================== ] 2455/2927 83% [==================================================== ] 2456/2927 83% [==================================================== ] 2457/2927 83% [==================================================== ] 2458/2927 83% [==================================================== ] 2459/2927 84% [==================================================== ] 2460/2927 84% [==================================================== ] 2461/2927 84% [==================================================== ] 2462/2927 84% [==================================================== ] 2463/2927 84% [==================================================== ] 2464/2927 84% [==================================================== ] 2465/2927 84% [==================================================== ] 2466/2927 84% [==================================================== ] 2467/2927 84% [==================================================== ] 2468/2927 84% [==================================================== ] 2469/2927 84% [==================================================== ] 2470/2927 84% [==================================================== ] 2471/2927 84% [==================================================== ] 2472/2927 84% [==================================================== ] 2473/2927 84% [==================================================== ] 2474/2927 84% [==================================================== ] 2475/2927 84% [==================================================== ] 2476/2927 84% [==================================================== ] 2477/2927 84% [==================================================== ] 2478/2927 84% [==================================================== ] 2479/2927 84% [==================================================== ] 2480/2927 84% [==================================================== ] 2481/2927 84% [==================================================== ] 2482/2927 84% [==================================================== ] 2483/2927 84% [==================================================== ] 2484/2927 84% [==================================================== ] 2485/2927 84% [==================================================== ] 2486/2927 84% [==================================================== ] 2487/2927 84% [==================================================== ] 2488/2927 85% [==================================================== ] 2489/2927 85% [==================================================== ] 2490/2927 85% [==================================================== ] 2491/2927 85% [==================================================== ] 2492/2927 85% [==================================================== ] 2493/2927 85% [==================================================== ] 2494/2927 85% [==================================================== ] 2495/2927 85% [==================================================== ] 2496/2927 85% [==================================================== ] 2497/2927 85% [==================================================== ] 2498/2927 85% [==================================================== ] 2499/2927 85% [==================================================== ] 2500/2927 85% [==================================================== ] 2501/2927 85% [==================================================== ] 2502/2927 85% [===================================================== ] 2503/2927 85% [===================================================== ] 2504/2927 85% [===================================================== ] 2505/2927 85% [===================================================== ] 2506/2927 85% [===================================================== ] 2507/2927 85% [===================================================== ] 2508/2927 85% [===================================================== ] 2509/2927 85% [===================================================== ] 2510/2927 85% [===================================================== ] 2511/2927 85% [===================================================== ] 2512/2927 85% [===================================================== ] 2513/2927 85% [===================================================== ] 2514/2927 85% [===================================================== ] 2515/2927 85% [===================================================== ] 2516/2927 85% [===================================================== ] 2517/2927 85% [===================================================== ] 2518/2927 86% [===================================================== ] 2519/2927 86% [===================================================== ] 2520/2927 86% [===================================================== ] 2521/2927 86% [===================================================== ] 2522/2927 86% [===================================================== ] 2523/2927 86% [===================================================== ] 2524/2927 86% [===================================================== ] 2525/2927 86% [===================================================== ] 2526/2927 86% [===================================================== ] 2527/2927 86% [===================================================== ] 2528/2927 86% [===================================================== ] 2529/2927 86% [===================================================== ] 2530/2927 86% [===================================================== ] 2531/2927 86% [===================================================== ] 2532/2927 86% [===================================================== ] 2533/2927 86% [===================================================== ] 2534/2927 86% [===================================================== ] 2535/2927 86% [===================================================== ] 2536/2927 86% [===================================================== ] 2537/2927 86% [===================================================== ] 2538/2927 86% [===================================================== ] 2539/2927 86% [===================================================== ] 2540/2927 86% [===================================================== ] 2541/2927 86% [===================================================== ] 2542/2927 86% [===================================================== ] 2543/2927 86% [===================================================== ] 2544/2927 86% [===================================================== ] 2545/2927 86% [===================================================== ] 2546/2927 86% [===================================================== ] 2547/2927 87% [===================================================== ] 2548/2927 87% [===================================================== ] 2549/2927 87% [====================================================== ] 2550/2927 87% [====================================================== ] 2551/2927 87% [====================================================== ] 2552/2927 87% [====================================================== ] 2553/2927 87% [====================================================== ] 2554/2927 87% [====================================================== ] 2555/2927 87% [====================================================== ] 2556/2927 87% [====================================================== ] 2557/2927 87% [====================================================== ] 2558/2927 87% [====================================================== ] 2559/2927 87% [====================================================== ] 2560/2927 87% [====================================================== ] 2561/2927 87% [====================================================== ] 2562/2927 87% [====================================================== ] 2563/2927 87% [====================================================== ] 2564/2927 87% [====================================================== ] 2565/2927 87% [====================================================== ] 2566/2927 87% [====================================================== ] 2567/2927 87% [====================================================== ] 2568/2927 87% [====================================================== ] 2569/2927 87% [====================================================== ] 2570/2927 87% [====================================================== ] 2571/2927 87% [====================================================== ] 2572/2927 87% [====================================================== ] 2573/2927 87% [====================================================== ] 2574/2927 87% [====================================================== ] 2575/2927 87% [====================================================== ] 2576/2927 88% [====================================================== ] 2577/2927 88% [====================================================== ] 2578/2927 88% [====================================================== ] 2579/2927 88% [====================================================== ] 2580/2927 88% [====================================================== ] 2581/2927 88% [====================================================== ] 2582/2927 88% [====================================================== ] 2583/2927 88% [====================================================== ] 2584/2927 88% [====================================================== ] 2585/2927 88% [====================================================== ] 2586/2927 88% [====================================================== ] 2587/2927 88% [====================================================== ] 2588/2927 88% [====================================================== ] 2589/2927 88% [====================================================== ] 2590/2927 88% [====================================================== ] 2591/2927 88% [====================================================== ] 2592/2927 88% [====================================================== ] 2593/2927 88% [====================================================== ] 2594/2927 88% [====================================================== ] 2595/2927 88% [====================================================== ] 2596/2927 88% [======================================================= ] 2597/2927 88% [======================================================= ] 2598/2927 88% [======================================================= ] 2599/2927 88% [======================================================= ] 2600/2927 88% [======================================================= ] 2601/2927 88% [======================================================= ] 2602/2927 88% [======================================================= ] 2603/2927 88% [======================================================= ] 2604/2927 88% [======================================================= ] 2605/2927 88% [======================================================= ] 2606/2927 89% [======================================================= ] 2607/2927 89% [======================================================= ] 2608/2927 89% [======================================================= ] 2609/2927 89% [======================================================= ] 2610/2927 89% [======================================================= ] 2611/2927 89% [======================================================= ] 2612/2927 89% [======================================================= ] 2613/2927 89% [======================================================= ] 2614/2927 89% [======================================================= ] 2615/2927 89% [======================================================= ] 2616/2927 89% [======================================================= ] 2617/2927 89% [======================================================= ] 2618/2927 89% [======================================================= ] 2619/2927 89% [======================================================= ] 2620/2927 89% [======================================================= ] 2621/2927 89% [======================================================= ] 2622/2927 89% [======================================================= ] 2623/2927 89% [======================================================= ] 2624/2927 89% [======================================================= ] 2625/2927 89% [======================================================= ] 2626/2927 89% [======================================================= ] 2627/2927 89% [======================================================= ] 2628/2927 89% [======================================================= ] 2629/2927 89% [======================================================= ] 2630/2927 89% [======================================================= ] 2631/2927 89% [======================================================= ] 2632/2927 89% [======================================================= ] 2633/2927 89% [======================================================= ] 2634/2927 89% [======================================================= ] 2635/2927 90% [======================================================= ] 2636/2927 90% [======================================================= ] 2637/2927 90% [======================================================= ] 2638/2927 90% [======================================================= ] 2639/2927 90% [======================================================= ] 2640/2927 90% [======================================================= ] 2641/2927 90% [======================================================= ] 2642/2927 90% [======================================================= ] 2643/2927 90% [======================================================== ] 2644/2927 90% [======================================================== ] 2645/2927 90% [======================================================== ] 2646/2927 90% [======================================================== ] 2647/2927 90% [======================================================== ] 2648/2927 90% [======================================================== ] 2649/2927 90% [======================================================== ] 2650/2927 90% [======================================================== ] 2651/2927 90% [======================================================== ] 2652/2927 90% [======================================================== ] 2653/2927 90% [======================================================== ] 2654/2927 90% [======================================================== ] 2655/2927 90% [======================================================== ] 2656/2927 90% [======================================================== ] 2657/2927 90% [======================================================== ] 2658/2927 90% [======================================================== ] 2659/2927 90% [======================================================== ] 2660/2927 90% [======================================================== ] 2661/2927 90% [======================================================== ] 2662/2927 90% [======================================================== ] 2663/2927 90% [======================================================== ] 2664/2927 91% [======================================================== ] 2665/2927 91% [======================================================== ] 2666/2927 91% [======================================================== ] 2667/2927 91% [======================================================== ] 2668/2927 91% [======================================================== ] 2669/2927 91% [======================================================== ] 2670/2927 91% [======================================================== ] 2671/2927 91% [======================================================== ] 2672/2927 91% [======================================================== ] 2673/2927 91% [======================================================== ] 2674/2927 91% [======================================================== ] 2675/2927 91% [======================================================== ] 2676/2927 91% [======================================================== ] 2677/2927 91% [======================================================== ] 2678/2927 91% [======================================================== ] 2679/2927 91% [======================================================== ] 2680/2927 91% [======================================================== ] 2681/2927 91% [======================================================== ] 2682/2927 91% [======================================================== ] 2683/2927 91% [======================================================== ] 2684/2927 91% [======================================================== ] 2685/2927 91% [======================================================== ] 2686/2927 91% [======================================================== ] 2687/2927 91% [======================================================== ] 2688/2927 91% [======================================================== ] 2689/2927 91% [======================================================== ] 2690/2927 91% [========================================================= ] 2691/2927 91% [========================================================= ] 2692/2927 91% [========================================================= ] 2693/2927 92% [========================================================= ] 2694/2927 92% [========================================================= ] 2695/2927 92% [========================================================= ] 2696/2927 92% [========================================================= ] 2697/2927 92% [========================================================= ] 2698/2927 92% [========================================================= ] 2699/2927 92% [========================================================= ] 2700/2927 92% [========================================================= ] 2701/2927 92% [========================================================= ] 2702/2927 92% [========================================================= ] 2703/2927 92% [========================================================= ] 2704/2927 92% [========================================================= ] 2705/2927 92% [========================================================= ] 2706/2927 92% [========================================================= ] 2707/2927 92% [========================================================= ] 2708/2927 92% [========================================================= ] 2709/2927 92% [========================================================= ] 2710/2927 92% [========================================================= ] 2711/2927 92% [========================================================= ] 2712/2927 92% [========================================================= ] 2713/2927 92% [========================================================= ] 2714/2927 92% [========================================================= ] 2715/2927 92% [========================================================= ] 2716/2927 92% [========================================================= ] 2717/2927 92% [========================================================= ] 2718/2927 92% [========================================================= ] 2719/2927 92% [========================================================= ] 2720/2927 92% [========================================================= ] 2721/2927 92% [========================================================= ] 2722/2927 92% [========================================================= ] 2723/2927 93% [========================================================= ] 2724/2927 93% [========================================================= ] 2725/2927 93% [========================================================= ] 2726/2927 93% [========================================================= ] 2727/2927 93% [========================================================= ] 2728/2927 93% [========================================================= ] 2729/2927 93% [========================================================= ] 2730/2927 93% [========================================================= ] 2731/2927 93% [========================================================= ] 2732/2927 93% [========================================================= ] 2733/2927 93% [========================================================= ] 2734/2927 93% [========================================================= ] 2735/2927 93% [========================================================= ] 2736/2927 93% [========================================================= ] 2737/2927 93% [========================================================= ] 2738/2927 93% [========================================================== ] 2739/2927 93% [========================================================== ] 2740/2927 93% [========================================================== ] 2741/2927 93% [========================================================== ] 2742/2927 93% [========================================================== ] 2743/2927 93% [========================================================== ] 2744/2927 93% [========================================================== ] 2745/2927 93% [========================================================== ] 2746/2927 93% [========================================================== ] 2747/2927 93% [========================================================== ] 2748/2927 93% [========================================================== ] 2749/2927 93% [========================================================== ] 2750/2927 93% [========================================================== ] 2751/2927 93% [========================================================== ] 2752/2927 94% [========================================================== ] 2753/2927 94% [========================================================== ] 2754/2927 94% [========================================================== ] 2755/2927 94% [========================================================== ] 2756/2927 94% [========================================================== ] 2757/2927 94% [========================================================== ] 2758/2927 94% [========================================================== ] 2759/2927 94% [========================================================== ] 2760/2927 94% [========================================================== ] 2761/2927 94% [========================================================== ] 2762/2927 94% [========================================================== ] 2763/2927 94% [========================================================== ] 2764/2927 94% [========================================================== ] 2765/2927 94% [========================================================== ] 2766/2927 94% [========================================================== ] 2767/2927 94% [========================================================== ] 2768/2927 94% [========================================================== ] 2769/2927 94% [========================================================== ] 2770/2927 94% [========================================================== ] 2771/2927 94% [========================================================== ] 2772/2927 94% [========================================================== ] 2773/2927 94% [========================================================== ] 2774/2927 94% [========================================================== ] 2775/2927 94% [========================================================== ] 2776/2927 94% [========================================================== ] 2777/2927 94% [========================================================== ] 2778/2927 94% [========================================================== ] 2779/2927 94% [========================================================== ] 2780/2927 94% [========================================================== ] 2781/2927 95% [========================================================== ] 2782/2927 95% [========================================================== ] 2783/2927 95% [========================================================== ] 2784/2927 95% [========================================================== ] 2785/2927 95% [=========================================================== ] 2786/2927 95% [=========================================================== ] 2787/2927 95% [=========================================================== ] 2788/2927 95% [=========================================================== ] 2789/2927 95% [=========================================================== ] 2790/2927 95% [=========================================================== ] 2791/2927 95% [=========================================================== ] 2792/2927 95% [=========================================================== ] 2793/2927 95% [=========================================================== ] 2794/2927 95% [=========================================================== ] 2795/2927 95% [=========================================================== ] 2796/2927 95% [=========================================================== ] 2797/2927 95% [=========================================================== ] 2798/2927 95% [=========================================================== ] 2799/2927 95% [=========================================================== ] 2800/2927 95% [=========================================================== ] 2801/2927 95% [=========================================================== ] 2802/2927 95% [=========================================================== ] 2803/2927 95% [=========================================================== ] 2804/2927 95% [=========================================================== ] 2805/2927 95% [=========================================================== ] 2806/2927 95% [=========================================================== ] 2807/2927 95% [=========================================================== ] 2808/2927 95% [=========================================================== ] 2809/2927 95% [=========================================================== ] 2810/2927 96% [=========================================================== ] 2811/2927 96% [=========================================================== ] 2812/2927 96% [=========================================================== ] 2813/2927 96% [=========================================================== ] 2814/2927 96% [=========================================================== ] 2815/2927 96% [=========================================================== ] 2816/2927 96% [=========================================================== ] 2817/2927 96% [=========================================================== ] 2818/2927 96% [=========================================================== ] 2819/2927 96% [=========================================================== ] 2820/2927 96% [=========================================================== ] 2821/2927 96% [=========================================================== ] 2822/2927 96% [=========================================================== ] 2823/2927 96% [=========================================================== ] 2824/2927 96% [=========================================================== ] 2825/2927 96% [=========================================================== ] 2826/2927 96% [=========================================================== ] 2827/2927 96% [=========================================================== ] 2828/2927 96% [=========================================================== ] 2829/2927 96% [=========================================================== ] 2830/2927 96% [=========================================================== ] 2831/2927 96% [=========================================================== ] 2832/2927 96% [============================================================ ] 2833/2927 96% [============================================================ ] 2834/2927 96% [============================================================ ] 2835/2927 96% [============================================================ ] 2836/2927 96% [============================================================ ] 2837/2927 96% [============================================================ ] 2838/2927 96% [============================================================ ] 2839/2927 96% [============================================================ ] 2840/2927 97% [============================================================ ] 2841/2927 97% [============================================================ ] 2842/2927 97% [============================================================ ] 2843/2927 97% [============================================================ ] 2844/2927 97% [============================================================ ] 2845/2927 97% [============================================================ ] 2846/2927 97% [============================================================ ] 2847/2927 97% [============================================================ ] 2848/2927 97% [============================================================ ] 2849/2927 97% [============================================================ ] 2850/2927 97% [============================================================ ] 2851/2927 97% [============================================================ ] 2852/2927 97% [============================================================ ] 2853/2927 97% [============================================================ ] 2854/2927 97% [============================================================ ] 2855/2927 97% [============================================================ ] 2856/2927 97% [============================================================ ] 2857/2927 97% [============================================================ ] 2858/2927 97% [============================================================ ] 2859/2927 97% [============================================================ ] 2860/2927 97% [============================================================ ] 2861/2927 97% [============================================================ ] 2862/2927 97% [============================================================ ] 2863/2927 97% [============================================================ ] 2864/2927 97% [============================================================ ] 2865/2927 97% [============================================================ ] 2866/2927 97% [============================================================ ] 2867/2927 97% [============================================================ ] 2868/2927 97% [============================================================ ] 2869/2927 98% [============================================================ ] 2870/2927 98% [============================================================ ] 2871/2927 98% [============================================================ ] 2872/2927 98% [============================================================ ] 2873/2927 98% [============================================================ ] 2874/2927 98% [============================================================ ] 2875/2927 98% [============================================================ ] 2876/2927 98% [============================================================ ] 2877/2927 98% [============================================================ ] 2878/2927 98% [============================================================ ] 2879/2927 98% [============================================================= ] 2880/2927 98% [============================================================= ] 2881/2927 98% [============================================================= ] 2882/2927 98% [============================================================= ] 2883/2927 98% [============================================================= ] 2884/2927 98% [============================================================= ] 2885/2927 98% [============================================================= ] 2886/2927 98% [============================================================= ] 2887/2927 98% [============================================================= ] 2888/2927 98% [============================================================= ] 2889/2927 98% [============================================================= ] 2890/2927 98% [============================================================= ] 2891/2927 98% [============================================================= ] 2892/2927 98% [============================================================= ] 2893/2927 98% [============================================================= ] 2894/2927 98% [============================================================= ] 2895/2927 98% [============================================================= ] 2896/2927 98% [============================================================= ] 2897/2927 98% [============================================================= ] 2898/2927 99% [============================================================= ] 2899/2927 99% [============================================================= ] 2900/2927 99% [============================================================= ] 2901/2927 99% [============================================================= ] 2902/2927 99% [============================================================= ] 2903/2927 99% [============================================================= ] 2904/2927 99% [============================================================= ] 2905/2927 99% [============================================================= ] 2906/2927 99% [============================================================= ] 2907/2927 99% [============================================================= ] 2908/2927 99% [============================================================= ] 2909/2927 99% [============================================================= ] 2910/2927 99% [============================================================= ] 2911/2927 99% [============================================================= ] 2912/2927 99% [============================================================= ] 2913/2927 99% [============================================================= ] 2914/2927 99% [============================================================= ] 2915/2927 99% [============================================================= ] 2916/2927 99% [============================================================= ] 2917/2927 99% [============================================================= ] 2918/2927 99% [============================================================= ] 2919/2927 99% [============================================================= ] 2920/2927 99% [============================================================= ] 2921/2927 99% [============================================================= ] 2922/2927 99% [============================================================= ] 2923/2927 99% [============================================================= ] 2924/2927 99% [============================================================= ] 2925/2927 99% [============================================================= ] 2926/2927 99% [==============================================================] 2927/2927 100% operation complete, 2927 objects in 97903 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2022.11-rc1-104-g90f2700c09 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 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 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-delve 1.8.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.19.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dracut 057 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-prelink-cross a853a5d715d84eec93aa68e8f2df26b7d860f5b2 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> host-gdb 10.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jquery-datetimepicker 2.4.5 Collecting legal info MIT-LICENSE.txt: OK (sha256: 491add640b4678b78571d3b4c0840422b48a5b397e47e2104c1942ff1fce1a68) >>> jquery-keyboard 1.18.12 Collecting legal info README.markdown: OK (sha256: 0ad9a0e7291b45cdb5abe2a517d8b82282a816d41c9224660849792ce01fe983) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-moby-buildkit 0.10.0 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> host-python-cython 0.29.32 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'