>>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-0/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.tar mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/buildroot/autobuild/instance-0/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/tar/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" lz4 -l -9 -c /home/buildroot/autobuild/instance-0/output-1/images/rootfs.tar > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.tar.lz4 >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" bzip2 -9 -c /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1553 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1553 0% [ ] 2/1553 0% [ ] 3/1553 0% [ ] 4/1553 0% [ ] 5/1553 0% [ ] 6/1553 0% [ ] 7/1553 0% [ ] 8/1553 0% [ ] 9/1553 0% [ ] 10/1553 0% [ ] 11/1553 0% [ ] 12/1553 0% [ ] 13/1553 0% [ ] 14/1553 0% [ ] 15/1553 0% [ ] 16/1553 1% [ ] 17/1553 1% [ ] 18/1553 1% [ ] 19/1553 1% [ ] 20/1553 1% [ ] 21/1553 1% [ ] 22/1553 1% [ ] 23/1553 1% [ ] 24/1553 1% [ ] 25/1553 1% [= ] 26/1553 1% [= ] 27/1553 1% [= ] 28/1553 1% [= ] 29/1553 1% [= ] 30/1553 1% [= ] 31/1553 1% [= ] 32/1553 2% [= ] 33/1553 2% [= ] 34/1553 2% [= ] 35/1553 2% [= ] 36/1553 2% [= ] 37/1553 2% [= ] 38/1553 2% [= ] 39/1553 2% [= ] 40/1553 2% [= ] 41/1553 2% [= ] 42/1553 2% [= ] 43/1553 2% [= ] 44/1553 2% [= ] 45/1553 2% [= ] 46/1553 2% [= ] 47/1553 3% [= ] 48/1553 3% [= ] 49/1553 3% [= ] 50/1553 3% [== ] 51/1553 3% [== ] 52/1553 3% [== ] 53/1553 3% [== ] 54/1553 3% [== ] 55/1553 3% [== ] 56/1553 3% [== ] 57/1553 3% [== ] 58/1553 3% [== ] 59/1553 3% [== ] 60/1553 3% [== ] 61/1553 3% [== ] 62/1553 3% [== ] 63/1553 4% [== ] 64/1553 4% [== ] 65/1553 4% [== ] 66/1553 4% [== ] 67/1553 4% [== ] 68/1553 4% [== ] 69/1553 4% [== ] 70/1553 4% [== ] 71/1553 4% [== ] 72/1553 4% [== ] 73/1553 4% [== ] 74/1553 4% [== ] 75/1553 4% [=== ] 76/1553 4% [=== ] 77/1553 4% [=== ] 78/1553 5% [=== ] 79/1553 5% [=== ] 80/1553 5% [=== ] 81/1553 5% [=== ] 82/1553 5% [=== ] 83/1553 5% [=== ] 84/1553 5% [=== ] 85/1553 5% [=== ] 86/1553 5% [=== ] 87/1553 5% [=== ] 88/1553 5% [=== ] 89/1553 5% [=== ] 90/1553 5% [=== ] 91/1553 5% [=== ] 92/1553 5% [=== ] 93/1553 5% [=== ] 94/1553 6% [=== ] 95/1553 6% [=== ] 96/1553 6% [=== ] 97/1553 6% [=== ] 98/1553 6% [=== ] 99/1553 6% [=== ] 100/1553 6% [==== ] 101/1553 6% [==== ] 102/1553 6% [==== ] 103/1553 6% [==== ] 104/1553 6% [==== ] 105/1553 6% [==== ] 106/1553 6% [==== ] 107/1553 6% [==== ] 108/1553 6% [==== ] 109/1553 7% [==== ] 110/1553 7% [==== ] 111/1553 7% [==== ] 112/1553 7% [==== ] 113/1553 7% [==== ] 114/1553 7% [==== ] 115/1553 7% [==== ] 116/1553 7% [==== ] 117/1553 7% [==== ] 118/1553 7% [==== ] 119/1553 7% [==== ] 120/1553 7% [==== ] 121/1553 7% [==== ] 122/1553 7% [==== ] 123/1553 7% [==== ] 124/1553 7% [==== ] 125/1553 8% [===== ] 126/1553 8% [===== ] 127/1553 8% [===== ] 128/1553 8% [===== ] 129/1553 8% [===== ] 130/1553 8% [===== ] 131/1553 8% [===== ] 132/1553 8% [===== ] 133/1553 8% [===== ] 134/1553 8% [===== ] 135/1553 8% [===== ] 136/1553 8% [===== ] 137/1553 8% [===== ] 138/1553 8% [===== ] 139/1553 8% [===== ] 140/1553 9% [===== ] 141/1553 9% [===== ] 142/1553 9% [===== ] 143/1553 9% [===== ] 144/1553 9% [===== ] 145/1553 9% [===== ] 146/1553 9% [===== ] 147/1553 9% [===== ] 148/1553 9% [===== ] 149/1553 9% [===== ] 150/1553 9% [====== ] 151/1553 9% [====== ] 152/1553 9% [====== ] 153/1553 9% [====== ] 154/1553 9% [====== ] 155/1553 9% [====== ] 156/1553 10% [====== ] 157/1553 10% [====== ] 158/1553 10% [====== ] 159/1553 10% [====== ] 160/1553 10% [====== ] 161/1553 10% [====== ] 162/1553 10% [====== ] 163/1553 10% [====== ] 164/1553 10% [====== ] 165/1553 10% [====== ] 166/1553 10% [====== ] 167/1553 10% [====== ] 168/1553 10% [====== ] 169/1553 10% [====== ] 170/1553 10% [====== ] 171/1553 11% [====== ] 172/1553 11% [====== ] 173/1553 11% [====== ] 174/1553 11% [====== ] 175/1553 11% [======= ] 176/1553 11% [======= ] 177/1553 11% [======= ] 178/1553 11% [======= ] 179/1553 11% [======= ] 180/1553 11% [======= ] 181/1553 11% [======= ] 182/1553 11% [======= ] 183/1553 11% [======= ] 184/1553 11% [======= ] 185/1553 11% [======= ] 186/1553 11% [======= ] 187/1553 12% [======= ] 188/1553 12% [======= ] 189/1553 12% [======= ] 190/1553 12% [======= ] 191/1553 12% [======= ] 192/1553 12% [======= ] 193/1553 12% [======= ] 194/1553 12% [======= ] 195/1553 12% [======= ] 196/1553 12% [======= ] 197/1553 12% [======= ] 198/1553 12% [======= ] 199/1553 12% [======= ] 200/1553 12% [======== ] 201/1553 12% [======== ] 202/1553 13% [======== ] 203/1553 13% [======== ] 204/1553 13% [======== ] 205/1553 13% [======== ] 206/1553 13% [======== ] 207/1553 13% [======== ] 208/1553 13% [======== ] 209/1553 13% [======== ] 210/1553 13% [======== ] 211/1553 13% [======== ] 212/1553 13% [======== ] 213/1553 13% [======== ] 214/1553 13% [======== ] 215/1553 13% [======== ] 216/1553 13% [======== ] 217/1553 13% [======== ] 218/1553 14% [======== ] 219/1553 14% [======== ] 220/1553 14% [======== ] 221/1553 14% [======== ] 222/1553 14% [======== ] 223/1553 14% [======== ] 224/1553 14% [======== ] 225/1553 14% [========= ] 226/1553 14% [========= ] 227/1553 14% [========= ] 228/1553 14% [========= ] 229/1553 14% [========= ] 230/1553 14% [========= ] 231/1553 14% [========= ] 232/1553 14% [========= ] 233/1553 15% [========= ] 234/1553 15% [========= ] 235/1553 15% [========= ] 236/1553 15% [========= ] 237/1553 15% [========= ] 238/1553 15% [========= ] 239/1553 15% [========= ] 240/1553 15% [========= ] 241/1553 15% [========= ] 242/1553 15% [========= ] 243/1553 15% [========= ] 244/1553 15% [========= ] 245/1553 15% [========= ] 246/1553 15% [========= ] 247/1553 15% [========= ] 248/1553 15% [========= ] 249/1553 16% [========= ] 250/1553 16% [========== ] 251/1553 16% [========== ] 252/1553 16% [========== ] 253/1553 16% [========== ] 254/1553 16% [========== ] 255/1553 16% [========== ] 256/1553 16% [========== ] 257/1553 16% [========== ] 258/1553 16% [========== ] 259/1553 16% [========== ] 260/1553 16% [========== ] 261/1553 16% [========== ] 262/1553 16% [========== ] 263/1553 16% [========== ] 264/1553 16% [========== ] 265/1553 17% [========== ] 266/1553 17% [========== ] 267/1553 17% [========== ] 268/1553 17% [========== ] 269/1553 17% [========== ] 270/1553 17% [========== ] 271/1553 17% [========== ] 272/1553 17% [========== ] 273/1553 17% [========== ] 274/1553 17% [========== ] 275/1553 17% [=========== ] 276/1553 17% [=========== ] 277/1553 17% [=========== ] 278/1553 17% [=========== ] 279/1553 17% [=========== ] 280/1553 18% [=========== ] 281/1553 18% [=========== ] 282/1553 18% [=========== ] 283/1553 18% [=========== ] 284/1553 18% [=========== ] 285/1553 18% [=========== ] 286/1553 18% [=========== ] 287/1553 18% [=========== ] 288/1553 18% [=========== ] 289/1553 18% [=========== ] 290/1553 18% [=========== ] 291/1553 18% [=========== ] 292/1553 18% [=========== ] 293/1553 18% [=========== ] 294/1553 18% [=========== ] 295/1553 18% [=========== ] 296/1553 19% [=========== ] 297/1553 19% [=========== ] 298/1553 19% [=========== ] 299/1553 19% [=========== ] 300/1553 19% [============ ] 301/1553 19% [============ ] 302/1553 19% [============ ] 303/1553 19% [============ ] 304/1553 19% [============ ] 305/1553 19% [============ ] 306/1553 19% [============ ] 307/1553 19% [============ ] 308/1553 19% [============ ] 309/1553 19% [============ ] 310/1553 19% [============ ] 311/1553 20% [============ ] 312/1553 20% [============ ] 313/1553 20% [============ ] 314/1553 20% [============ ] 315/1553 20% [============ ] 316/1553 20% [============ ] 317/1553 20% [============ ] 318/1553 20% [============ ] 319/1553 20% [============ ] 320/1553 20% [============ ] 321/1553 20% [============ ] 322/1553 20% [============ ] 323/1553 20% [============ ] 324/1553 20% [============ ] 325/1553 20% [============= ] 326/1553 20% [============= ] 327/1553 21% [============= ] 328/1553 21% [============= ] 329/1553 21% [============= ] 330/1553 21% [============= ] 331/1553 21% [============= ] 332/1553 21% [============= ] 333/1553 21% [============= ] 334/1553 21% [============= ] 335/1553 21% [============= ] 336/1553 21% [============= ] 337/1553 21% [============= ] 338/1553 21% [============= ] 339/1553 21% [============= ] 340/1553 21% [============= ] 341/1553 21% [============= ] 342/1553 22% [============= ] 343/1553 22% [============= ] 344/1553 22% [============= ] 345/1553 22% [============= ] 346/1553 22% [============= ] 347/1553 22% [============= ] 348/1553 22% [============= ] 349/1553 22% [============= ] 350/1553 22% [============== ] 351/1553 22% [============== ] 352/1553 22% [============== ] 353/1553 22% [============== ] 354/1553 22% [============== ] 355/1553 22% [============== ] 356/1553 22% [============== ] 357/1553 22% [============== ] 358/1553 23% [============== ] 359/1553 23% [============== ] 360/1553 23% [============== ] 361/1553 23% [============== ] 362/1553 23% [============== ] 363/1553 23% [============== ] 364/1553 23% [============== ] 365/1553 23% [============== ] 366/1553 23% [============== ] 367/1553 23% [============== ] 368/1553 23% [============== ] 369/1553 23% [============== ] 370/1553 23% [============== ] 371/1553 23% [============== ] 372/1553 23% [============== ] 373/1553 24% [============== ] 374/1553 24% [============== ] 375/1553 24% [=============== ] 376/1553 24% [=============== ] 377/1553 24% [=============== ] 378/1553 24% [=============== ] 379/1553 24% [=============== ] 380/1553 24% [=============== ] 381/1553 24% [=============== ] 382/1553 24% [=============== ] 383/1553 24% [=============== ] 384/1553 24% [=============== ] 385/1553 24% [=============== ] 386/1553 24% [=============== ] 387/1553 24% [=============== ] 388/1553 24% [=============== ] 389/1553 25% [=============== ] 390/1553 25% [=============== ] 391/1553 25% [=============== ] 392/1553 25% [=============== ] 393/1553 25% [=============== ] 394/1553 25% [=============== ] 395/1553 25% [=============== ] 396/1553 25% [=============== ] 397/1553 25% [=============== ] 398/1553 25% [=============== ] 399/1553 25% [=============== ] 400/1553 25% [================ ] 401/1553 25% [================ ] 402/1553 25% [================ ] 403/1553 25% [================ ] 404/1553 26% [================ ] 405/1553 26% [================ ] 406/1553 26% [================ ] 407/1553 26% [================ ] 408/1553 26% [================ ] 409/1553 26% [================ ] 410/1553 26% [================ ] 411/1553 26% [================ ] 412/1553 26% [================ ] 413/1553 26% [================ ] 414/1553 26% [================ ] 415/1553 26% [================ ] 416/1553 26% [================ ] 417/1553 26% [================ ] 418/1553 26% [================ ] 419/1553 26% [================ ] 420/1553 27% [================ ] 421/1553 27% [================ ] 422/1553 27% [================ ] 423/1553 27% [================ ] 424/1553 27% [================ ] 425/1553 27% [================= ] 426/1553 27% [================= ] 427/1553 27% [================= ] 428/1553 27% [================= ] 429/1553 27% [================= ] 430/1553 27% [================= ] 431/1553 27% [================= ] 432/1553 27% [================= ] 433/1553 27% [================= ] 434/1553 27% [================= ] 435/1553 28% [================= ] 436/1553 28% [================= ] 437/1553 28% [================= ] 438/1553 28% [================= ] 439/1553 28% [================= ] 440/1553 28% [================= ] 441/1553 28% [================= ] 442/1553 28% [================= ] 443/1553 28% [================= ] 444/1553 28% [================= ] 445/1553 28% [================= ] 446/1553 28% [================= ] 447/1553 28% [================= ] 448/1553 28% [================= ] 449/1553 28% [================= ] 450/1553 28% [================== ] 451/1553 29% [================== ] 452/1553 29% [================== ] 453/1553 29% [================== ] 454/1553 29% [================== ] 455/1553 29% [================== ] 456/1553 29% [================== ] 457/1553 29% [================== ] 458/1553 29% [================== ] 459/1553 29% [================== ] 460/1553 29% [================== ] 461/1553 29% [================== ] 462/1553 29% [================== ] 463/1553 29% [================== ] 464/1553 29% [================== ] 465/1553 29% [================== ] 466/1553 30% [================== ] 467/1553 30% [================== ] 468/1553 30% [================== ] 469/1553 30% [================== ] 470/1553 30% [================== ] 471/1553 30% [================== ] 472/1553 30% [================== ] 473/1553 30% [================== ] 474/1553 30% [================== ] 475/1553 30% [=================== ] 476/1553 30% [=================== ] 477/1553 30% [=================== ] 478/1553 30% [=================== ] 479/1553 30% [=================== ] 480/1553 30% [=================== ] 481/1553 30% [=================== ] 482/1553 31% [=================== ] 483/1553 31% [=================== ] 484/1553 31% [=================== ] 485/1553 31% [=================== ] 486/1553 31% [=================== ] 487/1553 31% [=================== ] 488/1553 31% [=================== ] 489/1553 31% [=================== ] 490/1553 31% [=================== ] 491/1553 31% [=================== ] 492/1553 31% [=================== ] 493/1553 31% [=================== ] 494/1553 31% [=================== ] 495/1553 31% [=================== ] 496/1553 31% [=================== ] 497/1553 32% [=================== ] 498/1553 32% [=================== ] 499/1553 32% [=================== ] 500/1553 32% [==================== ] 501/1553 32% [==================== ] 502/1553 32% [==================== ] 503/1553 32% [==================== ] 504/1553 32% [==================== ] 505/1553 32% [==================== ] 506/1553 32% [==================== ] 507/1553 32% [==================== ] 508/1553 32% [==================== ] 509/1553 32% [==================== ] 510/1553 32% [==================== ] 511/1553 32% [==================== ] 512/1553 32% [==================== ] 513/1553 33% [==================== ] 514/1553 33% [==================== ] 515/1553 33% [==================== ] 516/1553 33% [==================== ] 517/1553 33% [==================== ] 518/1553 33% [==================== ] 519/1553 33% [==================== ] 520/1553 33% [==================== ] 521/1553 33% [==================== ] 522/1553 33% [==================== ] 523/1553 33% [==================== ] 524/1553 33% [==================== ] 525/1553 33% [==================== ] 526/1553 33% [===================== ] 527/1553 33% [===================== ] 528/1553 33% [===================== ] 529/1553 34% [===================== ] 530/1553 34% [===================== ] 531/1553 34% [===================== ] 532/1553 34% [===================== ] 533/1553 34% [===================== ] 534/1553 34% [===================== ] 535/1553 34% [===================== ] 536/1553 34% [===================== ] 537/1553 34% [===================== ] 538/1553 34% [===================== ] 539/1553 34% [===================== ] 540/1553 34% [===================== ] 541/1553 34% [===================== ] 542/1553 34% [===================== ] 543/1553 34% [===================== ] 544/1553 35% [===================== ] 545/1553 35% [===================== ] 546/1553 35% [===================== ] 547/1553 35% [===================== ] 548/1553 35% [===================== ] 549/1553 35% [===================== ] 550/1553 35% [===================== ] 551/1553 35% [====================== ] 552/1553 35% [====================== ] 553/1553 35% [====================== ] 554/1553 35% [====================== ] 555/1553 35% [====================== ] 556/1553 35% [====================== ] 557/1553 35% [====================== ] 558/1553 35% [====================== ] 559/1553 35% [====================== ] 560/1553 36% [====================== ] 561/1553 36% [====================== ] 562/1553 36% [====================== ] 563/1553 36% [====================== ] 564/1553 36% [====================== ] 565/1553 36% [====================== ] 566/1553 36% [====================== ] 567/1553 36% [====================== ] 568/1553 36% [====================== ] 569/1553 36% [====================== ] 570/1553 36% [====================== ] 571/1553 36% [====================== ] 572/1553 36% [====================== ] 573/1553 36% [====================== ] 574/1553 36% [====================== ] 575/1553 37% [====================== ] 576/1553 37% [======================= ] 577/1553 37% [======================= ] 578/1553 37% [======================= ] 579/1553 37% [======================= ] 580/1553 37% [======================= ] 581/1553 37% [======================= ] 582/1553 37% [======================= ] 583/1553 37% [======================= ] 584/1553 37% [======================= ] 585/1553 37% [======================= ] 586/1553 37% [======================= ] 587/1553 37% [======================= ] 588/1553 37% [======================= ] 589/1553 37% [======================= ] 590/1553 37% [======================= ] 591/1553 38% [======================= ] 592/1553 38% [======================= ] 593/1553 38% [======================= ] 594/1553 38% [======================= ] 595/1553 38% [======================= ] 596/1553 38% [======================= ] 597/1553 38% [======================= ] 598/1553 38% [======================= ] 599/1553 38% [======================= ] 600/1553 38% [======================= ] 601/1553 38% [======================== ] 602/1553 38% [======================== ] 603/1553 38% [======================== ] 604/1553 38% [======================== ] 605/1553 38% [======================== ] 606/1553 39% [======================== ] 607/1553 39% [======================== ] 608/1553 39% [======================== ] 609/1553 39% [======================== ] 610/1553 39% [======================== ] 611/1553 39% [======================== ] 612/1553 39% [======================== ] 613/1553 39% [======================== ] 614/1553 39% [======================== ] 615/1553 39% [======================== ] 616/1553 39% [======================== ] 617/1553 39% [======================== ] 618/1553 39% [======================== ] 619/1553 39% [======================== ] 620/1553 39% [======================== ] 621/1553 39% [======================== ] 622/1553 40% [======================== ] 623/1553 40% [======================== ] 624/1553 40% [======================== ] 625/1553 40% [======================== ] 626/1553 40% [========================= ] 627/1553 40% [========================= ] 628/1553 40% [========================= ] 629/1553 40% [========================= ] 630/1553 40% [========================= ] 631/1553 40% [========================= ] 632/1553 40% [========================= ] 633/1553 40% [========================= ] 634/1553 40% [========================= ] 635/1553 40% [========================= ] 636/1553 40% [========================= ] 637/1553 41% [========================= ] 638/1553 41% [========================= ] 639/1553 41% [========================= ] 640/1553 41% [========================= ] 641/1553 41% [========================= ] 642/1553 41% [========================= ] 643/1553 41% [========================= ] 644/1553 41% [========================= ] 645/1553 41% [========================= ] 646/1553 41% [========================= ] 647/1553 41% [========================= ] 648/1553 41% [========================= ] 649/1553 41% [========================= ] 650/1553 41% [========================= ] 651/1553 41% [========================== ] 652/1553 41% [========================== ] 653/1553 42% [========================== ] 654/1553 42% [========================== ] 655/1553 42% [========================== ] 656/1553 42% [========================== ] 657/1553 42% [========================== ] 658/1553 42% [========================== ] 659/1553 42% [========================== ] 660/1553 42% [========================== ] 661/1553 42% [========================== ] 662/1553 42% [========================== ] 663/1553 42% [========================== ] 664/1553 42% [========================== ] 665/1553 42% [========================== ] 666/1553 42% [========================== ] 667/1553 42% [========================== ] 668/1553 43% [========================== ] 669/1553 43% [========================== ] 670/1553 43% [========================== ] 671/1553 43% [========================== ] 672/1553 43% [========================== ] 673/1553 43% [========================== ] 674/1553 43% [========================== ] 675/1553 43% [========================== ] 676/1553 43% [=========================== ] 677/1553 43% [=========================== ] 678/1553 43% [=========================== ] 679/1553 43% [=========================== ] 680/1553 43% [=========================== ] 681/1553 43% [=========================== ] 682/1553 43% [=========================== ] 683/1553 43% [=========================== ] 684/1553 44% [=========================== ] 685/1553 44% [=========================== ] 686/1553 44% [=========================== ] 687/1553 44% [=========================== ] 688/1553 44% [=========================== ] 689/1553 44% [=========================== ] 690/1553 44% [=========================== ] 691/1553 44% [=========================== ] 692/1553 44% [=========================== ] 693/1553 44% [=========================== ] 694/1553 44% [=========================== ] 695/1553 44% [=========================== ] 696/1553 44% [=========================== ] 697/1553 44% [=========================== ] 698/1553 44% [=========================== ] 699/1553 45% [=========================== ] 700/1553 45% [=========================== ] 701/1553 45% [============================ ] 702/1553 45% [============================ ] 703/1553 45% [============================ ] 704/1553 45% [============================ ] 705/1553 45% [============================ ] 706/1553 45% [============================ ] 707/1553 45% [============================ ] 708/1553 45% [============================ ] 709/1553 45% [============================ ] 710/1553 45% [============================ ] 711/1553 45% [============================ ] 712/1553 45% [============================ ] 713/1553 45% [============================ ] 714/1553 45% [============================ ] 715/1553 46% [============================ ] 716/1553 46% [============================ ] 717/1553 46% [============================ ] 718/1553 46% [============================ ] 719/1553 46% [============================ ] 720/1553 46% [============================ ] 721/1553 46% [============================ ] 722/1553 46% [============================ ] 723/1553 46% [============================ ] 724/1553 46% [============================ ] 725/1553 46% [============================ ] 726/1553 46% [============================= ] 727/1553 46% [============================= ] 728/1553 46% [============================= ] 729/1553 46% [============================= ] 730/1553 47% [============================= ] 731/1553 47% [============================= ] 732/1553 47% [============================= ] 733/1553 47% [============================= ] 734/1553 47% [============================= ] 735/1553 47% [============================= ] 736/1553 47% [============================= ] 737/1553 47% [============================= ] 738/1553 47% [============================= ] 739/1553 47% [============================= ] 740/1553 47% [============================= ] 741/1553 47% [============================= ] 742/1553 47% [============================= ] 743/1553 47% [============================= ] 744/1553 47% [============================= ] 745/1553 47% [============================= ] 746/1553 48% [============================= ] 747/1553 48% [============================= ] 748/1553 48% [============================= ] 749/1553 48% [============================= ] 750/1553 48% [============================= ] 751/1553 48% [============================== ] 752/1553 48% [============================== ] 753/1553 48% [============================== ] 754/1553 48% [============================== ] 755/1553 48% [============================== ] 756/1553 48% [============================== ] 757/1553 48% [============================== ] 758/1553 48% [============================== ] 759/1553 48% [============================== ] 760/1553 48% [============================== ] 761/1553 49% [============================== ] 762/1553 49% [============================== ] 763/1553 49% [============================== ] 764/1553 49% [============================== ] 765/1553 49% [============================== ] 766/1553 49% [============================== ] 767/1553 49% [============================== ] 768/1553 49% [============================== ] 769/1553 49% [============================== ] 770/1553 49% [============================== ] 771/1553 49% [============================== ] 772/1553 49% [============================== ] 773/1553 49% [============================== ] 774/1553 49% [============================== ] 775/1553 49% [============================== ] 776/1553 49% [=============================== ] 777/1553 50% [=============================== ] 778/1553 50% [=============================== ] 779/1553 50% [=============================== ] 780/1553 50% [=============================== ] 781/1553 50% [=============================== ] 782/1553 50% [=============================== ] 783/1553 50% [=============================== ] 784/1553 50% [=============================== ] 785/1553 50% [=============================== ] 786/1553 50% [=============================== ] 787/1553 50% [=============================== ] 788/1553 50% [=============================== ] 789/1553 50% [=============================== ] 790/1553 50% [=============================== ] 791/1553 50% [=============================== ] 792/1553 50% [=============================== ] 793/1553 51% [=============================== ] 794/1553 51% [=============================== ] 795/1553 51% [=============================== ] 796/1553 51% [=============================== ] 797/1553 51% [=============================== ] 798/1553 51% [=============================== ] 799/1553 51% [=============================== ] 800/1553 51% [=============================== ] 801/1553 51% [================================ ] 802/1553 51% [================================ ] 803/1553 51% [================================ ] 804/1553 51% [================================ ] 805/1553 51% [================================ ] 806/1553 51% [================================ ] 807/1553 51% [================================ ] 808/1553 52% [================================ ] 809/1553 52% [================================ ] 810/1553 52% [================================ ] 811/1553 52% [================================ ] 812/1553 52% [================================ ] 813/1553 52% [================================ ] 814/1553 52% [================================ ] 815/1553 52% [================================ ] 816/1553 52% [================================ ] 817/1553 52% [================================ ] 818/1553 52% [================================ ] 819/1553 52% [================================ ] 820/1553 52% [================================ ] 821/1553 52% [================================ ] 822/1553 52% [================================ ] 823/1553 52% [================================ ] 824/1553 53% [================================ ] 825/1553 53% [================================ ] 826/1553 53% [================================= ] 827/1553 53% [================================= ] 828/1553 53% [================================= ] 829/1553 53% [================================= ] 830/1553 53% [================================= ] 831/1553 53% [================================= ] 832/1553 53% [================================= ] 833/1553 53% [================================= ] 834/1553 53% [================================= ] 835/1553 53% [================================= ] 836/1553 53% [================================= ] 837/1553 53% [================================= ] 838/1553 53% [================================= ] 839/1553 54% [================================= ] 840/1553 54% [================================= ] 841/1553 54% [================================= ] 842/1553 54% [================================= ] 843/1553 54% [================================= ] 844/1553 54% [================================= ] 845/1553 54% [================================= ] 846/1553 54% [================================= ] 847/1553 54% [================================= ] 848/1553 54% [================================= ] 849/1553 54% [================================= ] 850/1553 54% [================================= ] 851/1553 54% [================================== ] 852/1553 54% [================================== ] 853/1553 54% [================================== ] 854/1553 54% [================================== ] 855/1553 55% [================================== ] 856/1553 55% [================================== ] 857/1553 55% [================================== ] 858/1553 55% [================================== ] 859/1553 55% [================================== ] 860/1553 55% [================================== ] 861/1553 55% [================================== ] 862/1553 55% [================================== ] 863/1553 55% [================================== ] 864/1553 55% [================================== ] 865/1553 55% [================================== ] 866/1553 55% [================================== ] 867/1553 55% [================================== ] 868/1553 55% [================================== ] 869/1553 55% [================================== ] 870/1553 56% [================================== ] 871/1553 56% [================================== ] 872/1553 56% [================================== ] 873/1553 56% [================================== ] 874/1553 56% [================================== ] 875/1553 56% [================================== ] 876/1553 56% [=================================== ] 877/1553 56% [=================================== ] 878/1553 56% [=================================== ] 879/1553 56% [=================================== ] 880/1553 56% [=================================== ] 881/1553 56% [=================================== ] 882/1553 56% [=================================== ] 883/1553 56% [=================================== ] 884/1553 56% [=================================== ] 885/1553 56% [=================================== ] 886/1553 57% [=================================== ] 887/1553 57% [=================================== ] 888/1553 57% [=================================== ] 889/1553 57% [=================================== ] 890/1553 57% [=================================== ] 891/1553 57% [=================================== ] 892/1553 57% [=================================== ] 893/1553 57% [=================================== ] 894/1553 57% [=================================== ] 895/1553 57% [=================================== ] 896/1553 57% [=================================== ] 897/1553 57% [=================================== ] 898/1553 57% [=================================== ] 899/1553 57% [=================================== ] 900/1553 57% [=================================== ] 901/1553 58% [==================================== ] 902/1553 58% [==================================== ] 903/1553 58% [==================================== ] 904/1553 58% [==================================== ] 905/1553 58% [==================================== ] 906/1553 58% [==================================== ] 907/1553 58% [==================================== ] 908/1553 58% [==================================== ] 909/1553 58% [==================================== ] 910/1553 58% [==================================== ] 911/1553 58% [==================================== ] 912/1553 58% [==================================== ] 913/1553 58% [==================================== ] 914/1553 58% [==================================== ] 915/1553 58% [==================================== ] 916/1553 58% [==================================== ] 917/1553 59% [==================================== ] 918/1553 59% [==================================== ] 919/1553 59% [==================================== ] 920/1553 59% [==================================== ] 921/1553 59% [==================================== ] 922/1553 59% [==================================== ] 923/1553 59% [==================================== ] 924/1553 59% [==================================== ] 925/1553 59% [==================================== ] 926/1553 59% [===================================== ] 927/1553 59% [===================================== ] 928/1553 59% [===================================== ] 929/1553 59% [===================================== ] 930/1553 59% [===================================== ] 931/1553 59% [===================================== ] 932/1553 60% [===================================== ] 933/1553 60% [===================================== ] 934/1553 60% [===================================== ] 935/1553 60% [===================================== ] 936/1553 60% [===================================== ] 937/1553 60% [===================================== ] 938/1553 60% [===================================== ] 939/1553 60% [===================================== ] 940/1553 60% [===================================== ] 941/1553 60% [===================================== ] 942/1553 60% [===================================== ] 943/1553 60% [===================================== ] 944/1553 60% [===================================== ] 945/1553 60% [===================================== ] 946/1553 60% [===================================== ] 947/1553 60% [===================================== ] 948/1553 61% [===================================== ] 949/1553 61% [===================================== ] 950/1553 61% [===================================== ] 951/1553 61% [====================================== ] 952/1553 61% [====================================== ] 953/1553 61% [====================================== ] 954/1553 61% [====================================== ] 955/1553 61% [====================================== ] 956/1553 61% [====================================== ] 957/1553 61% [====================================== ] 958/1553 61% [====================================== ] 959/1553 61% [====================================== ] 960/1553 61% [====================================== ] 961/1553 61% [====================================== ] 962/1553 61% [====================================== ] 963/1553 62% [====================================== ] 964/1553 62% [====================================== ] 965/1553 62% [====================================== ] 966/1553 62% [====================================== ] 967/1553 62% [====================================== ] 968/1553 62% [====================================== ] 969/1553 62% [====================================== ] 970/1553 62% [====================================== ] 971/1553 62% [====================================== ] 972/1553 62% [====================================== ] 973/1553 62% [====================================== ] 974/1553 62% [====================================== ] 975/1553 62% [====================================== ] 976/1553 62% [======================================= ] 977/1553 62% [======================================= ] 978/1553 62% [======================================= ] 979/1553 63% [======================================= ] 980/1553 63% [======================================= ] 981/1553 63% [======================================= ] 982/1553 63% [======================================= ] 983/1553 63% [======================================= ] 984/1553 63% [======================================= ] 985/1553 63% [======================================= ] 986/1553 63% [======================================= ] 987/1553 63% [======================================= ] 988/1553 63% [======================================= ] 989/1553 63% [======================================= ] 990/1553 63% [======================================= ] 991/1553 63% [======================================= ] 992/1553 63% [======================================= ] 993/1553 63% [======================================= ] 994/1553 64% [======================================= ] 995/1553 64% [======================================= ] 996/1553 64% [======================================= ] 997/1553 64% [======================================= ] 998/1553 64% [======================================= ] 999/1553 64% [======================================= ] 1000/1553 64% [======================================= ] 1001/1553 64% [======================================== ] 1002/1553 64% [======================================== ] 1003/1553 64% [======================================== ] 1004/1553 64% [======================================== ] 1005/1553 64% [======================================== ] 1006/1553 64% [======================================== ] 1007/1553 64% [======================================== ] 1008/1553 64% [======================================== ] 1009/1553 64% [======================================== ] 1010/1553 65% [======================================== ] 1011/1553 65% [======================================== ] 1012/1553 65% [======================================== ] 1013/1553 65% [======================================== ] 1014/1553 65% [======================================== ] 1015/1553 65% [======================================== ] 1016/1553 65% [======================================== ] 1017/1553 65% [======================================== ] 1018/1553 65% [======================================== ] 1019/1553 65% [======================================== ] 1020/1553 65% [======================================== ] 1021/1553 65% [======================================== ] 1022/1553 65% [======================================== ] 1023/1553 65% [======================================== ] 1024/1553 65% [======================================== ] 1025/1553 66% [======================================== ] 1026/1553 66% [========================================= ] 1027/1553 66% [========================================= ] 1028/1553 66% [========================================= ] 1029/1553 66% [========================================= ] 1030/1553 66% [========================================= ] 1031/1553 66% [========================================= ] 1032/1553 66% [========================================= ] 1033/1553 66% [========================================= ] 1034/1553 66% [========================================= ] 1035/1553 66% [========================================= ] 1036/1553 66% [========================================= ] 1037/1553 66% [========================================= ] 1038/1553 66% [========================================= ] 1039/1553 66% [========================================= ] 1040/1553 66% [========================================= ] 1041/1553 67% [========================================= ] 1042/1553 67% [========================================= ] 1043/1553 67% [========================================= ] 1044/1553 67% [========================================= ] 1045/1553 67% [========================================= ] 1046/1553 67% [========================================= ] 1047/1553 67% [========================================= ] 1048/1553 67% [========================================= ] 1049/1553 67% [========================================= ] 1050/1553 67% [========================================= ] 1051/1553 67% [========================================= ] 1052/1553 67% [========================================== ] 1053/1553 67% [========================================== ] 1054/1553 67% [========================================== ] 1055/1553 67% [========================================== ] 1056/1553 67% [========================================== ] 1057/1553 68% [========================================== ] 1058/1553 68% [========================================== ] 1059/1553 68% [========================================== ] 1060/1553 68% [========================================== ] 1061/1553 68% [========================================== ] 1062/1553 68% [========================================== ] 1063/1553 68% [========================================== ] 1064/1553 68% [========================================== ] 1065/1553 68% [========================================== ] 1066/1553 68% [========================================== ] 1067/1553 68% [========================================== ] 1068/1553 68% [========================================== ] 1069/1553 68% [========================================== ] 1070/1553 68% [========================================== ] 1071/1553 68% [========================================== ] 1072/1553 69% [========================================== ] 1073/1553 69% [========================================== ] 1074/1553 69% [========================================== ] 1075/1553 69% [========================================== ] 1076/1553 69% [========================================== ] 1077/1553 69% [=========================================== ] 1078/1553 69% [=========================================== ] 1079/1553 69% [=========================================== ] 1080/1553 69% [=========================================== ] 1081/1553 69% [=========================================== ] 1082/1553 69% [=========================================== ] 1083/1553 69% [=========================================== ] 1084/1553 69% [=========================================== ] 1085/1553 69% [=========================================== ] 1086/1553 69% [=========================================== ] 1087/1553 69% [=========================================== ] 1088/1553 70% [=========================================== ] 1089/1553 70% [=========================================== ] 1090/1553 70% [=========================================== ] 1091/1553 70% [=========================================== ] 1092/1553 70% [=========================================== ] 1093/1553 70% [=========================================== ] 1094/1553 70% [=========================================== ] 1095/1553 70% [=========================================== ] 1096/1553 70% [=========================================== ] 1097/1553 70% [=========================================== ] 1098/1553 70% [=========================================== ] 1099/1553 70% [=========================================== ] 1100/1553 70% [=========================================== ] 1101/1553 70% [=========================================== ] 1102/1553 70% [============================================ ] 1103/1553 71% [============================================ ] 1104/1553 71% [============================================ ] 1105/1553 71% [============================================ ] 1106/1553 71% [============================================ ] 1107/1553 71% [============================================ ] 1108/1553 71% [============================================ ] 1109/1553 71% [============================================ ] 1110/1553 71% [============================================ ] 1111/1553 71% [============================================ ] 1112/1553 71% [============================================ ] 1113/1553 71% [============================================ ] 1114/1553 71% [============================================ ] 1115/1553 71% [============================================ ] 1116/1553 71% [============================================ ] 1117/1553 71% [============================================ ] 1118/1553 71% [============================================ ] 1119/1553 72% [============================================ ] 1120/1553 72% [============================================ ] 1121/1553 72% [============================================ ] 1122/1553 72% [============================================ ] 1123/1553 72% [============================================ ] 1124/1553 72% [============================================ ] 1125/1553 72% [============================================ ] 1126/1553 72% [============================================ ] 1127/1553 72% [============================================= ] 1128/1553 72% [============================================= ] 1129/1553 72% [============================================= ] 1130/1553 72% [============================================= ] 1131/1553 72% [============================================= ] 1132/1553 72% [============================================= ] 1133/1553 72% [============================================= ] 1134/1553 73% [============================================= ] 1135/1553 73% [============================================= ] 1136/1553 73% [============================================= ] 1137/1553 73% [============================================= ] 1138/1553 73% [============================================= ] 1139/1553 73% [============================================= ] 1140/1553 73% [============================================= ] 1141/1553 73% [============================================= ] 1142/1553 73% [============================================= ] 1143/1553 73% [============================================= ] 1144/1553 73% [============================================= ] 1145/1553 73% [============================================= ] 1146/1553 73% [============================================= ] 1147/1553 73% [============================================= ] 1148/1553 73% [============================================= ] 1149/1553 73% [============================================= ] 1150/1553 74% [============================================= ] 1151/1553 74% [============================================= ] 1152/1553 74% [============================================== ] 1153/1553 74% [============================================== ] 1154/1553 74% [============================================== ] 1155/1553 74% [============================================== ] 1156/1553 74% [============================================== ] 1157/1553 74% [============================================== ] 1158/1553 74% [============================================== ] 1159/1553 74% [============================================== ] 1160/1553 74% [============================================== ] 1161/1553 74% [============================================== ] 1162/1553 74% [============================================== ] 1163/1553 74% [============================================== ] 1164/1553 74% [============================================== ] 1165/1553 75% [============================================== ] 1166/1553 75% [============================================== ] 1167/1553 75% [============================================== ] 1168/1553 75% [============================================== ] 1169/1553 75% [============================================== ] 1170/1553 75% [============================================== ] 1171/1553 75% [============================================== ] 1172/1553 75% [============================================== ] 1173/1553 75% [============================================== ] 1174/1553 75% [============================================== ] 1175/1553 75% [============================================== ] 1176/1553 75% [============================================== ] 1177/1553 75% [=============================================== ] 1178/1553 75% [=============================================== ] 1179/1553 75% [=============================================== ] 1180/1553 75% [=============================================== ] 1181/1553 76% [=============================================== ] 1182/1553 76% [=============================================== ] 1183/1553 76% [=============================================== ] 1184/1553 76% [=============================================== ] 1185/1553 76% [=============================================== ] 1186/1553 76% [=============================================== ] 1187/1553 76% [=============================================== ] 1188/1553 76% [=============================================== ] 1189/1553 76% [=============================================== ] 1190/1553 76% [=============================================== ] 1191/1553 76% [=============================================== ] 1192/1553 76% [=============================================== ] 1193/1553 76% [=============================================== ] 1194/1553 76% [=============================================== ] 1195/1553 76% [=============================================== ] 1196/1553 77% [=============================================== ] 1197/1553 77% [=============================================== ] 1198/1553 77% [=============================================== ] 1199/1553 77% [=============================================== ] 1200/1553 77% [=============================================== ] 1201/1553 77% [=============================================== ] 1202/1553 77% [================================================ ] 1203/1553 77% [================================================ ] 1204/1553 77% [================================================ ] 1205/1553 77% [================================================ ] 1206/1553 77% [================================================ ] 1207/1553 77% [================================================ ] 1208/1553 77% [================================================ ] 1209/1553 77% [================================================ ] 1210/1553 77% [================================================ ] 1211/1553 77% [================================================ ] 1212/1553 78% [================================================ ] 1213/1553 78% [================================================ ] 1214/1553 78% [================================================ ] 1215/1553 78% [================================================ ] 1216/1553 78% [================================================ ] 1217/1553 78% [================================================ ] 1218/1553 78% [================================================ ] 1219/1553 78% [================================================ ] 1220/1553 78% [================================================ ] 1221/1553 78% [================================================ ] 1222/1553 78% [================================================ ] 1223/1553 78% [================================================ ] 1224/1553 78% [================================================ ] 1225/1553 78% [================================================ ] 1226/1553 78% [================================================ ] 1227/1553 79% [================================================= ] 1228/1553 79% [================================================= ] 1229/1553 79% [================================================= ] 1230/1553 79% [================================================= ] 1231/1553 79% [================================================= ] 1232/1553 79% [================================================= ] 1233/1553 79% [================================================= ] 1234/1553 79% [================================================= ] 1235/1553 79% [================================================= ] 1236/1553 79% [================================================= ] 1237/1553 79% [================================================= ] 1238/1553 79% [================================================= ] 1239/1553 79% [================================================= ] 1240/1553 79% [================================================= ] 1241/1553 79% [================================================= ] 1242/1553 79% [================================================= ] 1243/1553 80% [================================================= ] 1244/1553 80% [================================================= ] 1245/1553 80% [================================================= ] 1246/1553 80% [================================================= ] 1247/1553 80% [================================================= ] 1248/1553 80% [================================================= ] 1249/1553 80% [================================================= ] 1250/1553 80% [================================================= ] 1251/1553 80% [================================================= ] 1252/1553 80% [================================================== ] 1253/1553 80% [================================================== ] 1254/1553 80% [================================================== ] 1255/1553 80% [================================================== ] 1256/1553 80% [================================================== ] 1257/1553 80% [================================================== ] 1258/1553 81% [================================================== ] 1259/1553 81% [================================================== ] 1260/1553 81% [================================================== ] 1261/1553 81% [================================================== ] 1262/1553 81% [================================================== ] 1263/1553 81% [================================================== ] 1264/1553 81% [================================================== ] 1265/1553 81% [================================================== ] 1266/1553 81% [================================================== ] 1267/1553 81% [================================================== ] 1268/1553 81% [================================================== ] 1269/1553 81% [================================================== ] 1270/1553 81% [================================================== ] 1271/1553 81% [================================================== ] 1272/1553 81% [================================================== ] 1273/1553 81% [================================================== ] 1274/1553 82% [================================================== ] 1275/1553 82% [================================================== ] 1276/1553 82% [================================================== ] 1277/1553 82% [=================================================== ] 1278/1553 82% [=================================================== ] 1279/1553 82% [=================================================== ] 1280/1553 82% [=================================================== ] 1281/1553 82% [=================================================== ] 1282/1553 82% [=================================================== ] 1283/1553 82% [=================================================== ] 1284/1553 82% [=================================================== ] 1285/1553 82% [=================================================== ] 1286/1553 82% [=================================================== ] 1287/1553 82% [=================================================== ] 1288/1553 82% [=================================================== ] 1289/1553 83% [=================================================== ] 1290/1553 83% [=================================================== ] 1291/1553 83% [=================================================== ] 1292/1553 83% [=================================================== ] 1293/1553 83% [=================================================== ] 1294/1553 83% [=================================================== ] 1295/1553 83% [=================================================== ] 1296/1553 83% [=================================================== ] 1297/1553 83% [=================================================== ] 1298/1553 83% [=================================================== ] 1299/1553 83% [=================================================== ] 1300/1553 83% [=================================================== ] 1301/1553 83% [=================================================== ] 1302/1553 83% [==================================================== ] 1303/1553 83% [==================================================== ] 1304/1553 83% [==================================================== ] 1305/1553 84% [==================================================== ] 1306/1553 84% [==================================================== ] 1307/1553 84% [==================================================== ] 1308/1553 84% [==================================================== ] 1309/1553 84% [==================================================== ] 1310/1553 84% [==================================================== ] 1311/1553 84% [==================================================== ] 1312/1553 84% [==================================================== ] 1313/1553 84% [==================================================== ] 1314/1553 84% [==================================================== ] 1315/1553 84% [==================================================== ] 1316/1553 84% [==================================================== ] 1317/1553 84% [==================================================== ] 1318/1553 84% [==================================================== ] 1319/1553 84% [==================================================== ] 1320/1553 84% [==================================================== ] 1321/1553 85% [==================================================== ] 1322/1553 85% [==================================================== ] 1323/1553 85% [==================================================== ] 1324/1553 85% [==================================================== ] 1325/1553 85% [==================================================== ] 1326/1553 85% [==================================================== ] 1327/1553 85% [===================================================== ] 1328/1553 85% [===================================================== ] 1329/1553 85% [===================================================== ] 1330/1553 85% [===================================================== ] 1331/1553 85% [===================================================== ] 1332/1553 85% [===================================================== ] 1333/1553 85% [===================================================== ] 1334/1553 85% [===================================================== ] 1335/1553 85% [===================================================== ] 1336/1553 86% [===================================================== ] 1337/1553 86% [===================================================== ] 1338/1553 86% [===================================================== ] 1339/1553 86% [===================================================== ] 1340/1553 86% [===================================================== ] 1341/1553 86% [===================================================== ] 1342/1553 86% [===================================================== ] 1343/1553 86% [===================================================== ] 1344/1553 86% [===================================================== ] 1345/1553 86% [===================================================== ] 1346/1553 86% [===================================================== ] 1347/1553 86% [===================================================== ] 1348/1553 86% [===================================================== ] 1349/1553 86% [===================================================== ] 1350/1553 86% [===================================================== ] 1351/1553 86% [===================================================== ] 1352/1553 87% [====================================================== ] 1353/1553 87% [====================================================== ] 1354/1553 87% [====================================================== ] 1355/1553 87% [====================================================== ] 1356/1553 87% [====================================================== ] 1357/1553 87% [====================================================== ] 1358/1553 87% [====================================================== ] 1359/1553 87% [====================================================== ] 1360/1553 87% [====================================================== ] 1361/1553 87% [====================================================== ] 1362/1553 87% [====================================================== ] 1363/1553 87% [====================================================== ] 1364/1553 87% [====================================================== ] 1365/1553 87% [====================================================== ] 1366/1553 87% [====================================================== ] 1367/1553 88% [====================================================== ] 1368/1553 88% [====================================================== ] 1369/1553 88% [====================================================== ] 1370/1553 88% [====================================================== ] 1371/1553 88% [====================================================== ] 1372/1553 88% [====================================================== ] 1373/1553 88% [====================================================== ] 1374/1553 88% [====================================================== ] 1375/1553 88% [====================================================== ] 1376/1553 88% [====================================================== ] 1377/1553 88% [======================================================= ] 1378/1553 88% [======================================================= ] 1379/1553 88% [======================================================= ] 1380/1553 88% [======================================================= ] 1381/1553 88% [======================================================= ] 1382/1553 88% [======================================================= ] 1383/1553 89% [======================================================= ] 1384/1553 89% [======================================================= ] 1385/1553 89% [======================================================= ] 1386/1553 89% [======================================================= ] 1387/1553 89% [======================================================= ] 1388/1553 89% [======================================================= ] 1389/1553 89% [======================================================= ] 1390/1553 89% [======================================================= ] 1391/1553 89% [======================================================= ] 1392/1553 89% [======================================================= ] 1393/1553 89% [======================================================= ] 1394/1553 89% [======================================================= ] 1395/1553 89% [======================================================= ] 1396/1553 89% [======================================================= ] 1397/1553 89% [======================================================= ] 1398/1553 90% [======================================================= ] 1399/1553 90% [======================================================= ] 1400/1553 90% [======================================================= ] 1401/1553 90% [======================================================= ] 1402/1553 90% [======================================================== ] 1403/1553 90% [======================================================== ] 1404/1553 90% [======================================================== ] 1405/1553 90% [======================================================== ] 1406/1553 90% [======================================================== ] 1407/1553 90% [======================================================== ] 1408/1553 90% [======================================================== ] 1409/1553 90% [======================================================== ] 1410/1553 90% [======================================================== ] 1411/1553 90% [======================================================== ] 1412/1553 90% [======================================================== ] 1413/1553 90% [======================================================== ] 1414/1553 91% [======================================================== ] 1415/1553 91% [======================================================== ] 1416/1553 91% [======================================================== ] 1417/1553 91% [======================================================== ] 1418/1553 91% [======================================================== ] 1419/1553 91% [======================================================== ] 1420/1553 91% [======================================================== ] 1421/1553 91% [======================================================== ] 1422/1553 91% [======================================================== ] 1423/1553 91% [======================================================== ] 1424/1553 91% [======================================================== ] 1425/1553 91% [======================================================== ] 1426/1553 91% [======================================================== ] 1427/1553 91% [========================================================= ] 1428/1553 91% [========================================================= ] 1429/1553 92% [========================================================= ] 1430/1553 92% [========================================================= ] 1431/1553 92% [========================================================= ] 1432/1553 92% [========================================================= ] 1433/1553 92% [========================================================= ] 1434/1553 92% [========================================================= ] 1435/1553 92% [========================================================= ] 1436/1553 92% [========================================================= ] 1437/1553 92% [========================================================= ] 1438/1553 92% [========================================================= ] 1439/1553 92% [========================================================= ] 1440/1553 92% [========================================================= ] 1441/1553 92% [========================================================= ] 1442/1553 92% [========================================================= ] 1443/1553 92% [========================================================= ] 1444/1553 92% [========================================================= ] 1445/1553 93% [========================================================= ] 1446/1553 93% [========================================================= ] 1447/1553 93% [========================================================= ] 1448/1553 93% [========================================================= ] 1449/1553 93% [========================================================= ] 1450/1553 93% [========================================================= ] 1451/1553 93% [========================================================= ] 1452/1553 93% [========================================================== ] 1453/1553 93% [========================================================== ] 1454/1553 93% [========================================================== ] 1455/1553 93% [========================================================== ] 1456/1553 93% [========================================================== ] 1457/1553 93% [========================================================== ] 1458/1553 93% [========================================================== ] 1459/1553 93% [========================================================== ] 1460/1553 94% [========================================================== ] 1461/1553 94% [========================================================== ] 1462/1553 94% [========================================================== ] 1463/1553 94% [========================================================== ] 1464/1553 94% [========================================================== ] 1465/1553 94% [========================================================== ] 1466/1553 94% [========================================================== ] 1467/1553 94% [========================================================== ] 1468/1553 94% [========================================================== ] 1469/1553 94% [========================================================== ] 1470/1553 94% [========================================================== ] 1471/1553 94% [========================================================== ] 1472/1553 94% [========================================================== ] 1473/1553 94% [========================================================== ] 1474/1553 94% [========================================================== ] 1475/1553 94% [========================================================== ] 1476/1553 95% [========================================================== ] 1477/1553 95% [=========================================================== ] 1478/1553 95% [=========================================================== ] 1479/1553 95% [=========================================================== ] 1480/1553 95% [=========================================================== ] 1481/1553 95% [=========================================================== ] 1482/1553 95% [=========================================================== ] 1483/1553 95% [=========================================================== ] 1484/1553 95% [=========================================================== ] 1485/1553 95% [=========================================================== ] 1486/1553 95% [=========================================================== ] 1487/1553 95% [=========================================================== ] 1488/1553 95% [=========================================================== ] 1489/1553 95% [=========================================================== ] 1490/1553 95% [=========================================================== ] 1491/1553 96% [=========================================================== ] 1492/1553 96% [=========================================================== ] 1493/1553 96% [=========================================================== ] 1494/1553 96% [=========================================================== ] 1495/1553 96% [=========================================================== ] 1496/1553 96% [=========================================================== ] 1497/1553 96% [=========================================================== ] 1498/1553 96% [=========================================================== ] 1499/1553 96% [=========================================================== ] 1500/1553 96% [=========================================================== ] 1501/1553 96% [=========================================================== ] 1502/1553 96% [============================================================ ] 1503/1553 96% [============================================================ ] 1504/1553 96% [============================================================ ] 1505/1553 96% [============================================================ ] 1506/1553 96% [============================================================ ] 1507/1553 97% [============================================================ ] 1508/1553 97% [============================================================ ] 1509/1553 97% [============================================================ ] 1510/1553 97% [============================================================ ] 1511/1553 97% [============================================================ ] 1512/1553 97% [============================================================ ] 1513/1553 97% [============================================================ ] 1514/1553 97% [============================================================ ] 1515/1553 97% [============================================================ ] 1516/1553 97% [============================================================ ] 1517/1553 97% [============================================================ ] 1518/1553 97% [============================================================ ] 1519/1553 97% [============================================================ ] 1520/1553 97% [============================================================ ] 1521/1553 97% [============================================================ ] 1522/1553 98% [============================================================ ] 1523/1553 98% [============================================================ ] 1524/1553 98% [============================================================ ] 1525/1553 98% [============================================================ ] 1526/1553 98% [============================================================ ] 1527/1553 98% [============================================================= ] 1528/1553 98% [============================================================= ] 1529/1553 98% [============================================================= ] 1530/1553 98% [============================================================= ] 1531/1553 98% [============================================================= ] 1532/1553 98% [============================================================= ] 1533/1553 98% [============================================================= ] 1534/1553 98% [============================================================= ] 1535/1553 98% [============================================================= ] 1536/1553 98% [============================================================= ] 1537/1553 98% [============================================================= ] 1538/1553 99% [============================================================= ] 1539/1553 99% [============================================================= ] 1540/1553 99% [============================================================= ] 1541/1553 99% [============================================================= ] 1542/1553 99% [============================================================= ] 1543/1553 99% [============================================================= ] 1544/1553 99% [============================================================= ] 1545/1553 99% [============================================================= ] 1546/1553 99% [============================================================= ] 1547/1553 99% [============================================================= ] 1548/1553 99% [============================================================= ] 1549/1553 99% [============================================================= ] 1550/1553 99% [============================================================= ] 1551/1553 99% [============================================================= ] 1552/1553 99% [==============================================================] 1553/1553 100% operation complete, 1553 objects in 68968 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2021.05-7774-g9d948e1b34 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aespipe 2.4f Collecting legal info >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dt 18.32 Collecting legal info LICENSE: OK (sha256: 49f47f20de4b44dc3505ed0cc55bfbfe0fc3e41956ab546f1eeedcf554def54c) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> dump1090 7.2 Collecting legal info LICENSE: OK (sha256: 804f68c803eb5c127c53ad17c4f4e5033ef158e514bb76950dc7b1773f9ce4b0) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> initscripts Collecting legal info >>> iperf3 3.10.1 Collecting legal info LICENSE: OK (sha256: 0e1cb1921904626f0d3e86cacc0e28333140f0f9957267cff0b9d185645743ed) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> jquery-keyboard 1.18.12 Collecting legal info README.markdown: OK (sha256: 0ad9a0e7291b45cdb5abe2a517d8b82282a816d41c9224660849792ce01fe983) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libdrm 2.4.112 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> linuxptp 3.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> logsurfer 1.8 Collecting legal info >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> minissdpd 1.5.20211105 Collecting legal info LICENSE: OK (sha256: 45950e1d443106906f83a4ec7b9c2e1a9d6457130737a493cff0e5b7a39da570) >>> host-mkpasswd Collecting legal info >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ndisc6 1.0.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-python-lxml 4.9.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-mtd 2.1.3 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.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'