mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-2/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-2/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-71-g105ce13d21"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11"; \ echo "PRETTY_NAME=\"Buildroot 2023.11\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package \ /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n \n \n \n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x lzo -o /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/output-1/host/bin/lzop -9 -c /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs > /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/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-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3004 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/3004 0% [ ] 2/3004 0% [ ] 3/3004 0% [ ] 4/3004 0% [ ] 5/3004 0% [ ] 6/3004 0% [ ] 7/3004 0% [ ] 8/3004 0% [ ] 9/3004 0% [ ] 10/3004 0% [ ] 11/3004 0% [ ] 12/3004 0% [ ] 13/3004 0% [ ] 14/3004 0% [ ] 15/3004 0% [ ] 16/3004 0% [ ] 17/3004 0% [ ] 18/3004 0% [ ] 19/3004 0% [ ] 20/3004 0% [ ] 21/3004 0% [ ] 22/3004 0% [ ] 23/3004 0% [ ] 24/3004 0% [ ] 25/3004 0% [ ] 26/3004 0% [ ] 27/3004 0% [ ] 28/3004 0% [ ] 29/3004 0% [ ] 30/3004 0% [ ] 31/3004 1% [ ] 32/3004 1% [ ] 33/3004 1% [ ] 34/3004 1% [ ] 35/3004 1% [ ] 36/3004 1% [ ] 37/3004 1% [ ] 38/3004 1% [ ] 39/3004 1% [ ] 40/3004 1% [ ] 41/3004 1% [ ] 42/3004 1% [ ] 43/3004 1% [ ] 44/3004 1% [ ] 45/3004 1% [ ] 46/3004 1% [ ] 47/3004 1% [ ] 48/3004 1% [= ] 49/3004 1% [= ] 50/3004 1% [= ] 51/3004 1% [= ] 52/3004 1% [= ] 53/3004 1% [= ] 54/3004 1% [= ] 55/3004 1% [= ] 56/3004 1% [= ] 57/3004 1% [= ] 58/3004 1% [= ] 59/3004 1% [= ] 60/3004 1% [= ] 61/3004 2% [= ] 62/3004 2% [= ] 63/3004 2% [= ] 64/3004 2% [= ] 65/3004 2% [= ] 66/3004 2% [= ] 67/3004 2% [= ] 68/3004 2% [= ] 69/3004 2% [= ] 70/3004 2% [= ] 71/3004 2% [= ] 72/3004 2% [= ] 73/3004 2% [= ] 74/3004 2% [= ] 75/3004 2% [= ] 76/3004 2% [= ] 77/3004 2% [= ] 78/3004 2% [= ] 79/3004 2% [= ] 80/3004 2% [= ] 81/3004 2% [= ] 82/3004 2% [= ] 83/3004 2% [= ] 84/3004 2% [= ] 85/3004 2% [= ] 86/3004 2% [= ] 87/3004 2% [= ] 88/3004 2% [= ] 89/3004 2% [= ] 90/3004 2% [= ] 91/3004 3% [= ] 92/3004 3% [= ] 93/3004 3% [= ] 94/3004 3% [= ] 95/3004 3% [= ] 96/3004 3% [== ] 97/3004 3% [== ] 98/3004 3% [== ] 99/3004 3% [== ] 100/3004 3% [== ] 101/3004 3% [== ] 102/3004 3% [== ] 103/3004 3% [== ] 104/3004 3% [== ] 105/3004 3% [== ] 106/3004 3% [== ] 107/3004 3% [== ] 108/3004 3% [== ] 109/3004 3% [== ] 110/3004 3% [== ] 111/3004 3% [== ] 112/3004 3% [== ] 113/3004 3% [== ] 114/3004 3% [== ] 115/3004 3% [== ] 116/3004 3% [== ] 117/3004 3% [== ] 118/3004 3% [== ] 119/3004 3% [== ] 120/3004 3% [== ] 121/3004 4% [== ] 122/3004 4% [== ] 123/3004 4% [== ] 124/3004 4% [== ] 125/3004 4% [== ] 126/3004 4% [== ] 127/3004 4% [== ] 128/3004 4% [== ] 129/3004 4% [== ] 130/3004 4% [== ] 131/3004 4% [== ] 132/3004 4% [== ] 133/3004 4% [== ] 134/3004 4% [== ] 135/3004 4% [== ] 136/3004 4% [== ] 137/3004 4% [== ] 138/3004 4% [== ] 139/3004 4% [== ] 140/3004 4% [== ] 141/3004 4% [== ] 142/3004 4% [== ] 143/3004 4% [== ] 144/3004 4% [== ] 145/3004 4% [=== ] 146/3004 4% [=== ] 147/3004 4% [=== ] 148/3004 4% [=== ] 149/3004 4% [=== ] 150/3004 4% [=== ] 151/3004 5% [=== ] 152/3004 5% [=== ] 153/3004 5% [=== ] 154/3004 5% [=== ] 155/3004 5% [=== ] 156/3004 5% [=== ] 157/3004 5% [=== ] 158/3004 5% [=== ] 159/3004 5% [=== ] 160/3004 5% [=== ] 161/3004 5% [=== ] 162/3004 5% [=== ] 163/3004 5% [=== ] 164/3004 5% [=== ] 165/3004 5% [=== ] 166/3004 5% [=== ] 167/3004 5% [=== ] 168/3004 5% [=== ] 169/3004 5% [=== ] 170/3004 5% [=== ] 171/3004 5% [=== ] 172/3004 5% [=== ] 173/3004 5% [=== ] 174/3004 5% [=== ] 175/3004 5% [=== ] 176/3004 5% [=== ] 177/3004 5% [=== ] 178/3004 5% [=== ] 179/3004 5% [=== ] 180/3004 5% [=== ] 181/3004 6% [=== ] 182/3004 6% [=== ] 183/3004 6% [=== ] 184/3004 6% [=== ] 185/3004 6% [=== ] 186/3004 6% [=== ] 187/3004 6% [=== ] 188/3004 6% [=== ] 189/3004 6% [=== ] 190/3004 6% [=== ] 191/3004 6% [=== ] 192/3004 6% [=== ] 193/3004 6% [==== ] 194/3004 6% [==== ] 195/3004 6% [==== ] 196/3004 6% [==== ] 197/3004 6% [==== ] 198/3004 6% [==== ] 199/3004 6% [==== ] 200/3004 6% [==== ] 201/3004 6% [==== ] 202/3004 6% [==== ] 203/3004 6% [==== ] 204/3004 6% [==== ] 205/3004 6% [==== ] 206/3004 6% [==== ] 207/3004 6% [==== ] 208/3004 6% [==== ] 209/3004 6% [==== ] 210/3004 6% [==== ] 211/3004 7% [==== ] 212/3004 7% [==== ] 213/3004 7% [==== ] 214/3004 7% [==== ] 215/3004 7% [==== ] 216/3004 7% [==== ] 217/3004 7% [==== ] 218/3004 7% [==== ] 219/3004 7% [==== ] 220/3004 7% [==== ] 221/3004 7% [==== ] 222/3004 7% [==== ] 223/3004 7% [==== ] 224/3004 7% [==== ] 225/3004 7% [==== ] 226/3004 7% [==== ] 227/3004 7% [==== ] 228/3004 7% [==== ] 229/3004 7% [==== ] 230/3004 7% [==== ] 231/3004 7% [==== ] 232/3004 7% [==== ] 233/3004 7% [==== ] 234/3004 7% [==== ] 235/3004 7% [==== ] 236/3004 7% [==== ] 237/3004 7% [==== ] 238/3004 7% [==== ] 239/3004 7% [==== ] 240/3004 7% [==== ] 241/3004 8% [==== ] 242/3004 8% [===== ] 243/3004 8% [===== ] 244/3004 8% [===== ] 245/3004 8% [===== ] 246/3004 8% [===== ] 247/3004 8% [===== ] 248/3004 8% [===== ] 249/3004 8% [===== ] 250/3004 8% [===== ] 251/3004 8% [===== ] 252/3004 8% [===== ] 253/3004 8% [===== ] 254/3004 8% [===== ] 255/3004 8% [===== ] 256/3004 8% [===== ] 257/3004 8% [===== ] 258/3004 8% [===== ] 259/3004 8% [===== ] 260/3004 8% [===== ] 261/3004 8% [===== ] 262/3004 8% [===== ] 263/3004 8% [===== ] 264/3004 8% [===== ] 265/3004 8% [===== ] 266/3004 8% [===== ] 267/3004 8% [===== ] 268/3004 8% [===== ] 269/3004 8% [===== ] 270/3004 8% [===== ] 271/3004 9% [===== ] 272/3004 9% [===== ] 273/3004 9% [===== ] 274/3004 9% [===== ] 275/3004 9% [===== ] 276/3004 9% [===== ] 277/3004 9% [===== ] 278/3004 9% [===== ] 279/3004 9% [===== ] 280/3004 9% [===== ] 281/3004 9% [===== ] 282/3004 9% [===== ] 283/3004 9% [===== ] 284/3004 9% [===== ] 285/3004 9% [===== ] 286/3004 9% [===== ] 287/3004 9% [===== ] 288/3004 9% [===== ] 289/3004 9% [===== ] 290/3004 9% [====== ] 291/3004 9% [====== ] 292/3004 9% [====== ] 293/3004 9% [====== ] 294/3004 9% [====== ] 295/3004 9% [====== ] 296/3004 9% [====== ] 297/3004 9% [====== ] 298/3004 9% [====== ] 299/3004 9% [====== ] 300/3004 9% [====== ] 301/3004 10% [====== ] 302/3004 10% [====== ] 303/3004 10% [====== ] 304/3004 10% [====== ] 305/3004 10% [====== ] 306/3004 10% [====== ] 307/3004 10% [====== ] 308/3004 10% [====== ] 309/3004 10% [====== ] 310/3004 10% [====== ] 311/3004 10% [====== ] 312/3004 10% [====== ] 313/3004 10% [====== ] 314/3004 10% [====== ] 315/3004 10% [====== ] 316/3004 10% [====== ] 317/3004 10% [====== ] 318/3004 10% [====== ] 319/3004 10% [====== ] 320/3004 10% [====== ] 321/3004 10% [====== ] 322/3004 10% [====== ] 323/3004 10% [====== ] 324/3004 10% [====== ] 325/3004 10% [====== ] 326/3004 10% [====== ] 327/3004 10% [====== ] 328/3004 10% [====== ] 329/3004 10% [====== ] 330/3004 10% [====== ] 331/3004 11% [====== ] 332/3004 11% [====== ] 333/3004 11% [====== ] 334/3004 11% [====== ] 335/3004 11% [====== ] 336/3004 11% [====== ] 337/3004 11% [====== ] 338/3004 11% [====== ] 339/3004 11% [======= ] 340/3004 11% [======= ] 341/3004 11% [======= ] 342/3004 11% [======= ] 343/3004 11% [======= ] 344/3004 11% [======= ] 345/3004 11% [======= ] 346/3004 11% [======= ] 347/3004 11% [======= ] 348/3004 11% [======= ] 349/3004 11% [======= ] 350/3004 11% [======= ] 351/3004 11% [======= ] 352/3004 11% [======= ] 353/3004 11% [======= ] 354/3004 11% [======= ] 355/3004 11% [======= ] 356/3004 11% [======= ] 357/3004 11% [======= ] 358/3004 11% [======= ] 359/3004 11% [======= ] 360/3004 11% [======= ] 361/3004 12% [======= ] 362/3004 12% [======= ] 363/3004 12% [======= ] 364/3004 12% [======= ] 365/3004 12% [======= ] 366/3004 12% [======= ] 367/3004 12% [======= ] 368/3004 12% [======= ] 369/3004 12% [======= ] 370/3004 12% [======= ] 371/3004 12% [======= ] 372/3004 12% [======= ] 373/3004 12% [======= ] 374/3004 12% [======= ] 375/3004 12% [======= ] 376/3004 12% [======= ] 377/3004 12% [======= ] 378/3004 12% [======= ] 379/3004 12% [======= ] 380/3004 12% [======= ] 381/3004 12% [======= ] 382/3004 12% [======= ] 383/3004 12% [======= ] 384/3004 12% [======= ] 385/3004 12% [======= ] 386/3004 12% [======= ] 387/3004 12% [======== ] 388/3004 12% [======== ] 389/3004 12% [======== ] 390/3004 12% [======== ] 391/3004 13% [======== ] 392/3004 13% [======== ] 393/3004 13% [======== ] 394/3004 13% [======== ] 395/3004 13% [======== ] 396/3004 13% [======== ] 397/3004 13% [======== ] 398/3004 13% [======== ] 399/3004 13% [======== ] 400/3004 13% [======== ] 401/3004 13% [======== ] 402/3004 13% [======== ] 403/3004 13% [======== ] 404/3004 13% [======== ] 405/3004 13% [======== ] 406/3004 13% [======== ] 407/3004 13% [======== ] 408/3004 13% [======== ] 409/3004 13% [======== ] 410/3004 13% [======== ] 411/3004 13% [======== ] 412/3004 13% [======== ] 413/3004 13% [======== ] 414/3004 13% [======== ] 415/3004 13% [======== ] 416/3004 13% [======== ] 417/3004 13% [======== ] 418/3004 13% [======== ] 419/3004 13% [======== ] 420/3004 13% [======== ] 421/3004 14% [======== ] 422/3004 14% [======== ] 423/3004 14% [======== ] 424/3004 14% [======== ] 425/3004 14% [======== ] 426/3004 14% [======== ] 427/3004 14% [======== ] 428/3004 14% [======== ] 429/3004 14% [======== ] 430/3004 14% [======== ] 431/3004 14% [======== ] 432/3004 14% [======== ] 433/3004 14% [======== ] 434/3004 14% [======== ] 435/3004 14% [======== ] 436/3004 14% [========= ] 437/3004 14% [========= ] 438/3004 14% [========= ] 439/3004 14% [========= ] 440/3004 14% [========= ] 441/3004 14% [========= ] 442/3004 14% [========= ] 443/3004 14% [========= ] 444/3004 14% [========= ] 445/3004 14% [========= ] 446/3004 14% [========= ] 447/3004 14% [========= ] 448/3004 14% [========= ] 449/3004 14% [========= ] 450/3004 14% [========= ] 451/3004 15% [========= ] 452/3004 15% [========= ] 453/3004 15% [========= ] 454/3004 15% [========= ] 455/3004 15% [========= ] 456/3004 15% [========= ] 457/3004 15% [========= ] 458/3004 15% [========= ] 459/3004 15% [========= ] 460/3004 15% [========= ] 461/3004 15% [========= ] 462/3004 15% [========= ] 463/3004 15% [========= ] 464/3004 15% [========= ] 465/3004 15% [========= ] 466/3004 15% [========= ] 467/3004 15% [========= ] 468/3004 15% [========= ] 469/3004 15% [========= ] 470/3004 15% [========= ] 471/3004 15% [========= ] 472/3004 15% [========= ] 473/3004 15% [========= ] 474/3004 15% [========= ] 475/3004 15% [========= ] 476/3004 15% [========= ] 477/3004 15% [========= ] 478/3004 15% [========= ] 479/3004 15% [========= ] 480/3004 15% [========= ] 481/3004 16% [========= ] 482/3004 16% [========= ] 483/3004 16% [========= ] 484/3004 16% [========== ] 485/3004 16% [========== ] 486/3004 16% [========== ] 487/3004 16% [========== ] 488/3004 16% [========== ] 489/3004 16% [========== ] 490/3004 16% [========== ] 491/3004 16% [========== ] 492/3004 16% [========== ] 493/3004 16% [========== ] 494/3004 16% [========== ] 495/3004 16% [========== ] 496/3004 16% [========== ] 497/3004 16% [========== ] 498/3004 16% [========== ] 499/3004 16% [========== ] 500/3004 16% [========== ] 501/3004 16% [========== ] 502/3004 16% [========== ] 503/3004 16% [========== ] 504/3004 16% [========== ] 505/3004 16% [========== ] 506/3004 16% [========== ] 507/3004 16% [========== ] 508/3004 16% [========== ] 509/3004 16% [========== ] 510/3004 16% [========== ] 511/3004 17% [========== ] 512/3004 17% [========== ] 513/3004 17% [========== ] 514/3004 17% [========== ] 515/3004 17% [========== ] 516/3004 17% [========== ] 517/3004 17% [========== ] 518/3004 17% [========== ] 519/3004 17% [========== ] 520/3004 17% [========== ] 521/3004 17% [========== ] 522/3004 17% [========== ] 523/3004 17% [========== ] 524/3004 17% [========== ] 525/3004 17% [========== ] 526/3004 17% [========== ] 527/3004 17% [========== ] 528/3004 17% [========== ] 529/3004 17% [========== ] 530/3004 17% [========== ] 531/3004 17% [========== ] 532/3004 17% [=========== ] 533/3004 17% [=========== ] 534/3004 17% [=========== ] 535/3004 17% [=========== ] 536/3004 17% [=========== ] 537/3004 17% [=========== ] 538/3004 17% [=========== ] 539/3004 17% [=========== ] 540/3004 17% [=========== ] 541/3004 18% [=========== ] 542/3004 18% [=========== ] 543/3004 18% [=========== ] 544/3004 18% [=========== ] 545/3004 18% [=========== ] 546/3004 18% [=========== ] 547/3004 18% [=========== ] 548/3004 18% [=========== ] 549/3004 18% [=========== ] 550/3004 18% [=========== ] 551/3004 18% [=========== ] 552/3004 18% [=========== ] 553/3004 18% [=========== ] 554/3004 18% [=========== ] 555/3004 18% [=========== ] 556/3004 18% [=========== ] 557/3004 18% [=========== ] 558/3004 18% [=========== ] 559/3004 18% [=========== ] 560/3004 18% [=========== ] 561/3004 18% [=========== ] 562/3004 18% [=========== ] 563/3004 18% [=========== ] 564/3004 18% [=========== ] 565/3004 18% [=========== ] 566/3004 18% [=========== ] 567/3004 18% [=========== ] 568/3004 18% [=========== ] 569/3004 18% [=========== ] 570/3004 18% [=========== ] 571/3004 19% [=========== ] 572/3004 19% [=========== ] 573/3004 19% [=========== ] 574/3004 19% [=========== ] 575/3004 19% [=========== ] 576/3004 19% [=========== ] 577/3004 19% [=========== ] 578/3004 19% [=========== ] 579/3004 19% [=========== ] 580/3004 19% [=========== ] 581/3004 19% [============ ] 582/3004 19% [============ ] 583/3004 19% [============ ] 584/3004 19% [============ ] 585/3004 19% [============ ] 586/3004 19% [============ ] 587/3004 19% [============ ] 588/3004 19% [============ ] 589/3004 19% [============ ] 590/3004 19% [============ ] 591/3004 19% [============ ] 592/3004 19% [============ ] 593/3004 19% [============ ] 594/3004 19% [============ ] 595/3004 19% [============ ] 596/3004 19% [============ ] 597/3004 19% [============ ] 598/3004 19% [============ ] 599/3004 19% [============ ] 600/3004 19% [============ ] 601/3004 20% [============ ] 602/3004 20% [============ ] 603/3004 20% [============ ] 604/3004 20% [============ ] 605/3004 20% [============ ] 606/3004 20% [============ ] 607/3004 20% [============ ] 608/3004 20% [============ ] 609/3004 20% [============ ] 610/3004 20% [============ ] 611/3004 20% [============ ] 612/3004 20% [============ ] 613/3004 20% [============ ] 614/3004 20% [============ ] 615/3004 20% [============ ] 616/3004 20% [============ ] 617/3004 20% [============ ] 618/3004 20% [============ ] 619/3004 20% [============ ] 620/3004 20% [============ ] 621/3004 20% [============ ] 622/3004 20% [============ ] 623/3004 20% [============ ] 624/3004 20% [============ ] 625/3004 20% [============ ] 626/3004 20% [============ ] 627/3004 20% [============ ] 628/3004 20% [============ ] 629/3004 20% [============= ] 630/3004 20% [============= ] 631/3004 21% [============= ] 632/3004 21% [============= ] 633/3004 21% [============= ] 634/3004 21% [============= ] 635/3004 21% [============= ] 636/3004 21% [============= ] 637/3004 21% [============= ] 638/3004 21% [============= ] 639/3004 21% [============= ] 640/3004 21% [============= ] 641/3004 21% [============= ] 642/3004 21% [============= ] 643/3004 21% [============= ] 644/3004 21% [============= ] 645/3004 21% [============= ] 646/3004 21% [============= ] 647/3004 21% [============= ] 648/3004 21% [============= ] 649/3004 21% [============= ] 650/3004 21% [============= ] 651/3004 21% [============= ] 652/3004 21% [============= ] 653/3004 21% [============= ] 654/3004 21% [============= ] 655/3004 21% [============= ] 656/3004 21% [============= ] 657/3004 21% [============= ] 658/3004 21% [============= ] 659/3004 21% [============= ] 660/3004 21% [============= ] 661/3004 22% [============= ] 662/3004 22% [============= ] 663/3004 22% [============= ] 664/3004 22% [============= ] 665/3004 22% [============= ] 666/3004 22% [============= ] 667/3004 22% [============= ] 668/3004 22% [============= ] 669/3004 22% [============= ] 670/3004 22% [============= ] 671/3004 22% [============= ] 672/3004 22% [============= ] 673/3004 22% [============= ] 674/3004 22% [============= ] 675/3004 22% [============= ] 676/3004 22% [============= ] 677/3004 22% [============= ] 678/3004 22% [============== ] 679/3004 22% [============== ] 680/3004 22% [============== ] 681/3004 22% [============== ] 682/3004 22% [============== ] 683/3004 22% [============== ] 684/3004 22% [============== ] 685/3004 22% [============== ] 686/3004 22% [============== ] 687/3004 22% [============== ] 688/3004 22% [============== ] 689/3004 22% [============== ] 690/3004 22% [============== ] 691/3004 23% [============== ] 692/3004 23% [============== ] 693/3004 23% [============== ] 694/3004 23% [============== ] 695/3004 23% [============== ] 696/3004 23% [============== ] 697/3004 23% [============== ] 698/3004 23% [============== ] 699/3004 23% [============== ] 700/3004 23% [============== ] 701/3004 23% [============== ] 702/3004 23% [============== ] 703/3004 23% [============== ] 704/3004 23% [============== ] 705/3004 23% [============== ] 706/3004 23% [============== ] 707/3004 23% [============== ] 708/3004 23% [============== ] 709/3004 23% [============== ] 710/3004 23% [============== ] 711/3004 23% [============== ] 712/3004 23% [============== ] 713/3004 23% [============== ] 714/3004 23% [============== ] 715/3004 23% [============== ] 716/3004 23% [============== ] 717/3004 23% [============== ] 718/3004 23% [============== ] 719/3004 23% [============== ] 720/3004 23% [============== ] 721/3004 24% [============== ] 722/3004 24% [============== ] 723/3004 24% [============== ] 724/3004 24% [============== ] 725/3004 24% [============== ] 726/3004 24% [=============== ] 727/3004 24% [=============== ] 728/3004 24% [=============== ] 729/3004 24% [=============== ] 730/3004 24% [=============== ] 731/3004 24% [=============== ] 732/3004 24% [=============== ] 733/3004 24% [=============== ] 734/3004 24% [=============== ] 735/3004 24% [=============== ] 736/3004 24% [=============== ] 737/3004 24% [=============== ] 738/3004 24% [=============== ] 739/3004 24% [=============== ] 740/3004 24% [=============== ] 741/3004 24% [=============== ] 742/3004 24% [=============== ] 743/3004 24% [=============== ] 744/3004 24% [=============== ] 745/3004 24% [=============== ] 746/3004 24% [=============== ] 747/3004 24% [=============== ] 748/3004 24% [=============== ] 749/3004 24% [=============== ] 750/3004 24% [=============== ] 751/3004 25% [=============== ] 752/3004 25% [=============== ] 753/3004 25% [=============== ] 754/3004 25% [=============== ] 755/3004 25% [=============== ] 756/3004 25% [=============== ] 757/3004 25% [=============== ] 758/3004 25% [=============== ] 759/3004 25% [=============== ] 760/3004 25% [=============== ] 761/3004 25% [=============== ] 762/3004 25% [=============== ] 763/3004 25% [=============== ] 764/3004 25% [=============== ] 765/3004 25% [=============== ] 766/3004 25% [=============== ] 767/3004 25% [=============== ] 768/3004 25% [=============== ] 769/3004 25% [=============== ] 770/3004 25% [=============== ] 771/3004 25% [=============== ] 772/3004 25% [=============== ] 773/3004 25% [=============== ] 774/3004 25% [=============== ] 775/3004 25% [================ ] 776/3004 25% [================ ] 777/3004 25% [================ ] 778/3004 25% [================ ] 779/3004 25% [================ ] 780/3004 25% [================ ] 781/3004 25% [================ ] 782/3004 26% [================ ] 783/3004 26% [================ ] 784/3004 26% [================ ] 785/3004 26% [================ ] 786/3004 26% [================ ] 787/3004 26% [================ ] 788/3004 26% [================ ] 789/3004 26% [================ ] 790/3004 26% [================ ] 791/3004 26% [================ ] 792/3004 26% [================ ] 793/3004 26% [================ ] 794/3004 26% [================ ] 795/3004 26% [================ ] 796/3004 26% [================ ] 797/3004 26% [================ ] 798/3004 26% [================ ] 799/3004 26% [================ ] 800/3004 26% [================ ] 801/3004 26% [================ ] 802/3004 26% [================ ] 803/3004 26% [================ ] 804/3004 26% [================ ] 805/3004 26% [================ ] 806/3004 26% [================ ] 807/3004 26% [================ ] 808/3004 26% [================ ] 809/3004 26% [================ ] 810/3004 26% [================ ] 811/3004 26% [================ ] 812/3004 27% [================ ] 813/3004 27% [================ ] 814/3004 27% [================ ] 815/3004 27% [================ ] 816/3004 27% [================ ] 817/3004 27% [================ ] 818/3004 27% [================ ] 819/3004 27% [================ ] 820/3004 27% [================ ] 821/3004 27% [================ ] 822/3004 27% [================ ] 823/3004 27% [================= ] 824/3004 27% [================= ] 825/3004 27% [================= ] 826/3004 27% [================= ] 827/3004 27% [================= ] 828/3004 27% [================= ] 829/3004 27% [================= ] 830/3004 27% [================= ] 831/3004 27% [================= ] 832/3004 27% [================= ] 833/3004 27% [================= ] 834/3004 27% [================= ] 835/3004 27% [================= ] 836/3004 27% [================= ] 837/3004 27% [================= ] 838/3004 27% [================= ] 839/3004 27% [================= ] 840/3004 27% [================= ] 841/3004 27% [================= ] 842/3004 28% [================= ] 843/3004 28% [================= ] 844/3004 28% [================= ] 845/3004 28% [================= ] 846/3004 28% [================= ] 847/3004 28% [================= ] 848/3004 28% [================= ] 849/3004 28% [================= ] 850/3004 28% [================= ] 851/3004 28% [================= ] 852/3004 28% [================= ] 853/3004 28% [================= ] 854/3004 28% [================= ] 855/3004 28% [================= ] 856/3004 28% [================= ] 857/3004 28% [================= ] 858/3004 28% [================= ] 859/3004 28% [================= ] 860/3004 28% [================= ] 861/3004 28% [================= ] 862/3004 28% [================= ] 863/3004 28% [================= ] 864/3004 28% [================= ] 865/3004 28% [================= ] 866/3004 28% [================= ] 867/3004 28% [================= ] 868/3004 28% [================= ] 869/3004 28% [================= ] 870/3004 28% [================= ] 871/3004 28% [================= ] 872/3004 29% [================== ] 873/3004 29% [================== ] 874/3004 29% [================== ] 875/3004 29% [================== ] 876/3004 29% [================== ] 877/3004 29% [================== ] 878/3004 29% [================== ] 879/3004 29% [================== ] 880/3004 29% [================== ] 881/3004 29% [================== ] 882/3004 29% [================== ] 883/3004 29% [================== ] 884/3004 29% [================== ] 885/3004 29% [================== ] 886/3004 29% [================== ] 887/3004 29% [================== ] 888/3004 29% [================== ] 889/3004 29% [================== ] 890/3004 29% [================== ] 891/3004 29% [================== ] 892/3004 29% [================== ] 893/3004 29% [================== ] 894/3004 29% [================== ] 895/3004 29% [================== ] 896/3004 29% [================== ] 897/3004 29% [================== ] 898/3004 29% [================== ] 899/3004 29% [================== ] 900/3004 29% [================== ] 901/3004 29% [================== ] 902/3004 30% [================== ] 903/3004 30% [================== ] 904/3004 30% [================== ] 905/3004 30% [================== ] 906/3004 30% [================== ] 907/3004 30% [================== ] 908/3004 30% [================== ] 909/3004 30% [================== ] 910/3004 30% [================== ] 911/3004 30% [================== ] 912/3004 30% [================== ] 913/3004 30% [================== ] 914/3004 30% [================== ] 915/3004 30% [================== ] 916/3004 30% [================== ] 917/3004 30% [================== ] 918/3004 30% [================== ] 919/3004 30% [================== ] 920/3004 30% [=================== ] 921/3004 30% [=================== ] 922/3004 30% [=================== ] 923/3004 30% [=================== ] 924/3004 30% [=================== ] 925/3004 30% [=================== ] 926/3004 30% [=================== ] 927/3004 30% [=================== ] 928/3004 30% [=================== ] 929/3004 30% [=================== ] 930/3004 30% [=================== ] 931/3004 30% [=================== ] 932/3004 31% [=================== ] 933/3004 31% [=================== ] 934/3004 31% [=================== ] 935/3004 31% [=================== ] 936/3004 31% [=================== ] 937/3004 31% [=================== ] 938/3004 31% [=================== ] 939/3004 31% [=================== ] 940/3004 31% [=================== ] 941/3004 31% [=================== ] 942/3004 31% [=================== ] 943/3004 31% [=================== ] 944/3004 31% [=================== ] 945/3004 31% [=================== ] 946/3004 31% [=================== ] 947/3004 31% [=================== ] 948/3004 31% [=================== ] 949/3004 31% [=================== ] 950/3004 31% [=================== ] 951/3004 31% [=================== ] 952/3004 31% [=================== ] 953/3004 31% [=================== ] 954/3004 31% [=================== ] 955/3004 31% [=================== ] 956/3004 31% [=================== ] 957/3004 31% [=================== ] 958/3004 31% [=================== ] 959/3004 31% [=================== ] 960/3004 31% [=================== ] 961/3004 31% [=================== ] 962/3004 32% [=================== ] 963/3004 32% [=================== ] 964/3004 32% [=================== ] 965/3004 32% [=================== ] 966/3004 32% [=================== ] 967/3004 32% [=================== ] 968/3004 32% [=================== ] 969/3004 32% [==================== ] 970/3004 32% [==================== ] 971/3004 32% [==================== ] 972/3004 32% [==================== ] 973/3004 32% [==================== ] 974/3004 32% [==================== ] 975/3004 32% [==================== ] 976/3004 32% [==================== ] 977/3004 32% [==================== ] 978/3004 32% [==================== ] 979/3004 32% [==================== ] 980/3004 32% [==================== ] 981/3004 32% [==================== ] 982/3004 32% [==================== ] 983/3004 32% [==================== ] 984/3004 32% [==================== ] 985/3004 32% [==================== ] 986/3004 32% [==================== ] 987/3004 32% [==================== ] 988/3004 32% [==================== ] 989/3004 32% [==================== ] 990/3004 32% [==================== ] 991/3004 32% [==================== ] 992/3004 33% [==================== ] 993/3004 33% [==================== ] 994/3004 33% [==================== ] 995/3004 33% [==================== ] 996/3004 33% [==================== ] 997/3004 33% [==================== ] 998/3004 33% [==================== ] 999/3004 33% [==================== ] 1000/3004 33% [==================== ] 1001/3004 33% [==================== ] 1002/3004 33% [==================== ] 1003/3004 33% [==================== ] 1004/3004 33% [==================== ] 1005/3004 33% [==================== ] 1006/3004 33% [==================== ] 1007/3004 33% [==================== ] 1008/3004 33% [==================== ] 1009/3004 33% [==================== ] 1010/3004 33% [==================== ] 1011/3004 33% [==================== ] 1012/3004 33% [==================== ] 1013/3004 33% [==================== ] 1014/3004 33% [==================== ] 1015/3004 33% [==================== ] 1016/3004 33% [==================== ] 1017/3004 33% [===================== ] 1018/3004 33% [===================== ] 1019/3004 33% [===================== ] 1020/3004 33% [===================== ] 1021/3004 33% [===================== ] 1022/3004 34% [===================== ] 1023/3004 34% [===================== ] 1024/3004 34% [===================== ] 1025/3004 34% [===================== ] 1026/3004 34% [===================== ] 1027/3004 34% [===================== ] 1028/3004 34% [===================== ] 1029/3004 34% [===================== ] 1030/3004 34% [===================== ] 1031/3004 34% [===================== ] 1032/3004 34% [===================== ] 1033/3004 34% [===================== ] 1034/3004 34% [===================== ] 1035/3004 34% [===================== ] 1036/3004 34% [===================== ] 1037/3004 34% [===================== ] 1038/3004 34% [===================== ] 1039/3004 34% [===================== ] 1040/3004 34% [===================== ] 1041/3004 34% [===================== ] 1042/3004 34% [===================== ] 1043/3004 34% [===================== ] 1044/3004 34% [===================== ] 1045/3004 34% [===================== ] 1046/3004 34% [===================== ] 1047/3004 34% [===================== ] 1048/3004 34% [===================== ] 1049/3004 34% [===================== ] 1050/3004 34% [===================== ] 1051/3004 34% [===================== ] 1052/3004 35% [===================== ] 1053/3004 35% [===================== ] 1054/3004 35% [===================== ] 1055/3004 35% [===================== ] 1056/3004 35% [===================== ] 1057/3004 35% [===================== ] 1058/3004 35% [===================== ] 1059/3004 35% [===================== ] 1060/3004 35% [===================== ] 1061/3004 35% [===================== ] 1062/3004 35% [===================== ] 1063/3004 35% [===================== ] 1064/3004 35% [===================== ] 1065/3004 35% [====================== ] 1066/3004 35% [====================== ] 1067/3004 35% [====================== ] 1068/3004 35% [====================== ] 1069/3004 35% [====================== ] 1070/3004 35% [====================== ] 1071/3004 35% [====================== ] 1072/3004 35% [====================== ] 1073/3004 35% [====================== ] 1074/3004 35% [====================== ] 1075/3004 35% [====================== ] 1076/3004 35% [====================== ] 1077/3004 35% [====================== ] 1078/3004 35% [====================== ] 1079/3004 35% [====================== ] 1080/3004 35% [====================== ] 1081/3004 35% [====================== ] 1082/3004 36% [====================== ] 1083/3004 36% [====================== ] 1084/3004 36% [====================== ] 1085/3004 36% [====================== ] 1086/3004 36% [====================== ] 1087/3004 36% [====================== ] 1088/3004 36% [====================== ] 1089/3004 36% [====================== ] 1090/3004 36% [====================== ] 1091/3004 36% [====================== ] 1092/3004 36% [====================== ] 1093/3004 36% [====================== ] 1094/3004 36% [====================== ] 1095/3004 36% [====================== ] 1096/3004 36% [====================== ] 1097/3004 36% [====================== ] 1098/3004 36% [====================== ] 1099/3004 36% [====================== ] 1100/3004 36% [====================== ] 1101/3004 36% [====================== ] 1102/3004 36% [====================== ] 1103/3004 36% [====================== ] 1104/3004 36% [====================== ] 1105/3004 36% [====================== ] 1106/3004 36% [====================== ] 1107/3004 36% [====================== ] 1108/3004 36% [====================== ] 1109/3004 36% [====================== ] 1110/3004 36% [====================== ] 1111/3004 36% [====================== ] 1112/3004 37% [====================== ] 1113/3004 37% [====================== ] 1114/3004 37% [======================= ] 1115/3004 37% [======================= ] 1116/3004 37% [======================= ] 1117/3004 37% [======================= ] 1118/3004 37% [======================= ] 1119/3004 37% [======================= ] 1120/3004 37% [======================= ] 1121/3004 37% [======================= ] 1122/3004 37% [======================= ] 1123/3004 37% [======================= ] 1124/3004 37% [======================= ] 1125/3004 37% [======================= ] 1126/3004 37% [======================= ] 1127/3004 37% [======================= ] 1128/3004 37% [======================= ] 1129/3004 37% [======================= ] 1130/3004 37% [======================= ] 1131/3004 37% [======================= ] 1132/3004 37% [======================= ] 1133/3004 37% [======================= ] 1134/3004 37% [======================= ] 1135/3004 37% [======================= ] 1136/3004 37% [======================= ] 1137/3004 37% [======================= ] 1138/3004 37% [======================= ] 1139/3004 37% [======================= ] 1140/3004 37% [======================= ] 1141/3004 37% [======================= ] 1142/3004 38% [======================= ] 1143/3004 38% [======================= ] 1144/3004 38% [======================= ] 1145/3004 38% [======================= ] 1146/3004 38% [======================= ] 1147/3004 38% [======================= ] 1148/3004 38% [======================= ] 1149/3004 38% [======================= ] 1150/3004 38% [======================= ] 1151/3004 38% [======================= ] 1152/3004 38% [======================= ] 1153/3004 38% [======================= ] 1154/3004 38% [======================= ] 1155/3004 38% [======================= ] 1156/3004 38% [======================= ] 1157/3004 38% [======================= ] 1158/3004 38% [======================= ] 1159/3004 38% [======================= ] 1160/3004 38% [======================= ] 1161/3004 38% [======================= ] 1162/3004 38% [======================== ] 1163/3004 38% [======================== ] 1164/3004 38% [======================== ] 1165/3004 38% [======================== ] 1166/3004 38% [======================== ] 1167/3004 38% [======================== ] 1168/3004 38% [======================== ] 1169/3004 38% [======================== ] 1170/3004 38% [======================== ] 1171/3004 38% [======================== ] 1172/3004 39% [======================== ] 1173/3004 39% [======================== ] 1174/3004 39% [======================== ] 1175/3004 39% [======================== ] 1176/3004 39% [======================== ] 1177/3004 39% [======================== ] 1178/3004 39% [======================== ] 1179/3004 39% [======================== ] 1180/3004 39% [======================== ] 1181/3004 39% [======================== ] 1182/3004 39% [======================== ] 1183/3004 39% [======================== ] 1184/3004 39% [======================== ] 1185/3004 39% [======================== ] 1186/3004 39% [======================== ] 1187/3004 39% [======================== ] 1188/3004 39% [======================== ] 1189/3004 39% [======================== ] 1190/3004 39% [======================== ] 1191/3004 39% [======================== ] 1192/3004 39% [======================== ] 1193/3004 39% [======================== ] 1194/3004 39% [======================== ] 1195/3004 39% [======================== ] 1196/3004 39% [======================== ] 1197/3004 39% [======================== ] 1198/3004 39% [======================== ] 1199/3004 39% [======================== ] 1200/3004 39% [======================== ] 1201/3004 39% [======================== ] 1202/3004 40% [======================== ] 1203/3004 40% [======================== ] 1204/3004 40% [======================== ] 1205/3004 40% [======================== ] 1206/3004 40% [======================== ] 1207/3004 40% [======================== ] 1208/3004 40% [======================== ] 1209/3004 40% [======================== ] 1210/3004 40% [======================== ] 1211/3004 40% [========================= ] 1212/3004 40% [========================= ] 1213/3004 40% [========================= ] 1214/3004 40% [========================= ] 1215/3004 40% [========================= ] 1216/3004 40% [========================= ] 1217/3004 40% [========================= ] 1218/3004 40% [========================= ] 1219/3004 40% [========================= ] 1220/3004 40% [========================= ] 1221/3004 40% [========================= ] 1222/3004 40% [========================= ] 1223/3004 40% [========================= ] 1224/3004 40% [========================= ] 1225/3004 40% [========================= ] 1226/3004 40% [========================= ] 1227/3004 40% [========================= ] 1228/3004 40% [========================= ] 1229/3004 40% [========================= ] 1230/3004 40% [========================= ] 1231/3004 40% [========================= ] 1232/3004 41% [========================= ] 1233/3004 41% [========================= ] 1234/3004 41% [========================= ] 1235/3004 41% [========================= ] 1236/3004 41% [========================= ] 1237/3004 41% [========================= ] 1238/3004 41% [========================= ] 1239/3004 41% [========================= ] 1240/3004 41% [========================= ] 1241/3004 41% [========================= ] 1242/3004 41% [========================= ] 1243/3004 41% [========================= ] 1244/3004 41% [========================= ] 1245/3004 41% [========================= ] 1246/3004 41% [========================= ] 1247/3004 41% [========================= ] 1248/3004 41% [========================= ] 1249/3004 41% [========================= ] 1250/3004 41% [========================= ] 1251/3004 41% [========================= ] 1252/3004 41% [========================= ] 1253/3004 41% [========================= ] 1254/3004 41% [========================= ] 1255/3004 41% [========================= ] 1256/3004 41% [========================= ] 1257/3004 41% [========================= ] 1258/3004 41% [========================= ] 1259/3004 41% [========================== ] 1260/3004 41% [========================== ] 1261/3004 41% [========================== ] 1262/3004 42% [========================== ] 1263/3004 42% [========================== ] 1264/3004 42% [========================== ] 1265/3004 42% [========================== ] 1266/3004 42% [========================== ] 1267/3004 42% [========================== ] 1268/3004 42% [========================== ] 1269/3004 42% [========================== ] 1270/3004 42% [========================== ] 1271/3004 42% [========================== ] 1272/3004 42% [========================== ] 1273/3004 42% [========================== ] 1274/3004 42% [========================== ] 1275/3004 42% [========================== ] 1276/3004 42% [========================== ] 1277/3004 42% [========================== ] 1278/3004 42% [========================== ] 1279/3004 42% [========================== ] 1280/3004 42% [========================== ] 1281/3004 42% [========================== ] 1282/3004 42% [========================== ] 1283/3004 42% [========================== ] 1284/3004 42% [========================== ] 1285/3004 42% [========================== ] 1286/3004 42% [========================== ] 1287/3004 42% [========================== ] 1288/3004 42% [========================== ] 1289/3004 42% [========================== ] 1290/3004 42% [========================== ] 1291/3004 42% [========================== ] 1292/3004 43% [========================== ] 1293/3004 43% [========================== ] 1294/3004 43% [========================== ] 1295/3004 43% [========================== ] 1296/3004 43% [========================== ] 1297/3004 43% [========================== ] 1298/3004 43% [========================== ] 1299/3004 43% [========================== ] 1300/3004 43% [========================== ] 1301/3004 43% [========================== ] 1302/3004 43% [========================== ] 1303/3004 43% [========================== ] 1304/3004 43% [========================== ] 1305/3004 43% [========================== ] 1306/3004 43% [========================== ] 1307/3004 43% [========================== ] 1308/3004 43% [=========================== ] 1309/3004 43% [=========================== ] 1310/3004 43% [=========================== ] 1311/3004 43% [=========================== ] 1312/3004 43% [=========================== ] 1313/3004 43% [=========================== ] 1314/3004 43% [=========================== ] 1315/3004 43% [=========================== ] 1316/3004 43% [=========================== ] 1317/3004 43% [=========================== ] 1318/3004 43% [=========================== ] 1319/3004 43% [=========================== ] 1320/3004 43% [=========================== ] 1321/3004 43% [=========================== ] 1322/3004 44% [=========================== ] 1323/3004 44% [=========================== ] 1324/3004 44% [=========================== ] 1325/3004 44% [=========================== ] 1326/3004 44% [=========================== ] 1327/3004 44% [=========================== ] 1328/3004 44% [=========================== ] 1329/3004 44% [=========================== ] 1330/3004 44% [=========================== ] 1331/3004 44% [=========================== ] 1332/3004 44% [=========================== ] 1333/3004 44% [=========================== ] 1334/3004 44% [=========================== ] 1335/3004 44% [=========================== ] 1336/3004 44% [=========================== ] 1337/3004 44% [=========================== ] 1338/3004 44% [=========================== ] 1339/3004 44% [=========================== ] 1340/3004 44% [=========================== ] 1341/3004 44% [=========================== ] 1342/3004 44% [=========================== ] 1343/3004 44% [=========================== ] 1344/3004 44% [=========================== ] 1345/3004 44% [=========================== ] 1346/3004 44% [=========================== ] 1347/3004 44% [=========================== ] 1348/3004 44% [=========================== ] 1349/3004 44% [=========================== ] 1350/3004 44% [=========================== ] 1351/3004 44% [=========================== ] 1352/3004 45% [=========================== ] 1353/3004 45% [=========================== ] 1354/3004 45% [=========================== ] 1355/3004 45% [=========================== ] 1356/3004 45% [============================ ] 1357/3004 45% [============================ ] 1358/3004 45% [============================ ] 1359/3004 45% [============================ ] 1360/3004 45% [============================ ] 1361/3004 45% [============================ ] 1362/3004 45% [============================ ] 1363/3004 45% [============================ ] 1364/3004 45% [============================ ] 1365/3004 45% [============================ ] 1366/3004 45% [============================ ] 1367/3004 45% [============================ ] 1368/3004 45% [============================ ] 1369/3004 45% [============================ ] 1370/3004 45% [============================ ] 1371/3004 45% [============================ ] 1372/3004 45% [============================ ] 1373/3004 45% [============================ ] 1374/3004 45% [============================ ] 1375/3004 45% [============================ ] 1376/3004 45% [============================ ] 1377/3004 45% [============================ ] 1378/3004 45% [============================ ] 1379/3004 45% [============================ ] 1380/3004 45% [============================ ] 1381/3004 45% [============================ ] 1382/3004 46% [============================ ] 1383/3004 46% [============================ ] 1384/3004 46% [============================ ] 1385/3004 46% [============================ ] 1386/3004 46% [============================ ] 1387/3004 46% [============================ ] 1388/3004 46% [============================ ] 1389/3004 46% [============================ ] 1390/3004 46% [============================ ] 1391/3004 46% [============================ ] 1392/3004 46% [============================ ] 1393/3004 46% [============================ ] 1394/3004 46% [============================ ] 1395/3004 46% [============================ ] 1396/3004 46% [============================ ] 1397/3004 46% [============================ ] 1398/3004 46% [============================ ] 1399/3004 46% [============================ ] 1400/3004 46% [============================ ] 1401/3004 46% [============================ ] 1402/3004 46% [============================ ] 1403/3004 46% [============================ ] 1404/3004 46% [============================ ] 1405/3004 46% [============================= ] 1406/3004 46% [============================= ] 1407/3004 46% [============================= ] 1408/3004 46% [============================= ] 1409/3004 46% [============================= ] 1410/3004 46% [============================= ] 1411/3004 46% [============================= ] 1412/3004 47% [============================= ] 1413/3004 47% [============================= ] 1414/3004 47% [============================= ] 1415/3004 47% [============================= ] 1416/3004 47% [============================= ] 1417/3004 47% [============================= ] 1418/3004 47% [============================= ] 1419/3004 47% [============================= ] 1420/3004 47% [============================= ] 1421/3004 47% [============================= ] 1422/3004 47% [============================= ] 1423/3004 47% [============================= ] 1424/3004 47% [============================= ] 1425/3004 47% [============================= ] 1426/3004 47% [============================= ] 1427/3004 47% [============================= ] 1428/3004 47% [============================= ] 1429/3004 47% [============================= ] 1430/3004 47% [============================= ] 1431/3004 47% [============================= ] 1432/3004 47% [============================= ] 1433/3004 47% [============================= ] 1434/3004 47% [============================= ] 1435/3004 47% [============================= ] 1436/3004 47% [============================= ] 1437/3004 47% [============================= ] 1438/3004 47% [============================= ] 1439/3004 47% [============================= ] 1440/3004 47% [============================= ] 1441/3004 47% [============================= ] 1442/3004 48% [============================= ] 1443/3004 48% [============================= ] 1444/3004 48% [============================= ] 1445/3004 48% [============================= ] 1446/3004 48% [============================= ] 1447/3004 48% [============================= ] 1448/3004 48% [============================= ] 1449/3004 48% [============================= ] 1450/3004 48% [============================= ] 1451/3004 48% [============================= ] 1452/3004 48% [============================= ] 1453/3004 48% [============================== ] 1454/3004 48% [============================== ] 1455/3004 48% [============================== ] 1456/3004 48% [============================== ] 1457/3004 48% [============================== ] 1458/3004 48% [============================== ] 1459/3004 48% [============================== ] 1460/3004 48% [============================== ] 1461/3004 48% [============================== ] 1462/3004 48% [============================== ] 1463/3004 48% [============================== ] 1464/3004 48% [============================== ] 1465/3004 48% [============================== ] 1466/3004 48% [============================== ] 1467/3004 48% [============================== ] 1468/3004 48% [============================== ] 1469/3004 48% [============================== ] 1470/3004 48% [============================== ] 1471/3004 48% [============================== ] 1472/3004 49% [============================== ] 1473/3004 49% [============================== ] 1474/3004 49% [============================== ] 1475/3004 49% [============================== ] 1476/3004 49% [============================== ] 1477/3004 49% [============================== ] 1478/3004 49% [============================== ] 1479/3004 49% [============================== ] 1480/3004 49% [============================== ] 1481/3004 49% [============================== ] 1482/3004 49% [============================== ] 1483/3004 49% [============================== ] 1484/3004 49% [============================== ] 1485/3004 49% [============================== ] 1486/3004 49% [============================== ] 1487/3004 49% [============================== ] 1488/3004 49% [============================== ] 1489/3004 49% [============================== ] 1490/3004 49% [============================== ] 1491/3004 49% [============================== ] 1492/3004 49% [============================== ] 1493/3004 49% [============================== ] 1494/3004 49% [============================== ] 1495/3004 49% [============================== ] 1496/3004 49% [============================== ] 1497/3004 49% [============================== ] 1498/3004 49% [============================== ] 1499/3004 49% [============================== ] 1500/3004 49% [============================== ] 1501/3004 49% [=============================== ] 1502/3004 50% [=============================== ] 1503/3004 50% [=============================== ] 1504/3004 50% [=============================== ] 1505/3004 50% [=============================== ] 1506/3004 50% [=============================== ] 1507/3004 50% [=============================== ] 1508/3004 50% [=============================== ] 1509/3004 50% [=============================== ] 1510/3004 50% [=============================== ] 1511/3004 50% [=============================== ] 1512/3004 50% [=============================== ] 1513/3004 50% [=============================== ] 1514/3004 50% [=============================== ] 1515/3004 50% [=============================== ] 1516/3004 50% [=============================== ] 1517/3004 50% [=============================== ] 1518/3004 50% [=============================== ] 1519/3004 50% [=============================== ] 1520/3004 50% [=============================== ] 1521/3004 50% [=============================== ] 1522/3004 50% [=============================== ] 1523/3004 50% [=============================== ] 1524/3004 50% [=============================== ] 1525/3004 50% [=============================== ] 1526/3004 50% [=============================== ] 1527/3004 50% [=============================== ] 1528/3004 50% [=============================== ] 1529/3004 50% [=============================== ] 1530/3004 50% [=============================== ] 1531/3004 50% [=============================== ] 1532/3004 50% [=============================== ] 1533/3004 51% [=============================== ] 1534/3004 51% [=============================== ] 1535/3004 51% [=============================== ] 1536/3004 51% [=============================== ] 1537/3004 51% [=============================== ] 1538/3004 51% [=============================== ] 1539/3004 51% [=============================== ] 1540/3004 51% [=============================== ] 1541/3004 51% [=============================== ] 1542/3004 51% [=============================== ] 1543/3004 51% [=============================== ] 1544/3004 51% [=============================== ] 1545/3004 51% [=============================== ] 1546/3004 51% [=============================== ] 1547/3004 51% [=============================== ] 1548/3004 51% [=============================== ] 1549/3004 51% [=============================== ] 1550/3004 51% [================================ ] 1551/3004 51% [================================ ] 1552/3004 51% [================================ ] 1553/3004 51% [================================ ] 1554/3004 51% [================================ ] 1555/3004 51% [================================ ] 1556/3004 51% [================================ ] 1557/3004 51% [================================ ] 1558/3004 51% [================================ ] 1559/3004 51% [================================ ] 1560/3004 51% [================================ ] 1561/3004 51% [================================ ] 1562/3004 51% [================================ ] 1563/3004 52% [================================ ] 1564/3004 52% [================================ ] 1565/3004 52% [================================ ] 1566/3004 52% [================================ ] 1567/3004 52% [================================ ] 1568/3004 52% [================================ ] 1569/3004 52% [================================ ] 1570/3004 52% [================================ ] 1571/3004 52% [================================ ] 1572/3004 52% [================================ ] 1573/3004 52% [================================ ] 1574/3004 52% [================================ ] 1575/3004 52% [================================ ] 1576/3004 52% [================================ ] 1577/3004 52% [================================ ] 1578/3004 52% [================================ ] 1579/3004 52% [================================ ] 1580/3004 52% [================================ ] 1581/3004 52% [================================ ] 1582/3004 52% [================================ ] 1583/3004 52% [================================ ] 1584/3004 52% [================================ ] 1585/3004 52% [================================ ] 1586/3004 52% [================================ ] 1587/3004 52% [================================ ] 1588/3004 52% [================================ ] 1589/3004 52% [================================ ] 1590/3004 52% [================================ ] 1591/3004 52% [================================ ] 1592/3004 52% [================================ ] 1593/3004 53% [================================ ] 1594/3004 53% [================================ ] 1595/3004 53% [================================ ] 1596/3004 53% [================================ ] 1597/3004 53% [================================ ] 1598/3004 53% [================================= ] 1599/3004 53% [================================= ] 1600/3004 53% [================================= ] 1601/3004 53% [================================= ] 1602/3004 53% [================================= ] 1603/3004 53% [================================= ] 1604/3004 53% [================================= ] 1605/3004 53% [================================= ] 1606/3004 53% [================================= ] 1607/3004 53% [================================= ] 1608/3004 53% [================================= ] 1609/3004 53% [================================= ] 1610/3004 53% [================================= ] 1611/3004 53% [================================= ] 1612/3004 53% [================================= ] 1613/3004 53% [================================= ] 1614/3004 53% [================================= ] 1615/3004 53% [================================= ] 1616/3004 53% [================================= ] 1617/3004 53% [================================= ] 1618/3004 53% [================================= ] 1619/3004 53% [================================= ] 1620/3004 53% [================================= ] 1621/3004 53% [================================= ] 1622/3004 53% [================================= ] 1623/3004 54% [================================= ] 1624/3004 54% [================================= ] 1625/3004 54% [================================= ] 1626/3004 54% [================================= ] 1627/3004 54% [================================= ] 1628/3004 54% [================================= ] 1629/3004 54% [================================= ] 1630/3004 54% [================================= ] 1631/3004 54% [================================= ] 1632/3004 54% [================================= ] 1633/3004 54% [================================= ] 1634/3004 54% [================================= ] 1635/3004 54% [================================= ] 1636/3004 54% [================================= ] 1637/3004 54% [================================= ] 1638/3004 54% [================================= ] 1639/3004 54% [================================= ] 1640/3004 54% [================================= ] 1641/3004 54% [================================= ] 1642/3004 54% [================================= ] 1643/3004 54% [================================= ] 1644/3004 54% [================================= ] 1645/3004 54% [================================= ] 1646/3004 54% [================================= ] 1647/3004 54% [================================== ] 1648/3004 54% [================================== ] 1649/3004 54% [================================== ] 1650/3004 54% [================================== ] 1651/3004 54% [================================== ] 1652/3004 54% [================================== ] 1653/3004 55% [================================== ] 1654/3004 55% [================================== ] 1655/3004 55% [================================== ] 1656/3004 55% [================================== ] 1657/3004 55% [================================== ] 1658/3004 55% [================================== ] 1659/3004 55% [================================== ] 1660/3004 55% [================================== ] 1661/3004 55% [================================== ] 1662/3004 55% [================================== ] 1663/3004 55% [================================== ] 1664/3004 55% [================================== ] 1665/3004 55% [================================== ] 1666/3004 55% [================================== ] 1667/3004 55% [================================== ] 1668/3004 55% [================================== ] 1669/3004 55% [================================== ] 1670/3004 55% [================================== ] 1671/3004 55% [================================== ] 1672/3004 55% [================================== ] 1673/3004 55% [================================== ] 1674/3004 55% [================================== ] 1675/3004 55% [================================== ] 1676/3004 55% [================================== ] 1677/3004 55% [================================== ] 1678/3004 55% [================================== ] 1679/3004 55% [================================== ] 1680/3004 55% [================================== ] 1681/3004 55% [================================== ] 1682/3004 55% [================================== ] 1683/3004 56% [================================== ] 1684/3004 56% [================================== ] 1685/3004 56% [================================== ] 1686/3004 56% [================================== ] 1687/3004 56% [================================== ] 1688/3004 56% [================================== ] 1689/3004 56% [================================== ] 1690/3004 56% [================================== ] 1691/3004 56% [================================== ] 1692/3004 56% [================================== ] 1693/3004 56% [================================== ] 1694/3004 56% [================================== ] 1695/3004 56% [=================================== ] 1696/3004 56% [=================================== ] 1697/3004 56% [=================================== ] 1698/3004 56% [=================================== ] 1699/3004 56% [=================================== ] 1700/3004 56% [=================================== ] 1701/3004 56% [=================================== ] 1702/3004 56% [=================================== ] 1703/3004 56% [=================================== ] 1704/3004 56% [=================================== ] 1705/3004 56% [=================================== ] 1706/3004 56% [=================================== ] 1707/3004 56% [=================================== ] 1708/3004 56% [=================================== ] 1709/3004 56% [=================================== ] 1710/3004 56% [=================================== ] 1711/3004 56% [=================================== ] 1712/3004 56% [=================================== ] 1713/3004 57% [=================================== ] 1714/3004 57% [=================================== ] 1715/3004 57% [=================================== ] 1716/3004 57% [=================================== ] 1717/3004 57% [=================================== ] 1718/3004 57% [=================================== ] 1719/3004 57% [=================================== ] 1720/3004 57% [=================================== ] 1721/3004 57% [=================================== ] 1722/3004 57% [=================================== ] 1723/3004 57% [=================================== ] 1724/3004 57% [=================================== ] 1725/3004 57% [=================================== ] 1726/3004 57% [=================================== ] 1727/3004 57% [=================================== ] 1728/3004 57% [=================================== ] 1729/3004 57% [=================================== ] 1730/3004 57% [=================================== ] 1731/3004 57% [=================================== ] 1732/3004 57% [=================================== ] 1733/3004 57% [=================================== ] 1734/3004 57% [=================================== ] 1735/3004 57% [=================================== ] 1736/3004 57% [=================================== ] 1737/3004 57% [=================================== ] 1738/3004 57% [=================================== ] 1739/3004 57% [=================================== ] 1740/3004 57% [=================================== ] 1741/3004 57% [=================================== ] 1742/3004 57% [=================================== ] 1743/3004 58% [=================================== ] 1744/3004 58% [==================================== ] 1745/3004 58% [==================================== ] 1746/3004 58% [==================================== ] 1747/3004 58% [==================================== ] 1748/3004 58% [==================================== ] 1749/3004 58% [==================================== ] 1750/3004 58% [==================================== ] 1751/3004 58% [==================================== ] 1752/3004 58% [==================================== ] 1753/3004 58% [==================================== ] 1754/3004 58% [==================================== ] 1755/3004 58% [==================================== ] 1756/3004 58% [==================================== ] 1757/3004 58% [==================================== ] 1758/3004 58% [==================================== ] 1759/3004 58% [==================================== ] 1760/3004 58% [==================================== ] 1761/3004 58% [==================================== ] 1762/3004 58% [==================================== ] 1763/3004 58% [==================================== ] 1764/3004 58% [==================================== ] 1765/3004 58% [==================================== ] 1766/3004 58% [==================================== ] 1767/3004 58% [==================================== ] 1768/3004 58% [==================================== ] 1769/3004 58% [==================================== ] 1770/3004 58% [==================================== ] 1771/3004 58% [==================================== ] 1772/3004 58% [==================================== ] 1773/3004 59% [==================================== ] 1774/3004 59% [==================================== ] 1775/3004 59% [==================================== ] 1776/3004 59% [==================================== ] 1777/3004 59% [==================================== ] 1778/3004 59% [==================================== ] 1779/3004 59% [==================================== ] 1780/3004 59% [==================================== ] 1781/3004 59% [==================================== ] 1782/3004 59% [==================================== ] 1783/3004 59% [==================================== ] 1784/3004 59% [==================================== ] 1785/3004 59% [==================================== ] 1786/3004 59% [==================================== ] 1787/3004 59% [==================================== ] 1788/3004 59% [==================================== ] 1789/3004 59% [==================================== ] 1790/3004 59% [==================================== ] 1791/3004 59% [==================================== ] 1792/3004 59% [===================================== ] 1793/3004 59% [===================================== ] 1794/3004 59% [===================================== ] 1795/3004 59% [===================================== ] 1796/3004 59% [===================================== ] 1797/3004 59% [===================================== ] 1798/3004 59% [===================================== ] 1799/3004 59% [===================================== ] 1800/3004 59% [===================================== ] 1801/3004 59% [===================================== ] 1802/3004 59% [===================================== ] 1803/3004 60% [===================================== ] 1804/3004 60% [===================================== ] 1805/3004 60% [===================================== ] 1806/3004 60% [===================================== ] 1807/3004 60% [===================================== ] 1808/3004 60% [===================================== ] 1809/3004 60% [===================================== ] 1810/3004 60% [===================================== ] 1811/3004 60% [===================================== ] 1812/3004 60% [===================================== ] 1813/3004 60% [===================================== ] 1814/3004 60% [===================================== ] 1815/3004 60% [===================================== ] 1816/3004 60% [===================================== ] 1817/3004 60% [===================================== ] 1818/3004 60% [===================================== ] 1819/3004 60% [===================================== ] 1820/3004 60% [===================================== ] 1821/3004 60% [===================================== ] 1822/3004 60% [===================================== ] 1823/3004 60% [===================================== ] 1824/3004 60% [===================================== ] 1825/3004 60% [===================================== ] 1826/3004 60% [===================================== ] 1827/3004 60% [===================================== ] 1828/3004 60% [===================================== ] 1829/3004 60% [===================================== ] 1830/3004 60% [===================================== ] 1831/3004 60% [===================================== ] 1832/3004 60% [===================================== ] 1833/3004 61% [===================================== ] 1834/3004 61% [===================================== ] 1835/3004 61% [===================================== ] 1836/3004 61% [===================================== ] 1837/3004 61% [===================================== ] 1838/3004 61% [===================================== ] 1839/3004 61% [===================================== ] 1840/3004 61% [===================================== ] 1841/3004 61% [====================================== ] 1842/3004 61% [====================================== ] 1843/3004 61% [====================================== ] 1844/3004 61% [====================================== ] 1845/3004 61% [====================================== ] 1846/3004 61% [====================================== ] 1847/3004 61% [====================================== ] 1848/3004 61% [====================================== ] 1849/3004 61% [====================================== ] 1850/3004 61% [====================================== ] 1851/3004 61% [====================================== ] 1852/3004 61% [====================================== ] 1853/3004 61% [====================================== ] 1854/3004 61% [====================================== ] 1855/3004 61% [====================================== ] 1856/3004 61% [====================================== ] 1857/3004 61% [====================================== ] 1858/3004 61% [====================================== ] 1859/3004 61% [====================================== ] 1860/3004 61% [====================================== ] 1861/3004 61% [====================================== ] 1862/3004 61% [====================================== ] 1863/3004 62% [====================================== ] 1864/3004 62% [====================================== ] 1865/3004 62% [====================================== ] 1866/3004 62% [====================================== ] 1867/3004 62% [====================================== ] 1868/3004 62% [====================================== ] 1869/3004 62% [====================================== ] 1870/3004 62% [====================================== ] 1871/3004 62% [====================================== ] 1872/3004 62% [====================================== ] 1873/3004 62% [====================================== ] 1874/3004 62% [====================================== ] 1875/3004 62% [====================================== ] 1876/3004 62% [====================================== ] 1877/3004 62% [====================================== ] 1878/3004 62% [====================================== ] 1879/3004 62% [====================================== ] 1880/3004 62% [====================================== ] 1881/3004 62% [====================================== ] 1882/3004 62% [====================================== ] 1883/3004 62% [====================================== ] 1884/3004 62% [====================================== ] 1885/3004 62% [====================================== ] 1886/3004 62% [====================================== ] 1887/3004 62% [====================================== ] 1888/3004 62% [====================================== ] 1889/3004 62% [======================================= ] 1890/3004 62% [======================================= ] 1891/3004 62% [======================================= ] 1892/3004 62% [======================================= ] 1893/3004 63% [======================================= ] 1894/3004 63% [======================================= ] 1895/3004 63% [======================================= ] 1896/3004 63% [======================================= ] 1897/3004 63% [======================================= ] 1898/3004 63% [======================================= ] 1899/3004 63% [======================================= ] 1900/3004 63% [======================================= ] 1901/3004 63% [======================================= ] 1902/3004 63% [======================================= ] 1903/3004 63% [======================================= ] 1904/3004 63% [======================================= ] 1905/3004 63% [======================================= ] 1906/3004 63% [======================================= ] 1907/3004 63% [======================================= ] 1908/3004 63% [======================================= ] 1909/3004 63% [======================================= ] 1910/3004 63% [======================================= ] 1911/3004 63% [======================================= ] 1912/3004 63% [======================================= ] 1913/3004 63% [======================================= ] 1914/3004 63% [======================================= ] 1915/3004 63% [======================================= ] 1916/3004 63% [======================================= ] 1917/3004 63% [======================================= ] 1918/3004 63% [======================================= ] 1919/3004 63% [======================================= ] 1920/3004 63% [======================================= ] 1921/3004 63% [======================================= ] 1922/3004 63% [======================================= ] 1923/3004 64% [======================================= ] 1924/3004 64% [======================================= ] 1925/3004 64% [======================================= ] 1926/3004 64% [======================================= ] 1927/3004 64% [======================================= ] 1928/3004 64% [======================================= ] 1929/3004 64% [======================================= ] 1930/3004 64% [======================================= ] 1931/3004 64% [======================================= ] 1932/3004 64% [======================================= ] 1933/3004 64% [======================================= ] 1934/3004 64% [======================================= ] 1935/3004 64% [======================================= ] 1936/3004 64% [======================================= ] 1937/3004 64% [======================================= ] 1938/3004 64% [======================================== ] 1939/3004 64% [======================================== ] 1940/3004 64% [======================================== ] 1941/3004 64% [======================================== ] 1942/3004 64% [======================================== ] 1943/3004 64% [======================================== ] 1944/3004 64% [======================================== ] 1945/3004 64% [======================================== ] 1946/3004 64% [======================================== ] 1947/3004 64% [======================================== ] 1948/3004 64% [======================================== ] 1949/3004 64% [======================================== ] 1950/3004 64% [======================================== ] 1951/3004 64% [======================================== ] 1952/3004 64% [======================================== ] 1953/3004 65% [======================================== ] 1954/3004 65% [======================================== ] 1955/3004 65% [======================================== ] 1956/3004 65% [======================================== ] 1957/3004 65% [======================================== ] 1958/3004 65% [======================================== ] 1959/3004 65% [======================================== ] 1960/3004 65% [======================================== ] 1961/3004 65% [======================================== ] 1962/3004 65% [======================================== ] 1963/3004 65% [======================================== ] 1964/3004 65% [======================================== ] 1965/3004 65% [======================================== ] 1966/3004 65% [======================================== ] 1967/3004 65% [======================================== ] 1968/3004 65% [======================================== ] 1969/3004 65% [======================================== ] 1970/3004 65% [======================================== ] 1971/3004 65% [======================================== ] 1972/3004 65% [======================================== ] 1973/3004 65% [======================================== ] 1974/3004 65% [======================================== ] 1975/3004 65% [======================================== ] 1976/3004 65% [======================================== ] 1977/3004 65% [======================================== ] 1978/3004 65% [======================================== ] 1979/3004 65% [======================================== ] 1980/3004 65% [======================================== ] 1981/3004 65% [======================================== ] 1982/3004 65% [======================================== ] 1983/3004 66% [======================================== ] 1984/3004 66% [======================================== ] 1985/3004 66% [======================================== ] 1986/3004 66% [========================================= ] 1987/3004 66% [========================================= ] 1988/3004 66% [========================================= ] 1989/3004 66% [========================================= ] 1990/3004 66% [========================================= ] 1991/3004 66% [========================================= ] 1992/3004 66% [========================================= ] 1993/3004 66% [========================================= ] 1994/3004 66% [========================================= ] 1995/3004 66% [========================================= ] 1996/3004 66% [========================================= ] 1997/3004 66% [========================================= ] 1998/3004 66% [========================================= ] 1999/3004 66% [========================================= ] 2000/3004 66% [========================================= ] 2001/3004 66% [========================================= ] 2002/3004 66% [========================================= ] 2003/3004 66% [========================================= ] 2004/3004 66% [========================================= ] 2005/3004 66% [========================================= ] 2006/3004 66% [========================================= ] 2007/3004 66% [========================================= ] 2008/3004 66% [========================================= ] 2009/3004 66% [========================================= ] 2010/3004 66% [========================================= ] 2011/3004 66% [========================================= ] 2012/3004 66% [========================================= ] 2013/3004 67% [========================================= ] 2014/3004 67% [========================================= ] 2015/3004 67% [========================================= ] 2016/3004 67% [========================================= ] 2017/3004 67% [========================================= ] 2018/3004 67% [========================================= ] 2019/3004 67% [========================================= ] 2020/3004 67% [========================================= ] 2021/3004 67% [========================================= ] 2022/3004 67% [========================================= ] 2023/3004 67% [========================================= ] 2024/3004 67% [========================================= ] 2025/3004 67% [========================================= ] 2026/3004 67% [========================================= ] 2027/3004 67% [========================================= ] 2028/3004 67% [========================================= ] 2029/3004 67% [========================================= ] 2030/3004 67% [========================================= ] 2031/3004 67% [========================================= ] 2032/3004 67% [========================================= ] 2033/3004 67% [========================================= ] 2034/3004 67% [========================================== ] 2035/3004 67% [========================================== ] 2036/3004 67% [========================================== ] 2037/3004 67% [========================================== ] 2038/3004 67% [========================================== ] 2039/3004 67% [========================================== ] 2040/3004 67% [========================================== ] 2041/3004 67% [========================================== ] 2042/3004 67% [========================================== ] 2043/3004 68% [========================================== ] 2044/3004 68% [========================================== ] 2045/3004 68% [========================================== ] 2046/3004 68% [========================================== ] 2047/3004 68% [========================================== ] 2048/3004 68% [========================================== ] 2049/3004 68% [========================================== ] 2050/3004 68% [========================================== ] 2051/3004 68% [========================================== ] 2052/3004 68% [========================================== ] 2053/3004 68% [========================================== ] 2054/3004 68% [========================================== ] 2055/3004 68% [========================================== ] 2056/3004 68% [========================================== ] 2057/3004 68% [========================================== ] 2058/3004 68% [========================================== ] 2059/3004 68% [========================================== ] 2060/3004 68% [========================================== ] 2061/3004 68% [========================================== ] 2062/3004 68% [========================================== ] 2063/3004 68% [========================================== ] 2064/3004 68% [========================================== ] 2065/3004 68% [========================================== ] 2066/3004 68% [========================================== ] 2067/3004 68% [========================================== ] 2068/3004 68% [========================================== ] 2069/3004 68% [========================================== ] 2070/3004 68% [========================================== ] 2071/3004 68% [========================================== ] 2072/3004 68% [========================================== ] 2073/3004 69% [========================================== ] 2074/3004 69% [========================================== ] 2075/3004 69% [========================================== ] 2076/3004 69% [========================================== ] 2077/3004 69% [========================================== ] 2078/3004 69% [========================================== ] 2079/3004 69% [========================================== ] 2080/3004 69% [========================================== ] 2081/3004 69% [========================================== ] 2082/3004 69% [========================================== ] 2083/3004 69% [=========================================== ] 2084/3004 69% [=========================================== ] 2085/3004 69% [=========================================== ] 2086/3004 69% [=========================================== ] 2087/3004 69% [=========================================== ] 2088/3004 69% [=========================================== ] 2089/3004 69% [=========================================== ] 2090/3004 69% [=========================================== ] 2091/3004 69% [=========================================== ] 2092/3004 69% [=========================================== ] 2093/3004 69% [=========================================== ] 2094/3004 69% [=========================================== ] 2095/3004 69% [=========================================== ] 2096/3004 69% [=========================================== ] 2097/3004 69% [=========================================== ] 2098/3004 69% [=========================================== ] 2099/3004 69% [=========================================== ] 2100/3004 69% [=========================================== ] 2101/3004 69% [=========================================== ] 2102/3004 69% [=========================================== ] 2103/3004 70% [=========================================== ] 2104/3004 70% [=========================================== ] 2105/3004 70% [=========================================== ] 2106/3004 70% [=========================================== ] 2107/3004 70% [=========================================== ] 2108/3004 70% [=========================================== ] 2109/3004 70% [=========================================== ] 2110/3004 70% [=========================================== ] 2111/3004 70% [=========================================== ] 2112/3004 70% [=========================================== ] 2113/3004 70% [=========================================== ] 2114/3004 70% [=========================================== ] 2115/3004 70% [=========================================== ] 2116/3004 70% [=========================================== ] 2117/3004 70% [=========================================== ] 2118/3004 70% [=========================================== ] 2119/3004 70% [=========================================== ] 2120/3004 70% [=========================================== ] 2121/3004 70% [=========================================== ] 2122/3004 70% [=========================================== ] 2123/3004 70% [=========================================== ] 2124/3004 70% [=========================================== ] 2125/3004 70% [=========================================== ] 2126/3004 70% [=========================================== ] 2127/3004 70% [=========================================== ] 2128/3004 70% [=========================================== ] 2129/3004 70% [=========================================== ] 2130/3004 70% [=========================================== ] 2131/3004 70% [============================================ ] 2132/3004 70% [============================================ ] 2133/3004 71% [============================================ ] 2134/3004 71% [============================================ ] 2135/3004 71% [============================================ ] 2136/3004 71% [============================================ ] 2137/3004 71% [============================================ ] 2138/3004 71% [============================================ ] 2139/3004 71% [============================================ ] 2140/3004 71% [============================================ ] 2141/3004 71% [============================================ ] 2142/3004 71% [============================================ ] 2143/3004 71% [============================================ ] 2144/3004 71% [============================================ ] 2145/3004 71% [============================================ ] 2146/3004 71% [============================================ ] 2147/3004 71% [============================================ ] 2148/3004 71% [============================================ ] 2149/3004 71% [============================================ ] 2150/3004 71% [============================================ ] 2151/3004 71% [============================================ ] 2152/3004 71% [============================================ ] 2153/3004 71% [============================================ ] 2154/3004 71% [============================================ ] 2155/3004 71% [============================================ ] 2156/3004 71% [============================================ ] 2157/3004 71% [============================================ ] 2158/3004 71% [============================================ ] 2159/3004 71% [============================================ ] 2160/3004 71% [============================================ ] 2161/3004 71% [============================================ ] 2162/3004 71% [============================================ ] 2163/3004 72% [============================================ ] 2164/3004 72% [============================================ ] 2165/3004 72% [============================================ ] 2166/3004 72% [============================================ ] 2167/3004 72% [============================================ ] 2168/3004 72% [============================================ ] 2169/3004 72% [============================================ ] 2170/3004 72% [============================================ ] 2171/3004 72% [============================================ ] 2172/3004 72% [============================================ ] 2173/3004 72% [============================================ ] 2174/3004 72% [============================================ ] 2175/3004 72% [============================================ ] 2176/3004 72% [============================================ ] 2177/3004 72% [============================================ ] 2178/3004 72% [============================================ ] 2179/3004 72% [============================================ ] 2180/3004 72% [============================================= ] 2181/3004 72% [============================================= ] 2182/3004 72% [============================================= ] 2183/3004 72% [============================================= ] 2184/3004 72% [============================================= ] 2185/3004 72% [============================================= ] 2186/3004 72% [============================================= ] 2187/3004 72% [============================================= ] 2188/3004 72% [============================================= ] 2189/3004 72% [============================================= ] 2190/3004 72% [============================================= ] 2191/3004 72% [============================================= ] 2192/3004 72% [============================================= ] 2193/3004 73% [============================================= ] 2194/3004 73% [============================================= ] 2195/3004 73% [============================================= ] 2196/3004 73% [============================================= ] 2197/3004 73% [============================================= ] 2198/3004 73% [============================================= ] 2199/3004 73% [============================================= ] 2200/3004 73% [============================================= ] 2201/3004 73% [============================================= ] 2202/3004 73% [============================================= ] 2203/3004 73% [============================================= ] 2204/3004 73% [============================================= ] 2205/3004 73% [============================================= ] 2206/3004 73% [============================================= ] 2207/3004 73% [============================================= ] 2208/3004 73% [============================================= ] 2209/3004 73% [============================================= ] 2210/3004 73% [============================================= ] 2211/3004 73% [============================================= ] 2212/3004 73% [============================================= ] 2213/3004 73% [============================================= ] 2214/3004 73% [============================================= ] 2215/3004 73% [============================================= ] 2216/3004 73% [============================================= ] 2217/3004 73% [============================================= ] 2218/3004 73% [============================================= ] 2219/3004 73% [============================================= ] 2220/3004 73% [============================================= ] 2221/3004 73% [============================================= ] 2222/3004 73% [============================================= ] 2223/3004 74% [============================================= ] 2224/3004 74% [============================================= ] 2225/3004 74% [============================================= ] 2226/3004 74% [============================================= ] 2227/3004 74% [============================================= ] 2228/3004 74% [============================================== ] 2229/3004 74% [============================================== ] 2230/3004 74% [============================================== ] 2231/3004 74% [============================================== ] 2232/3004 74% [============================================== ] 2233/3004 74% [============================================== ] 2234/3004 74% [============================================== ] 2235/3004 74% [============================================== ] 2236/3004 74% [============================================== ] 2237/3004 74% [============================================== ] 2238/3004 74% [============================================== ] 2239/3004 74% [============================================== ] 2240/3004 74% [============================================== ] 2241/3004 74% [============================================== ] 2242/3004 74% [============================================== ] 2243/3004 74% [============================================== ] 2244/3004 74% [============================================== ] 2245/3004 74% [============================================== ] 2246/3004 74% [============================================== ] 2247/3004 74% [============================================== ] 2248/3004 74% [============================================== ] 2249/3004 74% [============================================== ] 2250/3004 74% [============================================== ] 2251/3004 74% [============================================== ] 2252/3004 74% [============================================== ] 2253/3004 75% [============================================== ] 2254/3004 75% [============================================== ] 2255/3004 75% [============================================== ] 2256/3004 75% [============================================== ] 2257/3004 75% [============================================== ] 2258/3004 75% [============================================== ] 2259/3004 75% [============================================== ] 2260/3004 75% [============================================== ] 2261/3004 75% [============================================== ] 2262/3004 75% [============================================== ] 2263/3004 75% [============================================== ] 2264/3004 75% [============================================== ] 2265/3004 75% [============================================== ] 2266/3004 75% [============================================== ] 2267/3004 75% [============================================== ] 2268/3004 75% [============================================== ] 2269/3004 75% [============================================== ] 2270/3004 75% [============================================== ] 2271/3004 75% [============================================== ] 2272/3004 75% [============================================== ] 2273/3004 75% [============================================== ] 2274/3004 75% [============================================== ] 2275/3004 75% [============================================== ] 2276/3004 75% [============================================== ] 2277/3004 75% [=============================================== ] 2278/3004 75% [=============================================== ] 2279/3004 75% [=============================================== ] 2280/3004 75% [=============================================== ] 2281/3004 75% [=============================================== ] 2282/3004 75% [=============================================== ] 2283/3004 75% [=============================================== ] 2284/3004 76% [=============================================== ] 2285/3004 76% [=============================================== ] 2286/3004 76% [=============================================== ] 2287/3004 76% [=============================================== ] 2288/3004 76% [=============================================== ] 2289/3004 76% [=============================================== ] 2290/3004 76% [=============================================== ] 2291/3004 76% [=============================================== ] 2292/3004 76% [=============================================== ] 2293/3004 76% [=============================================== ] 2294/3004 76% [=============================================== ] 2295/3004 76% [=============================================== ] 2296/3004 76% [=============================================== ] 2297/3004 76% [=============================================== ] 2298/3004 76% [=============================================== ] 2299/3004 76% [=============================================== ] 2300/3004 76% [=============================================== ] 2301/3004 76% [=============================================== ] 2302/3004 76% [=============================================== ] 2303/3004 76% [=============================================== ] 2304/3004 76% [=============================================== ] 2305/3004 76% [=============================================== ] 2306/3004 76% [=============================================== ] 2307/3004 76% [=============================================== ] 2308/3004 76% [=============================================== ] 2309/3004 76% [=============================================== ] 2310/3004 76% [=============================================== ] 2311/3004 76% [=============================================== ] 2312/3004 76% [=============================================== ] 2313/3004 76% [=============================================== ] 2314/3004 77% [=============================================== ] 2315/3004 77% [=============================================== ] 2316/3004 77% [=============================================== ] 2317/3004 77% [=============================================== ] 2318/3004 77% [=============================================== ] 2319/3004 77% [=============================================== ] 2320/3004 77% [=============================================== ] 2321/3004 77% [=============================================== ] 2322/3004 77% [=============================================== ] 2323/3004 77% [=============================================== ] 2324/3004 77% [=============================================== ] 2325/3004 77% [================================================ ] 2326/3004 77% [================================================ ] 2327/3004 77% [================================================ ] 2328/3004 77% [================================================ ] 2329/3004 77% [================================================ ] 2330/3004 77% [================================================ ] 2331/3004 77% [================================================ ] 2332/3004 77% [================================================ ] 2333/3004 77% [================================================ ] 2334/3004 77% [================================================ ] 2335/3004 77% [================================================ ] 2336/3004 77% [================================================ ] 2337/3004 77% [================================================ ] 2338/3004 77% [================================================ ] 2339/3004 77% [================================================ ] 2340/3004 77% [================================================ ] 2341/3004 77% [================================================ ] 2342/3004 77% [================================================ ] 2343/3004 77% [================================================ ] 2344/3004 78% [================================================ ] 2345/3004 78% [================================================ ] 2346/3004 78% [================================================ ] 2347/3004 78% [================================================ ] 2348/3004 78% [================================================ ] 2349/3004 78% [================================================ ] 2350/3004 78% [================================================ ] 2351/3004 78% [================================================ ] 2352/3004 78% [================================================ ] 2353/3004 78% [================================================ ] 2354/3004 78% [================================================ ] 2355/3004 78% [================================================ ] 2356/3004 78% [================================================ ] 2357/3004 78% [================================================ ] 2358/3004 78% [================================================ ] 2359/3004 78% [================================================ ] 2360/3004 78% [================================================ ] 2361/3004 78% [================================================ ] 2362/3004 78% [================================================ ] 2363/3004 78% [================================================ ] 2364/3004 78% [================================================ ] 2365/3004 78% [================================================ ] 2366/3004 78% [================================================ ] 2367/3004 78% [================================================ ] 2368/3004 78% [================================================ ] 2369/3004 78% [================================================ ] 2370/3004 78% [================================================ ] 2371/3004 78% [================================================ ] 2372/3004 78% [================================================ ] 2373/3004 78% [================================================ ] 2374/3004 79% [================================================= ] 2375/3004 79% [================================================= ] 2376/3004 79% [================================================= ] 2377/3004 79% [================================================= ] 2378/3004 79% [================================================= ] 2379/3004 79% [================================================= ] 2380/3004 79% [================================================= ] 2381/3004 79% [================================================= ] 2382/3004 79% [================================================= ] 2383/3004 79% [================================================= ] 2384/3004 79% [================================================= ] 2385/3004 79% [================================================= ] 2386/3004 79% [================================================= ] 2387/3004 79% [================================================= ] 2388/3004 79% [================================================= ] 2389/3004 79% [================================================= ] 2390/3004 79% [================================================= ] 2391/3004 79% [================================================= ] 2392/3004 79% [================================================= ] 2393/3004 79% [================================================= ] 2394/3004 79% [================================================= ] 2395/3004 79% [================================================= ] 2396/3004 79% [================================================= ] 2397/3004 79% [================================================= ] 2398/3004 79% [================================================= ] 2399/3004 79% [================================================= ] 2400/3004 79% [================================================= ] 2401/3004 79% [================================================= ] 2402/3004 79% [================================================= ] 2403/3004 79% [================================================= ] 2404/3004 80% [================================================= ] 2405/3004 80% [================================================= ] 2406/3004 80% [================================================= ] 2407/3004 80% [================================================= ] 2408/3004 80% [================================================= ] 2409/3004 80% [================================================= ] 2410/3004 80% [================================================= ] 2411/3004 80% [================================================= ] 2412/3004 80% [================================================= ] 2413/3004 80% [================================================= ] 2414/3004 80% [================================================= ] 2415/3004 80% [================================================= ] 2416/3004 80% [================================================= ] 2417/3004 80% [================================================= ] 2418/3004 80% [================================================= ] 2419/3004 80% [================================================= ] 2420/3004 80% [================================================= ] 2421/3004 80% [================================================= ] 2422/3004 80% [================================================== ] 2423/3004 80% [================================================== ] 2424/3004 80% [================================================== ] 2425/3004 80% [================================================== ] 2426/3004 80% [================================================== ] 2427/3004 80% [================================================== ] 2428/3004 80% [================================================== ] 2429/3004 80% [================================================== ] 2430/3004 80% [================================================== ] 2431/3004 80% [================================================== ] 2432/3004 80% [================================================== ] 2433/3004 80% [================================================== ] 2434/3004 81% [================================================== ] 2435/3004 81% [================================================== ] 2436/3004 81% [================================================== ] 2437/3004 81% [================================================== ] 2438/3004 81% [================================================== ] 2439/3004 81% [================================================== ] 2440/3004 81% [================================================== ] 2441/3004 81% [================================================== ] 2442/3004 81% [================================================== ] 2443/3004 81% [================================================== ] 2444/3004 81% [================================================== ] 2445/3004 81% [================================================== ] 2446/3004 81% [================================================== ] 2447/3004 81% [================================================== ] 2448/3004 81% [================================================== ] 2449/3004 81% [================================================== ] 2450/3004 81% [================================================== ] 2451/3004 81% [================================================== ] 2452/3004 81% [================================================== ] 2453/3004 81% [================================================== ] 2454/3004 81% [================================================== ] 2455/3004 81% [================================================== ] 2456/3004 81% [================================================== ] 2457/3004 81% [================================================== ] 2458/3004 81% [================================================== ] 2459/3004 81% [================================================== ] 2460/3004 81% [================================================== ] 2461/3004 81% [================================================== ] 2462/3004 81% [================================================== ] 2463/3004 81% [================================================== ] 2464/3004 82% [================================================== ] 2465/3004 82% [================================================== ] 2466/3004 82% [================================================== ] 2467/3004 82% [================================================== ] 2468/3004 82% [================================================== ] 2469/3004 82% [================================================== ] 2470/3004 82% [================================================== ] 2471/3004 82% [=================================================== ] 2472/3004 82% [=================================================== ] 2473/3004 82% [=================================================== ] 2474/3004 82% [=================================================== ] 2475/3004 82% [=================================================== ] 2476/3004 82% [=================================================== ] 2477/3004 82% [=================================================== ] 2478/3004 82% [=================================================== ] 2479/3004 82% [=================================================== ] 2480/3004 82% [=================================================== ] 2481/3004 82% [=================================================== ] 2482/3004 82% [=================================================== ] 2483/3004 82% [=================================================== ] 2484/3004 82% [=================================================== ] 2485/3004 82% [=================================================== ] 2486/3004 82% [=================================================== ] 2487/3004 82% [=================================================== ] 2488/3004 82% [=================================================== ] 2489/3004 82% [=================================================== ] 2490/3004 82% [=================================================== ] 2491/3004 82% [=================================================== ] 2492/3004 82% [=================================================== ] 2493/3004 82% [=================================================== ] 2494/3004 83% [=================================================== ] 2495/3004 83% [=================================================== ] 2496/3004 83% [=================================================== ] 2497/3004 83% [=================================================== ] 2498/3004 83% [=================================================== ] 2499/3004 83% [=================================================== ] 2500/3004 83% [=================================================== ] 2501/3004 83% [=================================================== ] 2502/3004 83% [=================================================== ] 2503/3004 83% [=================================================== ] 2504/3004 83% [=================================================== ] 2505/3004 83% [=================================================== ] 2506/3004 83% [=================================================== ] 2507/3004 83% [=================================================== ] 2508/3004 83% [=================================================== ] 2509/3004 83% [=================================================== ] 2510/3004 83% [=================================================== ] 2511/3004 83% [=================================================== ] 2512/3004 83% [=================================================== ] 2513/3004 83% [=================================================== ] 2514/3004 83% [=================================================== ] 2515/3004 83% [=================================================== ] 2516/3004 83% [=================================================== ] 2517/3004 83% [=================================================== ] 2518/3004 83% [=================================================== ] 2519/3004 83% [==================================================== ] 2520/3004 83% [==================================================== ] 2521/3004 83% [==================================================== ] 2522/3004 83% [==================================================== ] 2523/3004 83% [==================================================== ] 2524/3004 84% [==================================================== ] 2525/3004 84% [==================================================== ] 2526/3004 84% [==================================================== ] 2527/3004 84% [==================================================== ] 2528/3004 84% [==================================================== ] 2529/3004 84% [==================================================== ] 2530/3004 84% [==================================================== ] 2531/3004 84% [==================================================== ] 2532/3004 84% [==================================================== ] 2533/3004 84% [==================================================== ] 2534/3004 84% [==================================================== ] 2535/3004 84% [==================================================== ] 2536/3004 84% [==================================================== ] 2537/3004 84% [==================================================== ] 2538/3004 84% [==================================================== ] 2539/3004 84% [==================================================== ] 2540/3004 84% [==================================================== ] 2541/3004 84% [==================================================== ] 2542/3004 84% [==================================================== ] 2543/3004 84% [==================================================== ] 2544/3004 84% [==================================================== ] 2545/3004 84% [==================================================== ] 2546/3004 84% [==================================================== ] 2547/3004 84% [==================================================== ] 2548/3004 84% [==================================================== ] 2549/3004 84% [==================================================== ] 2550/3004 84% [==================================================== ] 2551/3004 84% [==================================================== ] 2552/3004 84% [==================================================== ] 2553/3004 84% [==================================================== ] 2554/3004 85% [==================================================== ] 2555/3004 85% [==================================================== ] 2556/3004 85% [==================================================== ] 2557/3004 85% [==================================================== ] 2558/3004 85% [==================================================== ] 2559/3004 85% [==================================================== ] 2560/3004 85% [==================================================== ] 2561/3004 85% [==================================================== ] 2562/3004 85% [==================================================== ] 2563/3004 85% [==================================================== ] 2564/3004 85% [==================================================== ] 2565/3004 85% [==================================================== ] 2566/3004 85% [==================================================== ] 2567/3004 85% [===================================================== ] 2568/3004 85% [===================================================== ] 2569/3004 85% [===================================================== ] 2570/3004 85% [===================================================== ] 2571/3004 85% [===================================================== ] 2572/3004 85% [===================================================== ] 2573/3004 85% [===================================================== ] 2574/3004 85% [===================================================== ] 2575/3004 85% [===================================================== ] 2576/3004 85% [===================================================== ] 2577/3004 85% [===================================================== ] 2578/3004 85% [===================================================== ] 2579/3004 85% [===================================================== ] 2580/3004 85% [===================================================== ] 2581/3004 85% [===================================================== ] 2582/3004 85% [===================================================== ] 2583/3004 85% [===================================================== ] 2584/3004 86% [===================================================== ] 2585/3004 86% [===================================================== ] 2586/3004 86% [===================================================== ] 2587/3004 86% [===================================================== ] 2588/3004 86% [===================================================== ] 2589/3004 86% [===================================================== ] 2590/3004 86% [===================================================== ] 2591/3004 86% [===================================================== ] 2592/3004 86% [===================================================== ] 2593/3004 86% [===================================================== ] 2594/3004 86% [===================================================== ] 2595/3004 86% [===================================================== ] 2596/3004 86% [===================================================== ] 2597/3004 86% [===================================================== ] 2598/3004 86% [===================================================== ] 2599/3004 86% [===================================================== ] 2600/3004 86% [===================================================== ] 2601/3004 86% [===================================================== ] 2602/3004 86% [===================================================== ] 2603/3004 86% [===================================================== ] 2604/3004 86% [===================================================== ] 2605/3004 86% [===================================================== ] 2606/3004 86% [===================================================== ] 2607/3004 86% [===================================================== ] 2608/3004 86% [===================================================== ] 2609/3004 86% [===================================================== ] 2610/3004 86% [===================================================== ] 2611/3004 86% [===================================================== ] 2612/3004 86% [===================================================== ] 2613/3004 86% [===================================================== ] 2614/3004 87% [===================================================== ] 2615/3004 87% [===================================================== ] 2616/3004 87% [====================================================== ] 2617/3004 87% [====================================================== ] 2618/3004 87% [====================================================== ] 2619/3004 87% [====================================================== ] 2620/3004 87% [====================================================== ] 2621/3004 87% [====================================================== ] 2622/3004 87% [====================================================== ] 2623/3004 87% [====================================================== ] 2624/3004 87% [====================================================== ] 2625/3004 87% [====================================================== ] 2626/3004 87% [====================================================== ] 2627/3004 87% [====================================================== ] 2628/3004 87% [====================================================== ] 2629/3004 87% [====================================================== ] 2630/3004 87% [====================================================== ] 2631/3004 87% [====================================================== ] 2632/3004 87% [====================================================== ] 2633/3004 87% [====================================================== ] 2634/3004 87% [====================================================== ] 2635/3004 87% [====================================================== ] 2636/3004 87% [====================================================== ] 2637/3004 87% [====================================================== ] 2638/3004 87% [====================================================== ] 2639/3004 87% [====================================================== ] 2640/3004 87% [====================================================== ] 2641/3004 87% [====================================================== ] 2642/3004 87% [====================================================== ] 2643/3004 87% [====================================================== ] 2644/3004 88% [====================================================== ] 2645/3004 88% [====================================================== ] 2646/3004 88% [====================================================== ] 2647/3004 88% [====================================================== ] 2648/3004 88% [====================================================== ] 2649/3004 88% [====================================================== ] 2650/3004 88% [====================================================== ] 2651/3004 88% [====================================================== ] 2652/3004 88% [====================================================== ] 2653/3004 88% [====================================================== ] 2654/3004 88% [====================================================== ] 2655/3004 88% [====================================================== ] 2656/3004 88% [====================================================== ] 2657/3004 88% [====================================================== ] 2658/3004 88% [====================================================== ] 2659/3004 88% [====================================================== ] 2660/3004 88% [====================================================== ] 2661/3004 88% [====================================================== ] 2662/3004 88% [====================================================== ] 2663/3004 88% [====================================================== ] 2664/3004 88% [======================================================= ] 2665/3004 88% [======================================================= ] 2666/3004 88% [======================================================= ] 2667/3004 88% [======================================================= ] 2668/3004 88% [======================================================= ] 2669/3004 88% [======================================================= ] 2670/3004 88% [======================================================= ] 2671/3004 88% [======================================================= ] 2672/3004 88% [======================================================= ] 2673/3004 88% [======================================================= ] 2674/3004 89% [======================================================= ] 2675/3004 89% [======================================================= ] 2676/3004 89% [======================================================= ] 2677/3004 89% [======================================================= ] 2678/3004 89% [======================================================= ] 2679/3004 89% [======================================================= ] 2680/3004 89% [======================================================= ] 2681/3004 89% [======================================================= ] 2682/3004 89% [======================================================= ] 2683/3004 89% [======================================================= ] 2684/3004 89% [======================================================= ] 2685/3004 89% [======================================================= ] 2686/3004 89% [======================================================= ] 2687/3004 89% [======================================================= ] 2688/3004 89% [======================================================= ] 2689/3004 89% [======================================================= ] 2690/3004 89% [======================================================= ] 2691/3004 89% [======================================================= ] 2692/3004 89% [======================================================= ] 2693/3004 89% [======================================================= ] 2694/3004 89% [======================================================= ] 2695/3004 89% [======================================================= ] 2696/3004 89% [======================================================= ] 2697/3004 89% [======================================================= ] 2698/3004 89% [======================================================= ] 2699/3004 89% [======================================================= ] 2700/3004 89% [======================================================= ] 2701/3004 89% [======================================================= ] 2702/3004 89% [======================================================= ] 2703/3004 89% [======================================================= ] 2704/3004 90% [======================================================= ] 2705/3004 90% [======================================================= ] 2706/3004 90% [======================================================= ] 2707/3004 90% [======================================================= ] 2708/3004 90% [======================================================= ] 2709/3004 90% [======================================================= ] 2710/3004 90% [======================================================= ] 2711/3004 90% [======================================================= ] 2712/3004 90% [======================================================= ] 2713/3004 90% [======================================================== ] 2714/3004 90% [======================================================== ] 2715/3004 90% [======================================================== ] 2716/3004 90% [======================================================== ] 2717/3004 90% [======================================================== ] 2718/3004 90% [======================================================== ] 2719/3004 90% [======================================================== ] 2720/3004 90% [======================================================== ] 2721/3004 90% [======================================================== ] 2722/3004 90% [======================================================== ] 2723/3004 90% [======================================================== ] 2724/3004 90% [======================================================== ] 2725/3004 90% [======================================================== ] 2726/3004 90% [======================================================== ] 2727/3004 90% [======================================================== ] 2728/3004 90% [======================================================== ] 2729/3004 90% [======================================================== ] 2730/3004 90% [======================================================== ] 2731/3004 90% [======================================================== ] 2732/3004 90% [======================================================== ] 2733/3004 90% [======================================================== ] 2734/3004 91% [======================================================== ] 2735/3004 91% [======================================================== ] 2736/3004 91% [======================================================== ] 2737/3004 91% [======================================================== ] 2738/3004 91% [======================================================== ] 2739/3004 91% [======================================================== ] 2740/3004 91% [======================================================== ] 2741/3004 91% [======================================================== ] 2742/3004 91% [======================================================== ] 2743/3004 91% [======================================================== ] 2744/3004 91% [======================================================== ] 2745/3004 91% [======================================================== ] 2746/3004 91% [======================================================== ] 2747/3004 91% [======================================================== ] 2748/3004 91% [======================================================== ] 2749/3004 91% [======================================================== ] 2750/3004 91% [======================================================== ] 2751/3004 91% [======================================================== ] 2752/3004 91% [======================================================== ] 2753/3004 91% [======================================================== ] 2754/3004 91% [======================================================== ] 2755/3004 91% [======================================================== ] 2756/3004 91% [======================================================== ] 2757/3004 91% [======================================================== ] 2758/3004 91% [======================================================== ] 2759/3004 91% [======================================================== ] 2760/3004 91% [======================================================== ] 2761/3004 91% [========================================================= ] 2762/3004 91% [========================================================= ] 2763/3004 91% [========================================================= ] 2764/3004 92% [========================================================= ] 2765/3004 92% [========================================================= ] 2766/3004 92% [========================================================= ] 2767/3004 92% [========================================================= ] 2768/3004 92% [========================================================= ] 2769/3004 92% [========================================================= ] 2770/3004 92% [========================================================= ] 2771/3004 92% [========================================================= ] 2772/3004 92% [========================================================= ] 2773/3004 92% [========================================================= ] 2774/3004 92% [========================================================= ] 2775/3004 92% [========================================================= ] 2776/3004 92% [========================================================= ] 2777/3004 92% [========================================================= ] 2778/3004 92% [========================================================= ] 2779/3004 92% [========================================================= ] 2780/3004 92% [========================================================= ] 2781/3004 92% [========================================================= ] 2782/3004 92% [========================================================= ] 2783/3004 92% [========================================================= ] 2784/3004 92% [========================================================= ] 2785/3004 92% [========================================================= ] 2786/3004 92% [========================================================= ] 2787/3004 92% [========================================================= ] 2788/3004 92% [========================================================= ] 2789/3004 92% [========================================================= ] 2790/3004 92% [========================================================= ] 2791/3004 92% [========================================================= ] 2792/3004 92% [========================================================= ] 2793/3004 92% [========================================================= ] 2794/3004 93% [========================================================= ] 2795/3004 93% [========================================================= ] 2796/3004 93% [========================================================= ] 2797/3004 93% [========================================================= ] 2798/3004 93% [========================================================= ] 2799/3004 93% [========================================================= ] 2800/3004 93% [========================================================= ] 2801/3004 93% [========================================================= ] 2802/3004 93% [========================================================= ] 2803/3004 93% [========================================================= ] 2804/3004 93% [========================================================= ] 2805/3004 93% [========================================================= ] 2806/3004 93% [========================================================= ] 2807/3004 93% [========================================================= ] 2808/3004 93% [========================================================= ] 2809/3004 93% [========================================================= ] 2810/3004 93% [========================================================== ] 2811/3004 93% [========================================================== ] 2812/3004 93% [========================================================== ] 2813/3004 93% [========================================================== ] 2814/3004 93% [========================================================== ] 2815/3004 93% [========================================================== ] 2816/3004 93% [========================================================== ] 2817/3004 93% [========================================================== ] 2818/3004 93% [========================================================== ] 2819/3004 93% [========================================================== ] 2820/3004 93% [========================================================== ] 2821/3004 93% [========================================================== ] 2822/3004 93% [========================================================== ] 2823/3004 93% [========================================================== ] 2824/3004 94% [========================================================== ] 2825/3004 94% [========================================================== ] 2826/3004 94% [========================================================== ] 2827/3004 94% [========================================================== ] 2828/3004 94% [========================================================== ] 2829/3004 94% [========================================================== ] 2830/3004 94% [========================================================== ] 2831/3004 94% [========================================================== ] 2832/3004 94% [========================================================== ] 2833/3004 94% [========================================================== ] 2834/3004 94% [========================================================== ] 2835/3004 94% [========================================================== ] 2836/3004 94% [========================================================== ] 2837/3004 94% [========================================================== ] 2838/3004 94% [========================================================== ] 2839/3004 94% [========================================================== ] 2840/3004 94% [========================================================== ] 2841/3004 94% [========================================================== ] 2842/3004 94% [========================================================== ] 2843/3004 94% [========================================================== ] 2844/3004 94% [========================================================== ] 2845/3004 94% [========================================================== ] 2846/3004 94% [========================================================== ] 2847/3004 94% [========================================================== ] 2848/3004 94% [========================================================== ] 2849/3004 94% [========================================================== ] 2850/3004 94% [========================================================== ] 2851/3004 94% [========================================================== ] 2852/3004 94% [========================================================== ] 2853/3004 94% [========================================================== ] 2854/3004 95% [========================================================== ] 2855/3004 95% [========================================================== ] 2856/3004 95% [========================================================== ] 2857/3004 95% [========================================================== ] 2858/3004 95% [=========================================================== ] 2859/3004 95% [=========================================================== ] 2860/3004 95% [=========================================================== ] 2861/3004 95% [=========================================================== ] 2862/3004 95% [=========================================================== ] 2863/3004 95% [=========================================================== ] 2864/3004 95% [=========================================================== ] 2865/3004 95% [=========================================================== ] 2866/3004 95% [=========================================================== ] 2867/3004 95% [=========================================================== ] 2868/3004 95% [=========================================================== ] 2869/3004 95% [=========================================================== ] 2870/3004 95% [=========================================================== ] 2871/3004 95% [=========================================================== ] 2872/3004 95% [=========================================================== ] 2873/3004 95% [=========================================================== ] 2874/3004 95% [=========================================================== ] 2875/3004 95% [=========================================================== ] 2876/3004 95% [=========================================================== ] 2877/3004 95% [=========================================================== ] 2878/3004 95% [=========================================================== ] 2879/3004 95% [=========================================================== ] 2880/3004 95% [=========================================================== ] 2881/3004 95% [=========================================================== ] 2882/3004 95% [=========================================================== ] 2883/3004 95% [=========================================================== ] 2884/3004 96% [=========================================================== ] 2885/3004 96% [=========================================================== ] 2886/3004 96% [=========================================================== ] 2887/3004 96% [=========================================================== ] 2888/3004 96% [=========================================================== ] 2889/3004 96% [=========================================================== ] 2890/3004 96% [=========================================================== ] 2891/3004 96% [=========================================================== ] 2892/3004 96% [=========================================================== ] 2893/3004 96% [=========================================================== ] 2894/3004 96% [=========================================================== ] 2895/3004 96% [=========================================================== ] 2896/3004 96% [=========================================================== ] 2897/3004 96% [=========================================================== ] 2898/3004 96% [=========================================================== ] 2899/3004 96% [=========================================================== ] 2900/3004 96% [=========================================================== ] 2901/3004 96% [=========================================================== ] 2902/3004 96% [=========================================================== ] 2903/3004 96% [=========================================================== ] 2904/3004 96% [=========================================================== ] 2905/3004 96% [=========================================================== ] 2906/3004 96% [=========================================================== ] 2907/3004 96% [============================================================ ] 2908/3004 96% [============================================================ ] 2909/3004 96% [============================================================ ] 2910/3004 96% [============================================================ ] 2911/3004 96% [============================================================ ] 2912/3004 96% [============================================================ ] 2913/3004 96% [============================================================ ] 2914/3004 97% [============================================================ ] 2915/3004 97% [============================================================ ] 2916/3004 97% [============================================================ ] 2917/3004 97% [============================================================ ] 2918/3004 97% [============================================================ ] 2919/3004 97% [============================================================ ] 2920/3004 97% [============================================================ ] 2921/3004 97% [============================================================ ] 2922/3004 97% [============================================================ ] 2923/3004 97% [============================================================ ] 2924/3004 97% [============================================================ ] 2925/3004 97% [============================================================ ] 2926/3004 97% [============================================================ ] 2927/3004 97% [============================================================ ] 2928/3004 97% [============================================================ ] 2929/3004 97% [============================================================ ] 2930/3004 97% [============================================================ ] 2931/3004 97% [============================================================ ] 2932/3004 97% [============================================================ ] 2933/3004 97% [============================================================ ] 2934/3004 97% [============================================================ ] 2935/3004 97% [============================================================ ] 2936/3004 97% [============================================================ ] 2937/3004 97% [============================================================ ] 2938/3004 97% [============================================================ ] 2939/3004 97% [============================================================ ] 2940/3004 97% [============================================================ ] 2941/3004 97% [============================================================ ] 2942/3004 97% [============================================================ ] 2943/3004 97% [============================================================ ] 2944/3004 98% [============================================================ ] 2945/3004 98% [============================================================ ] 2946/3004 98% [============================================================ ] 2947/3004 98% [============================================================ ] 2948/3004 98% [============================================================ ] 2949/3004 98% [============================================================ ] 2950/3004 98% [============================================================ ] 2951/3004 98% [============================================================ ] 2952/3004 98% [============================================================ ] 2953/3004 98% [============================================================ ] 2954/3004 98% [============================================================ ] 2955/3004 98% [============================================================= ] 2956/3004 98% [============================================================= ] 2957/3004 98% [============================================================= ] 2958/3004 98% [============================================================= ] 2959/3004 98% [============================================================= ] 2960/3004 98% [============================================================= ] 2961/3004 98% [============================================================= ] 2962/3004 98% [============================================================= ] 2963/3004 98% [============================================================= ] 2964/3004 98% [============================================================= ] 2965/3004 98% [============================================================= ] 2966/3004 98% [============================================================= ] 2967/3004 98% [============================================================= ] 2968/3004 98% [============================================================= ] 2969/3004 98% [============================================================= ] 2970/3004 98% [============================================================= ] 2971/3004 98% [============================================================= ] 2972/3004 98% [============================================================= ] 2973/3004 98% [============================================================= ] 2974/3004 99% [============================================================= ] 2975/3004 99% [============================================================= ] 2976/3004 99% [============================================================= ] 2977/3004 99% [============================================================= ] 2978/3004 99% [============================================================= ] 2979/3004 99% [============================================================= ] 2980/3004 99% [============================================================= ] 2981/3004 99% [============================================================= ] 2982/3004 99% [============================================================= ] 2983/3004 99% [============================================================= ] 2984/3004 99% [============================================================= ] 2985/3004 99% [============================================================= ] 2986/3004 99% [============================================================= ] 2987/3004 99% [============================================================= ] 2988/3004 99% [============================================================= ] 2989/3004 99% [============================================================= ] 2990/3004 99% [============================================================= ] 2991/3004 99% [============================================================= ] 2992/3004 99% [============================================================= ] 2993/3004 99% [============================================================= ] 2994/3004 99% [============================================================= ] 2995/3004 99% [============================================================= ] 2996/3004 99% [============================================================= ] 2997/3004 99% [============================================================= ] 2998/3004 99% [============================================================= ] 2999/3004 99% [============================================================= ] 3000/3004 99% [============================================================= ] 3001/3004 99% [============================================================= ] 3002/3004 99% [============================================================= ] 3003/3004 99% [==============================================================] 3004/3004 100% operation complete, 3004 objects in 72982 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.11-71-g105ce13d21 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.2.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 13.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 5.10.205 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> 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) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bats-core 1.8.2 Collecting legal info LICENSE.md: OK (sha256: 55074b2b3b87809105034e1468e59076554d76a80c67bcc592000cc3d929852d) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> bubblewrap 0.8.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.2.2 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> crun 1.8.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.libcrun: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> font-awesome 4.7.0 Collecting legal info >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gpsd 3.25 Collecting legal info COPYING: OK (sha256: fdf339997bbca9eaf507476b82fbcac608fc39a3d89b86b51e16db4c9f933716) >>> host-scons 4.5.2 Collecting legal info LICENSE: OK (sha256: 2f6ac9a1fc98394d18b80dba9bedb9d5626006d44db3fecf7cf3e21cff7e8b1c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hackrf 2023.01.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imagemagick 7.1.1-21 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> iproute2 6.5.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> iputils 20221126 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> less 643 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libassuan 2.5.6 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcurl 8.5.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> openssl Collecting legal info >>> libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdnet 1.16.4 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuv 1.46.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> libxml2 2.11.6 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mbuffer 20220418 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mongoose 7.12 Collecting legal info LICENSE: OK (sha256: 4ba646f5a7012d8b52f3a74398e446f56960dde0572f7241a2215430da5dd5a2) >>> monit 5.33.0 Collecting legal info COPYING: OK (sha256: d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> netdata 1.33.1 Collecting legal info LICENSE: OK (sha256: 0e5fd9d833efe9b79f784d1903281554af82d1b4261af67d35455728e5572aa6) >>> obsidian-cursors 1.0 Collecting legal info >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> p11-kit 0.24.1 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> pigz 2.8 Collecting legal info README: OK (sha256: 328634933a65dbc7f97a0f51df52741dc67f593bbe9eccabc9eedc6934c4983b) >>> pinentry 1.2.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> pound 4.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> tz Collecting legal info >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> uclibc-ng-test 0f303c63fab7f4038515ced6f2659242cf60ac19 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> zlog 1.2.16 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-5.10.205: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'