>>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n \n \n /bin/ping f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2051 number of 4KB nodes: 37244 Total image size: 123899615 >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -n -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-9/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.jffs2: error!: Page size for this system is by default 16384 mkfs.jffs2: error!: Use the --pagesize=SIZE option if this is not what you want >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2051 objects. stage 2: creating image '/home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2' [ ] 1/2051 0% [ ] 2/2051 0% [ ] 3/2051 0% [ ] 4/2051 0% [ ] 5/2051 0% [ ] 6/2051 0% [ ] 7/2051 0% [ ] 8/2051 0% [ ] 9/2051 0% [ ] 10/2051 0% [ ] 11/2051 0% [ ] 12/2051 0% [ ] 13/2051 0% [ ] 14/2051 0% [ ] 15/2051 0% [ ] 16/2051 0% [ ] 17/2051 0% [ ] 18/2051 0% [ ] 19/2051 0% [ ] 20/2051 0% [ ] 21/2051 1% [ ] 22/2051 1% [ ] 23/2051 1% [ ] 24/2051 1% [ ] 25/2051 1% [ ] 26/2051 1% [ ] 27/2051 1% [ ] 28/2051 1% [ ] 29/2051 1% [ ] 30/2051 1% [ ] 31/2051 1% [ ] 32/2051 1% [ ] 33/2051 1% [= ] 34/2051 1% [= ] 35/2051 1% [= ] 36/2051 1% [= ] 37/2051 1% [= ] 38/2051 1% [= ] 39/2051 1% [= ] 40/2051 1% [= ] 41/2051 1% [= ] 42/2051 2% [= ] 43/2051 2% [= ] 44/2051 2% [= ] 45/2051 2% [= ] 46/2051 2% [= ] 47/2051 2% [= ] 48/2051 2% [= ] 49/2051 2% [= ] 50/2051 2% [= ] 51/2051 2% [= ] 52/2051 2% [= ] 53/2051 2% [= ] 54/2051 2% [= ] 55/2051 2% [= ] 56/2051 2% [= ] 57/2051 2% [= ] 58/2051 2% [= ] 59/2051 2% [= ] 60/2051 2% [= ] 61/2051 2% [= ] 62/2051 3% [= ] 63/2051 3% [= ] 64/2051 3% [= ] 65/2051 3% [= ] 66/2051 3% [== ] 67/2051 3% [== ] 68/2051 3% [== ] 69/2051 3% [== ] 70/2051 3% [== ] 71/2051 3% [== ] 72/2051 3% [== ] 73/2051 3% [== ] 74/2051 3% [== ] 75/2051 3% [== ] 76/2051 3% [== ] 77/2051 3% [== ] 78/2051 3% [== ] 79/2051 3% [== ] 80/2051 3% [== ] 81/2051 3% [== ] 82/2051 3% [== ] 83/2051 4% [== ] 84/2051 4% [== ] 85/2051 4% [== ] 86/2051 4% [== ] 87/2051 4% [== ] 88/2051 4% [== ] 89/2051 4% [== ] 90/2051 4% [== ] 91/2051 4% [== ] 92/2051 4% [== ] 93/2051 4% [== ] 94/2051 4% [== ] 95/2051 4% [== ] 96/2051 4% [== ] 97/2051 4% [== ] 98/2051 4% [== ] 99/2051 4% [=== ] 100/2051 4% [=== ] 101/2051 4% [=== ] 102/2051 4% [=== ] 103/2051 5% [=== ] 104/2051 5% [=== ] 105/2051 5% [=== ] 106/2051 5% [=== ] 107/2051 5% [=== ] 108/2051 5% [=== ] 109/2051 5% [=== ] 110/2051 5% [=== ] 111/2051 5% [=== ] 112/2051 5% [=== ] 113/2051 5% [=== ] 114/2051 5% [=== ] 115/2051 5% [=== ] 116/2051 5% [=== ] 117/2051 5% [=== ] 118/2051 5% [=== ] 119/2051 5% [=== ] 120/2051 5% [=== ] 121/2051 5% [=== ] 122/2051 5% [=== ] 123/2051 5% [=== ] 124/2051 6% [=== ] 125/2051 6% [=== ] 126/2051 6% [=== ] 127/2051 6% [=== ] 128/2051 6% [=== ] 129/2051 6% [=== ] 130/2051 6% [=== ] 131/2051 6% [=== ] 132/2051 6% [==== ] 133/2051 6% [==== ] 134/2051 6% [==== ] 135/2051 6% [==== ] 136/2051 6% [==== ] 137/2051 6% [==== ] 138/2051 6% [==== ] 139/2051 6% [==== ] 140/2051 6% [==== ] 141/2051 6% [==== ] 142/2051 6% [==== ] 143/2051 6% [==== ] 144/2051 7% [==== ] 145/2051 7% [==== ] 146/2051 7% [==== ] 147/2051 7% [==== ] 148/2051 7% [==== ] 149/2051 7% [==== ] 150/2051 7% [==== ] 151/2051 7% [==== ] 152/2051 7% [==== ] 153/2051 7% [==== ] 154/2051 7% [==== ] 155/2051 7% [==== ] 156/2051 7% [==== ] 157/2051 7% [==== ] 158/2051 7% [==== ] 159/2051 7% [==== ] 160/2051 7% [==== ] 161/2051 7% [==== ] 162/2051 7% [==== ] 163/2051 7% [==== ] 164/2051 7% [==== ] 165/2051 8% [===== ] 166/2051 8% [===== ] 167/2051 8% [===== ] 168/2051 8% [===== ] 169/2051 8% [===== ] 170/2051 8% [===== ] 171/2051 8% [===== ] 172/2051 8% [===== ] 173/2051 8% [===== ] 174/2051 8% [===== ] 175/2051 8% [===== ] 176/2051 8% [===== ] 177/2051 8% [===== ] 178/2051 8% [===== ] 179/2051 8% [===== ] 180/2051 8% [===== ] 181/2051 8% [===== ] 182/2051 8% [===== ] 183/2051 8% [===== ] 184/2051 8% [===== ] 185/2051 9% [===== ] 186/2051 9% [===== ] 187/2051 9% [===== ] 188/2051 9% [===== ] 189/2051 9% [===== ] 190/2051 9% [===== ] 191/2051 9% [===== ] 192/2051 9% [===== ] 193/2051 9% [===== ] 194/2051 9% [===== ] 195/2051 9% [===== ] 196/2051 9% [===== ] 197/2051 9% [===== ] 198/2051 9% [====== ] 199/2051 9% [====== ] 200/2051 9% [====== ] 201/2051 9% [====== ] 202/2051 9% [====== ] 203/2051 9% [====== ] 204/2051 9% [====== ] 205/2051 9% [====== ] 206/2051 10% [====== ] 207/2051 10% [====== ] 208/2051 10% [====== ] 209/2051 10% [====== ] 210/2051 10% [====== ] 211/2051 10% [====== ] 212/2051 10% [====== ] 213/2051 10% [====== ] 214/2051 10% [====== ] 215/2051 10% [====== ] 216/2051 10% [====== ] 217/2051 10% [====== ] 218/2051 10% [====== ] 219/2051 10% [====== ] 220/2051 10% [====== ] 221/2051 10% [====== ] 222/2051 10% [====== ] 223/2051 10% [====== ] 224/2051 10% [====== ] 225/2051 10% [====== ] 226/2051 11% [====== ] 227/2051 11% [====== ] 228/2051 11% [====== ] 229/2051 11% [====== ] 230/2051 11% [====== ] 231/2051 11% [======= ] 232/2051 11% [======= ] 233/2051 11% [======= ] 234/2051 11% [======= ] 235/2051 11% [======= ] 236/2051 11% [======= ] 237/2051 11% [======= ] 238/2051 11% [======= ] 239/2051 11% [======= ] 240/2051 11% [======= ] 241/2051 11% [======= ] 242/2051 11% [======= ] 243/2051 11% [======= ] 244/2051 11% [======= ] 245/2051 11% [======= ] 246/2051 11% [======= ] 247/2051 12% [======= ] 248/2051 12% [======= ] 249/2051 12% [======= ] 250/2051 12% [======= ] 251/2051 12% [======= ] 252/2051 12% [======= ] 253/2051 12% [======= ] 254/2051 12% [======= ] 255/2051 12% [======= ] 256/2051 12% [======= ] 257/2051 12% [======= ] 258/2051 12% [======= ] 259/2051 12% [======= ] 260/2051 12% [======= ] 261/2051 12% [======= ] 262/2051 12% [======= ] 263/2051 12% [======= ] 264/2051 12% [======== ] 265/2051 12% [======== ] 266/2051 12% [======== ] 267/2051 13% [======== ] 268/2051 13% [======== ] 269/2051 13% [======== ] 270/2051 13% [======== ] 271/2051 13% [======== ] 272/2051 13% [======== ] 273/2051 13% [======== ] 274/2051 13% [======== ] 275/2051 13% [======== ] 276/2051 13% [======== ] 277/2051 13% [======== ] 278/2051 13% [======== ] 279/2051 13% [======== ] 280/2051 13% [======== ] 281/2051 13% [======== ] 282/2051 13% [======== ] 283/2051 13% [======== ] 284/2051 13% [======== ] 285/2051 13% [======== ] 286/2051 13% [======== ] 287/2051 13% [======== ] 288/2051 14% [======== ] 289/2051 14% [======== ] 290/2051 14% [======== ] 291/2051 14% [======== ] 292/2051 14% [======== ] 293/2051 14% [======== ] 294/2051 14% [======== ] 295/2051 14% [======== ] 296/2051 14% [======== ] 297/2051 14% [========= ] 298/2051 14% [========= ] 299/2051 14% [========= ] 300/2051 14% [========= ] 301/2051 14% [========= ] 302/2051 14% [========= ] 303/2051 14% [========= ] 304/2051 14% [========= ] 305/2051 14% [========= ] 306/2051 14% [========= ] 307/2051 14% [========= ] 308/2051 15% [========= ] 309/2051 15% [========= ] 310/2051 15% [========= ] 311/2051 15% [========= ] 312/2051 15% [========= ] 313/2051 15% [========= ] 314/2051 15% [========= ] 315/2051 15% [========= ] 316/2051 15% [========= ] 317/2051 15% [========= ] 318/2051 15% [========= ] 319/2051 15% [========= ] 320/2051 15% [========= ] 321/2051 15% [========= ] 322/2051 15% [========= ] 323/2051 15% [========= ] 324/2051 15% [========= ] 325/2051 15% [========= ] 326/2051 15% [========= ] 327/2051 15% [========= ] 328/2051 15% [========= ] 329/2051 16% [========= ] 330/2051 16% [========== ] 331/2051 16% [========== ] 332/2051 16% [========== ] 333/2051 16% [========== ] 334/2051 16% [========== ] 335/2051 16% [========== ] 336/2051 16% [========== ] 337/2051 16% [========== ] 338/2051 16% [========== ] 339/2051 16% [========== ] 340/2051 16% [========== ] 341/2051 16% [========== ] 342/2051 16% [========== ] 343/2051 16% [========== ] 344/2051 16% [========== ] 345/2051 16% [========== ] 346/2051 16% [========== ] 347/2051 16% [========== ] 348/2051 16% [========== ] 349/2051 17% [========== ] 350/2051 17% [========== ] 351/2051 17% [========== ] 352/2051 17% [========== ] 353/2051 17% [========== ] 354/2051 17% [========== ] 355/2051 17% [========== ] 356/2051 17% [========== ] 357/2051 17% [========== ] 358/2051 17% [========== ] 359/2051 17% [========== ] 360/2051 17% [========== ] 361/2051 17% [========== ] 362/2051 17% [========== ] 363/2051 17% [=========== ] 364/2051 17% [=========== ] 365/2051 17% [=========== ] 366/2051 17% [=========== ] 367/2051 17% [=========== ] 368/2051 17% [=========== ] 369/2051 17% [=========== ] 370/2051 18% [=========== ] 371/2051 18% [=========== ] 372/2051 18% [=========== ] 373/2051 18% [=========== ] 374/2051 18% [=========== ] 375/2051 18% [=========== ] 376/2051 18% [=========== ] 377/2051 18% [=========== ] 378/2051 18% [=========== ] 379/2051 18% [=========== ] 380/2051 18% [=========== ] 381/2051 18% [=========== ] 382/2051 18% [=========== ] 383/2051 18% [=========== ] 384/2051 18% [=========== ] 385/2051 18% [=========== ] 386/2051 18% [=========== ] 387/2051 18% [=========== ] 388/2051 18% [=========== ] 389/2051 18% [=========== ] 390/2051 19% [=========== ] 391/2051 19% [=========== ] 392/2051 19% [=========== ] 393/2051 19% [=========== ] 394/2051 19% [=========== ] 395/2051 19% [=========== ] 396/2051 19% [============ ] 397/2051 19% [============ ] 398/2051 19% [============ ] 399/2051 19% [============ ] 400/2051 19% [============ ] 401/2051 19% [============ ] 402/2051 19% [============ ] 403/2051 19% [============ ] 404/2051 19% [============ ] 405/2051 19% [============ ] 406/2051 19% [============ ] 407/2051 19% [============ ] 408/2051 19% [============ ] 409/2051 19% [============ ] 410/2051 19% [============ ] 411/2051 20% [============ ] 412/2051 20% [============ ] 413/2051 20% [============ ] 414/2051 20% [============ ] 415/2051 20% [============ ] 416/2051 20% [============ ] 417/2051 20% [============ ] 418/2051 20% [============ ] 419/2051 20% [============ ] 420/2051 20% [============ ] 421/2051 20% [============ ] 422/2051 20% [============ ] 423/2051 20% [============ ] 424/2051 20% [============ ] 425/2051 20% [============ ] 426/2051 20% [============ ] 427/2051 20% [============ ] 428/2051 20% [============ ] 429/2051 20% [============ ] 430/2051 20% [============= ] 431/2051 21% [============= ] 432/2051 21% [============= ] 433/2051 21% [============= ] 434/2051 21% [============= ] 435/2051 21% [============= ] 436/2051 21% [============= ] 437/2051 21% [============= ] 438/2051 21% [============= ] 439/2051 21% [============= ] 440/2051 21% [============= ] 441/2051 21% [============= ] 442/2051 21% [============= ] 443/2051 21% [============= ] 444/2051 21% [============= ] 445/2051 21% [============= ] 446/2051 21% [============= ] 447/2051 21% [============= ] 448/2051 21% [============= ] 449/2051 21% [============= ] 450/2051 21% [============= ] 451/2051 21% [============= ] 452/2051 22% [============= ] 453/2051 22% [============= ] 454/2051 22% [============= ] 455/2051 22% [============= ] 456/2051 22% [============= ] 457/2051 22% [============= ] 458/2051 22% [============= ] 459/2051 22% [============= ] 460/2051 22% [============= ] 461/2051 22% [============= ] 462/2051 22% [============= ] 463/2051 22% [============== ] 464/2051 22% [============== ] 465/2051 22% [============== ] 466/2051 22% [============== ] 467/2051 22% [============== ] 468/2051 22% [============== ] 469/2051 22% [============== ] 470/2051 22% [============== ] 471/2051 22% [============== ] 472/2051 23% [============== ] 473/2051 23% [============== ] 474/2051 23% [============== ] 475/2051 23% [============== ] 476/2051 23% [============== ] 477/2051 23% [============== ] 478/2051 23% [============== ] 479/2051 23% [============== ] 480/2051 23% [============== ] 481/2051 23% [============== ] 482/2051 23% [============== ] 483/2051 23% [============== ] 484/2051 23% [============== ] 485/2051 23% [============== ] 486/2051 23% [============== ] 487/2051 23% [============== ] 488/2051 23% [============== ] 489/2051 23% [============== ] 490/2051 23% [============== ] 491/2051 23% [============== ] 492/2051 23% [============== ] 493/2051 24% [============== ] 494/2051 24% [============== ] 495/2051 24% [============== ] 496/2051 24% [=============== ] 497/2051 24% [=============== ] 498/2051 24% [=============== ] 499/2051 24% [=============== ] 500/2051 24% [=============== ] 501/2051 24% [=============== ] 502/2051 24% [=============== ] 503/2051 24% [=============== ] 504/2051 24% [=============== ] 505/2051 24% [=============== ] 506/2051 24% [=============== ] 507/2051 24% [=============== ] 508/2051 24% [=============== ] 509/2051 24% [=============== ] 510/2051 24% [=============== ] 511/2051 24% [=============== ] 512/2051 24% [=============== ] 513/2051 25% [=============== ] 514/2051 25% [=============== ] 515/2051 25% [=============== ] 516/2051 25% [=============== ] 517/2051 25% [=============== ] 518/2051 25% [=============== ] 519/2051 25% [=============== ] 520/2051 25% [=============== ] 521/2051 25% [=============== ] 522/2051 25% [=============== ] 523/2051 25% [=============== ] 524/2051 25% [=============== ] 525/2051 25% [=============== ] 526/2051 25% [=============== ] 527/2051 25% [=============== ] 528/2051 25% [=============== ] 529/2051 25% [================ ] 530/2051 25% [================ ] 531/2051 25% [================ ] 532/2051 25% [================ ] 533/2051 25% [================ ] 534/2051 26% [================ ] 535/2051 26% [================ ] 536/2051 26% [================ ] 537/2051 26% [================ ] 538/2051 26% [================ ] 539/2051 26% [================ ] 540/2051 26% [================ ] 541/2051 26% [================ ] 542/2051 26% [================ ] 543/2051 26% [================ ] 544/2051 26% [================ ] 545/2051 26% [================ ] 546/2051 26% [================ ] 547/2051 26% [================ ] 548/2051 26% [================ ] 549/2051 26% [================ ] 550/2051 26% [================ ] 551/2051 26% [================ ] 552/2051 26% [================ ] 553/2051 26% [================ ] 554/2051 27% [================ ] 555/2051 27% [================ ] 556/2051 27% [================ ] 557/2051 27% [================ ] 558/2051 27% [================ ] 559/2051 27% [================ ] 560/2051 27% [================ ] 561/2051 27% [================ ] 562/2051 27% [================= ] 563/2051 27% [================= ] 564/2051 27% [================= ] 565/2051 27% [================= ] 566/2051 27% [================= ] 567/2051 27% [================= ] 568/2051 27% [================= ] 569/2051 27% [================= ] 570/2051 27% [================= ] 571/2051 27% [================= ] 572/2051 27% [================= ] 573/2051 27% [================= ] 574/2051 27% [================= ] 575/2051 28% [================= ] 576/2051 28% [================= ] 577/2051 28% [================= ] 578/2051 28% [================= ] 579/2051 28% [================= ] 580/2051 28% [================= ] 581/2051 28% [================= ] 582/2051 28% [================= ] 583/2051 28% [================= ] 584/2051 28% [================= ] 585/2051 28% [================= ] 586/2051 28% [================= ] 587/2051 28% [================= ] 588/2051 28% [================= ] 589/2051 28% [================= ] 590/2051 28% [================= ] 591/2051 28% [================= ] 592/2051 28% [================= ] 593/2051 28% [================= ] 594/2051 28% [================= ] 595/2051 29% [================== ] 596/2051 29% [================== ] 597/2051 29% [================== ] 598/2051 29% [================== ] 599/2051 29% [================== ] 600/2051 29% [================== ] 601/2051 29% [================== ] 602/2051 29% [================== ] 603/2051 29% [================== ] 604/2051 29% [================== ] 605/2051 29% [================== ] 606/2051 29% [================== ] 607/2051 29% [================== ] 608/2051 29% [================== ] 609/2051 29% [================== ] 610/2051 29% [================== ] 611/2051 29% [================== ] 612/2051 29% [================== ] 613/2051 29% [================== ] 614/2051 29% [================== ] 615/2051 29% [================== ] 616/2051 30% [================== ] 617/2051 30% [================== ] 618/2051 30% [================== ] 619/2051 30% [================== ] 620/2051 30% [================== ] 621/2051 30% [================== ] 622/2051 30% [================== ] 623/2051 30% [================== ] 624/2051 30% [================== ] 625/2051 30% [================== ] 626/2051 30% [================== ] 627/2051 30% [================== ] 628/2051 30% [=================== ] 629/2051 30% [=================== ] 630/2051 30% [=================== ] 631/2051 30% [=================== ] 632/2051 30% [=================== ] 633/2051 30% [=================== ] 634/2051 30% [=================== ] 635/2051 30% [=================== ] 636/2051 31% [=================== ] 637/2051 31% [=================== ] 638/2051 31% [=================== ] 639/2051 31% [=================== ] 640/2051 31% [=================== ] 641/2051 31% [=================== ] 642/2051 31% [=================== ] 643/2051 31% [=================== ] 644/2051 31% [=================== ] 645/2051 31% [=================== ] 646/2051 31% [=================== ] 647/2051 31% [=================== ] 648/2051 31% [=================== ] 649/2051 31% [=================== ] 650/2051 31% [=================== ] 651/2051 31% [=================== ] 652/2051 31% [=================== ] 653/2051 31% [=================== ] 654/2051 31% [=================== ] 655/2051 31% [=================== ] 656/2051 31% [=================== ] 657/2051 32% [=================== ] 658/2051 32% [=================== ] 659/2051 32% [=================== ] 660/2051 32% [=================== ] 661/2051 32% [==================== ] 662/2051 32% [==================== ] 663/2051 32% [==================== ] 664/2051 32% [==================== ] 665/2051 32% [==================== ] 666/2051 32% [==================== ] 667/2051 32% [==================== ] 668/2051 32% [==================== ] 669/2051 32% [==================== ] 670/2051 32% [==================== ] 671/2051 32% [==================== ] 672/2051 32% [==================== ] 673/2051 32% [==================== ] 674/2051 32% [==================== ] 675/2051 32% [==================== ] 676/2051 32% [==================== ] 677/2051 33% [==================== ] 678/2051 33% [==================== ] 679/2051 33% [==================== ] 680/2051 33% [==================== ] 681/2051 33% [==================== ] 682/2051 33% [==================== ] 683/2051 33% [==================== ] 684/2051 33% [==================== ] 685/2051 33% [==================== ] 686/2051 33% [==================== ] 687/2051 33% [==================== ] 688/2051 33% [==================== ] 689/2051 33% [==================== ] 690/2051 33% [==================== ] 691/2051 33% [==================== ] 692/2051 33% [==================== ] 693/2051 33% [==================== ] 694/2051 33% [===================== ] 695/2051 33% [===================== ] 696/2051 33% [===================== ] 697/2051 33% [===================== ] 698/2051 34% [===================== ] 699/2051 34% [===================== ] 700/2051 34% [===================== ] 701/2051 34% [===================== ] 702/2051 34% [===================== ] 703/2051 34% [===================== ] 704/2051 34% [===================== ] 705/2051 34% [===================== ] 706/2051 34% [===================== ] 707/2051 34% [===================== ] 708/2051 34% [===================== ] 709/2051 34% [===================== ] 710/2051 34% [===================== ] 711/2051 34% [===================== ] 712/2051 34% [===================== ] 713/2051 34% [===================== ] 714/2051 34% [===================== ] 715/2051 34% [===================== ] 716/2051 34% [===================== ] 717/2051 34% [===================== ] 718/2051 35% [===================== ] 719/2051 35% [===================== ] 720/2051 35% [===================== ] 721/2051 35% [===================== ] 722/2051 35% [===================== ] 723/2051 35% [===================== ] 724/2051 35% [===================== ] 725/2051 35% [===================== ] 726/2051 35% [===================== ] 727/2051 35% [====================== ] 728/2051 35% [====================== ] 729/2051 35% [====================== ] 730/2051 35% [====================== ] 731/2051 35% [====================== ] 732/2051 35% [====================== ] 733/2051 35% [====================== ] 734/2051 35% [====================== ] 735/2051 35% [====================== ] 736/2051 35% [====================== ] 737/2051 35% [====================== ] 738/2051 35% [====================== ] 739/2051 36% [====================== ] 740/2051 36% [====================== ] 741/2051 36% [====================== ] 742/2051 36% [====================== ] 743/2051 36% [====================== ] 744/2051 36% [====================== ] 745/2051 36% [====================== ] 746/2051 36% [====================== ] 747/2051 36% [====================== ] 748/2051 36% [====================== ] 749/2051 36% [====================== ] 750/2051 36% [====================== ] 751/2051 36% [====================== ] 752/2051 36% [====================== ] 753/2051 36% [====================== ] 754/2051 36% [====================== ] 755/2051 36% [====================== ] 756/2051 36% [====================== ] 757/2051 36% [====================== ] 758/2051 36% [====================== ] 759/2051 37% [====================== ] 760/2051 37% [======================= ] 761/2051 37% [======================= ] 762/2051 37% [======================= ] 763/2051 37% [======================= ] 764/2051 37% [======================= ] 765/2051 37% [======================= ] 766/2051 37% [======================= ] 767/2051 37% [======================= ] 768/2051 37% [======================= ] 769/2051 37% [======================= ] 770/2051 37% [======================= ] 771/2051 37% [======================= ] 772/2051 37% [======================= ] 773/2051 37% [======================= ] 774/2051 37% [======================= ] 775/2051 37% [======================= ] 776/2051 37% [======================= ] 777/2051 37% [======================= ] 778/2051 37% [======================= ] 779/2051 37% [======================= ] 780/2051 38% [======================= ] 781/2051 38% [======================= ] 782/2051 38% [======================= ] 783/2051 38% [======================= ] 784/2051 38% [======================= ] 785/2051 38% [======================= ] 786/2051 38% [======================= ] 787/2051 38% [======================= ] 788/2051 38% [======================= ] 789/2051 38% [======================= ] 790/2051 38% [======================= ] 791/2051 38% [======================= ] 792/2051 38% [======================= ] 793/2051 38% [======================== ] 794/2051 38% [======================== ] 795/2051 38% [======================== ] 796/2051 38% [======================== ] 797/2051 38% [======================== ] 798/2051 38% [======================== ] 799/2051 38% [======================== ] 800/2051 39% [======================== ] 801/2051 39% [======================== ] 802/2051 39% [======================== ] 803/2051 39% [======================== ] 804/2051 39% [======================== ] 805/2051 39% [======================== ] 806/2051 39% [======================== ] 807/2051 39% [======================== ] 808/2051 39% [======================== ] 809/2051 39% [======================== ] 810/2051 39% [======================== ] 811/2051 39% [======================== ] 812/2051 39% [======================== ] 813/2051 39% [======================== ] 814/2051 39% [======================== ] 815/2051 39% [======================== ] 816/2051 39% [======================== ] 817/2051 39% [======================== ] 818/2051 39% [======================== ] 819/2051 39% [======================== ] 820/2051 39% [======================== ] 821/2051 40% [======================== ] 822/2051 40% [======================== ] 823/2051 40% [======================== ] 824/2051 40% [======================== ] 825/2051 40% [======================== ] 826/2051 40% [======================== ] 827/2051 40% [========================= ] 828/2051 40% [========================= ] 829/2051 40% [========================= ] 830/2051 40% [========================= ] 831/2051 40% [========================= ] 832/2051 40% [========================= ] 833/2051 40% [========================= ] 834/2051 40% [========================= ] 835/2051 40% [========================= ] 836/2051 40% [========================= ] 837/2051 40% [========================= ] 838/2051 40% [========================= ] 839/2051 40% [========================= ] 840/2051 40% [========================= ] 841/2051 41% [========================= ] 842/2051 41% [========================= ] 843/2051 41% [========================= ] 844/2051 41% [========================= ] 845/2051 41% [========================= ] 846/2051 41% [========================= ] 847/2051 41% [========================= ] 848/2051 41% [========================= ] 849/2051 41% [========================= ] 850/2051 41% [========================= ] 851/2051 41% [========================= ] 852/2051 41% [========================= ] 853/2051 41% [========================= ] 854/2051 41% [========================= ] 855/2051 41% [========================= ] 856/2051 41% [========================= ] 857/2051 41% [========================= ] 858/2051 41% [========================= ] 859/2051 41% [========================= ] 860/2051 41% [========================== ] 861/2051 41% [========================== ] 862/2051 42% [========================== ] 863/2051 42% [========================== ] 864/2051 42% [========================== ] 865/2051 42% [========================== ] 866/2051 42% [========================== ] 867/2051 42% [========================== ] 868/2051 42% [========================== ] 869/2051 42% [========================== ] 870/2051 42% [========================== ] 871/2051 42% [========================== ] 872/2051 42% [========================== ] 873/2051 42% [========================== ] 874/2051 42% [========================== ] 875/2051 42% [========================== ] 876/2051 42% [========================== ] 877/2051 42% [========================== ] 878/2051 42% [========================== ] 879/2051 42% [========================== ] 880/2051 42% [========================== ] 881/2051 42% [========================== ] 882/2051 43% [========================== ] 883/2051 43% [========================== ] 884/2051 43% [========================== ] 885/2051 43% [========================== ] 886/2051 43% [========================== ] 887/2051 43% [========================== ] 888/2051 43% [========================== ] 889/2051 43% [========================== ] 890/2051 43% [========================== ] 891/2051 43% [========================== ] 892/2051 43% [========================== ] 893/2051 43% [=========================== ] 894/2051 43% [=========================== ] 895/2051 43% [=========================== ] 896/2051 43% [=========================== ] 897/2051 43% [=========================== ] 898/2051 43% [=========================== ] 899/2051 43% [=========================== ] 900/2051 43% [=========================== ] 901/2051 43% [=========================== ] 902/2051 43% [=========================== ] 903/2051 44% [=========================== ] 904/2051 44% [=========================== ] 905/2051 44% [=========================== ] 906/2051 44% [=========================== ] 907/2051 44% [=========================== ] 908/2051 44% [=========================== ] 909/2051 44% [=========================== ] 910/2051 44% [=========================== ] 911/2051 44% [=========================== ] 912/2051 44% [=========================== ] 913/2051 44% [=========================== ] 914/2051 44% [=========================== ] 915/2051 44% [=========================== ] 916/2051 44% [=========================== ] 917/2051 44% [=========================== ] 918/2051 44% [=========================== ] 919/2051 44% [=========================== ] 920/2051 44% [=========================== ] 921/2051 44% [=========================== ] 922/2051 44% [=========================== ] 923/2051 45% [=========================== ] 924/2051 45% [=========================== ] 925/2051 45% [=========================== ] 926/2051 45% [============================ ] 927/2051 45% [============================ ] 928/2051 45% [============================ ] 929/2051 45% [============================ ] 930/2051 45% [============================ ] 931/2051 45% [============================ ] 932/2051 45% [============================ ] 933/2051 45% [============================ ] 934/2051 45% [============================ ] 935/2051 45% [============================ ] 936/2051 45% [============================ ] 937/2051 45% [============================ ] 938/2051 45% [============================ ] 939/2051 45% [============================ ] 940/2051 45% [============================ ] 941/2051 45% [============================ ] 942/2051 45% [============================ ] 943/2051 45% [============================ ] 944/2051 46% [============================ ] 945/2051 46% [============================ ] 946/2051 46% [============================ ] 947/2051 46% [============================ ] 948/2051 46% [============================ ] 949/2051 46% [============================ ] 950/2051 46% [============================ ] 951/2051 46% [============================ ] 952/2051 46% [============================ ] 953/2051 46% [============================ ] 954/2051 46% [============================ ] 955/2051 46% [============================ ] 956/2051 46% [============================ ] 957/2051 46% [============================ ] 958/2051 46% [============================ ] 959/2051 46% [============================= ] 960/2051 46% [============================= ] 961/2051 46% [============================= ] 962/2051 46% [============================= ] 963/2051 46% [============================= ] 964/2051 47% [============================= ] 965/2051 47% [============================= ] 966/2051 47% [============================= ] 967/2051 47% [============================= ] 968/2051 47% [============================= ] 969/2051 47% [============================= ] 970/2051 47% [============================= ] 971/2051 47% [============================= ] 972/2051 47% [============================= ] 973/2051 47% [============================= ] 974/2051 47% [============================= ] 975/2051 47% [============================= ] 976/2051 47% [============================= ] 977/2051 47% [============================= ] 978/2051 47% [============================= ] 979/2051 47% [============================= ] 980/2051 47% [============================= ] 981/2051 47% [============================= ] 982/2051 47% [============================= ] 983/2051 47% [============================= ] 984/2051 47% [============================= ] 985/2051 48% [============================= ] 986/2051 48% [============================= ] 987/2051 48% [============================= ] 988/2051 48% [============================= ] 989/2051 48% [============================= ] 990/2051 48% [============================= ] 991/2051 48% [============================= ] 992/2051 48% [============================== ] 993/2051 48% [============================== ] 994/2051 48% [============================== ] 995/2051 48% [============================== ] 996/2051 48% [============================== ] 997/2051 48% [============================== ] 998/2051 48% [============================== ] 999/2051 48% [============================== ] 1000/2051 48% [============================== ] 1001/2051 48% [============================== ] 1002/2051 48% [============================== ] 1003/2051 48% [============================== ] 1004/2051 48% [============================== ] 1005/2051 49% [============================== ] 1006/2051 49% [============================== ] 1007/2051 49% [============================== ] 1008/2051 49% [============================== ] 1009/2051 49% [============================== ] 1010/2051 49% [============================== ] 1011/2051 49% [============================== ] 1012/2051 49% [============================== ] 1013/2051 49% [============================== ] 1014/2051 49% [============================== ] 1015/2051 49% [============================== ] 1016/2051 49% [============================== ] 1017/2051 49% [============================== ] 1018/2051 49% [============================== ] 1019/2051 49% [============================== ] 1020/2051 49% [============================== ] 1021/2051 49% [============================== ] 1022/2051 49% [============================== ] 1023/2051 49% [============================== ] 1024/2051 49% [============================== ] 1025/2051 49% [=============================== ] 1026/2051 50% [=============================== ] 1027/2051 50% [=============================== ] 1028/2051 50% [=============================== ] 1029/2051 50% [=============================== ] 1030/2051 50% [=============================== ] 1031/2051 50% [=============================== ] 1032/2051 50% [=============================== ] 1033/2051 50% [=============================== ] 1034/2051 50% [=============================== ] 1035/2051 50% [=============================== ] 1036/2051 50% [=============================== ] 1037/2051 50% [=============================== ] 1038/2051 50% [=============================== ] 1039/2051 50% [=============================== ] 1040/2051 50% [=============================== ] 1041/2051 50% [=============================== ] 1042/2051 50% [=============================== ] 1043/2051 50% [=============================== ] 1044/2051 50% [=============================== ] 1045/2051 50% [=============================== ] 1046/2051 50% [=============================== ] 1047/2051 51% [=============================== ] 1048/2051 51% [=============================== ] 1049/2051 51% [=============================== ] 1050/2051 51% [=============================== ] 1051/2051 51% [=============================== ] 1052/2051 51% [=============================== ] 1053/2051 51% [=============================== ] 1054/2051 51% [=============================== ] 1055/2051 51% [=============================== ] 1056/2051 51% [=============================== ] 1057/2051 51% [=============================== ] 1058/2051 51% [================================ ] 1059/2051 51% [================================ ] 1060/2051 51% [================================ ] 1061/2051 51% [================================ ] 1062/2051 51% [================================ ] 1063/2051 51% [================================ ] 1064/2051 51% [================================ ] 1065/2051 51% [================================ ] 1066/2051 51% [================================ ] 1067/2051 52% [================================ ] 1068/2051 52% [================================ ] 1069/2051 52% [================================ ] 1070/2051 52% [================================ ] 1071/2051 52% [================================ ] 1072/2051 52% [================================ ] 1073/2051 52% [================================ ] 1074/2051 52% [================================ ] 1075/2051 52% [================================ ] 1076/2051 52% [================================ ] 1077/2051 52% [================================ ] 1078/2051 52% [================================ ] 1079/2051 52% [================================ ] 1080/2051 52% [================================ ] 1081/2051 52% [================================ ] 1082/2051 52% [================================ ] 1083/2051 52% [================================ ] 1084/2051 52% [================================ ] 1085/2051 52% [================================ ] 1086/2051 52% [================================ ] 1087/2051 52% [================================ ] 1088/2051 53% [================================ ] 1089/2051 53% [================================ ] 1090/2051 53% [================================ ] 1091/2051 53% [================================= ] 1092/2051 53% [================================= ] 1093/2051 53% [================================= ] 1094/2051 53% [================================= ] 1095/2051 53% [================================= ] 1096/2051 53% [================================= ] 1097/2051 53% [================================= ] 1098/2051 53% [================================= ] 1099/2051 53% [================================= ] 1100/2051 53% [================================= ] 1101/2051 53% [================================= ] 1102/2051 53% [================================= ] 1103/2051 53% [================================= ] 1104/2051 53% [================================= ] 1105/2051 53% [================================= ] 1106/2051 53% [================================= ] 1107/2051 53% [================================= ] 1108/2051 54% [================================= ] 1109/2051 54% [================================= ] 1110/2051 54% [================================= ] 1111/2051 54% [================================= ] 1112/2051 54% [================================= ] 1113/2051 54% [================================= ] 1114/2051 54% [================================= ] 1115/2051 54% [================================= ] 1116/2051 54% [================================= ] 1117/2051 54% [================================= ] 1118/2051 54% [================================= ] 1119/2051 54% [================================= ] 1120/2051 54% [================================= ] 1121/2051 54% [================================= ] 1122/2051 54% [================================= ] 1123/2051 54% [================================= ] 1124/2051 54% [================================== ] 1125/2051 54% [================================== ] 1126/2051 54% [================================== ] 1127/2051 54% [================================== ] 1128/2051 54% [================================== ] 1129/2051 55% [================================== ] 1130/2051 55% [================================== ] 1131/2051 55% [================================== ] 1132/2051 55% [================================== ] 1133/2051 55% [================================== ] 1134/2051 55% [================================== ] 1135/2051 55% [================================== ] 1136/2051 55% [================================== ] 1137/2051 55% [================================== ] 1138/2051 55% [================================== ] 1139/2051 55% [================================== ] 1140/2051 55% [================================== ] 1141/2051 55% [================================== ] 1142/2051 55% [================================== ] 1143/2051 55% [================================== ] 1144/2051 55% [================================== ] 1145/2051 55% [================================== ] 1146/2051 55% [================================== ] 1147/2051 55% [================================== ] 1148/2051 55% [================================== ] 1149/2051 56% [================================== ] 1150/2051 56% [================================== ] 1151/2051 56% [================================== ] 1152/2051 56% [================================== ] 1153/2051 56% [================================== ] 1154/2051 56% [================================== ] 1155/2051 56% [================================== ] 1156/2051 56% [================================== ] 1157/2051 56% [=================================== ] 1158/2051 56% [=================================== ] 1159/2051 56% [=================================== ] 1160/2051 56% [=================================== ] 1161/2051 56% [=================================== ] 1162/2051 56% [=================================== ] 1163/2051 56% [=================================== ] 1164/2051 56% [=================================== ] 1165/2051 56% [=================================== ] 1166/2051 56% [=================================== ] 1167/2051 56% [=================================== ] 1168/2051 56% [=================================== ] 1169/2051 56% [=================================== ] 1170/2051 57% [=================================== ] 1171/2051 57% [=================================== ] 1172/2051 57% [=================================== ] 1173/2051 57% [=================================== ] 1174/2051 57% [=================================== ] 1175/2051 57% [=================================== ] 1176/2051 57% [=================================== ] 1177/2051 57% [=================================== ] 1178/2051 57% [=================================== ] 1179/2051 57% [=================================== ] 1180/2051 57% [=================================== ] 1181/2051 57% [=================================== ] 1182/2051 57% [=================================== ] 1183/2051 57% [=================================== ] 1184/2051 57% [=================================== ] 1185/2051 57% [=================================== ] 1186/2051 57% [=================================== ] 1187/2051 57% [=================================== ] 1188/2051 57% [=================================== ] 1189/2051 57% [=================================== ] 1190/2051 58% [==================================== ] 1191/2051 58% [==================================== ] 1192/2051 58% [==================================== ] 1193/2051 58% [==================================== ] 1194/2051 58% [==================================== ] 1195/2051 58% [==================================== ] 1196/2051 58% [==================================== ] 1197/2051 58% [==================================== ] 1198/2051 58% [==================================== ] 1199/2051 58% [==================================== ] 1200/2051 58% [==================================== ] 1201/2051 58% [==================================== ] 1202/2051 58% [==================================== ] 1203/2051 58% [==================================== ] 1204/2051 58% [==================================== ] 1205/2051 58% [==================================== ] 1206/2051 58% [==================================== ] 1207/2051 58% [==================================== ] 1208/2051 58% [==================================== ] 1209/2051 58% [==================================== ] 1210/2051 58% [==================================== ] 1211/2051 59% [==================================== ] 1212/2051 59% [==================================== ] 1213/2051 59% [==================================== ] 1214/2051 59% [==================================== ] 1215/2051 59% [==================================== ] 1216/2051 59% [==================================== ] 1217/2051 59% [==================================== ] 1218/2051 59% [==================================== ] 1219/2051 59% [==================================== ] 1220/2051 59% [==================================== ] 1221/2051 59% [==================================== ] 1222/2051 59% [==================================== ] 1223/2051 59% [===================================== ] 1224/2051 59% [===================================== ] 1225/2051 59% [===================================== ] 1226/2051 59% [===================================== ] 1227/2051 59% [===================================== ] 1228/2051 59% [===================================== ] 1229/2051 59% [===================================== ] 1230/2051 59% [===================================== ] 1231/2051 60% [===================================== ] 1232/2051 60% [===================================== ] 1233/2051 60% [===================================== ] 1234/2051 60% [===================================== ] 1235/2051 60% [===================================== ] 1236/2051 60% [===================================== ] 1237/2051 60% [===================================== ] 1238/2051 60% [===================================== ] 1239/2051 60% [===================================== ] 1240/2051 60% [===================================== ] 1241/2051 60% [===================================== ] 1242/2051 60% [===================================== ] 1243/2051 60% [===================================== ] 1244/2051 60% [===================================== ] 1245/2051 60% [===================================== ] 1246/2051 60% [===================================== ] 1247/2051 60% [===================================== ] 1248/2051 60% [===================================== ] 1249/2051 60% [===================================== ] 1250/2051 60% [===================================== ] 1251/2051 60% [===================================== ] 1252/2051 61% [===================================== ] 1253/2051 61% [===================================== ] 1254/2051 61% [===================================== ] 1255/2051 61% [===================================== ] 1256/2051 61% [===================================== ] 1257/2051 61% [====================================== ] 1258/2051 61% [====================================== ] 1259/2051 61% [====================================== ] 1260/2051 61% [====================================== ] 1261/2051 61% [====================================== ] 1262/2051 61% [====================================== ] 1263/2051 61% [====================================== ] 1264/2051 61% [====================================== ] 1265/2051 61% [====================================== ] 1266/2051 61% [====================================== ] 1267/2051 61% [====================================== ] 1268/2051 61% [====================================== ] 1269/2051 61% [====================================== ] 1270/2051 61% [====================================== ] 1271/2051 61% [====================================== ] 1272/2051 62% [====================================== ] 1273/2051 62% [====================================== ] 1274/2051 62% [====================================== ] 1275/2051 62% [====================================== ] 1276/2051 62% [====================================== ] 1277/2051 62% [====================================== ] 1278/2051 62% [====================================== ] 1279/2051 62% [====================================== ] 1280/2051 62% [====================================== ] 1281/2051 62% [====================================== ] 1282/2051 62% [====================================== ] 1283/2051 62% [====================================== ] 1284/2051 62% [====================================== ] 1285/2051 62% [====================================== ] 1286/2051 62% [====================================== ] 1287/2051 62% [====================================== ] 1288/2051 62% [====================================== ] 1289/2051 62% [====================================== ] 1290/2051 62% [======================================= ] 1291/2051 62% [======================================= ] 1292/2051 62% [======================================= ] 1293/2051 63% [======================================= ] 1294/2051 63% [======================================= ] 1295/2051 63% [======================================= ] 1296/2051 63% [======================================= ] 1297/2051 63% [======================================= ] 1298/2051 63% [======================================= ] 1299/2051 63% [======================================= ] 1300/2051 63% [======================================= ] 1301/2051 63% [======================================= ] 1302/2051 63% [======================================= ] 1303/2051 63% [======================================= ] 1304/2051 63% [======================================= ] 1305/2051 63% [======================================= ] 1306/2051 63% [======================================= ] 1307/2051 63% [======================================= ] 1308/2051 63% [======================================= ] 1309/2051 63% [======================================= ] 1310/2051 63% [======================================= ] 1311/2051 63% [======================================= ] 1312/2051 63% [======================================= ] 1313/2051 64% [======================================= ] 1314/2051 64% [======================================= ] 1315/2051 64% [======================================= ] 1316/2051 64% [======================================= ] 1317/2051 64% [======================================= ] 1318/2051 64% [======================================= ] 1319/2051 64% [======================================= ] 1320/2051 64% [======================================= ] 1321/2051 64% [======================================= ] 1322/2051 64% [======================================= ] 1323/2051 64% [======================================== ] 1324/2051 64% [======================================== ] 1325/2051 64% [======================================== ] 1326/2051 64% [======================================== ] 1327/2051 64% [======================================== ] 1328/2051 64% [======================================== ] 1329/2051 64% [======================================== ] 1330/2051 64% [======================================== ] 1331/2051 64% [======================================== ] 1332/2051 64% [======================================== ] 1333/2051 64% [======================================== ] 1334/2051 65% [======================================== ] 1335/2051 65% [======================================== ] 1336/2051 65% [======================================== ] 1337/2051 65% [======================================== ] 1338/2051 65% [======================================== ] 1339/2051 65% [======================================== ] 1340/2051 65% [======================================== ] 1341/2051 65% [======================================== ] 1342/2051 65% [======================================== ] 1343/2051 65% [======================================== ] 1344/2051 65% [======================================== ] 1345/2051 65% [======================================== ] 1346/2051 65% [======================================== ] 1347/2051 65% [======================================== ] 1348/2051 65% [======================================== ] 1349/2051 65% [======================================== ] 1350/2051 65% [======================================== ] 1351/2051 65% [======================================== ] 1352/2051 65% [======================================== ] 1353/2051 65% [======================================== ] 1354/2051 66% [======================================== ] 1355/2051 66% [======================================== ] 1356/2051 66% [========================================= ] 1357/2051 66% [========================================= ] 1358/2051 66% [========================================= ] 1359/2051 66% [========================================= ] 1360/2051 66% [========================================= ] 1361/2051 66% [========================================= ] 1362/2051 66% [========================================= ] 1363/2051 66% [========================================= ] 1364/2051 66% [========================================= ] 1365/2051 66% [========================================= ] 1366/2051 66% [========================================= ] 1367/2051 66% [========================================= ] 1368/2051 66% [========================================= ] 1369/2051 66% [========================================= ] 1370/2051 66% [========================================= ] 1371/2051 66% [========================================= ] 1372/2051 66% [========================================= ] 1373/2051 66% [========================================= ] 1374/2051 66% [========================================= ] 1375/2051 67% [========================================= ] 1376/2051 67% [========================================= ] 1377/2051 67% [========================================= ] 1378/2051 67% [========================================= ] 1379/2051 67% [========================================= ] 1380/2051 67% [========================================= ] 1381/2051 67% [========================================= ] 1382/2051 67% [========================================= ] 1383/2051 67% [========================================= ] 1384/2051 67% [========================================= ] 1385/2051 67% [========================================= ] 1386/2051 67% [========================================= ] 1387/2051 67% [========================================= ] 1388/2051 67% [========================================= ] 1389/2051 67% [========================================== ] 1390/2051 67% [========================================== ] 1391/2051 67% [========================================== ] 1392/2051 67% [========================================== ] 1393/2051 67% [========================================== ] 1394/2051 67% [========================================== ] 1395/2051 68% [========================================== ] 1396/2051 68% [========================================== ] 1397/2051 68% [========================================== ] 1398/2051 68% [========================================== ] 1399/2051 68% [========================================== ] 1400/2051 68% [========================================== ] 1401/2051 68% [========================================== ] 1402/2051 68% [========================================== ] 1403/2051 68% [========================================== ] 1404/2051 68% [========================================== ] 1405/2051 68% [========================================== ] 1406/2051 68% [========================================== ] 1407/2051 68% [========================================== ] 1408/2051 68% [========================================== ] 1409/2051 68% [========================================== ] 1410/2051 68% [========================================== ] 1411/2051 68% [========================================== ] 1412/2051 68% [========================================== ] 1413/2051 68% [========================================== ] 1414/2051 68% [========================================== ] 1415/2051 68% [========================================== ] 1416/2051 69% [========================================== ] 1417/2051 69% [========================================== ] 1418/2051 69% [========================================== ] 1419/2051 69% [========================================== ] 1420/2051 69% [========================================== ] 1421/2051 69% [========================================== ] 1422/2051 69% [=========================================== ] 1423/2051 69% [=========================================== ] 1424/2051 69% [=========================================== ] 1425/2051 69% [=========================================== ] 1426/2051 69% [=========================================== ] 1427/2051 69% [=========================================== ] 1428/2051 69% [=========================================== ] 1429/2051 69% [=========================================== ] 1430/2051 69% [=========================================== ] 1431/2051 69% [=========================================== ] 1432/2051 69% [=========================================== ] 1433/2051 69% [=========================================== ] 1434/2051 69% [=========================================== ] 1435/2051 69% [=========================================== ] 1436/2051 70% [=========================================== ] 1437/2051 70% [=========================================== ] 1438/2051 70% [=========================================== ] 1439/2051 70% [=========================================== ] 1440/2051 70% [=========================================== ] 1441/2051 70% [=========================================== ] 1442/2051 70% [=========================================== ] 1443/2051 70% [=========================================== ] 1444/2051 70% [=========================================== ] 1445/2051 70% [=========================================== ] 1446/2051 70% [=========================================== ] 1447/2051 70% [=========================================== ] 1448/2051 70% [=========================================== ] 1449/2051 70% [=========================================== ] 1450/2051 70% [=========================================== ] 1451/2051 70% [=========================================== ] 1452/2051 70% [=========================================== ] 1453/2051 70% [=========================================== ] 1454/2051 70% [=========================================== ] 1455/2051 70% [============================================ ] 1456/2051 70% [============================================ ] 1457/2051 71% [============================================ ] 1458/2051 71% [============================================ ] 1459/2051 71% [============================================ ] 1460/2051 71% [============================================ ] 1461/2051 71% [============================================ ] 1462/2051 71% [============================================ ] 1463/2051 71% [============================================ ] 1464/2051 71% [============================================ ] 1465/2051 71% [============================================ ] 1466/2051 71% [============================================ ] 1467/2051 71% [============================================ ] 1468/2051 71% [============================================ ] 1469/2051 71% [============================================ ] 1470/2051 71% [============================================ ] 1471/2051 71% [============================================ ] 1472/2051 71% [============================================ ] 1473/2051 71% [============================================ ] 1474/2051 71% [============================================ ] 1475/2051 71% [============================================ ] 1476/2051 71% [============================================ ] 1477/2051 72% [============================================ ] 1478/2051 72% [============================================ ] 1479/2051 72% [============================================ ] 1480/2051 72% [============================================ ] 1481/2051 72% [============================================ ] 1482/2051 72% [============================================ ] 1483/2051 72% [============================================ ] 1484/2051 72% [============================================ ] 1485/2051 72% [============================================ ] 1486/2051 72% [============================================ ] 1487/2051 72% [============================================ ] 1488/2051 72% [============================================= ] 1489/2051 72% [============================================= ] 1490/2051 72% [============================================= ] 1491/2051 72% [============================================= ] 1492/2051 72% [============================================= ] 1493/2051 72% [============================================= ] 1494/2051 72% [============================================= ] 1495/2051 72% [============================================= ] 1496/2051 72% [============================================= ] 1497/2051 72% [============================================= ] 1498/2051 73% [============================================= ] 1499/2051 73% [============================================= ] 1500/2051 73% [============================================= ] 1501/2051 73% [============================================= ] 1502/2051 73% [============================================= ] 1503/2051 73% [============================================= ] 1504/2051 73% [============================================= ] 1505/2051 73% [============================================= ] 1506/2051 73% [============================================= ] 1507/2051 73% [============================================= ] 1508/2051 73% [============================================= ] 1509/2051 73% [============================================= ] 1510/2051 73% [============================================= ] 1511/2051 73% [============================================= ] 1512/2051 73% [============================================= ] 1513/2051 73% [============================================= ] 1514/2051 73% [============================================= ] 1515/2051 73% [============================================= ] 1516/2051 73% [============================================= ] 1517/2051 73% [============================================= ] 1518/2051 74% [============================================= ] 1519/2051 74% [============================================= ] 1520/2051 74% [============================================= ] 1521/2051 74% [============================================== ] 1522/2051 74% [============================================== ] 1523/2051 74% [============================================== ] 1524/2051 74% [============================================== ] 1525/2051 74% [============================================== ] 1526/2051 74% [============================================== ] 1527/2051 74% [============================================== ] 1528/2051 74% [============================================== ] 1529/2051 74% [============================================== ] 1530/2051 74% [============================================== ] 1531/2051 74% [============================================== ] 1532/2051 74% [============================================== ] 1533/2051 74% [============================================== ] 1534/2051 74% [============================================== ] 1535/2051 74% [============================================== ] 1536/2051 74% [============================================== ] 1537/2051 74% [============================================== ] 1538/2051 74% [============================================== ] 1539/2051 75% [============================================== ] 1540/2051 75% [============================================== ] 1541/2051 75% [============================================== ] 1542/2051 75% [============================================== ] 1543/2051 75% [============================================== ] 1544/2051 75% [============================================== ] 1545/2051 75% [============================================== ] 1546/2051 75% [============================================== ] 1547/2051 75% [============================================== ] 1548/2051 75% [============================================== ] 1549/2051 75% [============================================== ] 1550/2051 75% [============================================== ] 1551/2051 75% [============================================== ] 1552/2051 75% [============================================== ] 1553/2051 75% [============================================== ] 1554/2051 75% [=============================================== ] 1555/2051 75% [=============================================== ] 1556/2051 75% [=============================================== ] 1557/2051 75% [=============================================== ] 1558/2051 75% [=============================================== ] 1559/2051 76% [=============================================== ] 1560/2051 76% [=============================================== ] 1561/2051 76% [=============================================== ] 1562/2051 76% [=============================================== ] 1563/2051 76% [=============================================== ] 1564/2051 76% [=============================================== ] 1565/2051 76% [=============================================== ] 1566/2051 76% [=============================================== ] 1567/2051 76% [=============================================== ] 1568/2051 76% [=============================================== ] 1569/2051 76% [=============================================== ] 1570/2051 76% [=============================================== ] 1571/2051 76% [=============================================== ] 1572/2051 76% [=============================================== ] 1573/2051 76% [=============================================== ] 1574/2051 76% [=============================================== ] 1575/2051 76% [=============================================== ] 1576/2051 76% [=============================================== ] 1577/2051 76% [=============================================== ] 1578/2051 76% [=============================================== ] 1579/2051 76% [=============================================== ] 1580/2051 77% [=============================================== ] 1581/2051 77% [=============================================== ] 1582/2051 77% [=============================================== ] 1583/2051 77% [=============================================== ] 1584/2051 77% [=============================================== ] 1585/2051 77% [=============================================== ] 1586/2051 77% [=============================================== ] 1587/2051 77% [================================================ ] 1588/2051 77% [================================================ ] 1589/2051 77% [================================================ ] 1590/2051 77% [================================================ ] 1591/2051 77% [================================================ ] 1592/2051 77% [================================================ ] 1593/2051 77% [================================================ ] 1594/2051 77% [================================================ ] 1595/2051 77% [================================================ ] 1596/2051 77% [================================================ ] 1597/2051 77% [================================================ ] 1598/2051 77% [================================================ ] 1599/2051 77% [================================================ ] 1600/2051 78% [================================================ ] 1601/2051 78% [================================================ ] 1602/2051 78% [================================================ ] 1603/2051 78% [================================================ ] 1604/2051 78% [================================================ ] 1605/2051 78% [================================================ ] 1606/2051 78% [================================================ ] 1607/2051 78% [================================================ ] 1608/2051 78% [================================================ ] 1609/2051 78% [================================================ ] 1610/2051 78% [================================================ ] 1611/2051 78% [================================================ ] 1612/2051 78% [================================================ ] 1613/2051 78% [================================================ ] 1614/2051 78% [================================================ ] 1615/2051 78% [================================================ ] 1616/2051 78% [================================================ ] 1617/2051 78% [================================================ ] 1618/2051 78% [================================================ ] 1619/2051 78% [================================================ ] 1620/2051 78% [================================================= ] 1621/2051 79% [================================================= ] 1622/2051 79% [================================================= ] 1623/2051 79% [================================================= ] 1624/2051 79% [================================================= ] 1625/2051 79% [================================================= ] 1626/2051 79% [================================================= ] 1627/2051 79% [================================================= ] 1628/2051 79% [================================================= ] 1629/2051 79% [================================================= ] 1630/2051 79% [================================================= ] 1631/2051 79% [================================================= ] 1632/2051 79% [================================================= ] 1633/2051 79% [================================================= ] 1634/2051 79% [================================================= ] 1635/2051 79% [================================================= ] 1636/2051 79% [================================================= ] 1637/2051 79% [================================================= ] 1638/2051 79% [================================================= ] 1639/2051 79% [================================================= ] 1640/2051 79% [================================================= ] 1641/2051 80% [================================================= ] 1642/2051 80% [================================================= ] 1643/2051 80% [================================================= ] 1644/2051 80% [================================================= ] 1645/2051 80% [================================================= ] 1646/2051 80% [================================================= ] 1647/2051 80% [================================================= ] 1648/2051 80% [================================================= ] 1649/2051 80% [================================================= ] 1650/2051 80% [================================================= ] 1651/2051 80% [================================================= ] 1652/2051 80% [================================================= ] 1653/2051 80% [================================================= ] 1654/2051 80% [================================================== ] 1655/2051 80% [================================================== ] 1656/2051 80% [================================================== ] 1657/2051 80% [================================================== ] 1658/2051 80% [================================================== ] 1659/2051 80% [================================================== ] 1660/2051 80% [================================================== ] 1661/2051 80% [================================================== ] 1662/2051 81% [================================================== ] 1663/2051 81% [================================================== ] 1664/2051 81% [================================================== ] 1665/2051 81% [================================================== ] 1666/2051 81% [================================================== ] 1667/2051 81% [================================================== ] 1668/2051 81% [================================================== ] 1669/2051 81% [================================================== ] 1670/2051 81% [================================================== ] 1671/2051 81% [================================================== ] 1672/2051 81% [================================================== ] 1673/2051 81% [================================================== ] 1674/2051 81% [================================================== ] 1675/2051 81% [================================================== ] 1676/2051 81% [================================================== ] 1677/2051 81% [================================================== ] 1678/2051 81% [================================================== ] 1679/2051 81% [================================================== ] 1680/2051 81% [================================================== ] 1681/2051 81% [================================================== ] 1682/2051 82% [================================================== ] 1683/2051 82% [================================================== ] 1684/2051 82% [================================================== ] 1685/2051 82% [================================================== ] 1686/2051 82% [================================================== ] 1687/2051 82% [=================================================== ] 1688/2051 82% [=================================================== ] 1689/2051 82% [=================================================== ] 1690/2051 82% [=================================================== ] 1691/2051 82% [=================================================== ] 1692/2051 82% [=================================================== ] 1693/2051 82% [=================================================== ] 1694/2051 82% [=================================================== ] 1695/2051 82% [=================================================== ] 1696/2051 82% [=================================================== ] 1697/2051 82% [=================================================== ] 1698/2051 82% [=================================================== ] 1699/2051 82% [=================================================== ] 1700/2051 82% [=================================================== ] 1701/2051 82% [=================================================== ] 1702/2051 82% [=================================================== ] 1703/2051 83% [=================================================== ] 1704/2051 83% [=================================================== ] 1705/2051 83% [=================================================== ] 1706/2051 83% [=================================================== ] 1707/2051 83% [=================================================== ] 1708/2051 83% [=================================================== ] 1709/2051 83% [=================================================== ] 1710/2051 83% [=================================================== ] 1711/2051 83% [=================================================== ] 1712/2051 83% [=================================================== ] 1713/2051 83% [=================================================== ] 1714/2051 83% [=================================================== ] 1715/2051 83% [=================================================== ] 1716/2051 83% [=================================================== ] 1717/2051 83% [=================================================== ] 1718/2051 83% [=================================================== ] 1719/2051 83% [=================================================== ] 1720/2051 83% [==================================================== ] 1721/2051 83% [==================================================== ] 1722/2051 83% [==================================================== ] 1723/2051 84% [==================================================== ] 1724/2051 84% [==================================================== ] 1725/2051 84% [==================================================== ] 1726/2051 84% [==================================================== ] 1727/2051 84% [==================================================== ] 1728/2051 84% [==================================================== ] 1729/2051 84% [==================================================== ] 1730/2051 84% [==================================================== ] 1731/2051 84% [==================================================== ] 1732/2051 84% [==================================================== ] 1733/2051 84% [==================================================== ] 1734/2051 84% [==================================================== ] 1735/2051 84% [==================================================== ] 1736/2051 84% [==================================================== ] 1737/2051 84% [==================================================== ] 1738/2051 84% [==================================================== ] 1739/2051 84% [==================================================== ] 1740/2051 84% [==================================================== ] 1741/2051 84% [==================================================== ] 1742/2051 84% [==================================================== ] 1743/2051 84% [==================================================== ] 1744/2051 85% [==================================================== ] 1745/2051 85% [==================================================== ] 1746/2051 85% [==================================================== ] 1747/2051 85% [==================================================== ] 1748/2051 85% [==================================================== ] 1749/2051 85% [==================================================== ] 1750/2051 85% [==================================================== ] 1751/2051 85% [==================================================== ] 1752/2051 85% [==================================================== ] 1753/2051 85% [===================================================== ] 1754/2051 85% [===================================================== ] 1755/2051 85% [===================================================== ] 1756/2051 85% [===================================================== ] 1757/2051 85% [===================================================== ] 1758/2051 85% [===================================================== ] 1759/2051 85% [===================================================== ] 1760/2051 85% [===================================================== ] 1761/2051 85% [===================================================== ] 1762/2051 85% [===================================================== ] 1763/2051 85% [===================================================== ] 1764/2051 86% [===================================================== ] 1765/2051 86% [===================================================== ] 1766/2051 86% [===================================================== ] 1767/2051 86% [===================================================== ] 1768/2051 86% [===================================================== ] 1769/2051 86% [===================================================== ] 1770/2051 86% [===================================================== ] 1771/2051 86% [===================================================== ] 1772/2051 86% [===================================================== ] 1773/2051 86% [===================================================== ] 1774/2051 86% [===================================================== ] 1775/2051 86% [===================================================== ] 1776/2051 86% [===================================================== ] 1777/2051 86% [===================================================== ] 1778/2051 86% [===================================================== ] 1779/2051 86% [===================================================== ] 1780/2051 86% [===================================================== ] 1781/2051 86% [===================================================== ] 1782/2051 86% [===================================================== ] 1783/2051 86% [===================================================== ] 1784/2051 86% [===================================================== ] 1785/2051 87% [===================================================== ] 1786/2051 87% [====================================================== ] 1787/2051 87% [====================================================== ] 1788/2051 87% [====================================================== ] 1789/2051 87% [====================================================== ] 1790/2051 87% [====================================================== ] 1791/2051 87% [====================================================== ] 1792/2051 87% [====================================================== ] 1793/2051 87% [====================================================== ] 1794/2051 87% [====================================================== ] 1795/2051 87% [====================================================== ] 1796/2051 87% [====================================================== ] 1797/2051 87% [====================================================== ] 1798/2051 87% [====================================================== ] 1799/2051 87% [====================================================== ] 1800/2051 87% [====================================================== ] 1801/2051 87% [====================================================== ] 1802/2051 87% [====================================================== ] 1803/2051 87% [====================================================== ] 1804/2051 87% [====================================================== ] 1805/2051 88% [====================================================== ] 1806/2051 88% [====================================================== ] 1807/2051 88% [====================================================== ] 1808/2051 88% [====================================================== ] 1809/2051 88% [====================================================== ] 1810/2051 88% [====================================================== ] 1811/2051 88% [====================================================== ] 1812/2051 88% [====================================================== ] 1813/2051 88% [====================================================== ] 1814/2051 88% [====================================================== ] 1815/2051 88% [====================================================== ] 1816/2051 88% [====================================================== ] 1817/2051 88% [====================================================== ] 1818/2051 88% [====================================================== ] 1819/2051 88% [======================================================= ] 1820/2051 88% [======================================================= ] 1821/2051 88% [======================================================= ] 1822/2051 88% [======================================================= ] 1823/2051 88% [======================================================= ] 1824/2051 88% [======================================================= ] 1825/2051 88% [======================================================= ] 1826/2051 89% [======================================================= ] 1827/2051 89% [======================================================= ] 1828/2051 89% [======================================================= ] 1829/2051 89% [======================================================= ] 1830/2051 89% [======================================================= ] 1831/2051 89% [======================================================= ] 1832/2051 89% [======================================================= ] 1833/2051 89% [======================================================= ] 1834/2051 89% [======================================================= ] 1835/2051 89% [======================================================= ] 1836/2051 89% [======================================================= ] 1837/2051 89% [======================================================= ] 1838/2051 89% [======================================================= ] 1839/2051 89% [======================================================= ] 1840/2051 89% [======================================================= ] 1841/2051 89% [======================================================= ] 1842/2051 89% [======================================================= ] 1843/2051 89% [======================================================= ] 1844/2051 89% [======================================================= ] 1845/2051 89% [======================================================= ] 1846/2051 90% [======================================================= ] 1847/2051 90% [======================================================= ] 1848/2051 90% [======================================================= ] 1849/2051 90% [======================================================= ] 1850/2051 90% [======================================================= ] 1851/2051 90% [======================================================= ] 1852/2051 90% [======================================================== ] 1853/2051 90% [======================================================== ] 1854/2051 90% [======================================================== ] 1855/2051 90% [======================================================== ] 1856/2051 90% [======================================================== ] 1857/2051 90% [======================================================== ] 1858/2051 90% [======================================================== ] 1859/2051 90% [======================================================== ] 1860/2051 90% [======================================================== ] 1861/2051 90% [======================================================== ] 1862/2051 90% [======================================================== ] 1863/2051 90% [======================================================== ] 1864/2051 90% [======================================================== ] 1865/2051 90% [======================================================== ] 1866/2051 90% [======================================================== ] 1867/2051 91% [======================================================== ] 1868/2051 91% [======================================================== ] 1869/2051 91% [======================================================== ] 1870/2051 91% [======================================================== ] 1871/2051 91% [======================================================== ] 1872/2051 91% [======================================================== ] 1873/2051 91% [======================================================== ] 1874/2051 91% [======================================================== ] 1875/2051 91% [======================================================== ] 1876/2051 91% [======================================================== ] 1877/2051 91% [======================================================== ] 1878/2051 91% [======================================================== ] 1879/2051 91% [======================================================== ] 1880/2051 91% [======================================================== ] 1881/2051 91% [======================================================== ] 1882/2051 91% [======================================================== ] 1883/2051 91% [======================================================== ] 1884/2051 91% [======================================================== ] 1885/2051 91% [========================================================= ] 1886/2051 91% [========================================================= ] 1887/2051 92% [========================================================= ] 1888/2051 92% [========================================================= ] 1889/2051 92% [========================================================= ] 1890/2051 92% [========================================================= ] 1891/2051 92% [========================================================= ] 1892/2051 92% [========================================================= ] 1893/2051 92% [========================================================= ] 1894/2051 92% [========================================================= ] 1895/2051 92% [========================================================= ] 1896/2051 92% [========================================================= ] 1897/2051 92% [========================================================= ] 1898/2051 92% [========================================================= ] 1899/2051 92% [========================================================= ] 1900/2051 92% [========================================================= ] 1901/2051 92% [========================================================= ] 1902/2051 92% [========================================================= ] 1903/2051 92% [========================================================= ] 1904/2051 92% [========================================================= ] 1905/2051 92% [========================================================= ] 1906/2051 92% [========================================================= ] 1907/2051 92% [========================================================= ] 1908/2051 93% [========================================================= ] 1909/2051 93% [========================================================= ] 1910/2051 93% [========================================================= ] 1911/2051 93% [========================================================= ] 1912/2051 93% [========================================================= ] 1913/2051 93% [========================================================= ] 1914/2051 93% [========================================================= ] 1915/2051 93% [========================================================= ] 1916/2051 93% [========================================================= ] 1917/2051 93% [========================================================= ] 1918/2051 93% [========================================================== ] 1919/2051 93% [========================================================== ] 1920/2051 93% [========================================================== ] 1921/2051 93% [========================================================== ] 1922/2051 93% [========================================================== ] 1923/2051 93% [========================================================== ] 1924/2051 93% [========================================================== ] 1925/2051 93% [========================================================== ] 1926/2051 93% [========================================================== ] 1927/2051 93% [========================================================== ] 1928/2051 94% [========================================================== ] 1929/2051 94% [========================================================== ] 1930/2051 94% [========================================================== ] 1931/2051 94% [========================================================== ] 1932/2051 94% [========================================================== ] 1933/2051 94% [========================================================== ] 1934/2051 94% [========================================================== ] 1935/2051 94% [========================================================== ] 1936/2051 94% [========================================================== ] 1937/2051 94% [========================================================== ] 1938/2051 94% [========================================================== ] 1939/2051 94% [========================================================== ] 1940/2051 94% [========================================================== ] 1941/2051 94% [========================================================== ] 1942/2051 94% [========================================================== ] 1943/2051 94% [========================================================== ] 1944/2051 94% [========================================================== ] 1945/2051 94% [========================================================== ] 1946/2051 94% [========================================================== ] 1947/2051 94% [========================================================== ] 1948/2051 94% [========================================================== ] 1949/2051 95% [========================================================== ] 1950/2051 95% [========================================================== ] 1951/2051 95% [=========================================================== ] 1952/2051 95% [=========================================================== ] 1953/2051 95% [=========================================================== ] 1954/2051 95% [=========================================================== ] 1955/2051 95% [=========================================================== ] 1956/2051 95% [=========================================================== ] 1957/2051 95% [=========================================================== ] 1958/2051 95% [=========================================================== ] 1959/2051 95% [=========================================================== ] 1960/2051 95% [=========================================================== ] 1961/2051 95% [=========================================================== ] 1962/2051 95% [=========================================================== ] 1963/2051 95% [=========================================================== ] 1964/2051 95% [=========================================================== ] 1965/2051 95% [=========================================================== ] 1966/2051 95% [=========================================================== ] 1967/2051 95% [=========================================================== ] 1968/2051 95% [=========================================================== ] 1969/2051 96% [=========================================================== ] 1970/2051 96% [=========================================================== ] 1971/2051 96% [=========================================================== ] 1972/2051 96% [=========================================================== ] 1973/2051 96% [=========================================================== ] 1974/2051 96% [=========================================================== ] 1975/2051 96% [=========================================================== ] 1976/2051 96% [=========================================================== ] 1977/2051 96% [=========================================================== ] 1978/2051 96% [=========================================================== ] 1979/2051 96% [=========================================================== ] 1980/2051 96% [=========================================================== ] 1981/2051 96% [=========================================================== ] 1982/2051 96% [=========================================================== ] 1983/2051 96% [=========================================================== ] 1984/2051 96% [============================================================ ] 1985/2051 96% [============================================================ ] 1986/2051 96% [============================================================ ] 1987/2051 96% [============================================================ ] 1988/2051 96% [============================================================ ] 1989/2051 96% [============================================================ ] 1990/2051 97% [============================================================ ] 1991/2051 97% [============================================================ ] 1992/2051 97% [============================================================ ] 1993/2051 97% [============================================================ ] 1994/2051 97% [============================================================ ] 1995/2051 97% [============================================================ ] 1996/2051 97% [============================================================ ] 1997/2051 97% [============================================================ ] 1998/2051 97% [============================================================ ] 1999/2051 97% [============================================================ ] 2000/2051 97% [============================================================ ] 2001/2051 97% [============================================================ ] 2002/2051 97% [============================================================ ] 2003/2051 97% [============================================================ ] 2004/2051 97% [============================================================ ] 2005/2051 97% [============================================================ ] 2006/2051 97% [============================================================ ] 2007/2051 97% [============================================================ ] 2008/2051 97% [============================================================ ] 2009/2051 97% [============================================================ ] 2010/2051 98% [============================================================ ] 2011/2051 98% [============================================================ ] 2012/2051 98% [============================================================ ] 2013/2051 98% [============================================================ ] 2014/2051 98% [============================================================ ] 2015/2051 98% [============================================================ ] 2016/2051 98% [============================================================ ] 2017/2051 98% [============================================================= ] 2018/2051 98% [============================================================= ] 2019/2051 98% [============================================================= ] 2020/2051 98% [============================================================= ] 2021/2051 98% [============================================================= ] 2022/2051 98% [============================================================= ] 2023/2051 98% [============================================================= ] 2024/2051 98% [============================================================= ] 2025/2051 98% [============================================================= ] 2026/2051 98% [============================================================= ] 2027/2051 98% [============================================================= ] 2028/2051 98% [============================================================= ] 2029/2051 98% [============================================================= ] 2030/2051 98% [============================================================= ] 2031/2051 99% [============================================================= ] 2032/2051 99% [============================================================= ] 2033/2051 99% [============================================================= ] 2034/2051 99% [============================================================= ] 2035/2051 99% [============================================================= ] 2036/2051 99% [============================================================= ] 2037/2051 99% [============================================================= ] 2038/2051 99% [============================================================= ] 2039/2051 99% [============================================================= ] 2040/2051 99% [============================================================= ] 2041/2051 99% [============================================================= ] 2042/2051 99% [============================================================= ] 2043/2051 99% [============================================================= ] 2044/2051 99% [============================================================= ] 2045/2051 99% [============================================================= ] 2046/2051 99% [============================================================= ] 2047/2051 99% [============================================================= ] 2048/2051 99% [============================================================= ] 2049/2051 99% [============================================================= ] 2050/2051 99% [==============================================================] 2051/2051 100% operation complete, 2051 objects in 74860 NAND pages. ln -snf /home/autobuild/autobuild/instance-9/output-1/host/aarch64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-9/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-9/buildroot' >>> Buildroot 2023.05-442-g157089d34d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-ccache 4.8.2 Collecting legal info LICENSE.adoc: OK (sha256: 55ce274f2b898dad70d3695ab13f82656fd455bd8fb6d1c85d6f7c453bef0b2e) GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-skeleton Collecting legal info >>> host-hiredis 1.1.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info >>> host-binutils 2.39 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.3 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.39 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> angular-websocket 2.0.0 Collecting legal info LICENSE: OK (sha256: 3013a57f2c8df37775804b8be5b107665a2ca209607bb92c618bcc084feb00a7) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20221126 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.28 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> janet 1.26.0 Collecting legal info LICENSE: OK (sha256: 95fca700e8dce9699248e7cc80ac88ce2357874c8352cd2be4d18f183dc9710b) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libgcrypt 1.10.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpwquality 1.4.5 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> nginx 1.24.0 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openssh 9.3p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-greenlet 2.0.2 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> host-rust-bin 1.71.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> smcroute 2.5.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysstat 12.6.1 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tinycompress 1.2.8 Collecting legal info COPYING: OK (sha256: 912ea37a4435594a3b3c35f04efa4b5b7af2e68a05f5319c16c881711a31e4b7) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> ubus f787c97b34894a38b15599886cacbca01271684f Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> uclibc-ng-test 6790eafe897b3a8c19a2caf50a5ecccf06647adf Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> urandom-scripts Collecting legal info >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-9/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot'