/usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-0/output-1/target/etc/shells ln -sf dash /home/thomas/autobuild/instance-0/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-0/output-1/target/etc/passwd rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/include /home/thomas/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-0/output-1/target/usr/doc find /home/thomas/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-0/output-1/target/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/lib/ /home/thomas/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/man /home/thomas/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/info /home/thomas/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/doc /home/thomas/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-0/output-1/target/lib/debug /home/thomas/autobuild/instance-0/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-0/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/thomas/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/thomas/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/thomas/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/thomas/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-1472-g626cd6827c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11.1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11.1\"" \ ) > /home/thomas/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-0/output-1/per-package /home/thomas/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkfs.axfs -s -a /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.axfs\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/axfs/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2184 number of 4KB nodes: 50144 Total image size: 171976581 >>> Generating filesystem image rootfs.ext2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/thomas/autobuild/instance-0/output-1/images/rootfs.ext2\n /home/thomas/autobuild/instance-0/output-1/host/sbin/mkfs.ext2 -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /home/thomas/autobuild/instance-0/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/thomas/autobuild/instance-0/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 61058f40-eafa-4ae9-bb97-838be0c08266 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/output-1/host/bin/lzma -9 -c /home/thomas/autobuild/instance-0/output-1/images/rootfs.ext2 > /home/thomas/autobuild/instance-0/output-1/images/rootfs.ext2.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/images rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-0/output-1/target/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-0/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-0/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-0/output-1/host/bin:/home/thomas/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2184 objects. stage 2: creating image '/home/thomas/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2184 0% [ ] 2/2184 0% [ ] 3/2184 0% [ ] 4/2184 0% [ ] 5/2184 0% [ ] 6/2184 0% [ ] 7/2184 0% [ ] 8/2184 0% [ ] 9/2184 0% [ ] 10/2184 0% [ ] 11/2184 0% [ ] 12/2184 0% [ ] 13/2184 0% [ ] 14/2184 0% [ ] 15/2184 0% [ ] 16/2184 0% [ ] 17/2184 0% [ ] 18/2184 0% [ ] 19/2184 0% [ ] 20/2184 0% [ ] 21/2184 0% [ ] 22/2184 1% [ ] 23/2184 1% [ ] 24/2184 1% [ ] 25/2184 1% [ ] 26/2184 1% [ ] 27/2184 1% [ ] 28/2184 1% [ ] 29/2184 1% [ ] 30/2184 1% [ ] 31/2184 1% [ ] 32/2184 1% [ ] 33/2184 1% [ ] 34/2184 1% [ ] 35/2184 1% [= ] 36/2184 1% [= ] 37/2184 1% [= ] 38/2184 1% [= ] 39/2184 1% [= ] 40/2184 1% [= ] 41/2184 1% [= ] 42/2184 1% [= ] 43/2184 1% [= ] 44/2184 2% [= ] 45/2184 2% [= ] 46/2184 2% [= ] 47/2184 2% [= ] 48/2184 2% [= ] 49/2184 2% [= ] 50/2184 2% [= ] 51/2184 2% [= ] 52/2184 2% [= ] 53/2184 2% [= ] 54/2184 2% [= ] 55/2184 2% [= ] 56/2184 2% [= ] 57/2184 2% [= ] 58/2184 2% [= ] 59/2184 2% [= ] 60/2184 2% [= ] 61/2184 2% [= ] 62/2184 2% [= ] 63/2184 2% [= ] 64/2184 2% [= ] 65/2184 2% [= ] 66/2184 3% [= ] 67/2184 3% [= ] 68/2184 3% [= ] 69/2184 3% [= ] 70/2184 3% [== ] 71/2184 3% [== ] 72/2184 3% [== ] 73/2184 3% [== ] 74/2184 3% [== ] 75/2184 3% [== ] 76/2184 3% [== ] 77/2184 3% [== ] 78/2184 3% [== ] 79/2184 3% [== ] 80/2184 3% [== ] 81/2184 3% [== ] 82/2184 3% [== ] 83/2184 3% [== ] 84/2184 3% [== ] 85/2184 3% [== ] 86/2184 3% [== ] 87/2184 3% [== ] 88/2184 4% [== ] 89/2184 4% [== ] 90/2184 4% [== ] 91/2184 4% [== ] 92/2184 4% [== ] 93/2184 4% [== ] 94/2184 4% [== ] 95/2184 4% [== ] 96/2184 4% [== ] 97/2184 4% [== ] 98/2184 4% [== ] 99/2184 4% [== ] 100/2184 4% [== ] 101/2184 4% [== ] 102/2184 4% [== ] 103/2184 4% [== ] 104/2184 4% [== ] 105/2184 4% [=== ] 106/2184 4% [=== ] 107/2184 4% [=== ] 108/2184 4% [=== ] 109/2184 4% [=== ] 110/2184 5% [=== ] 111/2184 5% [=== ] 112/2184 5% [=== ] 113/2184 5% [=== ] 114/2184 5% [=== ] 115/2184 5% [=== ] 116/2184 5% [=== ] 117/2184 5% [=== ] 118/2184 5% [=== ] 119/2184 5% [=== ] 120/2184 5% [=== ] 121/2184 5% [=== ] 122/2184 5% [=== ] 123/2184 5% [=== ] 124/2184 5% [=== ] 125/2184 5% [=== ] 126/2184 5% [=== ] 127/2184 5% [=== ] 128/2184 5% [=== ] 129/2184 5% [=== ] 130/2184 5% [=== ] 131/2184 5% [=== ] 132/2184 6% [=== ] 133/2184 6% [=== ] 134/2184 6% [=== ] 135/2184 6% [=== ] 136/2184 6% [=== ] 137/2184 6% [=== ] 138/2184 6% [=== ] 139/2184 6% [=== ] 140/2184 6% [==== ] 141/2184 6% [==== ] 142/2184 6% [==== ] 143/2184 6% [==== ] 144/2184 6% [==== ] 145/2184 6% [==== ] 146/2184 6% [==== ] 147/2184 6% [==== ] 148/2184 6% [==== ] 149/2184 6% [==== ] 150/2184 6% [==== ] 151/2184 6% [==== ] 152/2184 6% [==== ] 153/2184 7% [==== ] 154/2184 7% [==== ] 155/2184 7% [==== ] 156/2184 7% [==== ] 157/2184 7% [==== ] 158/2184 7% [==== ] 159/2184 7% [==== ] 160/2184 7% [==== ] 161/2184 7% [==== ] 162/2184 7% [==== ] 163/2184 7% [==== ] 164/2184 7% [==== ] 165/2184 7% [==== ] 166/2184 7% [==== ] 167/2184 7% [==== ] 168/2184 7% [==== ] 169/2184 7% [==== ] 170/2184 7% [==== ] 171/2184 7% [==== ] 172/2184 7% [==== ] 173/2184 7% [==== ] 174/2184 7% [==== ] 175/2184 8% [==== ] 176/2184 8% [===== ] 177/2184 8% [===== ] 178/2184 8% [===== ] 179/2184 8% [===== ] 180/2184 8% [===== ] 181/2184 8% [===== ] 182/2184 8% [===== ] 183/2184 8% [===== ] 184/2184 8% [===== ] 185/2184 8% [===== ] 186/2184 8% [===== ] 187/2184 8% [===== ] 188/2184 8% [===== ] 189/2184 8% [===== ] 190/2184 8% [===== ] 191/2184 8% [===== ] 192/2184 8% [===== ] 193/2184 8% [===== ] 194/2184 8% [===== ] 195/2184 8% [===== ] 196/2184 8% [===== ] 197/2184 9% [===== ] 198/2184 9% [===== ] 199/2184 9% [===== ] 200/2184 9% [===== ] 201/2184 9% [===== ] 202/2184 9% [===== ] 203/2184 9% [===== ] 204/2184 9% [===== ] 205/2184 9% [===== ] 206/2184 9% [===== ] 207/2184 9% [===== ] 208/2184 9% [===== ] 209/2184 9% [===== ] 210/2184 9% [===== ] 211/2184 9% [====== ] 212/2184 9% [====== ] 213/2184 9% [====== ] 214/2184 9% [====== ] 215/2184 9% [====== ] 216/2184 9% [====== ] 217/2184 9% [====== ] 218/2184 9% [====== ] 219/2184 10% [====== ] 220/2184 10% [====== ] 221/2184 10% [====== ] 222/2184 10% [====== ] 223/2184 10% [====== ] 224/2184 10% [====== ] 225/2184 10% [====== ] 226/2184 10% [====== ] 227/2184 10% [====== ] 228/2184 10% [====== ] 229/2184 10% [====== ] 230/2184 10% [====== ] 231/2184 10% [====== ] 232/2184 10% [====== ] 233/2184 10% [====== ] 234/2184 10% [====== ] 235/2184 10% [====== ] 236/2184 10% [====== ] 237/2184 10% [====== ] 238/2184 10% [====== ] 239/2184 10% [====== ] 240/2184 10% [====== ] 241/2184 11% [====== ] 242/2184 11% [====== ] 243/2184 11% [====== ] 244/2184 11% [====== ] 245/2184 11% [====== ] 246/2184 11% [======= ] 247/2184 11% [======= ] 248/2184 11% [======= ] 249/2184 11% [======= ] 250/2184 11% [======= ] 251/2184 11% [======= ] 252/2184 11% [======= ] 253/2184 11% [======= ] 254/2184 11% [======= ] 255/2184 11% [======= ] 256/2184 11% [======= ] 257/2184 11% [======= ] 258/2184 11% [======= ] 259/2184 11% [======= ] 260/2184 11% [======= ] 261/2184 11% [======= ] 262/2184 11% [======= ] 263/2184 12% [======= ] 264/2184 12% [======= ] 265/2184 12% [======= ] 266/2184 12% [======= ] 267/2184 12% [======= ] 268/2184 12% [======= ] 269/2184 12% [======= ] 270/2184 12% [======= ] 271/2184 12% [======= ] 272/2184 12% [======= ] 273/2184 12% [======= ] 274/2184 12% [======= ] 275/2184 12% [======= ] 276/2184 12% [======= ] 277/2184 12% [======= ] 278/2184 12% [======= ] 279/2184 12% [======= ] 280/2184 12% [======= ] 281/2184 12% [======== ] 282/2184 12% [======== ] 283/2184 12% [======== ] 284/2184 13% [======== ] 285/2184 13% [======== ] 286/2184 13% [======== ] 287/2184 13% [======== ] 288/2184 13% [======== ] 289/2184 13% [======== ] 290/2184 13% [======== ] 291/2184 13% [======== ] 292/2184 13% [======== ] 293/2184 13% [======== ] 294/2184 13% [======== ] 295/2184 13% [======== ] 296/2184 13% [======== ] 297/2184 13% [======== ] 298/2184 13% [======== ] 299/2184 13% [======== ] 300/2184 13% [======== ] 301/2184 13% [======== ] 302/2184 13% [======== ] 303/2184 13% [======== ] 304/2184 13% [======== ] 305/2184 13% [======== ] 306/2184 14% [======== ] 307/2184 14% [======== ] 308/2184 14% [======== ] 309/2184 14% [======== ] 310/2184 14% [======== ] 311/2184 14% [======== ] 312/2184 14% [======== ] 313/2184 14% [======== ] 314/2184 14% [======== ] 315/2184 14% [======== ] 316/2184 14% [======== ] 317/2184 14% [========= ] 318/2184 14% [========= ] 319/2184 14% [========= ] 320/2184 14% [========= ] 321/2184 14% [========= ] 322/2184 14% [========= ] 323/2184 14% [========= ] 324/2184 14% [========= ] 325/2184 14% [========= ] 326/2184 14% [========= ] 327/2184 14% [========= ] 328/2184 15% [========= ] 329/2184 15% [========= ] 330/2184 15% [========= ] 331/2184 15% [========= ] 332/2184 15% [========= ] 333/2184 15% [========= ] 334/2184 15% [========= ] 335/2184 15% [========= ] 336/2184 15% [========= ] 337/2184 15% [========= ] 338/2184 15% [========= ] 339/2184 15% [========= ] 340/2184 15% [========= ] 341/2184 15% [========= ] 342/2184 15% [========= ] 343/2184 15% [========= ] 344/2184 15% [========= ] 345/2184 15% [========= ] 346/2184 15% [========= ] 347/2184 15% [========= ] 348/2184 15% [========= ] 349/2184 15% [========= ] 350/2184 16% [========= ] 351/2184 16% [========= ] 352/2184 16% [========== ] 353/2184 16% [========== ] 354/2184 16% [========== ] 355/2184 16% [========== ] 356/2184 16% [========== ] 357/2184 16% [========== ] 358/2184 16% [========== ] 359/2184 16% [========== ] 360/2184 16% [========== ] 361/2184 16% [========== ] 362/2184 16% [========== ] 363/2184 16% [========== ] 364/2184 16% [========== ] 365/2184 16% [========== ] 366/2184 16% [========== ] 367/2184 16% [========== ] 368/2184 16% [========== ] 369/2184 16% [========== ] 370/2184 16% [========== ] 371/2184 16% [========== ] 372/2184 17% [========== ] 373/2184 17% [========== ] 374/2184 17% [========== ] 375/2184 17% [========== ] 376/2184 17% [========== ] 377/2184 17% [========== ] 378/2184 17% [========== ] 379/2184 17% [========== ] 380/2184 17% [========== ] 381/2184 17% [========== ] 382/2184 17% [========== ] 383/2184 17% [========== ] 384/2184 17% [========== ] 385/2184 17% [========== ] 386/2184 17% [========== ] 387/2184 17% [=========== ] 388/2184 17% [=========== ] 389/2184 17% [=========== ] 390/2184 17% [=========== ] 391/2184 17% [=========== ] 392/2184 17% [=========== ] 393/2184 17% [=========== ] 394/2184 18% [=========== ] 395/2184 18% [=========== ] 396/2184 18% [=========== ] 397/2184 18% [=========== ] 398/2184 18% [=========== ] 399/2184 18% [=========== ] 400/2184 18% [=========== ] 401/2184 18% [=========== ] 402/2184 18% [=========== ] 403/2184 18% [=========== ] 404/2184 18% [=========== ] 405/2184 18% [=========== ] 406/2184 18% [=========== ] 407/2184 18% [=========== ] 408/2184 18% [=========== ] 409/2184 18% [=========== ] 410/2184 18% [=========== ] 411/2184 18% [=========== ] 412/2184 18% [=========== ] 413/2184 18% [=========== ] 414/2184 18% [=========== ] 415/2184 19% [=========== ] 416/2184 19% [=========== ] 417/2184 19% [=========== ] 418/2184 19% [=========== ] 419/2184 19% [=========== ] 420/2184 19% [=========== ] 421/2184 19% [=========== ] 422/2184 19% [============ ] 423/2184 19% [============ ] 424/2184 19% [============ ] 425/2184 19% [============ ] 426/2184 19% [============ ] 427/2184 19% [============ ] 428/2184 19% [============ ] 429/2184 19% [============ ] 430/2184 19% [============ ] 431/2184 19% [============ ] 432/2184 19% [============ ] 433/2184 19% [============ ] 434/2184 19% [============ ] 435/2184 19% [============ ] 436/2184 19% [============ ] 437/2184 20% [============ ] 438/2184 20% [============ ] 439/2184 20% [============ ] 440/2184 20% [============ ] 441/2184 20% [============ ] 442/2184 20% [============ ] 443/2184 20% [============ ] 444/2184 20% [============ ] 445/2184 20% [============ ] 446/2184 20% [============ ] 447/2184 20% [============ ] 448/2184 20% [============ ] 449/2184 20% [============ ] 450/2184 20% [============ ] 451/2184 20% [============ ] 452/2184 20% [============ ] 453/2184 20% [============ ] 454/2184 20% [============ ] 455/2184 20% [============ ] 456/2184 20% [============ ] 457/2184 20% [============= ] 458/2184 20% [============= ] 459/2184 21% [============= ] 460/2184 21% [============= ] 461/2184 21% [============= ] 462/2184 21% [============= ] 463/2184 21% [============= ] 464/2184 21% [============= ] 465/2184 21% [============= ] 466/2184 21% [============= ] 467/2184 21% [============= ] 468/2184 21% [============= ] 469/2184 21% [============= ] 470/2184 21% [============= ] 471/2184 21% [============= ] 472/2184 21% [============= ] 473/2184 21% [============= ] 474/2184 21% [============= ] 475/2184 21% [============= ] 476/2184 21% [============= ] 477/2184 21% [============= ] 478/2184 21% [============= ] 479/2184 21% [============= ] 480/2184 21% [============= ] 481/2184 22% [============= ] 482/2184 22% [============= ] 483/2184 22% [============= ] 484/2184 22% [============= ] 485/2184 22% [============= ] 486/2184 22% [============= ] 487/2184 22% [============= ] 488/2184 22% [============= ] 489/2184 22% [============= ] 490/2184 22% [============= ] 491/2184 22% [============= ] 492/2184 22% [============= ] 493/2184 22% [============== ] 494/2184 22% [============== ] 495/2184 22% [============== ] 496/2184 22% [============== ] 497/2184 22% [============== ] 498/2184 22% [============== ] 499/2184 22% [============== ] 500/2184 22% [============== ] 501/2184 22% [============== ] 502/2184 22% [============== ] 503/2184 23% [============== ] 504/2184 23% [============== ] 505/2184 23% [============== ] 506/2184 23% [============== ] 507/2184 23% [============== ] 508/2184 23% [============== ] 509/2184 23% [============== ] 510/2184 23% [============== ] 511/2184 23% [============== ] 512/2184 23% [============== ] 513/2184 23% [============== ] 514/2184 23% [============== ] 515/2184 23% [============== ] 516/2184 23% [============== ] 517/2184 23% [============== ] 518/2184 23% [============== ] 519/2184 23% [============== ] 520/2184 23% [============== ] 521/2184 23% [============== ] 522/2184 23% [============== ] 523/2184 23% [============== ] 524/2184 23% [============== ] 525/2184 24% [============== ] 526/2184 24% [============== ] 527/2184 24% [============== ] 528/2184 24% [=============== ] 529/2184 24% [=============== ] 530/2184 24% [=============== ] 531/2184 24% [=============== ] 532/2184 24% [=============== ] 533/2184 24% [=============== ] 534/2184 24% [=============== ] 535/2184 24% [=============== ] 536/2184 24% [=============== ] 537/2184 24% [=============== ] 538/2184 24% [=============== ] 539/2184 24% [=============== ] 540/2184 24% [=============== ] 541/2184 24% [=============== ] 542/2184 24% [=============== ] 543/2184 24% [=============== ] 544/2184 24% [=============== ] 545/2184 24% [=============== ] 546/2184 25% [=============== ] 547/2184 25% [=============== ] 548/2184 25% [=============== ] 549/2184 25% [=============== ] 550/2184 25% [=============== ] 551/2184 25% [=============== ] 552/2184 25% [=============== ] 553/2184 25% [=============== ] 554/2184 25% [=============== ] 555/2184 25% [=============== ] 556/2184 25% [=============== ] 557/2184 25% [=============== ] 558/2184 25% [=============== ] 559/2184 25% [=============== ] 560/2184 25% [=============== ] 561/2184 25% [=============== ] 562/2184 25% [=============== ] 563/2184 25% [================ ] 564/2184 25% [================ ] 565/2184 25% [================ ] 566/2184 25% [================ ] 567/2184 25% [================ ] 568/2184 26% [================ ] 569/2184 26% [================ ] 570/2184 26% [================ ] 571/2184 26% [================ ] 572/2184 26% [================ ] 573/2184 26% [================ ] 574/2184 26% [================ ] 575/2184 26% [================ ] 576/2184 26% [================ ] 577/2184 26% [================ ] 578/2184 26% [================ ] 579/2184 26% [================ ] 580/2184 26% [================ ] 581/2184 26% [================ ] 582/2184 26% [================ ] 583/2184 26% [================ ] 584/2184 26% [================ ] 585/2184 26% [================ ] 586/2184 26% [================ ] 587/2184 26% [================ ] 588/2184 26% [================ ] 589/2184 26% [================ ] 590/2184 27% [================ ] 591/2184 27% [================ ] 592/2184 27% [================ ] 593/2184 27% [================ ] 594/2184 27% [================ ] 595/2184 27% [================ ] 596/2184 27% [================ ] 597/2184 27% [================ ] 598/2184 27% [================= ] 599/2184 27% [================= ] 600/2184 27% [================= ] 601/2184 27% [================= ] 602/2184 27% [================= ] 603/2184 27% [================= ] 604/2184 27% [================= ] 605/2184 27% [================= ] 606/2184 27% [================= ] 607/2184 27% [================= ] 608/2184 27% [================= ] 609/2184 27% [================= ] 610/2184 27% [================= ] 611/2184 27% [================= ] 612/2184 28% [================= ] 613/2184 28% [================= ] 614/2184 28% [================= ] 615/2184 28% [================= ] 616/2184 28% [================= ] 617/2184 28% [================= ] 618/2184 28% [================= ] 619/2184 28% [================= ] 620/2184 28% [================= ] 621/2184 28% [================= ] 622/2184 28% [================= ] 623/2184 28% [================= ] 624/2184 28% [================= ] 625/2184 28% [================= ] 626/2184 28% [================= ] 627/2184 28% [================= ] 628/2184 28% [================= ] 629/2184 28% [================= ] 630/2184 28% [================= ] 631/2184 28% [================= ] 632/2184 28% [================= ] 633/2184 28% [================= ] 634/2184 29% [================== ] 635/2184 29% [================== ] 636/2184 29% [================== ] 637/2184 29% [================== ] 638/2184 29% [================== ] 639/2184 29% [================== ] 640/2184 29% [================== ] 641/2184 29% [================== ] 642/2184 29% [================== ] 643/2184 29% [================== ] 644/2184 29% [================== ] 645/2184 29% [================== ] 646/2184 29% [================== ] 647/2184 29% [================== ] 648/2184 29% [================== ] 649/2184 29% [================== ] 650/2184 29% [================== ] 651/2184 29% [================== ] 652/2184 29% [================== ] 653/2184 29% [================== ] 654/2184 29% [================== ] 655/2184 29% [================== ] 656/2184 30% [================== ] 657/2184 30% [================== ] 658/2184 30% [================== ] 659/2184 30% [================== ] 660/2184 30% [================== ] 661/2184 30% [================== ] 662/2184 30% [================== ] 663/2184 30% [================== ] 664/2184 30% [================== ] 665/2184 30% [================== ] 666/2184 30% [================== ] 667/2184 30% [================== ] 668/2184 30% [================== ] 669/2184 30% [=================== ] 670/2184 30% [=================== ] 671/2184 30% [=================== ] 672/2184 30% [=================== ] 673/2184 30% [=================== ] 674/2184 30% [=================== ] 675/2184 30% [=================== ] 676/2184 30% [=================== ] 677/2184 30% [=================== ] 678/2184 31% [=================== ] 679/2184 31% [=================== ] 680/2184 31% [=================== ] 681/2184 31% [=================== ] 682/2184 31% [=================== ] 683/2184 31% [=================== ] 684/2184 31% [=================== ] 685/2184 31% [=================== ] 686/2184 31% [=================== ] 687/2184 31% [=================== ] 688/2184 31% [=================== ] 689/2184 31% [=================== ] 690/2184 31% [=================== ] 691/2184 31% [=================== ] 692/2184 31% [=================== ] 693/2184 31% [=================== ] 694/2184 31% [=================== ] 695/2184 31% [=================== ] 696/2184 31% [=================== ] 697/2184 31% [=================== ] 698/2184 31% [=================== ] 699/2184 32% [=================== ] 700/2184 32% [=================== ] 701/2184 32% [=================== ] 702/2184 32% [=================== ] 703/2184 32% [=================== ] 704/2184 32% [==================== ] 705/2184 32% [==================== ] 706/2184 32% [==================== ] 707/2184 32% [==================== ] 708/2184 32% [==================== ] 709/2184 32% [==================== ] 710/2184 32% [==================== ] 711/2184 32% [==================== ] 712/2184 32% [==================== ] 713/2184 32% [==================== ] 714/2184 32% [==================== ] 715/2184 32% [==================== ] 716/2184 32% [==================== ] 717/2184 32% [==================== ] 718/2184 32% [==================== ] 719/2184 32% [==================== ] 720/2184 32% [==================== ] 721/2184 33% [==================== ] 722/2184 33% [==================== ] 723/2184 33% [==================== ] 724/2184 33% [==================== ] 725/2184 33% [==================== ] 726/2184 33% [==================== ] 727/2184 33% [==================== ] 728/2184 33% [==================== ] 729/2184 33% [==================== ] 730/2184 33% [==================== ] 731/2184 33% [==================== ] 732/2184 33% [==================== ] 733/2184 33% [==================== ] 734/2184 33% [==================== ] 735/2184 33% [==================== ] 736/2184 33% [==================== ] 737/2184 33% [==================== ] 738/2184 33% [==================== ] 739/2184 33% [===================== ] 740/2184 33% [===================== ] 741/2184 33% [===================== ] 742/2184 33% [===================== ] 743/2184 34% [===================== ] 744/2184 34% [===================== ] 745/2184 34% [===================== ] 746/2184 34% [===================== ] 747/2184 34% [===================== ] 748/2184 34% [===================== ] 749/2184 34% [===================== ] 750/2184 34% [===================== ] 751/2184 34% [===================== ] 752/2184 34% [===================== ] 753/2184 34% [===================== ] 754/2184 34% [===================== ] 755/2184 34% [===================== ] 756/2184 34% [===================== ] 757/2184 34% [===================== ] 758/2184 34% [===================== ] 759/2184 34% [===================== ] 760/2184 34% [===================== ] 761/2184 34% [===================== ] 762/2184 34% [===================== ] 763/2184 34% [===================== ] 764/2184 34% [===================== ] 765/2184 35% [===================== ] 766/2184 35% [===================== ] 767/2184 35% [===================== ] 768/2184 35% [===================== ] 769/2184 35% [===================== ] 770/2184 35% [===================== ] 771/2184 35% [===================== ] 772/2184 35% [===================== ] 773/2184 35% [===================== ] 774/2184 35% [====================== ] 775/2184 35% [====================== ] 776/2184 35% [====================== ] 777/2184 35% [====================== ] 778/2184 35% [====================== ] 779/2184 35% [====================== ] 780/2184 35% [====================== ] 781/2184 35% [====================== ] 782/2184 35% [====================== ] 783/2184 35% [====================== ] 784/2184 35% [====================== ] 785/2184 35% [====================== ] 786/2184 35% [====================== ] 787/2184 36% [====================== ] 788/2184 36% [====================== ] 789/2184 36% [====================== ] 790/2184 36% [====================== ] 791/2184 36% [====================== ] 792/2184 36% [====================== ] 793/2184 36% [====================== ] 794/2184 36% [====================== ] 795/2184 36% [====================== ] 796/2184 36% [====================== ] 797/2184 36% [====================== ] 798/2184 36% [====================== ] 799/2184 36% [====================== ] 800/2184 36% [====================== ] 801/2184 36% [====================== ] 802/2184 36% [====================== ] 803/2184 36% [====================== ] 804/2184 36% [====================== ] 805/2184 36% [====================== ] 806/2184 36% [====================== ] 807/2184 36% [====================== ] 808/2184 36% [====================== ] 809/2184 37% [====================== ] 810/2184 37% [======================= ] 811/2184 37% [======================= ] 812/2184 37% [======================= ] 813/2184 37% [======================= ] 814/2184 37% [======================= ] 815/2184 37% [======================= ] 816/2184 37% [======================= ] 817/2184 37% [======================= ] 818/2184 37% [======================= ] 819/2184 37% [======================= ] 820/2184 37% [======================= ] 821/2184 37% [======================= ] 822/2184 37% [======================= ] 823/2184 37% [======================= ] 824/2184 37% [======================= ] 825/2184 37% [======================= ] 826/2184 37% [======================= ] 827/2184 37% [======================= ] 828/2184 37% [======================= ] 829/2184 37% [======================= ] 830/2184 38% [======================= ] 831/2184 38% [======================= ] 832/2184 38% [======================= ] 833/2184 38% [======================= ] 834/2184 38% [======================= ] 835/2184 38% [======================= ] 836/2184 38% [======================= ] 837/2184 38% [======================= ] 838/2184 38% [======================= ] 839/2184 38% [======================= ] 840/2184 38% [======================= ] 841/2184 38% [======================= ] 842/2184 38% [======================= ] 843/2184 38% [======================= ] 844/2184 38% [======================= ] 845/2184 38% [======================== ] 846/2184 38% [======================== ] 847/2184 38% [======================== ] 848/2184 38% [======================== ] 849/2184 38% [======================== ] 850/2184 38% [======================== ] 851/2184 38% [======================== ] 852/2184 39% [======================== ] 853/2184 39% [======================== ] 854/2184 39% [======================== ] 855/2184 39% [======================== ] 856/2184 39% [======================== ] 857/2184 39% [======================== ] 858/2184 39% [======================== ] 859/2184 39% [======================== ] 860/2184 39% [======================== ] 861/2184 39% [======================== ] 862/2184 39% [======================== ] 863/2184 39% [======================== ] 864/2184 39% [======================== ] 865/2184 39% [======================== ] 866/2184 39% [======================== ] 867/2184 39% [======================== ] 868/2184 39% [======================== ] 869/2184 39% [======================== ] 870/2184 39% [======================== ] 871/2184 39% [======================== ] 872/2184 39% [======================== ] 873/2184 39% [======================== ] 874/2184 40% [======================== ] 875/2184 40% [======================== ] 876/2184 40% [======================== ] 877/2184 40% [======================== ] 878/2184 40% [======================== ] 879/2184 40% [======================== ] 880/2184 40% [========================= ] 881/2184 40% [========================= ] 882/2184 40% [========================= ] 883/2184 40% [========================= ] 884/2184 40% [========================= ] 885/2184 40% [========================= ] 886/2184 40% [========================= ] 887/2184 40% [========================= ] 888/2184 40% [========================= ] 889/2184 40% [========================= ] 890/2184 40% [========================= ] 891/2184 40% [========================= ] 892/2184 40% [========================= ] 893/2184 40% [========================= ] 894/2184 40% [========================= ] 895/2184 40% [========================= ] 896/2184 41% [========================= ] 897/2184 41% [========================= ] 898/2184 41% [========================= ] 899/2184 41% [========================= ] 900/2184 41% [========================= ] 901/2184 41% [========================= ] 902/2184 41% [========================= ] 903/2184 41% [========================= ] 904/2184 41% [========================= ] 905/2184 41% [========================= ] 906/2184 41% [========================= ] 907/2184 41% [========================= ] 908/2184 41% [========================= ] 909/2184 41% [========================= ] 910/2184 41% [========================= ] 911/2184 41% [========================= ] 912/2184 41% [========================= ] 913/2184 41% [========================= ] 914/2184 41% [========================= ] 915/2184 41% [========================== ] 916/2184 41% [========================== ] 917/2184 41% [========================== ] 918/2184 42% [========================== ] 919/2184 42% [========================== ] 920/2184 42% [========================== ] 921/2184 42% [========================== ] 922/2184 42% [========================== ] 923/2184 42% [========================== ] 924/2184 42% [========================== ] 925/2184 42% [========================== ] 926/2184 42% [========================== ] 927/2184 42% [========================== ] 928/2184 42% [========================== ] 929/2184 42% [========================== ] 930/2184 42% [========================== ] 931/2184 42% [========================== ] 932/2184 42% [========================== ] 933/2184 42% [========================== ] 934/2184 42% [========================== ] 935/2184 42% [========================== ] 936/2184 42% [========================== ] 937/2184 42% [========================== ] 938/2184 42% [========================== ] 939/2184 42% [========================== ] 940/2184 43% [========================== ] 941/2184 43% [========================== ] 942/2184 43% [========================== ] 943/2184 43% [========================== ] 944/2184 43% [========================== ] 945/2184 43% [========================== ] 946/2184 43% [========================== ] 947/2184 43% [========================== ] 948/2184 43% [========================== ] 949/2184 43% [========================== ] 950/2184 43% [========================== ] 951/2184 43% [=========================== ] 952/2184 43% [=========================== ] 953/2184 43% [=========================== ] 954/2184 43% [=========================== ] 955/2184 43% [=========================== ] 956/2184 43% [=========================== ] 957/2184 43% [=========================== ] 958/2184 43% [=========================== ] 959/2184 43% [=========================== ] 960/2184 43% [=========================== ] 961/2184 44% [=========================== ] 962/2184 44% [=========================== ] 963/2184 44% [=========================== ] 964/2184 44% [=========================== ] 965/2184 44% [=========================== ] 966/2184 44% [=========================== ] 967/2184 44% [=========================== ] 968/2184 44% [=========================== ] 969/2184 44% [=========================== ] 970/2184 44% [=========================== ] 971/2184 44% [=========================== ] 972/2184 44% [=========================== ] 973/2184 44% [=========================== ] 974/2184 44% [=========================== ] 975/2184 44% [=========================== ] 976/2184 44% [=========================== ] 977/2184 44% [=========================== ] 978/2184 44% [=========================== ] 979/2184 44% [=========================== ] 980/2184 44% [=========================== ] 981/2184 44% [=========================== ] 982/2184 44% [=========================== ] 983/2184 45% [=========================== ] 984/2184 45% [=========================== ] 985/2184 45% [=========================== ] 986/2184 45% [============================ ] 987/2184 45% [============================ ] 988/2184 45% [============================ ] 989/2184 45% [============================ ] 990/2184 45% [============================ ] 991/2184 45% [============================ ] 992/2184 45% [============================ ] 993/2184 45% [============================ ] 994/2184 45% [============================ ] 995/2184 45% [============================ ] 996/2184 45% [============================ ] 997/2184 45% [============================ ] 998/2184 45% [============================ ] 999/2184 45% [============================ ] 1000/2184 45% [============================ ] 1001/2184 45% [============================ ] 1002/2184 45% [============================ ] 1003/2184 45% [============================ ] 1004/2184 45% [============================ ] 1005/2184 46% [============================ ] 1006/2184 46% [============================ ] 1007/2184 46% [============================ ] 1008/2184 46% [============================ ] 1009/2184 46% [============================ ] 1010/2184 46% [============================ ] 1011/2184 46% [============================ ] 1012/2184 46% [============================ ] 1013/2184 46% [============================ ] 1014/2184 46% [============================ ] 1015/2184 46% [============================ ] 1016/2184 46% [============================ ] 1017/2184 46% [============================ ] 1018/2184 46% [============================ ] 1019/2184 46% [============================ ] 1020/2184 46% [============================ ] 1021/2184 46% [============================= ] 1022/2184 46% [============================= ] 1023/2184 46% [============================= ] 1024/2184 46% [============================= ] 1025/2184 46% [============================= ] 1026/2184 46% [============================= ] 1027/2184 47% [============================= ] 1028/2184 47% [============================= ] 1029/2184 47% [============================= ] 1030/2184 47% [============================= ] 1031/2184 47% [============================= ] 1032/2184 47% [============================= ] 1033/2184 47% [============================= ] 1034/2184 47% [============================= ] 1035/2184 47% [============================= ] 1036/2184 47% [============================= ] 1037/2184 47% [============================= ] 1038/2184 47% [============================= ] 1039/2184 47% [============================= ] 1040/2184 47% [============================= ] 1041/2184 47% [============================= ] 1042/2184 47% [============================= ] 1043/2184 47% [============================= ] 1044/2184 47% [============================= ] 1045/2184 47% [============================= ] 1046/2184 47% [============================= ] 1047/2184 47% [============================= ] 1048/2184 47% [============================= ] 1049/2184 48% [============================= ] 1050/2184 48% [============================= ] 1051/2184 48% [============================= ] 1052/2184 48% [============================= ] 1053/2184 48% [============================= ] 1054/2184 48% [============================= ] 1055/2184 48% [============================= ] 1056/2184 48% [============================== ] 1057/2184 48% [============================== ] 1058/2184 48% [============================== ] 1059/2184 48% [============================== ] 1060/2184 48% [============================== ] 1061/2184 48% [============================== ] 1062/2184 48% [============================== ] 1063/2184 48% [============================== ] 1064/2184 48% [============================== ] 1065/2184 48% [============================== ] 1066/2184 48% [============================== ] 1067/2184 48% [============================== ] 1068/2184 48% [============================== ] 1069/2184 48% [============================== ] 1070/2184 48% [============================== ] 1071/2184 49% [============================== ] 1072/2184 49% [============================== ] 1073/2184 49% [============================== ] 1074/2184 49% [============================== ] 1075/2184 49% [============================== ] 1076/2184 49% [============================== ] 1077/2184 49% [============================== ] 1078/2184 49% [============================== ] 1079/2184 49% [============================== ] 1080/2184 49% [============================== ] 1081/2184 49% [============================== ] 1082/2184 49% [============================== ] 1083/2184 49% [============================== ] 1084/2184 49% [============================== ] 1085/2184 49% [============================== ] 1086/2184 49% [============================== ] 1087/2184 49% [============================== ] 1088/2184 49% [============================== ] 1089/2184 49% [============================== ] 1090/2184 49% [============================== ] 1091/2184 49% [=============================== ] 1092/2184 50% [=============================== ] 1093/2184 50% [=============================== ] 1094/2184 50% [=============================== ] 1095/2184 50% [=============================== ] 1096/2184 50% [=============================== ] 1097/2184 50% [=============================== ] 1098/2184 50% [=============================== ] 1099/2184 50% [=============================== ] 1100/2184 50% [=============================== ] 1101/2184 50% [=============================== ] 1102/2184 50% [=============================== ] 1103/2184 50% [=============================== ] 1104/2184 50% [=============================== ] 1105/2184 50% [=============================== ] 1106/2184 50% [=============================== ] 1107/2184 50% [=============================== ] 1108/2184 50% [=============================== ] 1109/2184 50% [=============================== ] 1110/2184 50% [=============================== ] 1111/2184 50% [=============================== ] 1112/2184 50% [=============================== ] 1113/2184 50% [=============================== ] 1114/2184 51% [=============================== ] 1115/2184 51% [=============================== ] 1116/2184 51% [=============================== ] 1117/2184 51% [=============================== ] 1118/2184 51% [=============================== ] 1119/2184 51% [=============================== ] 1120/2184 51% [=============================== ] 1121/2184 51% [=============================== ] 1122/2184 51% [=============================== ] 1123/2184 51% [=============================== ] 1124/2184 51% [=============================== ] 1125/2184 51% [=============================== ] 1126/2184 51% [=============================== ] 1127/2184 51% [================================ ] 1128/2184 51% [================================ ] 1129/2184 51% [================================ ] 1130/2184 51% [================================ ] 1131/2184 51% [================================ ] 1132/2184 51% [================================ ] 1133/2184 51% [================================ ] 1134/2184 51% [================================ ] 1135/2184 51% [================================ ] 1136/2184 52% [================================ ] 1137/2184 52% [================================ ] 1138/2184 52% [================================ ] 1139/2184 52% [================================ ] 1140/2184 52% [================================ ] 1141/2184 52% [================================ ] 1142/2184 52% [================================ ] 1143/2184 52% [================================ ] 1144/2184 52% [================================ ] 1145/2184 52% [================================ ] 1146/2184 52% [================================ ] 1147/2184 52% [================================ ] 1148/2184 52% [================================ ] 1149/2184 52% [================================ ] 1150/2184 52% [================================ ] 1151/2184 52% [================================ ] 1152/2184 52% [================================ ] 1153/2184 52% [================================ ] 1154/2184 52% [================================ ] 1155/2184 52% [================================ ] 1156/2184 52% [================================ ] 1157/2184 52% [================================ ] 1158/2184 53% [================================ ] 1159/2184 53% [================================ ] 1160/2184 53% [================================ ] 1161/2184 53% [================================ ] 1162/2184 53% [================================= ] 1163/2184 53% [================================= ] 1164/2184 53% [================================= ] 1165/2184 53% [================================= ] 1166/2184 53% [================================= ] 1167/2184 53% [================================= ] 1168/2184 53% [================================= ] 1169/2184 53% [================================= ] 1170/2184 53% [================================= ] 1171/2184 53% [================================= ] 1172/2184 53% [================================= ] 1173/2184 53% [================================= ] 1174/2184 53% [================================= ] 1175/2184 53% [================================= ] 1176/2184 53% [================================= ] 1177/2184 53% [================================= ] 1178/2184 53% [================================= ] 1179/2184 53% [================================= ] 1180/2184 54% [================================= ] 1181/2184 54% [================================= ] 1182/2184 54% [================================= ] 1183/2184 54% [================================= ] 1184/2184 54% [================================= ] 1185/2184 54% [================================= ] 1186/2184 54% [================================= ] 1187/2184 54% [================================= ] 1188/2184 54% [================================= ] 1189/2184 54% [================================= ] 1190/2184 54% [================================= ] 1191/2184 54% [================================= ] 1192/2184 54% [================================= ] 1193/2184 54% [================================= ] 1194/2184 54% [================================= ] 1195/2184 54% [================================= ] 1196/2184 54% [================================= ] 1197/2184 54% [================================== ] 1198/2184 54% [================================== ] 1199/2184 54% [================================== ] 1200/2184 54% [================================== ] 1201/2184 54% [================================== ] 1202/2184 55% [================================== ] 1203/2184 55% [================================== ] 1204/2184 55% [================================== ] 1205/2184 55% [================================== ] 1206/2184 55% [================================== ] 1207/2184 55% [================================== ] 1208/2184 55% [================================== ] 1209/2184 55% [================================== ] 1210/2184 55% [================================== ] 1211/2184 55% [================================== ] 1212/2184 55% [================================== ] 1213/2184 55% [================================== ] 1214/2184 55% [================================== ] 1215/2184 55% [================================== ] 1216/2184 55% [================================== ] 1217/2184 55% [================================== ] 1218/2184 55% [================================== ] 1219/2184 55% [================================== ] 1220/2184 55% [================================== ] 1221/2184 55% [================================== ] 1222/2184 55% [================================== ] 1223/2184 55% [================================== ] 1224/2184 56% [================================== ] 1225/2184 56% [================================== ] 1226/2184 56% [================================== ] 1227/2184 56% [================================== ] 1228/2184 56% [================================== ] 1229/2184 56% [================================== ] 1230/2184 56% [================================== ] 1231/2184 56% [================================== ] 1232/2184 56% [=================================== ] 1233/2184 56% [=================================== ] 1234/2184 56% [=================================== ] 1235/2184 56% [=================================== ] 1236/2184 56% [=================================== ] 1237/2184 56% [=================================== ] 1238/2184 56% [=================================== ] 1239/2184 56% [=================================== ] 1240/2184 56% [=================================== ] 1241/2184 56% [=================================== ] 1242/2184 56% [=================================== ] 1243/2184 56% [=================================== ] 1244/2184 56% [=================================== ] 1245/2184 57% [=================================== ] 1246/2184 57% [=================================== ] 1247/2184 57% [=================================== ] 1248/2184 57% [=================================== ] 1249/2184 57% [=================================== ] 1250/2184 57% [=================================== ] 1251/2184 57% [=================================== ] 1252/2184 57% [=================================== ] 1253/2184 57% [=================================== ] 1254/2184 57% [=================================== ] 1255/2184 57% [=================================== ] 1256/2184 57% [=================================== ] 1257/2184 57% [=================================== ] 1258/2184 57% [=================================== ] 1259/2184 57% [=================================== ] 1260/2184 57% [=================================== ] 1261/2184 57% [=================================== ] 1262/2184 57% [=================================== ] 1263/2184 57% [=================================== ] 1264/2184 57% [=================================== ] 1265/2184 57% [=================================== ] 1266/2184 57% [=================================== ] 1267/2184 58% [=================================== ] 1268/2184 58% [==================================== ] 1269/2184 58% [==================================== ] 1270/2184 58% [==================================== ] 1271/2184 58% [==================================== ] 1272/2184 58% [==================================== ] 1273/2184 58% [==================================== ] 1274/2184 58% [==================================== ] 1275/2184 58% [==================================== ] 1276/2184 58% [==================================== ] 1277/2184 58% [==================================== ] 1278/2184 58% [==================================== ] 1279/2184 58% [==================================== ] 1280/2184 58% [==================================== ] 1281/2184 58% [==================================== ] 1282/2184 58% [==================================== ] 1283/2184 58% [==================================== ] 1284/2184 58% [==================================== ] 1285/2184 58% [==================================== ] 1286/2184 58% [==================================== ] 1287/2184 58% [==================================== ] 1288/2184 58% [==================================== ] 1289/2184 59% [==================================== ] 1290/2184 59% [==================================== ] 1291/2184 59% [==================================== ] 1292/2184 59% [==================================== ] 1293/2184 59% [==================================== ] 1294/2184 59% [==================================== ] 1295/2184 59% [==================================== ] 1296/2184 59% [==================================== ] 1297/2184 59% [==================================== ] 1298/2184 59% [==================================== ] 1299/2184 59% [==================================== ] 1300/2184 59% [==================================== ] 1301/2184 59% [==================================== ] 1302/2184 59% [==================================== ] 1303/2184 59% [===================================== ] 1304/2184 59% [===================================== ] 1305/2184 59% [===================================== ] 1306/2184 59% [===================================== ] 1307/2184 59% [===================================== ] 1308/2184 59% [===================================== ] 1309/2184 59% [===================================== ] 1310/2184 59% [===================================== ] 1311/2184 60% [===================================== ] 1312/2184 60% [===================================== ] 1313/2184 60% [===================================== ] 1314/2184 60% [===================================== ] 1315/2184 60% [===================================== ] 1316/2184 60% [===================================== ] 1317/2184 60% [===================================== ] 1318/2184 60% [===================================== ] 1319/2184 60% [===================================== ] 1320/2184 60% [===================================== ] 1321/2184 60% [===================================== ] 1322/2184 60% [===================================== ] 1323/2184 60% [===================================== ] 1324/2184 60% [===================================== ] 1325/2184 60% [===================================== ] 1326/2184 60% [===================================== ] 1327/2184 60% [===================================== ] 1328/2184 60% [===================================== ] 1329/2184 60% [===================================== ] 1330/2184 60% [===================================== ] 1331/2184 60% [===================================== ] 1332/2184 60% [===================================== ] 1333/2184 61% [===================================== ] 1334/2184 61% [===================================== ] 1335/2184 61% [===================================== ] 1336/2184 61% [===================================== ] 1337/2184 61% [===================================== ] 1338/2184 61% [====================================== ] 1339/2184 61% [====================================== ] 1340/2184 61% [====================================== ] 1341/2184 61% [====================================== ] 1342/2184 61% [====================================== ] 1343/2184 61% [====================================== ] 1344/2184 61% [====================================== ] 1345/2184 61% [====================================== ] 1346/2184 61% [====================================== ] 1347/2184 61% [====================================== ] 1348/2184 61% [====================================== ] 1349/2184 61% [====================================== ] 1350/2184 61% [====================================== ] 1351/2184 61% [====================================== ] 1352/2184 61% [====================================== ] 1353/2184 61% [====================================== ] 1354/2184 61% [====================================== ] 1355/2184 62% [====================================== ] 1356/2184 62% [====================================== ] 1357/2184 62% [====================================== ] 1358/2184 62% [====================================== ] 1359/2184 62% [====================================== ] 1360/2184 62% [====================================== ] 1361/2184 62% [====================================== ] 1362/2184 62% [====================================== ] 1363/2184 62% [====================================== ] 1364/2184 62% [====================================== ] 1365/2184 62% [====================================== ] 1366/2184 62% [====================================== ] 1367/2184 62% [====================================== ] 1368/2184 62% [====================================== ] 1369/2184 62% [====================================== ] 1370/2184 62% [====================================== ] 1371/2184 62% [====================================== ] 1372/2184 62% [====================================== ] 1373/2184 62% [======================================= ] 1374/2184 62% [======================================= ] 1375/2184 62% [======================================= ] 1376/2184 63% [======================================= ] 1377/2184 63% [======================================= ] 1378/2184 63% [======================================= ] 1379/2184 63% [======================================= ] 1380/2184 63% [======================================= ] 1381/2184 63% [======================================= ] 1382/2184 63% [======================================= ] 1383/2184 63% [======================================= ] 1384/2184 63% [======================================= ] 1385/2184 63% [======================================= ] 1386/2184 63% [======================================= ] 1387/2184 63% [======================================= ] 1388/2184 63% [======================================= ] 1389/2184 63% [======================================= ] 1390/2184 63% [======================================= ] 1391/2184 63% [======================================= ] 1392/2184 63% [======================================= ] 1393/2184 63% [======================================= ] 1394/2184 63% [======================================= ] 1395/2184 63% [======================================= ] 1396/2184 63% [======================================= ] 1397/2184 63% [======================================= ] 1398/2184 64% [======================================= ] 1399/2184 64% [======================================= ] 1400/2184 64% [======================================= ] 1401/2184 64% [======================================= ] 1402/2184 64% [======================================= ] 1403/2184 64% [======================================= ] 1404/2184 64% [======================================= ] 1405/2184 64% [======================================= ] 1406/2184 64% [======================================= ] 1407/2184 64% [======================================= ] 1408/2184 64% [======================================= ] 1409/2184 64% [======================================== ] 1410/2184 64% [======================================== ] 1411/2184 64% [======================================== ] 1412/2184 64% [======================================== ] 1413/2184 64% [======================================== ] 1414/2184 64% [======================================== ] 1415/2184 64% [======================================== ] 1416/2184 64% [======================================== ] 1417/2184 64% [======================================== ] 1418/2184 64% [======================================== ] 1419/2184 64% [======================================== ] 1420/2184 65% [======================================== ] 1421/2184 65% [======================================== ] 1422/2184 65% [======================================== ] 1423/2184 65% [======================================== ] 1424/2184 65% [======================================== ] 1425/2184 65% [======================================== ] 1426/2184 65% [======================================== ] 1427/2184 65% [======================================== ] 1428/2184 65% [======================================== ] 1429/2184 65% [======================================== ] 1430/2184 65% [======================================== ] 1431/2184 65% [======================================== ] 1432/2184 65% [======================================== ] 1433/2184 65% [======================================== ] 1434/2184 65% [======================================== ] 1435/2184 65% [======================================== ] 1436/2184 65% [======================================== ] 1437/2184 65% [======================================== ] 1438/2184 65% [======================================== ] 1439/2184 65% [======================================== ] 1440/2184 65% [======================================== ] 1441/2184 65% [======================================== ] 1442/2184 66% [======================================== ] 1443/2184 66% [======================================== ] 1444/2184 66% [========================================= ] 1445/2184 66% [========================================= ] 1446/2184 66% [========================================= ] 1447/2184 66% [========================================= ] 1448/2184 66% [========================================= ] 1449/2184 66% [========================================= ] 1450/2184 66% [========================================= ] 1451/2184 66% [========================================= ] 1452/2184 66% [========================================= ] 1453/2184 66% [========================================= ] 1454/2184 66% [========================================= ] 1455/2184 66% [========================================= ] 1456/2184 66% [========================================= ] 1457/2184 66% [========================================= ] 1458/2184 66% [========================================= ] 1459/2184 66% [========================================= ] 1460/2184 66% [========================================= ] 1461/2184 66% [========================================= ] 1462/2184 66% [========================================= ] 1463/2184 66% [========================================= ] 1464/2184 67% [========================================= ] 1465/2184 67% [========================================= ] 1466/2184 67% [========================================= ] 1467/2184 67% [========================================= ] 1468/2184 67% [========================================= ] 1469/2184 67% [========================================= ] 1470/2184 67% [========================================= ] 1471/2184 67% [========================================= ] 1472/2184 67% [========================================= ] 1473/2184 67% [========================================= ] 1474/2184 67% [========================================= ] 1475/2184 67% [========================================= ] 1476/2184 67% [========================================= ] 1477/2184 67% [========================================= ] 1478/2184 67% [========================================= ] 1479/2184 67% [========================================== ] 1480/2184 67% [========================================== ] 1481/2184 67% [========================================== ] 1482/2184 67% [========================================== ] 1483/2184 67% [========================================== ] 1484/2184 67% [========================================== ] 1485/2184 67% [========================================== ] 1486/2184 68% [========================================== ] 1487/2184 68% [========================================== ] 1488/2184 68% [========================================== ] 1489/2184 68% [========================================== ] 1490/2184 68% [========================================== ] 1491/2184 68% [========================================== ] 1492/2184 68% [========================================== ] 1493/2184 68% [========================================== ] 1494/2184 68% [========================================== ] 1495/2184 68% [========================================== ] 1496/2184 68% [========================================== ] 1497/2184 68% [========================================== ] 1498/2184 68% [========================================== ] 1499/2184 68% [========================================== ] 1500/2184 68% [========================================== ] 1501/2184 68% [========================================== ] 1502/2184 68% [========================================== ] 1503/2184 68% [========================================== ] 1504/2184 68% [========================================== ] 1505/2184 68% [========================================== ] 1506/2184 68% [========================================== ] 1507/2184 69% [========================================== ] 1508/2184 69% [========================================== ] 1509/2184 69% [========================================== ] 1510/2184 69% [========================================== ] 1511/2184 69% [========================================== ] 1512/2184 69% [========================================== ] 1513/2184 69% [========================================== ] 1514/2184 69% [=========================================== ] 1515/2184 69% [=========================================== ] 1516/2184 69% [=========================================== ] 1517/2184 69% [=========================================== ] 1518/2184 69% [=========================================== ] 1519/2184 69% [=========================================== ] 1520/2184 69% [=========================================== ] 1521/2184 69% [=========================================== ] 1522/2184 69% [=========================================== ] 1523/2184 69% [=========================================== ] 1524/2184 69% [=========================================== ] 1525/2184 69% [=========================================== ] 1526/2184 69% [=========================================== ] 1527/2184 69% [=========================================== ] 1528/2184 69% [=========================================== ] 1529/2184 70% [=========================================== ] 1530/2184 70% [=========================================== ] 1531/2184 70% [=========================================== ] 1532/2184 70% [=========================================== ] 1533/2184 70% [=========================================== ] 1534/2184 70% [=========================================== ] 1535/2184 70% [=========================================== ] 1536/2184 70% [=========================================== ] 1537/2184 70% [=========================================== ] 1538/2184 70% [=========================================== ] 1539/2184 70% [=========================================== ] 1540/2184 70% [=========================================== ] 1541/2184 70% [=========================================== ] 1542/2184 70% [=========================================== ] 1543/2184 70% [=========================================== ] 1544/2184 70% [=========================================== ] 1545/2184 70% [=========================================== ] 1546/2184 70% [=========================================== ] 1547/2184 70% [=========================================== ] 1548/2184 70% [=========================================== ] 1549/2184 70% [============================================ ] 1550/2184 70% [============================================ ] 1551/2184 71% [============================================ ] 1552/2184 71% [============================================ ] 1553/2184 71% [============================================ ] 1554/2184 71% [============================================ ] 1555/2184 71% [============================================ ] 1556/2184 71% [============================================ ] 1557/2184 71% [============================================ ] 1558/2184 71% [============================================ ] 1559/2184 71% [============================================ ] 1560/2184 71% [============================================ ] 1561/2184 71% [============================================ ] 1562/2184 71% [============================================ ] 1563/2184 71% [============================================ ] 1564/2184 71% [============================================ ] 1565/2184 71% [============================================ ] 1566/2184 71% [============================================ ] 1567/2184 71% [============================================ ] 1568/2184 71% [============================================ ] 1569/2184 71% [============================================ ] 1570/2184 71% [============================================ ] 1571/2184 71% [============================================ ] 1572/2184 71% [============================================ ] 1573/2184 72% [============================================ ] 1574/2184 72% [============================================ ] 1575/2184 72% [============================================ ] 1576/2184 72% [============================================ ] 1577/2184 72% [============================================ ] 1578/2184 72% [============================================ ] 1579/2184 72% [============================================ ] 1580/2184 72% [============================================ ] 1581/2184 72% [============================================ ] 1582/2184 72% [============================================ ] 1583/2184 72% [============================================ ] 1584/2184 72% [============================================ ] 1585/2184 72% [============================================= ] 1586/2184 72% [============================================= ] 1587/2184 72% [============================================= ] 1588/2184 72% [============================================= ] 1589/2184 72% [============================================= ] 1590/2184 72% [============================================= ] 1591/2184 72% [============================================= ] 1592/2184 72% [============================================= ] 1593/2184 72% [============================================= ] 1594/2184 72% [============================================= ] 1595/2184 73% [============================================= ] 1596/2184 73% [============================================= ] 1597/2184 73% [============================================= ] 1598/2184 73% [============================================= ] 1599/2184 73% [============================================= ] 1600/2184 73% [============================================= ] 1601/2184 73% [============================================= ] 1602/2184 73% [============================================= ] 1603/2184 73% [============================================= ] 1604/2184 73% [============================================= ] 1605/2184 73% [============================================= ] 1606/2184 73% [============================================= ] 1607/2184 73% [============================================= ] 1608/2184 73% [============================================= ] 1609/2184 73% [============================================= ] 1610/2184 73% [============================================= ] 1611/2184 73% [============================================= ] 1612/2184 73% [============================================= ] 1613/2184 73% [============================================= ] 1614/2184 73% [============================================= ] 1615/2184 73% [============================================= ] 1616/2184 73% [============================================= ] 1617/2184 74% [============================================= ] 1618/2184 74% [============================================= ] 1619/2184 74% [============================================= ] 1620/2184 74% [============================================== ] 1621/2184 74% [============================================== ] 1622/2184 74% [============================================== ] 1623/2184 74% [============================================== ] 1624/2184 74% [============================================== ] 1625/2184 74% [============================================== ] 1626/2184 74% [============================================== ] 1627/2184 74% [============================================== ] 1628/2184 74% [============================================== ] 1629/2184 74% [============================================== ] 1630/2184 74% [============================================== ] 1631/2184 74% [============================================== ] 1632/2184 74% [============================================== ] 1633/2184 74% [============================================== ] 1634/2184 74% [============================================== ] 1635/2184 74% [============================================== ] 1636/2184 74% [============================================== ] 1637/2184 74% [============================================== ] 1638/2184 75% [============================================== ] 1639/2184 75% [============================================== ] 1640/2184 75% [============================================== ] 1641/2184 75% [============================================== ] 1642/2184 75% [============================================== ] 1643/2184 75% [============================================== ] 1644/2184 75% [============================================== ] 1645/2184 75% [============================================== ] 1646/2184 75% [============================================== ] 1647/2184 75% [============================================== ] 1648/2184 75% [============================================== ] 1649/2184 75% [============================================== ] 1650/2184 75% [============================================== ] 1651/2184 75% [============================================== ] 1652/2184 75% [============================================== ] 1653/2184 75% [============================================== ] 1654/2184 75% [============================================== ] 1655/2184 75% [=============================================== ] 1656/2184 75% [=============================================== ] 1657/2184 75% [=============================================== ] 1658/2184 75% [=============================================== ] 1659/2184 75% [=============================================== ] 1660/2184 76% [=============================================== ] 1661/2184 76% [=============================================== ] 1662/2184 76% [=============================================== ] 1663/2184 76% [=============================================== ] 1664/2184 76% [=============================================== ] 1665/2184 76% [=============================================== ] 1666/2184 76% [=============================================== ] 1667/2184 76% [=============================================== ] 1668/2184 76% [=============================================== ] 1669/2184 76% [=============================================== ] 1670/2184 76% [=============================================== ] 1671/2184 76% [=============================================== ] 1672/2184 76% [=============================================== ] 1673/2184 76% [=============================================== ] 1674/2184 76% [=============================================== ] 1675/2184 76% [=============================================== ] 1676/2184 76% [=============================================== ] 1677/2184 76% [=============================================== ] 1678/2184 76% [=============================================== ] 1679/2184 76% [=============================================== ] 1680/2184 76% [=============================================== ] 1681/2184 76% [=============================================== ] 1682/2184 77% [=============================================== ] 1683/2184 77% [=============================================== ] 1684/2184 77% [=============================================== ] 1685/2184 77% [=============================================== ] 1686/2184 77% [=============================================== ] 1687/2184 77% [=============================================== ] 1688/2184 77% [=============================================== ] 1689/2184 77% [=============================================== ] 1690/2184 77% [================================================ ] 1691/2184 77% [================================================ ] 1692/2184 77% [================================================ ] 1693/2184 77% [================================================ ] 1694/2184 77% [================================================ ] 1695/2184 77% [================================================ ] 1696/2184 77% [================================================ ] 1697/2184 77% [================================================ ] 1698/2184 77% [================================================ ] 1699/2184 77% [================================================ ] 1700/2184 77% [================================================ ] 1701/2184 77% [================================================ ] 1702/2184 77% [================================================ ] 1703/2184 77% [================================================ ] 1704/2184 78% [================================================ ] 1705/2184 78% [================================================ ] 1706/2184 78% [================================================ ] 1707/2184 78% [================================================ ] 1708/2184 78% [================================================ ] 1709/2184 78% [================================================ ] 1710/2184 78% [================================================ ] 1711/2184 78% [================================================ ] 1712/2184 78% [================================================ ] 1713/2184 78% [================================================ ] 1714/2184 78% [================================================ ] 1715/2184 78% [================================================ ] 1716/2184 78% [================================================ ] 1717/2184 78% [================================================ ] 1718/2184 78% [================================================ ] 1719/2184 78% [================================================ ] 1720/2184 78% [================================================ ] 1721/2184 78% [================================================ ] 1722/2184 78% [================================================ ] 1723/2184 78% [================================================ ] 1724/2184 78% [================================================ ] 1725/2184 78% [================================================ ] 1726/2184 79% [================================================= ] 1727/2184 79% [================================================= ] 1728/2184 79% [================================================= ] 1729/2184 79% [================================================= ] 1730/2184 79% [================================================= ] 1731/2184 79% [================================================= ] 1732/2184 79% [================================================= ] 1733/2184 79% [================================================= ] 1734/2184 79% [================================================= ] 1735/2184 79% [================================================= ] 1736/2184 79% [================================================= ] 1737/2184 79% [================================================= ] 1738/2184 79% [================================================= ] 1739/2184 79% [================================================= ] 1740/2184 79% [================================================= ] 1741/2184 79% [================================================= ] 1742/2184 79% [================================================= ] 1743/2184 79% [================================================= ] 1744/2184 79% [================================================= ] 1745/2184 79% [================================================= ] 1746/2184 79% [================================================= ] 1747/2184 79% [================================================= ] 1748/2184 80% [================================================= ] 1749/2184 80% [================================================= ] 1750/2184 80% [================================================= ] 1751/2184 80% [================================================= ] 1752/2184 80% [================================================= ] 1753/2184 80% [================================================= ] 1754/2184 80% [================================================= ] 1755/2184 80% [================================================= ] 1756/2184 80% [================================================= ] 1757/2184 80% [================================================= ] 1758/2184 80% [================================================= ] 1759/2184 80% [================================================= ] 1760/2184 80% [================================================= ] 1761/2184 80% [================================================== ] 1762/2184 80% [================================================== ] 1763/2184 80% [================================================== ] 1764/2184 80% [================================================== ] 1765/2184 80% [================================================== ] 1766/2184 80% [================================================== ] 1767/2184 80% [================================================== ] 1768/2184 80% [================================================== ] 1769/2184 80% [================================================== ] 1770/2184 81% [================================================== ] 1771/2184 81% [================================================== ] 1772/2184 81% [================================================== ] 1773/2184 81% [================================================== ] 1774/2184 81% [================================================== ] 1775/2184 81% [================================================== ] 1776/2184 81% [================================================== ] 1777/2184 81% [================================================== ] 1778/2184 81% [================================================== ] 1779/2184 81% [================================================== ] 1780/2184 81% [================================================== ] 1781/2184 81% [================================================== ] 1782/2184 81% [================================================== ] 1783/2184 81% [================================================== ] 1784/2184 81% [================================================== ] 1785/2184 81% [================================================== ] 1786/2184 81% [================================================== ] 1787/2184 81% [================================================== ] 1788/2184 81% [================================================== ] 1789/2184 81% [================================================== ] 1790/2184 81% [================================================== ] 1791/2184 82% [================================================== ] 1792/2184 82% [================================================== ] 1793/2184 82% [================================================== ] 1794/2184 82% [================================================== ] 1795/2184 82% [================================================== ] 1796/2184 82% [=================================================== ] 1797/2184 82% [=================================================== ] 1798/2184 82% [=================================================== ] 1799/2184 82% [=================================================== ] 1800/2184 82% [=================================================== ] 1801/2184 82% [=================================================== ] 1802/2184 82% [=================================================== ] 1803/2184 82% [=================================================== ] 1804/2184 82% [=================================================== ] 1805/2184 82% [=================================================== ] 1806/2184 82% [=================================================== ] 1807/2184 82% [=================================================== ] 1808/2184 82% [=================================================== ] 1809/2184 82% [=================================================== ] 1810/2184 82% [=================================================== ] 1811/2184 82% [=================================================== ] 1812/2184 82% [=================================================== ] 1813/2184 83% [=================================================== ] 1814/2184 83% [=================================================== ] 1815/2184 83% [=================================================== ] 1816/2184 83% [=================================================== ] 1817/2184 83% [=================================================== ] 1818/2184 83% [=================================================== ] 1819/2184 83% [=================================================== ] 1820/2184 83% [=================================================== ] 1821/2184 83% [=================================================== ] 1822/2184 83% [=================================================== ] 1823/2184 83% [=================================================== ] 1824/2184 83% [=================================================== ] 1825/2184 83% [=================================================== ] 1826/2184 83% [=================================================== ] 1827/2184 83% [=================================================== ] 1828/2184 83% [=================================================== ] 1829/2184 83% [=================================================== ] 1830/2184 83% [=================================================== ] 1831/2184 83% [==================================================== ] 1832/2184 83% [==================================================== ] 1833/2184 83% [==================================================== ] 1834/2184 83% [==================================================== ] 1835/2184 84% [==================================================== ] 1836/2184 84% [==================================================== ] 1837/2184 84% [==================================================== ] 1838/2184 84% [==================================================== ] 1839/2184 84% [==================================================== ] 1840/2184 84% [==================================================== ] 1841/2184 84% [==================================================== ] 1842/2184 84% [==================================================== ] 1843/2184 84% [==================================================== ] 1844/2184 84% [==================================================== ] 1845/2184 84% [==================================================== ] 1846/2184 84% [==================================================== ] 1847/2184 84% [==================================================== ] 1848/2184 84% [==================================================== ] 1849/2184 84% [==================================================== ] 1850/2184 84% [==================================================== ] 1851/2184 84% [==================================================== ] 1852/2184 84% [==================================================== ] 1853/2184 84% [==================================================== ] 1854/2184 84% [==================================================== ] 1855/2184 84% [==================================================== ] 1856/2184 84% [==================================================== ] 1857/2184 85% [==================================================== ] 1858/2184 85% [==================================================== ] 1859/2184 85% [==================================================== ] 1860/2184 85% [==================================================== ] 1861/2184 85% [==================================================== ] 1862/2184 85% [==================================================== ] 1863/2184 85% [==================================================== ] 1864/2184 85% [==================================================== ] 1865/2184 85% [==================================================== ] 1866/2184 85% [===================================================== ] 1867/2184 85% [===================================================== ] 1868/2184 85% [===================================================== ] 1869/2184 85% [===================================================== ] 1870/2184 85% [===================================================== ] 1871/2184 85% [===================================================== ] 1872/2184 85% [===================================================== ] 1873/2184 85% [===================================================== ] 1874/2184 85% [===================================================== ] 1875/2184 85% [===================================================== ] 1876/2184 85% [===================================================== ] 1877/2184 85% [===================================================== ] 1878/2184 85% [===================================================== ] 1879/2184 86% [===================================================== ] 1880/2184 86% [===================================================== ] 1881/2184 86% [===================================================== ] 1882/2184 86% [===================================================== ] 1883/2184 86% [===================================================== ] 1884/2184 86% [===================================================== ] 1885/2184 86% [===================================================== ] 1886/2184 86% [===================================================== ] 1887/2184 86% [===================================================== ] 1888/2184 86% [===================================================== ] 1889/2184 86% [===================================================== ] 1890/2184 86% [===================================================== ] 1891/2184 86% [===================================================== ] 1892/2184 86% [===================================================== ] 1893/2184 86% [===================================================== ] 1894/2184 86% [===================================================== ] 1895/2184 86% [===================================================== ] 1896/2184 86% [===================================================== ] 1897/2184 86% [===================================================== ] 1898/2184 86% [===================================================== ] 1899/2184 86% [===================================================== ] 1900/2184 86% [===================================================== ] 1901/2184 87% [===================================================== ] 1902/2184 87% [====================================================== ] 1903/2184 87% [====================================================== ] 1904/2184 87% [====================================================== ] 1905/2184 87% [====================================================== ] 1906/2184 87% [====================================================== ] 1907/2184 87% [====================================================== ] 1908/2184 87% [====================================================== ] 1909/2184 87% [====================================================== ] 1910/2184 87% [====================================================== ] 1911/2184 87% [====================================================== ] 1912/2184 87% [====================================================== ] 1913/2184 87% [====================================================== ] 1914/2184 87% [====================================================== ] 1915/2184 87% [====================================================== ] 1916/2184 87% [====================================================== ] 1917/2184 87% [====================================================== ] 1918/2184 87% [====================================================== ] 1919/2184 87% [====================================================== ] 1920/2184 87% [====================================================== ] 1921/2184 87% [====================================================== ] 1922/2184 88% [====================================================== ] 1923/2184 88% [====================================================== ] 1924/2184 88% [====================================================== ] 1925/2184 88% [====================================================== ] 1926/2184 88% [====================================================== ] 1927/2184 88% [====================================================== ] 1928/2184 88% [====================================================== ] 1929/2184 88% [====================================================== ] 1930/2184 88% [====================================================== ] 1931/2184 88% [====================================================== ] 1932/2184 88% [====================================================== ] 1933/2184 88% [====================================================== ] 1934/2184 88% [====================================================== ] 1935/2184 88% [====================================================== ] 1936/2184 88% [====================================================== ] 1937/2184 88% [======================================================= ] 1938/2184 88% [======================================================= ] 1939/2184 88% [======================================================= ] 1940/2184 88% [======================================================= ] 1941/2184 88% [======================================================= ] 1942/2184 88% [======================================================= ] 1943/2184 88% [======================================================= ] 1944/2184 89% [======================================================= ] 1945/2184 89% [======================================================= ] 1946/2184 89% [======================================================= ] 1947/2184 89% [======================================================= ] 1948/2184 89% [======================================================= ] 1949/2184 89% [======================================================= ] 1950/2184 89% [======================================================= ] 1951/2184 89% [======================================================= ] 1952/2184 89% [======================================================= ] 1953/2184 89% [======================================================= ] 1954/2184 89% [======================================================= ] 1955/2184 89% [======================================================= ] 1956/2184 89% [======================================================= ] 1957/2184 89% [======================================================= ] 1958/2184 89% [======================================================= ] 1959/2184 89% [======================================================= ] 1960/2184 89% [======================================================= ] 1961/2184 89% [======================================================= ] 1962/2184 89% [======================================================= ] 1963/2184 89% [======================================================= ] 1964/2184 89% [======================================================= ] 1965/2184 89% [======================================================= ] 1966/2184 90% [======================================================= ] 1967/2184 90% [======================================================= ] 1968/2184 90% [======================================================= ] 1969/2184 90% [======================================================= ] 1970/2184 90% [======================================================= ] 1971/2184 90% [======================================================= ] 1972/2184 90% [======================================================== ] 1973/2184 90% [======================================================== ] 1974/2184 90% [======================================================== ] 1975/2184 90% [======================================================== ] 1976/2184 90% [======================================================== ] 1977/2184 90% [======================================================== ] 1978/2184 90% [======================================================== ] 1979/2184 90% [======================================================== ] 1980/2184 90% [======================================================== ] 1981/2184 90% [======================================================== ] 1982/2184 90% [======================================================== ] 1983/2184 90% [======================================================== ] 1984/2184 90% [======================================================== ] 1985/2184 90% [======================================================== ] 1986/2184 90% [======================================================== ] 1987/2184 90% [======================================================== ] 1988/2184 91% [======================================================== ] 1989/2184 91% [======================================================== ] 1990/2184 91% [======================================================== ] 1991/2184 91% [======================================================== ] 1992/2184 91% [======================================================== ] 1993/2184 91% [======================================================== ] 1994/2184 91% [======================================================== ] 1995/2184 91% [======================================================== ] 1996/2184 91% [======================================================== ] 1997/2184 91% [======================================================== ] 1998/2184 91% [======================================================== ] 1999/2184 91% [======================================================== ] 2000/2184 91% [======================================================== ] 2001/2184 91% [======================================================== ] 2002/2184 91% [======================================================== ] 2003/2184 91% [======================================================== ] 2004/2184 91% [======================================================== ] 2005/2184 91% [======================================================== ] 2006/2184 91% [======================================================== ] 2007/2184 91% [========================================================= ] 2008/2184 91% [========================================================= ] 2009/2184 91% [========================================================= ] 2010/2184 92% [========================================================= ] 2011/2184 92% [========================================================= ] 2012/2184 92% [========================================================= ] 2013/2184 92% [========================================================= ] 2014/2184 92% [========================================================= ] 2015/2184 92% [========================================================= ] 2016/2184 92% [========================================================= ] 2017/2184 92% [========================================================= ] 2018/2184 92% [========================================================= ] 2019/2184 92% [========================================================= ] 2020/2184 92% [========================================================= ] 2021/2184 92% [========================================================= ] 2022/2184 92% [========================================================= ] 2023/2184 92% [========================================================= ] 2024/2184 92% [========================================================= ] 2025/2184 92% [========================================================= ] 2026/2184 92% [========================================================= ] 2027/2184 92% [========================================================= ] 2028/2184 92% [========================================================= ] 2029/2184 92% [========================================================= ] 2030/2184 92% [========================================================= ] 2031/2184 92% [========================================================= ] 2032/2184 93% [========================================================= ] 2033/2184 93% [========================================================= ] 2034/2184 93% [========================================================= ] 2035/2184 93% [========================================================= ] 2036/2184 93% [========================================================= ] 2037/2184 93% [========================================================= ] 2038/2184 93% [========================================================= ] 2039/2184 93% [========================================================= ] 2040/2184 93% [========================================================= ] 2041/2184 93% [========================================================= ] 2042/2184 93% [========================================================= ] 2043/2184 93% [========================================================== ] 2044/2184 93% [========================================================== ] 2045/2184 93% [========================================================== ] 2046/2184 93% [========================================================== ] 2047/2184 93% [========================================================== ] 2048/2184 93% [========================================================== ] 2049/2184 93% [========================================================== ] 2050/2184 93% [========================================================== ] 2051/2184 93% [========================================================== ] 2052/2184 93% [========================================================== ] 2053/2184 94% [========================================================== ] 2054/2184 94% [========================================================== ] 2055/2184 94% [========================================================== ] 2056/2184 94% [========================================================== ] 2057/2184 94% [========================================================== ] 2058/2184 94% [========================================================== ] 2059/2184 94% [========================================================== ] 2060/2184 94% [========================================================== ] 2061/2184 94% [========================================================== ] 2062/2184 94% [========================================================== ] 2063/2184 94% [========================================================== ] 2064/2184 94% [========================================================== ] 2065/2184 94% [========================================================== ] 2066/2184 94% [========================================================== ] 2067/2184 94% [========================================================== ] 2068/2184 94% [========================================================== ] 2069/2184 94% [========================================================== ] 2070/2184 94% [========================================================== ] 2071/2184 94% [========================================================== ] 2072/2184 94% [========================================================== ] 2073/2184 94% [========================================================== ] 2074/2184 94% [========================================================== ] 2075/2184 95% [========================================================== ] 2076/2184 95% [========================================================== ] 2077/2184 95% [========================================================== ] 2078/2184 95% [=========================================================== ] 2079/2184 95% [=========================================================== ] 2080/2184 95% [=========================================================== ] 2081/2184 95% [=========================================================== ] 2082/2184 95% [=========================================================== ] 2083/2184 95% [=========================================================== ] 2084/2184 95% [=========================================================== ] 2085/2184 95% [=========================================================== ] 2086/2184 95% [=========================================================== ] 2087/2184 95% [=========================================================== ] 2088/2184 95% [=========================================================== ] 2089/2184 95% [=========================================================== ] 2090/2184 95% [=========================================================== ] 2091/2184 95% [=========================================================== ] 2092/2184 95% [=========================================================== ] 2093/2184 95% [=========================================================== ] 2094/2184 95% [=========================================================== ] 2095/2184 95% [=========================================================== ] 2096/2184 95% [=========================================================== ] 2097/2184 96% [=========================================================== ] 2098/2184 96% [=========================================================== ] 2099/2184 96% [=========================================================== ] 2100/2184 96% [=========================================================== ] 2101/2184 96% [=========================================================== ] 2102/2184 96% [=========================================================== ] 2103/2184 96% [=========================================================== ] 2104/2184 96% [=========================================================== ] 2105/2184 96% [=========================================================== ] 2106/2184 96% [=========================================================== ] 2107/2184 96% [=========================================================== ] 2108/2184 96% [=========================================================== ] 2109/2184 96% [=========================================================== ] 2110/2184 96% [=========================================================== ] 2111/2184 96% [=========================================================== ] 2112/2184 96% [=========================================================== ] 2113/2184 96% [============================================================ ] 2114/2184 96% [============================================================ ] 2115/2184 96% [============================================================ ] 2116/2184 96% [============================================================ ] 2117/2184 96% [============================================================ ] 2118/2184 96% [============================================================ ] 2119/2184 97% [============================================================ ] 2120/2184 97% [============================================================ ] 2121/2184 97% [============================================================ ] 2122/2184 97% [============================================================ ] 2123/2184 97% [============================================================ ] 2124/2184 97% [============================================================ ] 2125/2184 97% [============================================================ ] 2126/2184 97% [============================================================ ] 2127/2184 97% [============================================================ ] 2128/2184 97% [============================================================ ] 2129/2184 97% [============================================================ ] 2130/2184 97% [============================================================ ] 2131/2184 97% [============================================================ ] 2132/2184 97% [============================================================ ] 2133/2184 97% [============================================================ ] 2134/2184 97% [============================================================ ] 2135/2184 97% [============================================================ ] 2136/2184 97% [============================================================ ] 2137/2184 97% [============================================================ ] 2138/2184 97% [============================================================ ] 2139/2184 97% [============================================================ ] 2140/2184 97% [============================================================ ] 2141/2184 98% [============================================================ ] 2142/2184 98% [============================================================ ] 2143/2184 98% [============================================================ ] 2144/2184 98% [============================================================ ] 2145/2184 98% [============================================================ ] 2146/2184 98% [============================================================ ] 2147/2184 98% [============================================================ ] 2148/2184 98% [============================================================= ] 2149/2184 98% [============================================================= ] 2150/2184 98% [============================================================= ] 2151/2184 98% [============================================================= ] 2152/2184 98% [============================================================= ] 2153/2184 98% [============================================================= ] 2154/2184 98% [============================================================= ] 2155/2184 98% [============================================================= ] 2156/2184 98% [============================================================= ] 2157/2184 98% [============================================================= ] 2158/2184 98% [============================================================= ] 2159/2184 98% [============================================================= ] 2160/2184 98% [============================================================= ] 2161/2184 98% [============================================================= ] 2162/2184 98% [============================================================= ] 2163/2184 99% [============================================================= ] 2164/2184 99% [============================================================= ] 2165/2184 99% [============================================================= ] 2166/2184 99% [============================================================= ] 2167/2184 99% [============================================================= ] 2168/2184 99% [============================================================= ] 2169/2184 99% [============================================================= ] 2170/2184 99% [============================================================= ] 2171/2184 99% [============================================================= ] 2172/2184 99% [============================================================= ] 2173/2184 99% [============================================================= ] 2174/2184 99% [============================================================= ] 2175/2184 99% [============================================================= ] 2176/2184 99% [============================================================= ] 2177/2184 99% [============================================================= ] 2178/2184 99% [============================================================= ] 2179/2184 99% [============================================================= ] 2180/2184 99% [============================================================= ] 2181/2184 99% [============================================================= ] 2182/2184 99% [============================================================= ] 2183/2184 99% [==============================================================] 2184/2184 100% operation complete, 2184 objects in 100231 NAND pages. ln -snf /home/thomas/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-0/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot' make: Entering directory '/home/thomas/autobuild/instance-0/buildroot' >>> Buildroot 2022.08-rc1-1472-g626cd6827c 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.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.19 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> double-conversion 3.2.1 Collecting legal info COPYING: OK (sha256: 4af93c12062c58058378de2397dc1c92bbff9ddfb1d583a01c84127557ce97ca) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-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-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gli 559cbe1ec38878e182507d331e0780fbae5baf15 Collecting legal info manual.md: OK (sha256: e26459f62353e631d18379668c82b85f9fd2fd993f2818277e4fce21e957f87a) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libolm 3.2.9 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mp4v2 2.1.1 Collecting legal info COPYING: OK (sha256: 7187891a4c39ee9e7ec70c71fc7dc8b8ed02c6f56ae1ffc017a34ac66dca5390) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-nodejs 16.18.1 Collecting legal info LICENSE: OK (sha256: 0bec08634ba79b5404f6b7f92ea850f3c2a06e27e6f83f2267e4f5e55ae33334) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> host-qemu 7.1.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> 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) >>> urandom-scripts Collecting legal info >>> valijson 0.7 Collecting legal info LICENSE: OK (sha256: 1a0f99926a2dbec30eba3db820236d9953fbe3048976923ac24980e655fbe991) >>> xkeyboard-config 2.36 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.1 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> 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-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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) Legal info produced in /home/thomas/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-0/buildroot'