>>> Finalizing target directory mkdir -p /tmp/instance-21/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-21/output-1/host/bin/mips-img-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/tmp/instance-21/output-1/host/bin/mips-img-linux-gnu-g++%g" -e "s%@TARGET_AR@%/tmp/instance-21/output-1/host/bin/mips-img-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/tmp/instance-21/output-1/host/bin/mips-img-linux-gnu-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-21/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-21/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-21/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-21/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-21/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-21/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-21/output-1/host/bin/mips-img-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/tmp/instance-21/output-1/host/bin/mips-img-linux-gnu-g++%g" -e "s%@TARGET_AR@%/tmp/instance-21/output-1/host/bin/mips-img-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/tmp/instance-21/output-1/host/bin/mips-img-linux-gnu-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-21/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-21/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-21/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-21/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-21/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-21/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-21/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /tmp/instance-21/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-21/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-21/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-21/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-21/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-21/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-21/output-1/target/etc/shells; fi rm -f /tmp/instance-21/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-21/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-21/output-1/host/bin/glib-compile-schemas /tmp/instance-21/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-21/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-21/output-1/target/etc echo "buildroot" > /tmp/instance-21/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-21/output-1/target/etc/hosts mkdir -p /tmp/instance-21/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-21/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-21/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-21/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-21/output-1/target/etc/shells if [ -x /tmp/instance-21/output-1/target/sbin/swapon -a -x /tmp/instance-21/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-21/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-21/output-1/target/etc/inittab; fi rm -rf /tmp/instance-21/output-1/target/usr/include /tmp/instance-21/output-1/target/usr/share/aclocal \ /tmp/instance-21/output-1/target/usr/lib/pkgconfig /tmp/instance-21/output-1/target/usr/share/pkgconfig \ /tmp/instance-21/output-1/target/usr/lib/cmake /tmp/instance-21/output-1/target/usr/share/cmake \ /tmp/instance-21/output-1/target/usr/lib/rpm /tmp/instance-21/output-1/target/usr/doc find /tmp/instance-21/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-21/output-1/target/lib/ /tmp/instance-21/output-1/target/usr/lib/ /tmp/instance-21/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-21/output-1/target/usr/share/gdb rm -rf /tmp/instance-21/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-21/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-21/output-1/target/usr/share/zsh rm -rf /tmp/instance-21/output-1/target/usr/man /tmp/instance-21/output-1/target/usr/share/man rm -rf /tmp/instance-21/output-1/target/usr/info /tmp/instance-21/output-1/target/usr/share/info rm -rf /tmp/instance-21/output-1/target/usr/doc /tmp/instance-21/output-1/target/usr/share/doc rm -rf /tmp/instance-21/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-21/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-21/output-1/target/lib/debug /tmp/instance-21/output-1/target/usr/lib/debug find /tmp/instance-21/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 /tmp/instance-21/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-21/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-21/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 /tmp/instance-21/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-843-gac2b26fba2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-21/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-21/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-21/output-1/per-package /tmp/instance-21/buildroot/support/scripts/fix-rpath target touch /tmp/instance-21/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-21/output-1/build/buildroot-fs mkdir -p /tmp/instance-21/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /tmp/instance-21/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n \n \n \n\n' > /tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /tmp/instance-21/output-1/images rm -rf /tmp/instance-21/output-1/build/buildroot-fs/ext2 mkdir -p /tmp/instance-21/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-21/output-1/target/ /tmp/instance-21/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /tmp/instance-21/output-1/build/buildroot-fs/ext2/target" >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-21/buildroot/support/scripts/mkusers /tmp/instance-21/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-21/output-1/build/buildroot-fs/ext2/target >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot echo "/tmp/instance-21/output-1/host/bin/makedevs -d /tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-21/output-1/build/buildroot-fs/ext2/target" >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /tmp/instance-21/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /tmp/instance-21/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /tmp/instance-21/output-1/images/rootfs.ext2\n /tmp/instance-21/output-1/host/sbin/mkfs.ext3 -d /tmp/instance-21/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /tmp/instance-21/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-21/output-1/host/bin/fakeroot -- /tmp/instance-21/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/tmp/instance-21/output-1/build/buildroot-fs/ext2/target table='/tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /tmp/instance-21/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 85e23197-577f-43a6-88b6-a371ed13613b Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" gzip -9 -c -n /tmp/instance-21/output-1/images/rootfs.ext2 > /tmp/instance-21/output-1/images/rootfs.ext2.gz ln -sf rootfs.ext2.gz /tmp/instance-21/output-1/images/rootfs.ext3.gz >>> Generating filesystem image rootfs.tar mkdir -p /tmp/instance-21/output-1/images rm -rf /tmp/instance-21/output-1/build/buildroot-fs/tar mkdir -p /tmp/instance-21/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-21/output-1/target/ /tmp/instance-21/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /tmp/instance-21/output-1/build/buildroot-fs/tar/target" >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-21/buildroot/support/scripts/mkusers /tmp/instance-21/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-21/output-1/build/buildroot-fs/tar/target >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot echo "/tmp/instance-21/output-1/host/bin/makedevs -d /tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-21/output-1/build/buildroot-fs/tar/target" >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /tmp/instance-21/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /tmp/instance-21/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /tmp/instance-21/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /tmp/instance-21/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-21/output-1/host/bin/fakeroot -- /tmp/instance-21/output-1/build/buildroot-fs/tar/fakeroot rootdir=/tmp/instance-21/output-1/build/buildroot-fs/tar/target table='/tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" zstd -19 -z -f -T1 /tmp/instance-21/output-1/images/rootfs.tar > /tmp/instance-21/output-1/images/rootfs.tar.zst >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-21/output-1/images rm -rf /tmp/instance-21/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-21/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-21/output-1/target/ /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-21/buildroot/support/scripts/mkusers /tmp/instance-21/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-21/output-1/host/bin/makedevs -d /tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-21/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-21/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-21/output-1/host/bin/fakeroot -- /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2009 objects. stage 2: creating image '/tmp/instance-21/output-1/images/rootfs.yaffs2' [ ] 1/2009 0% [ ] 2/2009 0% [ ] 3/2009 0% [ ] 4/2009 0% [ ] 5/2009 0% [ ] 6/2009 0% [ ] 7/2009 0% [ ] 8/2009 0% [ ] 9/2009 0% [ ] 10/2009 0% [ ] 11/2009 0% [ ] 12/2009 0% [ ] 13/2009 0% [ ] 14/2009 0% [ ] 15/2009 0% [ ] 16/2009 0% [ ] 17/2009 0% [ ] 18/2009 0% [ ] 19/2009 0% [ ] 20/2009 0% [ ] 21/2009 1% [ ] 22/2009 1% [ ] 23/2009 1% [ ] 24/2009 1% [ ] 25/2009 1% [ ] 26/2009 1% [ ] 27/2009 1% [ ] 28/2009 1% [ ] 29/2009 1% [ ] 30/2009 1% [ ] 31/2009 1% [ ] 32/2009 1% [= ] 33/2009 1% [= ] 34/2009 1% [= ] 35/2009 1% [= ] 36/2009 1% [= ] 37/2009 1% [= ] 38/2009 1% [= ] 39/2009 1% [= ] 40/2009 1% [= ] 41/2009 2% [= ] 42/2009 2% [= ] 43/2009 2% [= ] 44/2009 2% [= ] 45/2009 2% [= ] 46/2009 2% [= ] 47/2009 2% [= ] 48/2009 2% [= ] 49/2009 2% [= ] 50/2009 2% [= ] 51/2009 2% [= ] 52/2009 2% [= ] 53/2009 2% [= ] 54/2009 2% [= ] 55/2009 2% [= ] 56/2009 2% [= ] 57/2009 2% [= ] 58/2009 2% [= ] 59/2009 2% [= ] 60/2009 2% [= ] 61/2009 3% [= ] 62/2009 3% [= ] 63/2009 3% [= ] 64/2009 3% [== ] 65/2009 3% [== ] 66/2009 3% [== ] 67/2009 3% [== ] 68/2009 3% [== ] 69/2009 3% [== ] 70/2009 3% [== ] 71/2009 3% [== ] 72/2009 3% [== ] 73/2009 3% [== ] 74/2009 3% [== ] 75/2009 3% [== ] 76/2009 3% [== ] 77/2009 3% [== ] 78/2009 3% [== ] 79/2009 3% [== ] 80/2009 3% [== ] 81/2009 4% [== ] 82/2009 4% [== ] 83/2009 4% [== ] 84/2009 4% [== ] 85/2009 4% [== ] 86/2009 4% [== ] 87/2009 4% [== ] 88/2009 4% [== ] 89/2009 4% [== ] 90/2009 4% [== ] 91/2009 4% [== ] 92/2009 4% [== ] 93/2009 4% [== ] 94/2009 4% [== ] 95/2009 4% [== ] 96/2009 4% [== ] 97/2009 4% [=== ] 98/2009 4% [=== ] 99/2009 4% [=== ] 100/2009 4% [=== ] 101/2009 5% [=== ] 102/2009 5% [=== ] 103/2009 5% [=== ] 104/2009 5% [=== ] 105/2009 5% [=== ] 106/2009 5% [=== ] 107/2009 5% [=== ] 108/2009 5% [=== ] 109/2009 5% [=== ] 110/2009 5% [=== ] 111/2009 5% [=== ] 112/2009 5% [=== ] 113/2009 5% [=== ] 114/2009 5% [=== ] 115/2009 5% [=== ] 116/2009 5% [=== ] 117/2009 5% [=== ] 118/2009 5% [=== ] 119/2009 5% [=== ] 120/2009 5% [=== ] 121/2009 6% [=== ] 122/2009 6% [=== ] 123/2009 6% [=== ] 124/2009 6% [=== ] 125/2009 6% [=== ] 126/2009 6% [=== ] 127/2009 6% [=== ] 128/2009 6% [=== ] 129/2009 6% [==== ] 130/2009 6% [==== ] 131/2009 6% [==== ] 132/2009 6% [==== ] 133/2009 6% [==== ] 134/2009 6% [==== ] 135/2009 6% [==== ] 136/2009 6% [==== ] 137/2009 6% [==== ] 138/2009 6% [==== ] 139/2009 6% [==== ] 140/2009 6% [==== ] 141/2009 7% [==== ] 142/2009 7% [==== ] 143/2009 7% [==== ] 144/2009 7% [==== ] 145/2009 7% [==== ] 146/2009 7% [==== ] 147/2009 7% [==== ] 148/2009 7% [==== ] 149/2009 7% [==== ] 150/2009 7% [==== ] 151/2009 7% [==== ] 152/2009 7% [==== ] 153/2009 7% [==== ] 154/2009 7% [==== ] 155/2009 7% [==== ] 156/2009 7% [==== ] 157/2009 7% [==== ] 158/2009 7% [==== ] 159/2009 7% [==== ] 160/2009 7% [==== ] 161/2009 8% [==== ] 162/2009 8% [===== ] 163/2009 8% [===== ] 164/2009 8% [===== ] 165/2009 8% [===== ] 166/2009 8% [===== ] 167/2009 8% [===== ] 168/2009 8% [===== ] 169/2009 8% [===== ] 170/2009 8% [===== ] 171/2009 8% [===== ] 172/2009 8% [===== ] 173/2009 8% [===== ] 174/2009 8% [===== ] 175/2009 8% [===== ] 176/2009 8% [===== ] 177/2009 8% [===== ] 178/2009 8% [===== ] 179/2009 8% [===== ] 180/2009 8% [===== ] 181/2009 9% [===== ] 182/2009 9% [===== ] 183/2009 9% [===== ] 184/2009 9% [===== ] 185/2009 9% [===== ] 186/2009 9% [===== ] 187/2009 9% [===== ] 188/2009 9% [===== ] 189/2009 9% [===== ] 190/2009 9% [===== ] 191/2009 9% [===== ] 192/2009 9% [===== ] 193/2009 9% [===== ] 194/2009 9% [====== ] 195/2009 9% [====== ] 196/2009 9% [====== ] 197/2009 9% [====== ] 198/2009 9% [====== ] 199/2009 9% [====== ] 200/2009 9% [====== ] 201/2009 10% [====== ] 202/2009 10% [====== ] 203/2009 10% [====== ] 204/2009 10% [====== ] 205/2009 10% [====== ] 206/2009 10% [====== ] 207/2009 10% [====== ] 208/2009 10% [====== ] 209/2009 10% [====== ] 210/2009 10% [====== ] 211/2009 10% [====== ] 212/2009 10% [====== ] 213/2009 10% [====== ] 214/2009 10% [====== ] 215/2009 10% [====== ] 216/2009 10% [====== ] 217/2009 10% [====== ] 218/2009 10% [====== ] 219/2009 10% [====== ] 220/2009 10% [====== ] 221/2009 11% [====== ] 222/2009 11% [====== ] 223/2009 11% [====== ] 224/2009 11% [====== ] 225/2009 11% [====== ] 226/2009 11% [======= ] 227/2009 11% [======= ] 228/2009 11% [======= ] 229/2009 11% [======= ] 230/2009 11% [======= ] 231/2009 11% [======= ] 232/2009 11% [======= ] 233/2009 11% [======= ] 234/2009 11% [======= ] 235/2009 11% [======= ] 236/2009 11% [======= ] 237/2009 11% [======= ] 238/2009 11% [======= ] 239/2009 11% [======= ] 240/2009 11% [======= ] 241/2009 11% [======= ] 242/2009 12% [======= ] 243/2009 12% [======= ] 244/2009 12% [======= ] 245/2009 12% [======= ] 246/2009 12% [======= ] 247/2009 12% [======= ] 248/2009 12% [======= ] 249/2009 12% [======= ] 250/2009 12% [======= ] 251/2009 12% [======= ] 252/2009 12% [======= ] 253/2009 12% [======= ] 254/2009 12% [======= ] 255/2009 12% [======= ] 256/2009 12% [======= ] 257/2009 12% [======= ] 258/2009 12% [======= ] 259/2009 12% [======== ] 260/2009 12% [======== ] 261/2009 12% [======== ] 262/2009 13% [======== ] 263/2009 13% [======== ] 264/2009 13% [======== ] 265/2009 13% [======== ] 266/2009 13% [======== ] 267/2009 13% [======== ] 268/2009 13% [======== ] 269/2009 13% [======== ] 270/2009 13% [======== ] 271/2009 13% [======== ] 272/2009 13% [======== ] 273/2009 13% [======== ] 274/2009 13% [======== ] 275/2009 13% [======== ] 276/2009 13% [======== ] 277/2009 13% [======== ] 278/2009 13% [======== ] 279/2009 13% [======== ] 280/2009 13% [======== ] 281/2009 13% [======== ] 282/2009 14% [======== ] 283/2009 14% [======== ] 284/2009 14% [======== ] 285/2009 14% [======== ] 286/2009 14% [======== ] 287/2009 14% [======== ] 288/2009 14% [======== ] 289/2009 14% [======== ] 290/2009 14% [======== ] 291/2009 14% [========= ] 292/2009 14% [========= ] 293/2009 14% [========= ] 294/2009 14% [========= ] 295/2009 14% [========= ] 296/2009 14% [========= ] 297/2009 14% [========= ] 298/2009 14% [========= ] 299/2009 14% [========= ] 300/2009 14% [========= ] 301/2009 14% [========= ] 302/2009 15% [========= ] 303/2009 15% [========= ] 304/2009 15% [========= ] 305/2009 15% [========= ] 306/2009 15% [========= ] 307/2009 15% [========= ] 308/2009 15% [========= ] 309/2009 15% [========= ] 310/2009 15% [========= ] 311/2009 15% [========= ] 312/2009 15% [========= ] 313/2009 15% [========= ] 314/2009 15% [========= ] 315/2009 15% [========= ] 316/2009 15% [========= ] 317/2009 15% [========= ] 318/2009 15% [========= ] 319/2009 15% [========= ] 320/2009 15% [========= ] 321/2009 15% [========= ] 322/2009 16% [========= ] 323/2009 16% [========= ] 324/2009 16% [========== ] 325/2009 16% [========== ] 326/2009 16% [========== ] 327/2009 16% [========== ] 328/2009 16% [========== ] 329/2009 16% [========== ] 330/2009 16% [========== ] 331/2009 16% [========== ] 332/2009 16% [========== ] 333/2009 16% [========== ] 334/2009 16% [========== ] 335/2009 16% [========== ] 336/2009 16% [========== ] 337/2009 16% [========== ] 338/2009 16% [========== ] 339/2009 16% [========== ] 340/2009 16% [========== ] 341/2009 16% [========== ] 342/2009 17% [========== ] 343/2009 17% [========== ] 344/2009 17% [========== ] 345/2009 17% [========== ] 346/2009 17% [========== ] 347/2009 17% [========== ] 348/2009 17% [========== ] 349/2009 17% [========== ] 350/2009 17% [========== ] 351/2009 17% [========== ] 352/2009 17% [========== ] 353/2009 17% [========== ] 354/2009 17% [========== ] 355/2009 17% [========== ] 356/2009 17% [=========== ] 357/2009 17% [=========== ] 358/2009 17% [=========== ] 359/2009 17% [=========== ] 360/2009 17% [=========== ] 361/2009 17% [=========== ] 362/2009 18% [=========== ] 363/2009 18% [=========== ] 364/2009 18% [=========== ] 365/2009 18% [=========== ] 366/2009 18% [=========== ] 367/2009 18% [=========== ] 368/2009 18% [=========== ] 369/2009 18% [=========== ] 370/2009 18% [=========== ] 371/2009 18% [=========== ] 372/2009 18% [=========== ] 373/2009 18% [=========== ] 374/2009 18% [=========== ] 375/2009 18% [=========== ] 376/2009 18% [=========== ] 377/2009 18% [=========== ] 378/2009 18% [=========== ] 379/2009 18% [=========== ] 380/2009 18% [=========== ] 381/2009 18% [=========== ] 382/2009 19% [=========== ] 383/2009 19% [=========== ] 384/2009 19% [=========== ] 385/2009 19% [=========== ] 386/2009 19% [=========== ] 387/2009 19% [=========== ] 388/2009 19% [============ ] 389/2009 19% [============ ] 390/2009 19% [============ ] 391/2009 19% [============ ] 392/2009 19% [============ ] 393/2009 19% [============ ] 394/2009 19% [============ ] 395/2009 19% [============ ] 396/2009 19% [============ ] 397/2009 19% [============ ] 398/2009 19% [============ ] 399/2009 19% [============ ] 400/2009 19% [============ ] 401/2009 19% [============ ] 402/2009 20% [============ ] 403/2009 20% [============ ] 404/2009 20% [============ ] 405/2009 20% [============ ] 406/2009 20% [============ ] 407/2009 20% [============ ] 408/2009 20% [============ ] 409/2009 20% [============ ] 410/2009 20% [============ ] 411/2009 20% [============ ] 412/2009 20% [============ ] 413/2009 20% [============ ] 414/2009 20% [============ ] 415/2009 20% [============ ] 416/2009 20% [============ ] 417/2009 20% [============ ] 418/2009 20% [============ ] 419/2009 20% [============ ] 420/2009 20% [============ ] 421/2009 20% [============= ] 422/2009 21% [============= ] 423/2009 21% [============= ] 424/2009 21% [============= ] 425/2009 21% [============= ] 426/2009 21% [============= ] 427/2009 21% [============= ] 428/2009 21% [============= ] 429/2009 21% [============= ] 430/2009 21% [============= ] 431/2009 21% [============= ] 432/2009 21% [============= ] 433/2009 21% [============= ] 434/2009 21% [============= ] 435/2009 21% [============= ] 436/2009 21% [============= ] 437/2009 21% [============= ] 438/2009 21% [============= ] 439/2009 21% [============= ] 440/2009 21% [============= ] 441/2009 21% [============= ] 442/2009 22% [============= ] 443/2009 22% [============= ] 444/2009 22% [============= ] 445/2009 22% [============= ] 446/2009 22% [============= ] 447/2009 22% [============= ] 448/2009 22% [============= ] 449/2009 22% [============= ] 450/2009 22% [============= ] 451/2009 22% [============= ] 452/2009 22% [============= ] 453/2009 22% [============== ] 454/2009 22% [============== ] 455/2009 22% [============== ] 456/2009 22% [============== ] 457/2009 22% [============== ] 458/2009 22% [============== ] 459/2009 22% [============== ] 460/2009 22% [============== ] 461/2009 22% [============== ] 462/2009 22% [============== ] 463/2009 23% [============== ] 464/2009 23% [============== ] 465/2009 23% [============== ] 466/2009 23% [============== ] 467/2009 23% [============== ] 468/2009 23% [============== ] 469/2009 23% [============== ] 470/2009 23% [============== ] 471/2009 23% [============== ] 472/2009 23% [============== ] 473/2009 23% [============== ] 474/2009 23% [============== ] 475/2009 23% [============== ] 476/2009 23% [============== ] 477/2009 23% [============== ] 478/2009 23% [============== ] 479/2009 23% [============== ] 480/2009 23% [============== ] 481/2009 23% [============== ] 482/2009 23% [============== ] 483/2009 24% [============== ] 484/2009 24% [============== ] 485/2009 24% [============== ] 486/2009 24% [=============== ] 487/2009 24% [=============== ] 488/2009 24% [=============== ] 489/2009 24% [=============== ] 490/2009 24% [=============== ] 491/2009 24% [=============== ] 492/2009 24% [=============== ] 493/2009 24% [=============== ] 494/2009 24% [=============== ] 495/2009 24% [=============== ] 496/2009 24% [=============== ] 497/2009 24% [=============== ] 498/2009 24% [=============== ] 499/2009 24% [=============== ] 500/2009 24% [=============== ] 501/2009 24% [=============== ] 502/2009 24% [=============== ] 503/2009 25% [=============== ] 504/2009 25% [=============== ] 505/2009 25% [=============== ] 506/2009 25% [=============== ] 507/2009 25% [=============== ] 508/2009 25% [=============== ] 509/2009 25% [=============== ] 510/2009 25% [=============== ] 511/2009 25% [=============== ] 512/2009 25% [=============== ] 513/2009 25% [=============== ] 514/2009 25% [=============== ] 515/2009 25% [=============== ] 516/2009 25% [=============== ] 517/2009 25% [=============== ] 518/2009 25% [================ ] 519/2009 25% [================ ] 520/2009 25% [================ ] 521/2009 25% [================ ] 522/2009 25% [================ ] 523/2009 26% [================ ] 524/2009 26% [================ ] 525/2009 26% [================ ] 526/2009 26% [================ ] 527/2009 26% [================ ] 528/2009 26% [================ ] 529/2009 26% [================ ] 530/2009 26% [================ ] 531/2009 26% [================ ] 532/2009 26% [================ ] 533/2009 26% [================ ] 534/2009 26% [================ ] 535/2009 26% [================ ] 536/2009 26% [================ ] 537/2009 26% [================ ] 538/2009 26% [================ ] 539/2009 26% [================ ] 540/2009 26% [================ ] 541/2009 26% [================ ] 542/2009 26% [================ ] 543/2009 27% [================ ] 544/2009 27% [================ ] 545/2009 27% [================ ] 546/2009 27% [================ ] 547/2009 27% [================ ] 548/2009 27% [================ ] 549/2009 27% [================ ] 550/2009 27% [================= ] 551/2009 27% [================= ] 552/2009 27% [================= ] 553/2009 27% [================= ] 554/2009 27% [================= ] 555/2009 27% [================= ] 556/2009 27% [================= ] 557/2009 27% [================= ] 558/2009 27% [================= ] 559/2009 27% [================= ] 560/2009 27% [================= ] 561/2009 27% [================= ] 562/2009 27% [================= ] 563/2009 28% [================= ] 564/2009 28% [================= ] 565/2009 28% [================= ] 566/2009 28% [================= ] 567/2009 28% [================= ] 568/2009 28% [================= ] 569/2009 28% [================= ] 570/2009 28% [================= ] 571/2009 28% [================= ] 572/2009 28% [================= ] 573/2009 28% [================= ] 574/2009 28% [================= ] 575/2009 28% [================= ] 576/2009 28% [================= ] 577/2009 28% [================= ] 578/2009 28% [================= ] 579/2009 28% [================= ] 580/2009 28% [================= ] 581/2009 28% [================= ] 582/2009 28% [================= ] 583/2009 29% [================== ] 584/2009 29% [================== ] 585/2009 29% [================== ] 586/2009 29% [================== ] 587/2009 29% [================== ] 588/2009 29% [================== ] 589/2009 29% [================== ] 590/2009 29% [================== ] 591/2009 29% [================== ] 592/2009 29% [================== ] 593/2009 29% [================== ] 594/2009 29% [================== ] 595/2009 29% [================== ] 596/2009 29% [================== ] 597/2009 29% [================== ] 598/2009 29% [================== ] 599/2009 29% [================== ] 600/2009 29% [================== ] 601/2009 29% [================== ] 602/2009 29% [================== ] 603/2009 30% [================== ] 604/2009 30% [================== ] 605/2009 30% [================== ] 606/2009 30% [================== ] 607/2009 30% [================== ] 608/2009 30% [================== ] 609/2009 30% [================== ] 610/2009 30% [================== ] 611/2009 30% [================== ] 612/2009 30% [================== ] 613/2009 30% [================== ] 614/2009 30% [================== ] 615/2009 30% [=================== ] 616/2009 30% [=================== ] 617/2009 30% [=================== ] 618/2009 30% [=================== ] 619/2009 30% [=================== ] 620/2009 30% [=================== ] 621/2009 30% [=================== ] 622/2009 30% [=================== ] 623/2009 31% [=================== ] 624/2009 31% [=================== ] 625/2009 31% [=================== ] 626/2009 31% [=================== ] 627/2009 31% [=================== ] 628/2009 31% [=================== ] 629/2009 31% [=================== ] 630/2009 31% [=================== ] 631/2009 31% [=================== ] 632/2009 31% [=================== ] 633/2009 31% [=================== ] 634/2009 31% [=================== ] 635/2009 31% [=================== ] 636/2009 31% [=================== ] 637/2009 31% [=================== ] 638/2009 31% [=================== ] 639/2009 31% [=================== ] 640/2009 31% [=================== ] 641/2009 31% [=================== ] 642/2009 31% [=================== ] 643/2009 32% [=================== ] 644/2009 32% [=================== ] 645/2009 32% [=================== ] 646/2009 32% [=================== ] 647/2009 32% [=================== ] 648/2009 32% [==================== ] 649/2009 32% [==================== ] 650/2009 32% [==================== ] 651/2009 32% [==================== ] 652/2009 32% [==================== ] 653/2009 32% [==================== ] 654/2009 32% [==================== ] 655/2009 32% [==================== ] 656/2009 32% [==================== ] 657/2009 32% [==================== ] 658/2009 32% [==================== ] 659/2009 32% [==================== ] 660/2009 32% [==================== ] 661/2009 32% [==================== ] 662/2009 32% [==================== ] 663/2009 33% [==================== ] 664/2009 33% [==================== ] 665/2009 33% [==================== ] 666/2009 33% [==================== ] 667/2009 33% [==================== ] 668/2009 33% [==================== ] 669/2009 33% [==================== ] 670/2009 33% [==================== ] 671/2009 33% [==================== ] 672/2009 33% [==================== ] 673/2009 33% [==================== ] 674/2009 33% [==================== ] 675/2009 33% [==================== ] 676/2009 33% [==================== ] 677/2009 33% [==================== ] 678/2009 33% [==================== ] 679/2009 33% [==================== ] 680/2009 33% [===================== ] 681/2009 33% [===================== ] 682/2009 33% [===================== ] 683/2009 33% [===================== ] 684/2009 34% [===================== ] 685/2009 34% [===================== ] 686/2009 34% [===================== ] 687/2009 34% [===================== ] 688/2009 34% [===================== ] 689/2009 34% [===================== ] 690/2009 34% [===================== ] 691/2009 34% [===================== ] 692/2009 34% [===================== ] 693/2009 34% [===================== ] 694/2009 34% [===================== ] 695/2009 34% [===================== ] 696/2009 34% [===================== ] 697/2009 34% [===================== ] 698/2009 34% [===================== ] 699/2009 34% [===================== ] 700/2009 34% [===================== ] 701/2009 34% [===================== ] 702/2009 34% [===================== ] 703/2009 34% [===================== ] 704/2009 35% [===================== ] 705/2009 35% [===================== ] 706/2009 35% [===================== ] 707/2009 35% [===================== ] 708/2009 35% [===================== ] 709/2009 35% [===================== ] 710/2009 35% [===================== ] 711/2009 35% [===================== ] 712/2009 35% [====================== ] 713/2009 35% [====================== ] 714/2009 35% [====================== ] 715/2009 35% [====================== ] 716/2009 35% [====================== ] 717/2009 35% [====================== ] 718/2009 35% [====================== ] 719/2009 35% [====================== ] 720/2009 35% [====================== ] 721/2009 35% [====================== ] 722/2009 35% [====================== ] 723/2009 35% [====================== ] 724/2009 36% [====================== ] 725/2009 36% [====================== ] 726/2009 36% [====================== ] 727/2009 36% [====================== ] 728/2009 36% [====================== ] 729/2009 36% [====================== ] 730/2009 36% [====================== ] 731/2009 36% [====================== ] 732/2009 36% [====================== ] 733/2009 36% [====================== ] 734/2009 36% [====================== ] 735/2009 36% [====================== ] 736/2009 36% [====================== ] 737/2009 36% [====================== ] 738/2009 36% [====================== ] 739/2009 36% [====================== ] 740/2009 36% [====================== ] 741/2009 36% [====================== ] 742/2009 36% [====================== ] 743/2009 36% [====================== ] 744/2009 37% [====================== ] 745/2009 37% [======================= ] 746/2009 37% [======================= ] 747/2009 37% [======================= ] 748/2009 37% [======================= ] 749/2009 37% [======================= ] 750/2009 37% [======================= ] 751/2009 37% [======================= ] 752/2009 37% [======================= ] 753/2009 37% [======================= ] 754/2009 37% [======================= ] 755/2009 37% [======================= ] 756/2009 37% [======================= ] 757/2009 37% [======================= ] 758/2009 37% [======================= ] 759/2009 37% [======================= ] 760/2009 37% [======================= ] 761/2009 37% [======================= ] 762/2009 37% [======================= ] 763/2009 37% [======================= ] 764/2009 38% [======================= ] 765/2009 38% [======================= ] 766/2009 38% [======================= ] 767/2009 38% [======================= ] 768/2009 38% [======================= ] 769/2009 38% [======================= ] 770/2009 38% [======================= ] 771/2009 38% [======================= ] 772/2009 38% [======================= ] 773/2009 38% [======================= ] 774/2009 38% [======================= ] 775/2009 38% [======================= ] 776/2009 38% [======================= ] 777/2009 38% [======================== ] 778/2009 38% [======================== ] 779/2009 38% [======================== ] 780/2009 38% [======================== ] 781/2009 38% [======================== ] 782/2009 38% [======================== ] 783/2009 38% [======================== ] 784/2009 39% [======================== ] 785/2009 39% [======================== ] 786/2009 39% [======================== ] 787/2009 39% [======================== ] 788/2009 39% [======================== ] 789/2009 39% [======================== ] 790/2009 39% [======================== ] 791/2009 39% [======================== ] 792/2009 39% [======================== ] 793/2009 39% [======================== ] 794/2009 39% [======================== ] 795/2009 39% [======================== ] 796/2009 39% [======================== ] 797/2009 39% [======================== ] 798/2009 39% [======================== ] 799/2009 39% [======================== ] 800/2009 39% [======================== ] 801/2009 39% [======================== ] 802/2009 39% [======================== ] 803/2009 39% [======================== ] 804/2009 40% [======================== ] 805/2009 40% [======================== ] 806/2009 40% [======================== ] 807/2009 40% [======================== ] 808/2009 40% [======================== ] 809/2009 40% [======================== ] 810/2009 40% [========================= ] 811/2009 40% [========================= ] 812/2009 40% [========================= ] 813/2009 40% [========================= ] 814/2009 40% [========================= ] 815/2009 40% [========================= ] 816/2009 40% [========================= ] 817/2009 40% [========================= ] 818/2009 40% [========================= ] 819/2009 40% [========================= ] 820/2009 40% [========================= ] 821/2009 40% [========================= ] 822/2009 40% [========================= ] 823/2009 40% [========================= ] 824/2009 41% [========================= ] 825/2009 41% [========================= ] 826/2009 41% [========================= ] 827/2009 41% [========================= ] 828/2009 41% [========================= ] 829/2009 41% [========================= ] 830/2009 41% [========================= ] 831/2009 41% [========================= ] 832/2009 41% [========================= ] 833/2009 41% [========================= ] 834/2009 41% [========================= ] 835/2009 41% [========================= ] 836/2009 41% [========================= ] 837/2009 41% [========================= ] 838/2009 41% [========================= ] 839/2009 41% [========================= ] 840/2009 41% [========================= ] 841/2009 41% [========================= ] 842/2009 41% [========================== ] 843/2009 41% [========================== ] 844/2009 42% [========================== ] 845/2009 42% [========================== ] 846/2009 42% [========================== ] 847/2009 42% [========================== ] 848/2009 42% [========================== ] 849/2009 42% [========================== ] 850/2009 42% [========================== ] 851/2009 42% [========================== ] 852/2009 42% [========================== ] 853/2009 42% [========================== ] 854/2009 42% [========================== ] 855/2009 42% [========================== ] 856/2009 42% [========================== ] 857/2009 42% [========================== ] 858/2009 42% [========================== ] 859/2009 42% [========================== ] 860/2009 42% [========================== ] 861/2009 42% [========================== ] 862/2009 42% [========================== ] 863/2009 42% [========================== ] 864/2009 43% [========================== ] 865/2009 43% [========================== ] 866/2009 43% [========================== ] 867/2009 43% [========================== ] 868/2009 43% [========================== ] 869/2009 43% [========================== ] 870/2009 43% [========================== ] 871/2009 43% [========================== ] 872/2009 43% [========================== ] 873/2009 43% [========================== ] 874/2009 43% [=========================== ] 875/2009 43% [=========================== ] 876/2009 43% [=========================== ] 877/2009 43% [=========================== ] 878/2009 43% [=========================== ] 879/2009 43% [=========================== ] 880/2009 43% [=========================== ] 881/2009 43% [=========================== ] 882/2009 43% [=========================== ] 883/2009 43% [=========================== ] 884/2009 44% [=========================== ] 885/2009 44% [=========================== ] 886/2009 44% [=========================== ] 887/2009 44% [=========================== ] 888/2009 44% [=========================== ] 889/2009 44% [=========================== ] 890/2009 44% [=========================== ] 891/2009 44% [=========================== ] 892/2009 44% [=========================== ] 893/2009 44% [=========================== ] 894/2009 44% [=========================== ] 895/2009 44% [=========================== ] 896/2009 44% [=========================== ] 897/2009 44% [=========================== ] 898/2009 44% [=========================== ] 899/2009 44% [=========================== ] 900/2009 44% [=========================== ] 901/2009 44% [=========================== ] 902/2009 44% [=========================== ] 903/2009 44% [=========================== ] 904/2009 44% [=========================== ] 905/2009 45% [=========================== ] 906/2009 45% [=========================== ] 907/2009 45% [============================ ] 908/2009 45% [============================ ] 909/2009 45% [============================ ] 910/2009 45% [============================ ] 911/2009 45% [============================ ] 912/2009 45% [============================ ] 913/2009 45% [============================ ] 914/2009 45% [============================ ] 915/2009 45% [============================ ] 916/2009 45% [============================ ] 917/2009 45% [============================ ] 918/2009 45% [============================ ] 919/2009 45% [============================ ] 920/2009 45% [============================ ] 921/2009 45% [============================ ] 922/2009 45% [============================ ] 923/2009 45% [============================ ] 924/2009 45% [============================ ] 925/2009 46% [============================ ] 926/2009 46% [============================ ] 927/2009 46% [============================ ] 928/2009 46% [============================ ] 929/2009 46% [============================ ] 930/2009 46% [============================ ] 931/2009 46% [============================ ] 932/2009 46% [============================ ] 933/2009 46% [============================ ] 934/2009 46% [============================ ] 935/2009 46% [============================ ] 936/2009 46% [============================ ] 937/2009 46% [============================ ] 938/2009 46% [============================ ] 939/2009 46% [============================= ] 940/2009 46% [============================= ] 941/2009 46% [============================= ] 942/2009 46% [============================= ] 943/2009 46% [============================= ] 944/2009 46% [============================= ] 945/2009 47% [============================= ] 946/2009 47% [============================= ] 947/2009 47% [============================= ] 948/2009 47% [============================= ] 949/2009 47% [============================= ] 950/2009 47% [============================= ] 951/2009 47% [============================= ] 952/2009 47% [============================= ] 953/2009 47% [============================= ] 954/2009 47% [============================= ] 955/2009 47% [============================= ] 956/2009 47% [============================= ] 957/2009 47% [============================= ] 958/2009 47% [============================= ] 959/2009 47% [============================= ] 960/2009 47% [============================= ] 961/2009 47% [============================= ] 962/2009 47% [============================= ] 963/2009 47% [============================= ] 964/2009 47% [============================= ] 965/2009 48% [============================= ] 966/2009 48% [============================= ] 967/2009 48% [============================= ] 968/2009 48% [============================= ] 969/2009 48% [============================= ] 970/2009 48% [============================= ] 971/2009 48% [============================= ] 972/2009 48% [============================== ] 973/2009 48% [============================== ] 974/2009 48% [============================== ] 975/2009 48% [============================== ] 976/2009 48% [============================== ] 977/2009 48% [============================== ] 978/2009 48% [============================== ] 979/2009 48% [============================== ] 980/2009 48% [============================== ] 981/2009 48% [============================== ] 982/2009 48% [============================== ] 983/2009 48% [============================== ] 984/2009 48% [============================== ] 985/2009 49% [============================== ] 986/2009 49% [============================== ] 987/2009 49% [============================== ] 988/2009 49% [============================== ] 989/2009 49% [============================== ] 990/2009 49% [============================== ] 991/2009 49% [============================== ] 992/2009 49% [============================== ] 993/2009 49% [============================== ] 994/2009 49% [============================== ] 995/2009 49% [============================== ] 996/2009 49% [============================== ] 997/2009 49% [============================== ] 998/2009 49% [============================== ] 999/2009 49% [============================== ] 1000/2009 49% [============================== ] 1001/2009 49% [============================== ] 1002/2009 49% [============================== ] 1003/2009 49% [============================== ] 1004/2009 49% [=============================== ] 1005/2009 50% [=============================== ] 1006/2009 50% [=============================== ] 1007/2009 50% [=============================== ] 1008/2009 50% [=============================== ] 1009/2009 50% [=============================== ] 1010/2009 50% [=============================== ] 1011/2009 50% [=============================== ] 1012/2009 50% [=============================== ] 1013/2009 50% [=============================== ] 1014/2009 50% [=============================== ] 1015/2009 50% [=============================== ] 1016/2009 50% [=============================== ] 1017/2009 50% [=============================== ] 1018/2009 50% [=============================== ] 1019/2009 50% [=============================== ] 1020/2009 50% [=============================== ] 1021/2009 50% [=============================== ] 1022/2009 50% [=============================== ] 1023/2009 50% [=============================== ] 1024/2009 50% [=============================== ] 1025/2009 51% [=============================== ] 1026/2009 51% [=============================== ] 1027/2009 51% [=============================== ] 1028/2009 51% [=============================== ] 1029/2009 51% [=============================== ] 1030/2009 51% [=============================== ] 1031/2009 51% [=============================== ] 1032/2009 51% [=============================== ] 1033/2009 51% [=============================== ] 1034/2009 51% [=============================== ] 1035/2009 51% [=============================== ] 1036/2009 51% [================================ ] 1037/2009 51% [================================ ] 1038/2009 51% [================================ ] 1039/2009 51% [================================ ] 1040/2009 51% [================================ ] 1041/2009 51% [================================ ] 1042/2009 51% [================================ ] 1043/2009 51% [================================ ] 1044/2009 51% [================================ ] 1045/2009 52% [================================ ] 1046/2009 52% [================================ ] 1047/2009 52% [================================ ] 1048/2009 52% [================================ ] 1049/2009 52% [================================ ] 1050/2009 52% [================================ ] 1051/2009 52% [================================ ] 1052/2009 52% [================================ ] 1053/2009 52% [================================ ] 1054/2009 52% [================================ ] 1055/2009 52% [================================ ] 1056/2009 52% [================================ ] 1057/2009 52% [================================ ] 1058/2009 52% [================================ ] 1059/2009 52% [================================ ] 1060/2009 52% [================================ ] 1061/2009 52% [================================ ] 1062/2009 52% [================================ ] 1063/2009 52% [================================ ] 1064/2009 52% [================================ ] 1065/2009 53% [================================ ] 1066/2009 53% [================================ ] 1067/2009 53% [================================ ] 1068/2009 53% [================================ ] 1069/2009 53% [================================= ] 1070/2009 53% [================================= ] 1071/2009 53% [================================= ] 1072/2009 53% [================================= ] 1073/2009 53% [================================= ] 1074/2009 53% [================================= ] 1075/2009 53% [================================= ] 1076/2009 53% [================================= ] 1077/2009 53% [================================= ] 1078/2009 53% [================================= ] 1079/2009 53% [================================= ] 1080/2009 53% [================================= ] 1081/2009 53% [================================= ] 1082/2009 53% [================================= ] 1083/2009 53% [================================= ] 1084/2009 53% [================================= ] 1085/2009 54% [================================= ] 1086/2009 54% [================================= ] 1087/2009 54% [================================= ] 1088/2009 54% [================================= ] 1089/2009 54% [================================= ] 1090/2009 54% [================================= ] 1091/2009 54% [================================= ] 1092/2009 54% [================================= ] 1093/2009 54% [================================= ] 1094/2009 54% [================================= ] 1095/2009 54% [================================= ] 1096/2009 54% [================================= ] 1097/2009 54% [================================= ] 1098/2009 54% [================================= ] 1099/2009 54% [================================= ] 1100/2009 54% [================================= ] 1101/2009 54% [================================== ] 1102/2009 54% [================================== ] 1103/2009 54% [================================== ] 1104/2009 54% [================================== ] 1105/2009 55% [================================== ] 1106/2009 55% [================================== ] 1107/2009 55% [================================== ] 1108/2009 55% [================================== ] 1109/2009 55% [================================== ] 1110/2009 55% [================================== ] 1111/2009 55% [================================== ] 1112/2009 55% [================================== ] 1113/2009 55% [================================== ] 1114/2009 55% [================================== ] 1115/2009 55% [================================== ] 1116/2009 55% [================================== ] 1117/2009 55% [================================== ] 1118/2009 55% [================================== ] 1119/2009 55% [================================== ] 1120/2009 55% [================================== ] 1121/2009 55% [================================== ] 1122/2009 55% [================================== ] 1123/2009 55% [================================== ] 1124/2009 55% [================================== ] 1125/2009 55% [================================== ] 1126/2009 56% [================================== ] 1127/2009 56% [================================== ] 1128/2009 56% [================================== ] 1129/2009 56% [================================== ] 1130/2009 56% [================================== ] 1131/2009 56% [================================== ] 1132/2009 56% [================================== ] 1133/2009 56% [================================== ] 1134/2009 56% [=================================== ] 1135/2009 56% [=================================== ] 1136/2009 56% [=================================== ] 1137/2009 56% [=================================== ] 1138/2009 56% [=================================== ] 1139/2009 56% [=================================== ] 1140/2009 56% [=================================== ] 1141/2009 56% [=================================== ] 1142/2009 56% [=================================== ] 1143/2009 56% [=================================== ] 1144/2009 56% [=================================== ] 1145/2009 56% [=================================== ] 1146/2009 57% [=================================== ] 1147/2009 57% [=================================== ] 1148/2009 57% [=================================== ] 1149/2009 57% [=================================== ] 1150/2009 57% [=================================== ] 1151/2009 57% [=================================== ] 1152/2009 57% [=================================== ] 1153/2009 57% [=================================== ] 1154/2009 57% [=================================== ] 1155/2009 57% [=================================== ] 1156/2009 57% [=================================== ] 1157/2009 57% [=================================== ] 1158/2009 57% [=================================== ] 1159/2009 57% [=================================== ] 1160/2009 57% [=================================== ] 1161/2009 57% [=================================== ] 1162/2009 57% [=================================== ] 1163/2009 57% [=================================== ] 1164/2009 57% [=================================== ] 1165/2009 57% [=================================== ] 1166/2009 58% [==================================== ] 1167/2009 58% [==================================== ] 1168/2009 58% [==================================== ] 1169/2009 58% [==================================== ] 1170/2009 58% [==================================== ] 1171/2009 58% [==================================== ] 1172/2009 58% [==================================== ] 1173/2009 58% [==================================== ] 1174/2009 58% [==================================== ] 1175/2009 58% [==================================== ] 1176/2009 58% [==================================== ] 1177/2009 58% [==================================== ] 1178/2009 58% [==================================== ] 1179/2009 58% [==================================== ] 1180/2009 58% [==================================== ] 1181/2009 58% [==================================== ] 1182/2009 58% [==================================== ] 1183/2009 58% [==================================== ] 1184/2009 58% [==================================== ] 1185/2009 58% [==================================== ] 1186/2009 59% [==================================== ] 1187/2009 59% [==================================== ] 1188/2009 59% [==================================== ] 1189/2009 59% [==================================== ] 1190/2009 59% [==================================== ] 1191/2009 59% [==================================== ] 1192/2009 59% [==================================== ] 1193/2009 59% [==================================== ] 1194/2009 59% [==================================== ] 1195/2009 59% [==================================== ] 1196/2009 59% [==================================== ] 1197/2009 59% [==================================== ] 1198/2009 59% [===================================== ] 1199/2009 59% [===================================== ] 1200/2009 59% [===================================== ] 1201/2009 59% [===================================== ] 1202/2009 59% [===================================== ] 1203/2009 59% [===================================== ] 1204/2009 59% [===================================== ] 1205/2009 59% [===================================== ] 1206/2009 60% [===================================== ] 1207/2009 60% [===================================== ] 1208/2009 60% [===================================== ] 1209/2009 60% [===================================== ] 1210/2009 60% [===================================== ] 1211/2009 60% [===================================== ] 1212/2009 60% [===================================== ] 1213/2009 60% [===================================== ] 1214/2009 60% [===================================== ] 1215/2009 60% [===================================== ] 1216/2009 60% [===================================== ] 1217/2009 60% [===================================== ] 1218/2009 60% [===================================== ] 1219/2009 60% [===================================== ] 1220/2009 60% [===================================== ] 1221/2009 60% [===================================== ] 1222/2009 60% [===================================== ] 1223/2009 60% [===================================== ] 1224/2009 60% [===================================== ] 1225/2009 60% [===================================== ] 1226/2009 61% [===================================== ] 1227/2009 61% [===================================== ] 1228/2009 61% [===================================== ] 1229/2009 61% [===================================== ] 1230/2009 61% [===================================== ] 1231/2009 61% [====================================== ] 1232/2009 61% [====================================== ] 1233/2009 61% [====================================== ] 1234/2009 61% [====================================== ] 1235/2009 61% [====================================== ] 1236/2009 61% [====================================== ] 1237/2009 61% [====================================== ] 1238/2009 61% [====================================== ] 1239/2009 61% [====================================== ] 1240/2009 61% [====================================== ] 1241/2009 61% [====================================== ] 1242/2009 61% [====================================== ] 1243/2009 61% [====================================== ] 1244/2009 61% [====================================== ] 1245/2009 61% [====================================== ] 1246/2009 62% [====================================== ] 1247/2009 62% [====================================== ] 1248/2009 62% [====================================== ] 1249/2009 62% [====================================== ] 1250/2009 62% [====================================== ] 1251/2009 62% [====================================== ] 1252/2009 62% [====================================== ] 1253/2009 62% [====================================== ] 1254/2009 62% [====================================== ] 1255/2009 62% [====================================== ] 1256/2009 62% [====================================== ] 1257/2009 62% [====================================== ] 1258/2009 62% [====================================== ] 1259/2009 62% [====================================== ] 1260/2009 62% [====================================== ] 1261/2009 62% [====================================== ] 1262/2009 62% [====================================== ] 1263/2009 62% [======================================= ] 1264/2009 62% [======================================= ] 1265/2009 62% [======================================= ] 1266/2009 63% [======================================= ] 1267/2009 63% [======================================= ] 1268/2009 63% [======================================= ] 1269/2009 63% [======================================= ] 1270/2009 63% [======================================= ] 1271/2009 63% [======================================= ] 1272/2009 63% [======================================= ] 1273/2009 63% [======================================= ] 1274/2009 63% [======================================= ] 1275/2009 63% [======================================= ] 1276/2009 63% [======================================= ] 1277/2009 63% [======================================= ] 1278/2009 63% [======================================= ] 1279/2009 63% [======================================= ] 1280/2009 63% [======================================= ] 1281/2009 63% [======================================= ] 1282/2009 63% [======================================= ] 1283/2009 63% [======================================= ] 1284/2009 63% [======================================= ] 1285/2009 63% [======================================= ] 1286/2009 64% [======================================= ] 1287/2009 64% [======================================= ] 1288/2009 64% [======================================= ] 1289/2009 64% [======================================= ] 1290/2009 64% [======================================= ] 1291/2009 64% [======================================= ] 1292/2009 64% [======================================= ] 1293/2009 64% [======================================= ] 1294/2009 64% [======================================= ] 1295/2009 64% [======================================= ] 1296/2009 64% [======================================== ] 1297/2009 64% [======================================== ] 1298/2009 64% [======================================== ] 1299/2009 64% [======================================== ] 1300/2009 64% [======================================== ] 1301/2009 64% [======================================== ] 1302/2009 64% [======================================== ] 1303/2009 64% [======================================== ] 1304/2009 64% [======================================== ] 1305/2009 64% [======================================== ] 1306/2009 65% [======================================== ] 1307/2009 65% [======================================== ] 1308/2009 65% [======================================== ] 1309/2009 65% [======================================== ] 1310/2009 65% [======================================== ] 1311/2009 65% [======================================== ] 1312/2009 65% [======================================== ] 1313/2009 65% [======================================== ] 1314/2009 65% [======================================== ] 1315/2009 65% [======================================== ] 1316/2009 65% [======================================== ] 1317/2009 65% [======================================== ] 1318/2009 65% [======================================== ] 1319/2009 65% [======================================== ] 1320/2009 65% [======================================== ] 1321/2009 65% [======================================== ] 1322/2009 65% [======================================== ] 1323/2009 65% [======================================== ] 1324/2009 65% [======================================== ] 1325/2009 65% [======================================== ] 1326/2009 66% [======================================== ] 1327/2009 66% [======================================== ] 1328/2009 66% [========================================= ] 1329/2009 66% [========================================= ] 1330/2009 66% [========================================= ] 1331/2009 66% [========================================= ] 1332/2009 66% [========================================= ] 1333/2009 66% [========================================= ] 1334/2009 66% [========================================= ] 1335/2009 66% [========================================= ] 1336/2009 66% [========================================= ] 1337/2009 66% [========================================= ] 1338/2009 66% [========================================= ] 1339/2009 66% [========================================= ] 1340/2009 66% [========================================= ] 1341/2009 66% [========================================= ] 1342/2009 66% [========================================= ] 1343/2009 66% [========================================= ] 1344/2009 66% [========================================= ] 1345/2009 66% [========================================= ] 1346/2009 66% [========================================= ] 1347/2009 67% [========================================= ] 1348/2009 67% [========================================= ] 1349/2009 67% [========================================= ] 1350/2009 67% [========================================= ] 1351/2009 67% [========================================= ] 1352/2009 67% [========================================= ] 1353/2009 67% [========================================= ] 1354/2009 67% [========================================= ] 1355/2009 67% [========================================= ] 1356/2009 67% [========================================= ] 1357/2009 67% [========================================= ] 1358/2009 67% [========================================= ] 1359/2009 67% [========================================= ] 1360/2009 67% [========================================== ] 1361/2009 67% [========================================== ] 1362/2009 67% [========================================== ] 1363/2009 67% [========================================== ] 1364/2009 67% [========================================== ] 1365/2009 67% [========================================== ] 1366/2009 67% [========================================== ] 1367/2009 68% [========================================== ] 1368/2009 68% [========================================== ] 1369/2009 68% [========================================== ] 1370/2009 68% [========================================== ] 1371/2009 68% [========================================== ] 1372/2009 68% [========================================== ] 1373/2009 68% [========================================== ] 1374/2009 68% [========================================== ] 1375/2009 68% [========================================== ] 1376/2009 68% [========================================== ] 1377/2009 68% [========================================== ] 1378/2009 68% [========================================== ] 1379/2009 68% [========================================== ] 1380/2009 68% [========================================== ] 1381/2009 68% [========================================== ] 1382/2009 68% [========================================== ] 1383/2009 68% [========================================== ] 1384/2009 68% [========================================== ] 1385/2009 68% [========================================== ] 1386/2009 68% [========================================== ] 1387/2009 69% [========================================== ] 1388/2009 69% [========================================== ] 1389/2009 69% [========================================== ] 1390/2009 69% [========================================== ] 1391/2009 69% [========================================== ] 1392/2009 69% [========================================== ] 1393/2009 69% [=========================================== ] 1394/2009 69% [=========================================== ] 1395/2009 69% [=========================================== ] 1396/2009 69% [=========================================== ] 1397/2009 69% [=========================================== ] 1398/2009 69% [=========================================== ] 1399/2009 69% [=========================================== ] 1400/2009 69% [=========================================== ] 1401/2009 69% [=========================================== ] 1402/2009 69% [=========================================== ] 1403/2009 69% [=========================================== ] 1404/2009 69% [=========================================== ] 1405/2009 69% [=========================================== ] 1406/2009 69% [=========================================== ] 1407/2009 70% [=========================================== ] 1408/2009 70% [=========================================== ] 1409/2009 70% [=========================================== ] 1410/2009 70% [=========================================== ] 1411/2009 70% [=========================================== ] 1412/2009 70% [=========================================== ] 1413/2009 70% [=========================================== ] 1414/2009 70% [=========================================== ] 1415/2009 70% [=========================================== ] 1416/2009 70% [=========================================== ] 1417/2009 70% [=========================================== ] 1418/2009 70% [=========================================== ] 1419/2009 70% [=========================================== ] 1420/2009 70% [=========================================== ] 1421/2009 70% [=========================================== ] 1422/2009 70% [=========================================== ] 1423/2009 70% [=========================================== ] 1424/2009 70% [=========================================== ] 1425/2009 70% [============================================ ] 1426/2009 70% [============================================ ] 1427/2009 71% [============================================ ] 1428/2009 71% [============================================ ] 1429/2009 71% [============================================ ] 1430/2009 71% [============================================ ] 1431/2009 71% [============================================ ] 1432/2009 71% [============================================ ] 1433/2009 71% [============================================ ] 1434/2009 71% [============================================ ] 1435/2009 71% [============================================ ] 1436/2009 71% [============================================ ] 1437/2009 71% [============================================ ] 1438/2009 71% [============================================ ] 1439/2009 71% [============================================ ] 1440/2009 71% [============================================ ] 1441/2009 71% [============================================ ] 1442/2009 71% [============================================ ] 1443/2009 71% [============================================ ] 1444/2009 71% [============================================ ] 1445/2009 71% [============================================ ] 1446/2009 71% [============================================ ] 1447/2009 72% [============================================ ] 1448/2009 72% [============================================ ] 1449/2009 72% [============================================ ] 1450/2009 72% [============================================ ] 1451/2009 72% [============================================ ] 1452/2009 72% [============================================ ] 1453/2009 72% [============================================ ] 1454/2009 72% [============================================ ] 1455/2009 72% [============================================ ] 1456/2009 72% [============================================ ] 1457/2009 72% [============================================ ] 1458/2009 72% [============================================= ] 1459/2009 72% [============================================= ] 1460/2009 72% [============================================= ] 1461/2009 72% [============================================= ] 1462/2009 72% [============================================= ] 1463/2009 72% [============================================= ] 1464/2009 72% [============================================= ] 1465/2009 72% [============================================= ] 1466/2009 72% [============================================= ] 1467/2009 73% [============================================= ] 1468/2009 73% [============================================= ] 1469/2009 73% [============================================= ] 1470/2009 73% [============================================= ] 1471/2009 73% [============================================= ] 1472/2009 73% [============================================= ] 1473/2009 73% [============================================= ] 1474/2009 73% [============================================= ] 1475/2009 73% [============================================= ] 1476/2009 73% [============================================= ] 1477/2009 73% [============================================= ] 1478/2009 73% [============================================= ] 1479/2009 73% [============================================= ] 1480/2009 73% [============================================= ] 1481/2009 73% [============================================= ] 1482/2009 73% [============================================= ] 1483/2009 73% [============================================= ] 1484/2009 73% [============================================= ] 1485/2009 73% [============================================= ] 1486/2009 73% [============================================= ] 1487/2009 74% [============================================= ] 1488/2009 74% [============================================= ] 1489/2009 74% [============================================= ] 1490/2009 74% [============================================== ] 1491/2009 74% [============================================== ] 1492/2009 74% [============================================== ] 1493/2009 74% [============================================== ] 1494/2009 74% [============================================== ] 1495/2009 74% [============================================== ] 1496/2009 74% [============================================== ] 1497/2009 74% [============================================== ] 1498/2009 74% [============================================== ] 1499/2009 74% [============================================== ] 1500/2009 74% [============================================== ] 1501/2009 74% [============================================== ] 1502/2009 74% [============================================== ] 1503/2009 74% [============================================== ] 1504/2009 74% [============================================== ] 1505/2009 74% [============================================== ] 1506/2009 74% [============================================== ] 1507/2009 75% [============================================== ] 1508/2009 75% [============================================== ] 1509/2009 75% [============================================== ] 1510/2009 75% [============================================== ] 1511/2009 75% [============================================== ] 1512/2009 75% [============================================== ] 1513/2009 75% [============================================== ] 1514/2009 75% [============================================== ] 1515/2009 75% [============================================== ] 1516/2009 75% [============================================== ] 1517/2009 75% [============================================== ] 1518/2009 75% [============================================== ] 1519/2009 75% [============================================== ] 1520/2009 75% [============================================== ] 1521/2009 75% [============================================== ] 1522/2009 75% [=============================================== ] 1523/2009 75% [=============================================== ] 1524/2009 75% [=============================================== ] 1525/2009 75% [=============================================== ] 1526/2009 75% [=============================================== ] 1527/2009 76% [=============================================== ] 1528/2009 76% [=============================================== ] 1529/2009 76% [=============================================== ] 1530/2009 76% [=============================================== ] 1531/2009 76% [=============================================== ] 1532/2009 76% [=============================================== ] 1533/2009 76% [=============================================== ] 1534/2009 76% [=============================================== ] 1535/2009 76% [=============================================== ] 1536/2009 76% [=============================================== ] 1537/2009 76% [=============================================== ] 1538/2009 76% [=============================================== ] 1539/2009 76% [=============================================== ] 1540/2009 76% [=============================================== ] 1541/2009 76% [=============================================== ] 1542/2009 76% [=============================================== ] 1543/2009 76% [=============================================== ] 1544/2009 76% [=============================================== ] 1545/2009 76% [=============================================== ] 1546/2009 76% [=============================================== ] 1547/2009 77% [=============================================== ] 1548/2009 77% [=============================================== ] 1549/2009 77% [=============================================== ] 1550/2009 77% [=============================================== ] 1551/2009 77% [=============================================== ] 1552/2009 77% [=============================================== ] 1553/2009 77% [=============================================== ] 1554/2009 77% [=============================================== ] 1555/2009 77% [================================================ ] 1556/2009 77% [================================================ ] 1557/2009 77% [================================================ ] 1558/2009 77% [================================================ ] 1559/2009 77% [================================================ ] 1560/2009 77% [================================================ ] 1561/2009 77% [================================================ ] 1562/2009 77% [================================================ ] 1563/2009 77% [================================================ ] 1564/2009 77% [================================================ ] 1565/2009 77% [================================================ ] 1566/2009 77% [================================================ ] 1567/2009 77% [================================================ ] 1568/2009 78% [================================================ ] 1569/2009 78% [================================================ ] 1570/2009 78% [================================================ ] 1571/2009 78% [================================================ ] 1572/2009 78% [================================================ ] 1573/2009 78% [================================================ ] 1574/2009 78% [================================================ ] 1575/2009 78% [================================================ ] 1576/2009 78% [================================================ ] 1577/2009 78% [================================================ ] 1578/2009 78% [================================================ ] 1579/2009 78% [================================================ ] 1580/2009 78% [================================================ ] 1581/2009 78% [================================================ ] 1582/2009 78% [================================================ ] 1583/2009 78% [================================================ ] 1584/2009 78% [================================================ ] 1585/2009 78% [================================================ ] 1586/2009 78% [================================================ ] 1587/2009 78% [================================================= ] 1588/2009 79% [================================================= ] 1589/2009 79% [================================================= ] 1590/2009 79% [================================================= ] 1591/2009 79% [================================================= ] 1592/2009 79% [================================================= ] 1593/2009 79% [================================================= ] 1594/2009 79% [================================================= ] 1595/2009 79% [================================================= ] 1596/2009 79% [================================================= ] 1597/2009 79% [================================================= ] 1598/2009 79% [================================================= ] 1599/2009 79% [================================================= ] 1600/2009 79% [================================================= ] 1601/2009 79% [================================================= ] 1602/2009 79% [================================================= ] 1603/2009 79% [================================================= ] 1604/2009 79% [================================================= ] 1605/2009 79% [================================================= ] 1606/2009 79% [================================================= ] 1607/2009 79% [================================================= ] 1608/2009 80% [================================================= ] 1609/2009 80% [================================================= ] 1610/2009 80% [================================================= ] 1611/2009 80% [================================================= ] 1612/2009 80% [================================================= ] 1613/2009 80% [================================================= ] 1614/2009 80% [================================================= ] 1615/2009 80% [================================================= ] 1616/2009 80% [================================================= ] 1617/2009 80% [================================================= ] 1618/2009 80% [================================================= ] 1619/2009 80% [================================================= ] 1620/2009 80% [================================================== ] 1621/2009 80% [================================================== ] 1622/2009 80% [================================================== ] 1623/2009 80% [================================================== ] 1624/2009 80% [================================================== ] 1625/2009 80% [================================================== ] 1626/2009 80% [================================================== ] 1627/2009 80% [================================================== ] 1628/2009 81% [================================================== ] 1629/2009 81% [================================================== ] 1630/2009 81% [================================================== ] 1631/2009 81% [================================================== ] 1632/2009 81% [================================================== ] 1633/2009 81% [================================================== ] 1634/2009 81% [================================================== ] 1635/2009 81% [================================================== ] 1636/2009 81% [================================================== ] 1637/2009 81% [================================================== ] 1638/2009 81% [================================================== ] 1639/2009 81% [================================================== ] 1640/2009 81% [================================================== ] 1641/2009 81% [================================================== ] 1642/2009 81% [================================================== ] 1643/2009 81% [================================================== ] 1644/2009 81% [================================================== ] 1645/2009 81% [================================================== ] 1646/2009 81% [================================================== ] 1647/2009 81% [================================================== ] 1648/2009 82% [================================================== ] 1649/2009 82% [================================================== ] 1650/2009 82% [================================================== ] 1651/2009 82% [================================================== ] 1652/2009 82% [=================================================== ] 1653/2009 82% [=================================================== ] 1654/2009 82% [=================================================== ] 1655/2009 82% [=================================================== ] 1656/2009 82% [=================================================== ] 1657/2009 82% [=================================================== ] 1658/2009 82% [=================================================== ] 1659/2009 82% [=================================================== ] 1660/2009 82% [=================================================== ] 1661/2009 82% [=================================================== ] 1662/2009 82% [=================================================== ] 1663/2009 82% [=================================================== ] 1664/2009 82% [=================================================== ] 1665/2009 82% [=================================================== ] 1666/2009 82% [=================================================== ] 1667/2009 82% [=================================================== ] 1668/2009 83% [=================================================== ] 1669/2009 83% [=================================================== ] 1670/2009 83% [=================================================== ] 1671/2009 83% [=================================================== ] 1672/2009 83% [=================================================== ] 1673/2009 83% [=================================================== ] 1674/2009 83% [=================================================== ] 1675/2009 83% [=================================================== ] 1676/2009 83% [=================================================== ] 1677/2009 83% [=================================================== ] 1678/2009 83% [=================================================== ] 1679/2009 83% [=================================================== ] 1680/2009 83% [=================================================== ] 1681/2009 83% [=================================================== ] 1682/2009 83% [=================================================== ] 1683/2009 83% [=================================================== ] 1684/2009 83% [==================================================== ] 1685/2009 83% [==================================================== ] 1686/2009 83% [==================================================== ] 1687/2009 83% [==================================================== ] 1688/2009 84% [==================================================== ] 1689/2009 84% [==================================================== ] 1690/2009 84% [==================================================== ] 1691/2009 84% [==================================================== ] 1692/2009 84% [==================================================== ] 1693/2009 84% [==================================================== ] 1694/2009 84% [==================================================== ] 1695/2009 84% [==================================================== ] 1696/2009 84% [==================================================== ] 1697/2009 84% [==================================================== ] 1698/2009 84% [==================================================== ] 1699/2009 84% [==================================================== ] 1700/2009 84% [==================================================== ] 1701/2009 84% [==================================================== ] 1702/2009 84% [==================================================== ] 1703/2009 84% [==================================================== ] 1704/2009 84% [==================================================== ] 1705/2009 84% [==================================================== ] 1706/2009 84% [==================================================== ] 1707/2009 84% [==================================================== ] 1708/2009 85% [==================================================== ] 1709/2009 85% [==================================================== ] 1710/2009 85% [==================================================== ] 1711/2009 85% [==================================================== ] 1712/2009 85% [==================================================== ] 1713/2009 85% [==================================================== ] 1714/2009 85% [==================================================== ] 1715/2009 85% [==================================================== ] 1716/2009 85% [==================================================== ] 1717/2009 85% [===================================================== ] 1718/2009 85% [===================================================== ] 1719/2009 85% [===================================================== ] 1720/2009 85% [===================================================== ] 1721/2009 85% [===================================================== ] 1722/2009 85% [===================================================== ] 1723/2009 85% [===================================================== ] 1724/2009 85% [===================================================== ] 1725/2009 85% [===================================================== ] 1726/2009 85% [===================================================== ] 1727/2009 85% [===================================================== ] 1728/2009 86% [===================================================== ] 1729/2009 86% [===================================================== ] 1730/2009 86% [===================================================== ] 1731/2009 86% [===================================================== ] 1732/2009 86% [===================================================== ] 1733/2009 86% [===================================================== ] 1734/2009 86% [===================================================== ] 1735/2009 86% [===================================================== ] 1736/2009 86% [===================================================== ] 1737/2009 86% [===================================================== ] 1738/2009 86% [===================================================== ] 1739/2009 86% [===================================================== ] 1740/2009 86% [===================================================== ] 1741/2009 86% [===================================================== ] 1742/2009 86% [===================================================== ] 1743/2009 86% [===================================================== ] 1744/2009 86% [===================================================== ] 1745/2009 86% [===================================================== ] 1746/2009 86% [===================================================== ] 1747/2009 86% [===================================================== ] 1748/2009 87% [===================================================== ] 1749/2009 87% [====================================================== ] 1750/2009 87% [====================================================== ] 1751/2009 87% [====================================================== ] 1752/2009 87% [====================================================== ] 1753/2009 87% [====================================================== ] 1754/2009 87% [====================================================== ] 1755/2009 87% [====================================================== ] 1756/2009 87% [====================================================== ] 1757/2009 87% [====================================================== ] 1758/2009 87% [====================================================== ] 1759/2009 87% [====================================================== ] 1760/2009 87% [====================================================== ] 1761/2009 87% [====================================================== ] 1762/2009 87% [====================================================== ] 1763/2009 87% [====================================================== ] 1764/2009 87% [====================================================== ] 1765/2009 87% [====================================================== ] 1766/2009 87% [====================================================== ] 1767/2009 87% [====================================================== ] 1768/2009 88% [====================================================== ] 1769/2009 88% [====================================================== ] 1770/2009 88% [====================================================== ] 1771/2009 88% [====================================================== ] 1772/2009 88% [====================================================== ] 1773/2009 88% [====================================================== ] 1774/2009 88% [====================================================== ] 1775/2009 88% [====================================================== ] 1776/2009 88% [====================================================== ] 1777/2009 88% [====================================================== ] 1778/2009 88% [====================================================== ] 1779/2009 88% [====================================================== ] 1780/2009 88% [====================================================== ] 1781/2009 88% [====================================================== ] 1782/2009 88% [======================================================= ] 1783/2009 88% [======================================================= ] 1784/2009 88% [======================================================= ] 1785/2009 88% [======================================================= ] 1786/2009 88% [======================================================= ] 1787/2009 88% [======================================================= ] 1788/2009 88% [======================================================= ] 1789/2009 89% [======================================================= ] 1790/2009 89% [======================================================= ] 1791/2009 89% [======================================================= ] 1792/2009 89% [======================================================= ] 1793/2009 89% [======================================================= ] 1794/2009 89% [======================================================= ] 1795/2009 89% [======================================================= ] 1796/2009 89% [======================================================= ] 1797/2009 89% [======================================================= ] 1798/2009 89% [======================================================= ] 1799/2009 89% [======================================================= ] 1800/2009 89% [======================================================= ] 1801/2009 89% [======================================================= ] 1802/2009 89% [======================================================= ] 1803/2009 89% [======================================================= ] 1804/2009 89% [======================================================= ] 1805/2009 89% [======================================================= ] 1806/2009 89% [======================================================= ] 1807/2009 89% [======================================================= ] 1808/2009 89% [======================================================= ] 1809/2009 90% [======================================================= ] 1810/2009 90% [======================================================= ] 1811/2009 90% [======================================================= ] 1812/2009 90% [======================================================= ] 1813/2009 90% [======================================================= ] 1814/2009 90% [======================================================== ] 1815/2009 90% [======================================================== ] 1816/2009 90% [======================================================== ] 1817/2009 90% [======================================================== ] 1818/2009 90% [======================================================== ] 1819/2009 90% [======================================================== ] 1820/2009 90% [======================================================== ] 1821/2009 90% [======================================================== ] 1822/2009 90% [======================================================== ] 1823/2009 90% [======================================================== ] 1824/2009 90% [======================================================== ] 1825/2009 90% [======================================================== ] 1826/2009 90% [======================================================== ] 1827/2009 90% [======================================================== ] 1828/2009 90% [======================================================== ] 1829/2009 91% [======================================================== ] 1830/2009 91% [======================================================== ] 1831/2009 91% [======================================================== ] 1832/2009 91% [======================================================== ] 1833/2009 91% [======================================================== ] 1834/2009 91% [======================================================== ] 1835/2009 91% [======================================================== ] 1836/2009 91% [======================================================== ] 1837/2009 91% [======================================================== ] 1838/2009 91% [======================================================== ] 1839/2009 91% [======================================================== ] 1840/2009 91% [======================================================== ] 1841/2009 91% [======================================================== ] 1842/2009 91% [======================================================== ] 1843/2009 91% [======================================================== ] 1844/2009 91% [======================================================== ] 1845/2009 91% [======================================================== ] 1846/2009 91% [========================================================= ] 1847/2009 91% [========================================================= ] 1848/2009 91% [========================================================= ] 1849/2009 92% [========================================================= ] 1850/2009 92% [========================================================= ] 1851/2009 92% [========================================================= ] 1852/2009 92% [========================================================= ] 1853/2009 92% [========================================================= ] 1854/2009 92% [========================================================= ] 1855/2009 92% [========================================================= ] 1856/2009 92% [========================================================= ] 1857/2009 92% [========================================================= ] 1858/2009 92% [========================================================= ] 1859/2009 92% [========================================================= ] 1860/2009 92% [========================================================= ] 1861/2009 92% [========================================================= ] 1862/2009 92% [========================================================= ] 1863/2009 92% [========================================================= ] 1864/2009 92% [========================================================= ] 1865/2009 92% [========================================================= ] 1866/2009 92% [========================================================= ] 1867/2009 92% [========================================================= ] 1868/2009 92% [========================================================= ] 1869/2009 93% [========================================================= ] 1870/2009 93% [========================================================= ] 1871/2009 93% [========================================================= ] 1872/2009 93% [========================================================= ] 1873/2009 93% [========================================================= ] 1874/2009 93% [========================================================= ] 1875/2009 93% [========================================================= ] 1876/2009 93% [========================================================= ] 1877/2009 93% [========================================================= ] 1878/2009 93% [========================================================= ] 1879/2009 93% [========================================================== ] 1880/2009 93% [========================================================== ] 1881/2009 93% [========================================================== ] 1882/2009 93% [========================================================== ] 1883/2009 93% [========================================================== ] 1884/2009 93% [========================================================== ] 1885/2009 93% [========================================================== ] 1886/2009 93% [========================================================== ] 1887/2009 93% [========================================================== ] 1888/2009 93% [========================================================== ] 1889/2009 94% [========================================================== ] 1890/2009 94% [========================================================== ] 1891/2009 94% [========================================================== ] 1892/2009 94% [========================================================== ] 1893/2009 94% [========================================================== ] 1894/2009 94% [========================================================== ] 1895/2009 94% [========================================================== ] 1896/2009 94% [========================================================== ] 1897/2009 94% [========================================================== ] 1898/2009 94% [========================================================== ] 1899/2009 94% [========================================================== ] 1900/2009 94% [========================================================== ] 1901/2009 94% [========================================================== ] 1902/2009 94% [========================================================== ] 1903/2009 94% [========================================================== ] 1904/2009 94% [========================================================== ] 1905/2009 94% [========================================================== ] 1906/2009 94% [========================================================== ] 1907/2009 94% [========================================================== ] 1908/2009 94% [========================================================== ] 1909/2009 95% [========================================================== ] 1910/2009 95% [========================================================== ] 1911/2009 95% [=========================================================== ] 1912/2009 95% [=========================================================== ] 1913/2009 95% [=========================================================== ] 1914/2009 95% [=========================================================== ] 1915/2009 95% [=========================================================== ] 1916/2009 95% [=========================================================== ] 1917/2009 95% [=========================================================== ] 1918/2009 95% [=========================================================== ] 1919/2009 95% [=========================================================== ] 1920/2009 95% [=========================================================== ] 1921/2009 95% [=========================================================== ] 1922/2009 95% [=========================================================== ] 1923/2009 95% [=========================================================== ] 1924/2009 95% [=========================================================== ] 1925/2009 95% [=========================================================== ] 1926/2009 95% [=========================================================== ] 1927/2009 95% [=========================================================== ] 1928/2009 95% [=========================================================== ] 1929/2009 96% [=========================================================== ] 1930/2009 96% [=========================================================== ] 1931/2009 96% [=========================================================== ] 1932/2009 96% [=========================================================== ] 1933/2009 96% [=========================================================== ] 1934/2009 96% [=========================================================== ] 1935/2009 96% [=========================================================== ] 1936/2009 96% [=========================================================== ] 1937/2009 96% [=========================================================== ] 1938/2009 96% [=========================================================== ] 1939/2009 96% [=========================================================== ] 1940/2009 96% [=========================================================== ] 1941/2009 96% [=========================================================== ] 1942/2009 96% [=========================================================== ] 1943/2009 96% [=========================================================== ] 1944/2009 96% [============================================================ ] 1945/2009 96% [============================================================ ] 1946/2009 96% [============================================================ ] 1947/2009 96% [============================================================ ] 1948/2009 96% [============================================================ ] 1949/2009 97% [============================================================ ] 1950/2009 97% [============================================================ ] 1951/2009 97% [============================================================ ] 1952/2009 97% [============================================================ ] 1953/2009 97% [============================================================ ] 1954/2009 97% [============================================================ ] 1955/2009 97% [============================================================ ] 1956/2009 97% [============================================================ ] 1957/2009 97% [============================================================ ] 1958/2009 97% [============================================================ ] 1959/2009 97% [============================================================ ] 1960/2009 97% [============================================================ ] 1961/2009 97% [============================================================ ] 1962/2009 97% [============================================================ ] 1963/2009 97% [============================================================ ] 1964/2009 97% [============================================================ ] 1965/2009 97% [============================================================ ] 1966/2009 97% [============================================================ ] 1967/2009 97% [============================================================ ] 1968/2009 97% [============================================================ ] 1969/2009 98% [============================================================ ] 1970/2009 98% [============================================================ ] 1971/2009 98% [============================================================ ] 1972/2009 98% [============================================================ ] 1973/2009 98% [============================================================ ] 1974/2009 98% [============================================================ ] 1975/2009 98% [============================================================ ] 1976/2009 98% [============================================================= ] 1977/2009 98% [============================================================= ] 1978/2009 98% [============================================================= ] 1979/2009 98% [============================================================= ] 1980/2009 98% [============================================================= ] 1981/2009 98% [============================================================= ] 1982/2009 98% [============================================================= ] 1983/2009 98% [============================================================= ] 1984/2009 98% [============================================================= ] 1985/2009 98% [============================================================= ] 1986/2009 98% [============================================================= ] 1987/2009 98% [============================================================= ] 1988/2009 98% [============================================================= ] 1989/2009 99% [============================================================= ] 1990/2009 99% [============================================================= ] 1991/2009 99% [============================================================= ] 1992/2009 99% [============================================================= ] 1993/2009 99% [============================================================= ] 1994/2009 99% [============================================================= ] 1995/2009 99% [============================================================= ] 1996/2009 99% [============================================================= ] 1997/2009 99% [============================================================= ] 1998/2009 99% [============================================================= ] 1999/2009 99% [============================================================= ] 2000/2009 99% [============================================================= ] 2001/2009 99% [============================================================= ] 2002/2009 99% [============================================================= ] 2003/2009 99% [============================================================= ] 2004/2009 99% [============================================================= ] 2005/2009 99% [============================================================= ] 2006/2009 99% [============================================================= ] 2007/2009 99% [============================================================= ] 2008/2009 99% [==============================================================] 2009/2009 100% operation complete, 2009 objects in 77744 NAND pages. ln -snf /tmp/instance-21/output-1/host/mipsel-buildroot-linux-gnu/sysroot /tmp/instance-21/output-1/staging make: Leaving directory '/tmp/instance-21/buildroot' make: Entering directory '/tmp/instance-21/buildroot' >>> Buildroot 2022.11-843-gac2b26fba2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-codescape-img-mips 2018.09-02 Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) 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) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> dhrystone 2 Collecting legal info >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> gdbm 1.23 Collecting legal info COPYING: OK (sha256: 690d762f2e8e149ab1e2d6a409a3853b6151a2533b2382fae549a176d6bedecf) >>> host-genpart 1.0.2 Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> igmpproxy 0.4 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> initscripts Collecting legal info >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libedit 20210910-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libgsasl 1.10.0 Collecting legal info README: OK (sha256: 26e99818ca6ce79d8b2c461fabc72dc6e03483e6b0fd9692dcb07ab1b09bbac7) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpsl 0.21.1 Collecting legal info COPYING: OK (sha256: 7903413e7aa0bbcb77aa19150a3f1034edc0a760cff174f9a53efe4de6f056a4) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> linuxptp 3.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> logrotate 3.20.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> neardal 4143d130ed39299bfc59d08d2c7c77dbc7f809e9 Collecting legal info COPYING: OK (sha256: 296a87e9098d3f2ce1ef80c73c53399dc2c7412f35d4175c45810ea15ed86406) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> owfs 3.2p4 Collecting legal info COPYING: OK (sha256: 1f0527ab035eefb5197c68633d06f50f5077c719d82a99344702ceaca29150b9) COPYING.LIB: OK (sha256: 8a6601b893d5784d931b2ede64a406fac463acfbb7014914e27de4d6e68457c3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> psplash 44afb7506d43cca15582b4c5b90ba5580344d75d Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-python-cython 0.29.32 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtl_433 22.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> sysstat 12.6.1 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) 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: toolchain-external-codescape-img-mips-2018.09-02: cannot save license (TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS_LICENSE_FILES not defined) WARNING: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) Legal info produced in /tmp/instance-21/output-1/legal-info make: Leaving directory '/tmp/instance-21/buildroot'