echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-22/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-22/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-22/output-1/target/etc/shells rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/include /nvmedata/autobuild/instance-22/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-22/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-22/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-22/output-1/target/usr/doc find /nvmedata/autobuild/instance-22/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-22/output-1/target/lib/ /nvmedata/autobuild/instance-22/output-1/target/usr/lib/ /nvmedata/autobuild/instance-22/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-22/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/man /nvmedata/autobuild/instance-22/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/info /nvmedata/autobuild/instance-22/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/doc /nvmedata/autobuild/instance-22/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-22/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-22/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-22/output-1/target/lib/debug /nvmedata/autobuild/instance-22/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-22/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 /nvmedata/autobuild/instance-22/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-22/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-22/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 /nvmedata/autobuild/instance-22/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-441-g8f3cfe4196"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-22/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-22/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-22/output-1/per-package /nvmedata/autobuild/instance-22/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-22/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /nvmedata/autobuild/instance-22/output-1/images rm -rf /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2 mkdir -p /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-22/output-1/target/ /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-22/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "/nvmedata/autobuild/instance-22/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /nvmedata/autobuild/instance-22/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -d /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target -o /nvmedata/autobuild/instance-22/output-1/images/rootfs.jffs2\n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-22/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/jffs2/target table='/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-22/output-1/images rm -rf /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-22/output-1/target/ /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-22/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-22/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-22/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-22/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-22/output-1/host/bin:/nvmedata/autobuild/instance-22/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-22/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2011 objects. stage 2: creating image '/nvmedata/autobuild/instance-22/output-1/images/rootfs.yaffs2' [ ] 1/2011 0% [ ] 2/2011 0% [ ] 3/2011 0% [ ] 4/2011 0% [ ] 5/2011 0% [ ] 6/2011 0% [ ] 7/2011 0% [ ] 8/2011 0% [ ] 9/2011 0% [ ] 10/2011 0% [ ] 11/2011 0% [ ] 12/2011 0% [ ] 13/2011 0% [ ] 14/2011 0% [ ] 15/2011 0% [ ] 16/2011 0% [ ] 17/2011 0% [ ] 18/2011 0% [ ] 19/2011 0% [ ] 20/2011 0% [ ] 21/2011 1% [ ] 22/2011 1% [ ] 23/2011 1% [ ] 24/2011 1% [ ] 25/2011 1% [ ] 26/2011 1% [ ] 27/2011 1% [ ] 28/2011 1% [ ] 29/2011 1% [ ] 30/2011 1% [ ] 31/2011 1% [ ] 32/2011 1% [= ] 33/2011 1% [= ] 34/2011 1% [= ] 35/2011 1% [= ] 36/2011 1% [= ] 37/2011 1% [= ] 38/2011 1% [= ] 39/2011 1% [= ] 40/2011 1% [= ] 41/2011 2% [= ] 42/2011 2% [= ] 43/2011 2% [= ] 44/2011 2% [= ] 45/2011 2% [= ] 46/2011 2% [= ] 47/2011 2% [= ] 48/2011 2% [= ] 49/2011 2% [= ] 50/2011 2% [= ] 51/2011 2% [= ] 52/2011 2% [= ] 53/2011 2% [= ] 54/2011 2% [= ] 55/2011 2% [= ] 56/2011 2% [= ] 57/2011 2% [= ] 58/2011 2% [= ] 59/2011 2% [= ] 60/2011 2% [= ] 61/2011 3% [= ] 62/2011 3% [= ] 63/2011 3% [= ] 64/2011 3% [== ] 65/2011 3% [== ] 66/2011 3% [== ] 67/2011 3% [== ] 68/2011 3% [== ] 69/2011 3% [== ] 70/2011 3% [== ] 71/2011 3% [== ] 72/2011 3% [== ] 73/2011 3% [== ] 74/2011 3% [== ] 75/2011 3% [== ] 76/2011 3% [== ] 77/2011 3% [== ] 78/2011 3% [== ] 79/2011 3% [== ] 80/2011 3% [== ] 81/2011 4% [== ] 82/2011 4% [== ] 83/2011 4% [== ] 84/2011 4% [== ] 85/2011 4% [== ] 86/2011 4% [== ] 87/2011 4% [== ] 88/2011 4% [== ] 89/2011 4% [== ] 90/2011 4% [== ] 91/2011 4% [== ] 92/2011 4% [== ] 93/2011 4% [== ] 94/2011 4% [== ] 95/2011 4% [== ] 96/2011 4% [== ] 97/2011 4% [=== ] 98/2011 4% [=== ] 99/2011 4% [=== ] 100/2011 4% [=== ] 101/2011 5% [=== ] 102/2011 5% [=== ] 103/2011 5% [=== ] 104/2011 5% [=== ] 105/2011 5% [=== ] 106/2011 5% [=== ] 107/2011 5% [=== ] 108/2011 5% [=== ] 109/2011 5% [=== ] 110/2011 5% [=== ] 111/2011 5% [=== ] 112/2011 5% [=== ] 113/2011 5% [=== ] 114/2011 5% [=== ] 115/2011 5% [=== ] 116/2011 5% [=== ] 117/2011 5% [=== ] 118/2011 5% [=== ] 119/2011 5% [=== ] 120/2011 5% [=== ] 121/2011 6% [=== ] 122/2011 6% [=== ] 123/2011 6% [=== ] 124/2011 6% [=== ] 125/2011 6% [=== ] 126/2011 6% [=== ] 127/2011 6% [=== ] 128/2011 6% [=== ] 129/2011 6% [==== ] 130/2011 6% [==== ] 131/2011 6% [==== ] 132/2011 6% [==== ] 133/2011 6% [==== ] 134/2011 6% [==== ] 135/2011 6% [==== ] 136/2011 6% [==== ] 137/2011 6% [==== ] 138/2011 6% [==== ] 139/2011 6% [==== ] 140/2011 6% [==== ] 141/2011 7% [==== ] 142/2011 7% [==== ] 143/2011 7% [==== ] 144/2011 7% [==== ] 145/2011 7% [==== ] 146/2011 7% [==== ] 147/2011 7% [==== ] 148/2011 7% [==== ] 149/2011 7% [==== ] 150/2011 7% [==== ] 151/2011 7% [==== ] 152/2011 7% [==== ] 153/2011 7% [==== ] 154/2011 7% [==== ] 155/2011 7% [==== ] 156/2011 7% [==== ] 157/2011 7% [==== ] 158/2011 7% [==== ] 159/2011 7% [==== ] 160/2011 7% [==== ] 161/2011 8% [==== ] 162/2011 8% [===== ] 163/2011 8% [===== ] 164/2011 8% [===== ] 165/2011 8% [===== ] 166/2011 8% [===== ] 167/2011 8% [===== ] 168/2011 8% [===== ] 169/2011 8% [===== ] 170/2011 8% [===== ] 171/2011 8% [===== ] 172/2011 8% [===== ] 173/2011 8% [===== ] 174/2011 8% [===== ] 175/2011 8% [===== ] 176/2011 8% [===== ] 177/2011 8% [===== ] 178/2011 8% [===== ] 179/2011 8% [===== ] 180/2011 8% [===== ] 181/2011 9% [===== ] 182/2011 9% [===== ] 183/2011 9% [===== ] 184/2011 9% [===== ] 185/2011 9% [===== ] 186/2011 9% [===== ] 187/2011 9% [===== ] 188/2011 9% [===== ] 189/2011 9% [===== ] 190/2011 9% [===== ] 191/2011 9% [===== ] 192/2011 9% [===== ] 193/2011 9% [===== ] 194/2011 9% [====== ] 195/2011 9% [====== ] 196/2011 9% [====== ] 197/2011 9% [====== ] 198/2011 9% [====== ] 199/2011 9% [====== ] 200/2011 9% [====== ] 201/2011 9% [====== ] 202/2011 10% [====== ] 203/2011 10% [====== ] 204/2011 10% [====== ] 205/2011 10% [====== ] 206/2011 10% [====== ] 207/2011 10% [====== ] 208/2011 10% [====== ] 209/2011 10% [====== ] 210/2011 10% [====== ] 211/2011 10% [====== ] 212/2011 10% [====== ] 213/2011 10% [====== ] 214/2011 10% [====== ] 215/2011 10% [====== ] 216/2011 10% [====== ] 217/2011 10% [====== ] 218/2011 10% [====== ] 219/2011 10% [====== ] 220/2011 10% [====== ] 221/2011 10% [====== ] 222/2011 11% [====== ] 223/2011 11% [====== ] 224/2011 11% [====== ] 225/2011 11% [====== ] 226/2011 11% [====== ] 227/2011 11% [======= ] 228/2011 11% [======= ] 229/2011 11% [======= ] 230/2011 11% [======= ] 231/2011 11% [======= ] 232/2011 11% [======= ] 233/2011 11% [======= ] 234/2011 11% [======= ] 235/2011 11% [======= ] 236/2011 11% [======= ] 237/2011 11% [======= ] 238/2011 11% [======= ] 239/2011 11% [======= ] 240/2011 11% [======= ] 241/2011 11% [======= ] 242/2011 12% [======= ] 243/2011 12% [======= ] 244/2011 12% [======= ] 245/2011 12% [======= ] 246/2011 12% [======= ] 247/2011 12% [======= ] 248/2011 12% [======= ] 249/2011 12% [======= ] 250/2011 12% [======= ] 251/2011 12% [======= ] 252/2011 12% [======= ] 253/2011 12% [======= ] 254/2011 12% [======= ] 255/2011 12% [======= ] 256/2011 12% [======= ] 257/2011 12% [======= ] 258/2011 12% [======= ] 259/2011 12% [======== ] 260/2011 12% [======== ] 261/2011 12% [======== ] 262/2011 13% [======== ] 263/2011 13% [======== ] 264/2011 13% [======== ] 265/2011 13% [======== ] 266/2011 13% [======== ] 267/2011 13% [======== ] 268/2011 13% [======== ] 269/2011 13% [======== ] 270/2011 13% [======== ] 271/2011 13% [======== ] 272/2011 13% [======== ] 273/2011 13% [======== ] 274/2011 13% [======== ] 275/2011 13% [======== ] 276/2011 13% [======== ] 277/2011 13% [======== ] 278/2011 13% [======== ] 279/2011 13% [======== ] 280/2011 13% [======== ] 281/2011 13% [======== ] 282/2011 14% [======== ] 283/2011 14% [======== ] 284/2011 14% [======== ] 285/2011 14% [======== ] 286/2011 14% [======== ] 287/2011 14% [======== ] 288/2011 14% [======== ] 289/2011 14% [======== ] 290/2011 14% [======== ] 291/2011 14% [========= ] 292/2011 14% [========= ] 293/2011 14% [========= ] 294/2011 14% [========= ] 295/2011 14% [========= ] 296/2011 14% [========= ] 297/2011 14% [========= ] 298/2011 14% [========= ] 299/2011 14% [========= ] 300/2011 14% [========= ] 301/2011 14% [========= ] 302/2011 15% [========= ] 303/2011 15% [========= ] 304/2011 15% [========= ] 305/2011 15% [========= ] 306/2011 15% [========= ] 307/2011 15% [========= ] 308/2011 15% [========= ] 309/2011 15% [========= ] 310/2011 15% [========= ] 311/2011 15% [========= ] 312/2011 15% [========= ] 313/2011 15% [========= ] 314/2011 15% [========= ] 315/2011 15% [========= ] 316/2011 15% [========= ] 317/2011 15% [========= ] 318/2011 15% [========= ] 319/2011 15% [========= ] 320/2011 15% [========= ] 321/2011 15% [========= ] 322/2011 16% [========= ] 323/2011 16% [========= ] 324/2011 16% [========== ] 325/2011 16% [========== ] 326/2011 16% [========== ] 327/2011 16% [========== ] 328/2011 16% [========== ] 329/2011 16% [========== ] 330/2011 16% [========== ] 331/2011 16% [========== ] 332/2011 16% [========== ] 333/2011 16% [========== ] 334/2011 16% [========== ] 335/2011 16% [========== ] 336/2011 16% [========== ] 337/2011 16% [========== ] 338/2011 16% [========== ] 339/2011 16% [========== ] 340/2011 16% [========== ] 341/2011 16% [========== ] 342/2011 17% [========== ] 343/2011 17% [========== ] 344/2011 17% [========== ] 345/2011 17% [========== ] 346/2011 17% [========== ] 347/2011 17% [========== ] 348/2011 17% [========== ] 349/2011 17% [========== ] 350/2011 17% [========== ] 351/2011 17% [========== ] 352/2011 17% [========== ] 353/2011 17% [========== ] 354/2011 17% [========== ] 355/2011 17% [========== ] 356/2011 17% [=========== ] 357/2011 17% [=========== ] 358/2011 17% [=========== ] 359/2011 17% [=========== ] 360/2011 17% [=========== ] 361/2011 17% [=========== ] 362/2011 18% [=========== ] 363/2011 18% [=========== ] 364/2011 18% [=========== ] 365/2011 18% [=========== ] 366/2011 18% [=========== ] 367/2011 18% [=========== ] 368/2011 18% [=========== ] 369/2011 18% [=========== ] 370/2011 18% [=========== ] 371/2011 18% [=========== ] 372/2011 18% [=========== ] 373/2011 18% [=========== ] 374/2011 18% [=========== ] 375/2011 18% [=========== ] 376/2011 18% [=========== ] 377/2011 18% [=========== ] 378/2011 18% [=========== ] 379/2011 18% [=========== ] 380/2011 18% [=========== ] 381/2011 18% [=========== ] 382/2011 18% [=========== ] 383/2011 19% [=========== ] 384/2011 19% [=========== ] 385/2011 19% [=========== ] 386/2011 19% [=========== ] 387/2011 19% [=========== ] 388/2011 19% [=========== ] 389/2011 19% [============ ] 390/2011 19% [============ ] 391/2011 19% [============ ] 392/2011 19% [============ ] 393/2011 19% [============ ] 394/2011 19% [============ ] 395/2011 19% [============ ] 396/2011 19% [============ ] 397/2011 19% [============ ] 398/2011 19% [============ ] 399/2011 19% [============ ] 400/2011 19% [============ ] 401/2011 19% [============ ] 402/2011 19% [============ ] 403/2011 20% [============ ] 404/2011 20% [============ ] 405/2011 20% [============ ] 406/2011 20% [============ ] 407/2011 20% [============ ] 408/2011 20% [============ ] 409/2011 20% [============ ] 410/2011 20% [============ ] 411/2011 20% [============ ] 412/2011 20% [============ ] 413/2011 20% [============ ] 414/2011 20% [============ ] 415/2011 20% [============ ] 416/2011 20% [============ ] 417/2011 20% [============ ] 418/2011 20% [============ ] 419/2011 20% [============ ] 420/2011 20% [============ ] 421/2011 20% [============= ] 422/2011 20% [============= ] 423/2011 21% [============= ] 424/2011 21% [============= ] 425/2011 21% [============= ] 426/2011 21% [============= ] 427/2011 21% [============= ] 428/2011 21% [============= ] 429/2011 21% [============= ] 430/2011 21% [============= ] 431/2011 21% [============= ] 432/2011 21% [============= ] 433/2011 21% [============= ] 434/2011 21% [============= ] 435/2011 21% [============= ] 436/2011 21% [============= ] 437/2011 21% [============= ] 438/2011 21% [============= ] 439/2011 21% [============= ] 440/2011 21% [============= ] 441/2011 21% [============= ] 442/2011 21% [============= ] 443/2011 22% [============= ] 444/2011 22% [============= ] 445/2011 22% [============= ] 446/2011 22% [============= ] 447/2011 22% [============= ] 448/2011 22% [============= ] 449/2011 22% [============= ] 450/2011 22% [============= ] 451/2011 22% [============= ] 452/2011 22% [============= ] 453/2011 22% [============= ] 454/2011 22% [============== ] 455/2011 22% [============== ] 456/2011 22% [============== ] 457/2011 22% [============== ] 458/2011 22% [============== ] 459/2011 22% [============== ] 460/2011 22% [============== ] 461/2011 22% [============== ] 462/2011 22% [============== ] 463/2011 23% [============== ] 464/2011 23% [============== ] 465/2011 23% [============== ] 466/2011 23% [============== ] 467/2011 23% [============== ] 468/2011 23% [============== ] 469/2011 23% [============== ] 470/2011 23% [============== ] 471/2011 23% [============== ] 472/2011 23% [============== ] 473/2011 23% [============== ] 474/2011 23% [============== ] 475/2011 23% [============== ] 476/2011 23% [============== ] 477/2011 23% [============== ] 478/2011 23% [============== ] 479/2011 23% [============== ] 480/2011 23% [============== ] 481/2011 23% [============== ] 482/2011 23% [============== ] 483/2011 24% [============== ] 484/2011 24% [============== ] 485/2011 24% [============== ] 486/2011 24% [=============== ] 487/2011 24% [=============== ] 488/2011 24% [=============== ] 489/2011 24% [=============== ] 490/2011 24% [=============== ] 491/2011 24% [=============== ] 492/2011 24% [=============== ] 493/2011 24% [=============== ] 494/2011 24% [=============== ] 495/2011 24% [=============== ] 496/2011 24% [=============== ] 497/2011 24% [=============== ] 498/2011 24% [=============== ] 499/2011 24% [=============== ] 500/2011 24% [=============== ] 501/2011 24% [=============== ] 502/2011 24% [=============== ] 503/2011 25% [=============== ] 504/2011 25% [=============== ] 505/2011 25% [=============== ] 506/2011 25% [=============== ] 507/2011 25% [=============== ] 508/2011 25% [=============== ] 509/2011 25% [=============== ] 510/2011 25% [=============== ] 511/2011 25% [=============== ] 512/2011 25% [=============== ] 513/2011 25% [=============== ] 514/2011 25% [=============== ] 515/2011 25% [=============== ] 516/2011 25% [=============== ] 517/2011 25% [=============== ] 518/2011 25% [================ ] 519/2011 25% [================ ] 520/2011 25% [================ ] 521/2011 25% [================ ] 522/2011 25% [================ ] 523/2011 26% [================ ] 524/2011 26% [================ ] 525/2011 26% [================ ] 526/2011 26% [================ ] 527/2011 26% [================ ] 528/2011 26% [================ ] 529/2011 26% [================ ] 530/2011 26% [================ ] 531/2011 26% [================ ] 532/2011 26% [================ ] 533/2011 26% [================ ] 534/2011 26% [================ ] 535/2011 26% [================ ] 536/2011 26% [================ ] 537/2011 26% [================ ] 538/2011 26% [================ ] 539/2011 26% [================ ] 540/2011 26% [================ ] 541/2011 26% [================ ] 542/2011 26% [================ ] 543/2011 27% [================ ] 544/2011 27% [================ ] 545/2011 27% [================ ] 546/2011 27% [================ ] 547/2011 27% [================ ] 548/2011 27% [================ ] 549/2011 27% [================ ] 550/2011 27% [================ ] 551/2011 27% [================= ] 552/2011 27% [================= ] 553/2011 27% [================= ] 554/2011 27% [================= ] 555/2011 27% [================= ] 556/2011 27% [================= ] 557/2011 27% [================= ] 558/2011 27% [================= ] 559/2011 27% [================= ] 560/2011 27% [================= ] 561/2011 27% [================= ] 562/2011 27% [================= ] 563/2011 27% [================= ] 564/2011 28% [================= ] 565/2011 28% [================= ] 566/2011 28% [================= ] 567/2011 28% [================= ] 568/2011 28% [================= ] 569/2011 28% [================= ] 570/2011 28% [================= ] 571/2011 28% [================= ] 572/2011 28% [================= ] 573/2011 28% [================= ] 574/2011 28% [================= ] 575/2011 28% [================= ] 576/2011 28% [================= ] 577/2011 28% [================= ] 578/2011 28% [================= ] 579/2011 28% [================= ] 580/2011 28% [================= ] 581/2011 28% [================= ] 582/2011 28% [================= ] 583/2011 28% [================== ] 584/2011 29% [================== ] 585/2011 29% [================== ] 586/2011 29% [================== ] 587/2011 29% [================== ] 588/2011 29% [================== ] 589/2011 29% [================== ] 590/2011 29% [================== ] 591/2011 29% [================== ] 592/2011 29% [================== ] 593/2011 29% [================== ] 594/2011 29% [================== ] 595/2011 29% [================== ] 596/2011 29% [================== ] 597/2011 29% [================== ] 598/2011 29% [================== ] 599/2011 29% [================== ] 600/2011 29% [================== ] 601/2011 29% [================== ] 602/2011 29% [================== ] 603/2011 29% [================== ] 604/2011 30% [================== ] 605/2011 30% [================== ] 606/2011 30% [================== ] 607/2011 30% [================== ] 608/2011 30% [================== ] 609/2011 30% [================== ] 610/2011 30% [================== ] 611/2011 30% [================== ] 612/2011 30% [================== ] 613/2011 30% [================== ] 614/2011 30% [================== ] 615/2011 30% [================== ] 616/2011 30% [=================== ] 617/2011 30% [=================== ] 618/2011 30% [=================== ] 619/2011 30% [=================== ] 620/2011 30% [=================== ] 621/2011 30% [=================== ] 622/2011 30% [=================== ] 623/2011 30% [=================== ] 624/2011 31% [=================== ] 625/2011 31% [=================== ] 626/2011 31% [=================== ] 627/2011 31% [=================== ] 628/2011 31% [=================== ] 629/2011 31% [=================== ] 630/2011 31% [=================== ] 631/2011 31% [=================== ] 632/2011 31% [=================== ] 633/2011 31% [=================== ] 634/2011 31% [=================== ] 635/2011 31% [=================== ] 636/2011 31% [=================== ] 637/2011 31% [=================== ] 638/2011 31% [=================== ] 639/2011 31% [=================== ] 640/2011 31% [=================== ] 641/2011 31% [=================== ] 642/2011 31% [=================== ] 643/2011 31% [=================== ] 644/2011 32% [=================== ] 645/2011 32% [=================== ] 646/2011 32% [=================== ] 647/2011 32% [=================== ] 648/2011 32% [==================== ] 649/2011 32% [==================== ] 650/2011 32% [==================== ] 651/2011 32% [==================== ] 652/2011 32% [==================== ] 653/2011 32% [==================== ] 654/2011 32% [==================== ] 655/2011 32% [==================== ] 656/2011 32% [==================== ] 657/2011 32% [==================== ] 658/2011 32% [==================== ] 659/2011 32% [==================== ] 660/2011 32% [==================== ] 661/2011 32% [==================== ] 662/2011 32% [==================== ] 663/2011 32% [==================== ] 664/2011 33% [==================== ] 665/2011 33% [==================== ] 666/2011 33% [==================== ] 667/2011 33% [==================== ] 668/2011 33% [==================== ] 669/2011 33% [==================== ] 670/2011 33% [==================== ] 671/2011 33% [==================== ] 672/2011 33% [==================== ] 673/2011 33% [==================== ] 674/2011 33% [==================== ] 675/2011 33% [==================== ] 676/2011 33% [==================== ] 677/2011 33% [==================== ] 678/2011 33% [==================== ] 679/2011 33% [==================== ] 680/2011 33% [==================== ] 681/2011 33% [===================== ] 682/2011 33% [===================== ] 683/2011 33% [===================== ] 684/2011 34% [===================== ] 685/2011 34% [===================== ] 686/2011 34% [===================== ] 687/2011 34% [===================== ] 688/2011 34% [===================== ] 689/2011 34% [===================== ] 690/2011 34% [===================== ] 691/2011 34% [===================== ] 692/2011 34% [===================== ] 693/2011 34% [===================== ] 694/2011 34% [===================== ] 695/2011 34% [===================== ] 696/2011 34% [===================== ] 697/2011 34% [===================== ] 698/2011 34% [===================== ] 699/2011 34% [===================== ] 700/2011 34% [===================== ] 701/2011 34% [===================== ] 702/2011 34% [===================== ] 703/2011 34% [===================== ] 704/2011 35% [===================== ] 705/2011 35% [===================== ] 706/2011 35% [===================== ] 707/2011 35% [===================== ] 708/2011 35% [===================== ] 709/2011 35% [===================== ] 710/2011 35% [===================== ] 711/2011 35% [===================== ] 712/2011 35% [===================== ] 713/2011 35% [====================== ] 714/2011 35% [====================== ] 715/2011 35% [====================== ] 716/2011 35% [====================== ] 717/2011 35% [====================== ] 718/2011 35% [====================== ] 719/2011 35% [====================== ] 720/2011 35% [====================== ] 721/2011 35% [====================== ] 722/2011 35% [====================== ] 723/2011 35% [====================== ] 724/2011 36% [====================== ] 725/2011 36% [====================== ] 726/2011 36% [====================== ] 727/2011 36% [====================== ] 728/2011 36% [====================== ] 729/2011 36% [====================== ] 730/2011 36% [====================== ] 731/2011 36% [====================== ] 732/2011 36% [====================== ] 733/2011 36% [====================== ] 734/2011 36% [====================== ] 735/2011 36% [====================== ] 736/2011 36% [====================== ] 737/2011 36% [====================== ] 738/2011 36% [====================== ] 739/2011 36% [====================== ] 740/2011 36% [====================== ] 741/2011 36% [====================== ] 742/2011 36% [====================== ] 743/2011 36% [====================== ] 744/2011 36% [====================== ] 745/2011 37% [====================== ] 746/2011 37% [======================= ] 747/2011 37% [======================= ] 748/2011 37% [======================= ] 749/2011 37% [======================= ] 750/2011 37% [======================= ] 751/2011 37% [======================= ] 752/2011 37% [======================= ] 753/2011 37% [======================= ] 754/2011 37% [======================= ] 755/2011 37% [======================= ] 756/2011 37% [======================= ] 757/2011 37% [======================= ] 758/2011 37% [======================= ] 759/2011 37% [======================= ] 760/2011 37% [======================= ] 761/2011 37% [======================= ] 762/2011 37% [======================= ] 763/2011 37% [======================= ] 764/2011 37% [======================= ] 765/2011 38% [======================= ] 766/2011 38% [======================= ] 767/2011 38% [======================= ] 768/2011 38% [======================= ] 769/2011 38% [======================= ] 770/2011 38% [======================= ] 771/2011 38% [======================= ] 772/2011 38% [======================= ] 773/2011 38% [======================= ] 774/2011 38% [======================= ] 775/2011 38% [======================= ] 776/2011 38% [======================= ] 777/2011 38% [======================= ] 778/2011 38% [======================== ] 779/2011 38% [======================== ] 780/2011 38% [======================== ] 781/2011 38% [======================== ] 782/2011 38% [======================== ] 783/2011 38% [======================== ] 784/2011 38% [======================== ] 785/2011 39% [======================== ] 786/2011 39% [======================== ] 787/2011 39% [======================== ] 788/2011 39% [======================== ] 789/2011 39% [======================== ] 790/2011 39% [======================== ] 791/2011 39% [======================== ] 792/2011 39% [======================== ] 793/2011 39% [======================== ] 794/2011 39% [======================== ] 795/2011 39% [======================== ] 796/2011 39% [======================== ] 797/2011 39% [======================== ] 798/2011 39% [======================== ] 799/2011 39% [======================== ] 800/2011 39% [======================== ] 801/2011 39% [======================== ] 802/2011 39% [======================== ] 803/2011 39% [======================== ] 804/2011 39% [======================== ] 805/2011 40% [======================== ] 806/2011 40% [======================== ] 807/2011 40% [======================== ] 808/2011 40% [======================== ] 809/2011 40% [======================== ] 810/2011 40% [========================= ] 811/2011 40% [========================= ] 812/2011 40% [========================= ] 813/2011 40% [========================= ] 814/2011 40% [========================= ] 815/2011 40% [========================= ] 816/2011 40% [========================= ] 817/2011 40% [========================= ] 818/2011 40% [========================= ] 819/2011 40% [========================= ] 820/2011 40% [========================= ] 821/2011 40% [========================= ] 822/2011 40% [========================= ] 823/2011 40% [========================= ] 824/2011 40% [========================= ] 825/2011 41% [========================= ] 826/2011 41% [========================= ] 827/2011 41% [========================= ] 828/2011 41% [========================= ] 829/2011 41% [========================= ] 830/2011 41% [========================= ] 831/2011 41% [========================= ] 832/2011 41% [========================= ] 833/2011 41% [========================= ] 834/2011 41% [========================= ] 835/2011 41% [========================= ] 836/2011 41% [========================= ] 837/2011 41% [========================= ] 838/2011 41% [========================= ] 839/2011 41% [========================= ] 840/2011 41% [========================= ] 841/2011 41% [========================= ] 842/2011 41% [========================= ] 843/2011 41% [========================== ] 844/2011 41% [========================== ] 845/2011 42% [========================== ] 846/2011 42% [========================== ] 847/2011 42% [========================== ] 848/2011 42% [========================== ] 849/2011 42% [========================== ] 850/2011 42% [========================== ] 851/2011 42% [========================== ] 852/2011 42% [========================== ] 853/2011 42% [========================== ] 854/2011 42% [========================== ] 855/2011 42% [========================== ] 856/2011 42% [========================== ] 857/2011 42% [========================== ] 858/2011 42% [========================== ] 859/2011 42% [========================== ] 860/2011 42% [========================== ] 861/2011 42% [========================== ] 862/2011 42% [========================== ] 863/2011 42% [========================== ] 864/2011 42% [========================== ] 865/2011 43% [========================== ] 866/2011 43% [========================== ] 867/2011 43% [========================== ] 868/2011 43% [========================== ] 869/2011 43% [========================== ] 870/2011 43% [========================== ] 871/2011 43% [========================== ] 872/2011 43% [========================== ] 873/2011 43% [========================== ] 874/2011 43% [========================== ] 875/2011 43% [=========================== ] 876/2011 43% [=========================== ] 877/2011 43% [=========================== ] 878/2011 43% [=========================== ] 879/2011 43% [=========================== ] 880/2011 43% [=========================== ] 881/2011 43% [=========================== ] 882/2011 43% [=========================== ] 883/2011 43% [=========================== ] 884/2011 43% [=========================== ] 885/2011 44% [=========================== ] 886/2011 44% [=========================== ] 887/2011 44% [=========================== ] 888/2011 44% [=========================== ] 889/2011 44% [=========================== ] 890/2011 44% [=========================== ] 891/2011 44% [=========================== ] 892/2011 44% [=========================== ] 893/2011 44% [=========================== ] 894/2011 44% [=========================== ] 895/2011 44% [=========================== ] 896/2011 44% [=========================== ] 897/2011 44% [=========================== ] 898/2011 44% [=========================== ] 899/2011 44% [=========================== ] 900/2011 44% [=========================== ] 901/2011 44% [=========================== ] 902/2011 44% [=========================== ] 903/2011 44% [=========================== ] 904/2011 44% [=========================== ] 905/2011 45% [=========================== ] 906/2011 45% [=========================== ] 907/2011 45% [=========================== ] 908/2011 45% [============================ ] 909/2011 45% [============================ ] 910/2011 45% [============================ ] 911/2011 45% [============================ ] 912/2011 45% [============================ ] 913/2011 45% [============================ ] 914/2011 45% [============================ ] 915/2011 45% [============================ ] 916/2011 45% [============================ ] 917/2011 45% [============================ ] 918/2011 45% [============================ ] 919/2011 45% [============================ ] 920/2011 45% [============================ ] 921/2011 45% [============================ ] 922/2011 45% [============================ ] 923/2011 45% [============================ ] 924/2011 45% [============================ ] 925/2011 45% [============================ ] 926/2011 46% [============================ ] 927/2011 46% [============================ ] 928/2011 46% [============================ ] 929/2011 46% [============================ ] 930/2011 46% [============================ ] 931/2011 46% [============================ ] 932/2011 46% [============================ ] 933/2011 46% [============================ ] 934/2011 46% [============================ ] 935/2011 46% [============================ ] 936/2011 46% [============================ ] 937/2011 46% [============================ ] 938/2011 46% [============================ ] 939/2011 46% [============================ ] 940/2011 46% [============================= ] 941/2011 46% [============================= ] 942/2011 46% [============================= ] 943/2011 46% [============================= ] 944/2011 46% [============================= ] 945/2011 46% [============================= ] 946/2011 47% [============================= ] 947/2011 47% [============================= ] 948/2011 47% [============================= ] 949/2011 47% [============================= ] 950/2011 47% [============================= ] 951/2011 47% [============================= ] 952/2011 47% [============================= ] 953/2011 47% [============================= ] 954/2011 47% [============================= ] 955/2011 47% [============================= ] 956/2011 47% [============================= ] 957/2011 47% [============================= ] 958/2011 47% [============================= ] 959/2011 47% [============================= ] 960/2011 47% [============================= ] 961/2011 47% [============================= ] 962/2011 47% [============================= ] 963/2011 47% [============================= ] 964/2011 47% [============================= ] 965/2011 47% [============================= ] 966/2011 48% [============================= ] 967/2011 48% [============================= ] 968/2011 48% [============================= ] 969/2011 48% [============================= ] 970/2011 48% [============================= ] 971/2011 48% [============================= ] 972/2011 48% [============================= ] 973/2011 48% [============================== ] 974/2011 48% [============================== ] 975/2011 48% [============================== ] 976/2011 48% [============================== ] 977/2011 48% [============================== ] 978/2011 48% [============================== ] 979/2011 48% [============================== ] 980/2011 48% [============================== ] 981/2011 48% [============================== ] 982/2011 48% [============================== ] 983/2011 48% [============================== ] 984/2011 48% [============================== ] 985/2011 48% [============================== ] 986/2011 49% [============================== ] 987/2011 49% [============================== ] 988/2011 49% [============================== ] 989/2011 49% [============================== ] 990/2011 49% [============================== ] 991/2011 49% [============================== ] 992/2011 49% [============================== ] 993/2011 49% [============================== ] 994/2011 49% [============================== ] 995/2011 49% [============================== ] 996/2011 49% [============================== ] 997/2011 49% [============================== ] 998/2011 49% [============================== ] 999/2011 49% [============================== ] 1000/2011 49% [============================== ] 1001/2011 49% [============================== ] 1002/2011 49% [============================== ] 1003/2011 49% [============================== ] 1004/2011 49% [============================== ] 1005/2011 49% [=============================== ] 1006/2011 50% [=============================== ] 1007/2011 50% [=============================== ] 1008/2011 50% [=============================== ] 1009/2011 50% [=============================== ] 1010/2011 50% [=============================== ] 1011/2011 50% [=============================== ] 1012/2011 50% [=============================== ] 1013/2011 50% [=============================== ] 1014/2011 50% [=============================== ] 1015/2011 50% [=============================== ] 1016/2011 50% [=============================== ] 1017/2011 50% [=============================== ] 1018/2011 50% [=============================== ] 1019/2011 50% [=============================== ] 1020/2011 50% [=============================== ] 1021/2011 50% [=============================== ] 1022/2011 50% [=============================== ] 1023/2011 50% [=============================== ] 1024/2011 50% [=============================== ] 1025/2011 50% [=============================== ] 1026/2011 51% [=============================== ] 1027/2011 51% [=============================== ] 1028/2011 51% [=============================== ] 1029/2011 51% [=============================== ] 1030/2011 51% [=============================== ] 1031/2011 51% [=============================== ] 1032/2011 51% [=============================== ] 1033/2011 51% [=============================== ] 1034/2011 51% [=============================== ] 1035/2011 51% [=============================== ] 1036/2011 51% [=============================== ] 1037/2011 51% [================================ ] 1038/2011 51% [================================ ] 1039/2011 51% [================================ ] 1040/2011 51% [================================ ] 1041/2011 51% [================================ ] 1042/2011 51% [================================ ] 1043/2011 51% [================================ ] 1044/2011 51% [================================ ] 1045/2011 51% [================================ ] 1046/2011 52% [================================ ] 1047/2011 52% [================================ ] 1048/2011 52% [================================ ] 1049/2011 52% [================================ ] 1050/2011 52% [================================ ] 1051/2011 52% [================================ ] 1052/2011 52% [================================ ] 1053/2011 52% [================================ ] 1054/2011 52% [================================ ] 1055/2011 52% [================================ ] 1056/2011 52% [================================ ] 1057/2011 52% [================================ ] 1058/2011 52% [================================ ] 1059/2011 52% [================================ ] 1060/2011 52% [================================ ] 1061/2011 52% [================================ ] 1062/2011 52% [================================ ] 1063/2011 52% [================================ ] 1064/2011 52% [================================ ] 1065/2011 52% [================================ ] 1066/2011 53% [================================ ] 1067/2011 53% [================================ ] 1068/2011 53% [================================ ] 1069/2011 53% [================================ ] 1070/2011 53% [================================= ] 1071/2011 53% [================================= ] 1072/2011 53% [================================= ] 1073/2011 53% [================================= ] 1074/2011 53% [================================= ] 1075/2011 53% [================================= ] 1076/2011 53% [================================= ] 1077/2011 53% [================================= ] 1078/2011 53% [================================= ] 1079/2011 53% [================================= ] 1080/2011 53% [================================= ] 1081/2011 53% [================================= ] 1082/2011 53% [================================= ] 1083/2011 53% [================================= ] 1084/2011 53% [================================= ] 1085/2011 53% [================================= ] 1086/2011 54% [================================= ] 1087/2011 54% [================================= ] 1088/2011 54% [================================= ] 1089/2011 54% [================================= ] 1090/2011 54% [================================= ] 1091/2011 54% [================================= ] 1092/2011 54% [================================= ] 1093/2011 54% [================================= ] 1094/2011 54% [================================= ] 1095/2011 54% [================================= ] 1096/2011 54% [================================= ] 1097/2011 54% [================================= ] 1098/2011 54% [================================= ] 1099/2011 54% [================================= ] 1100/2011 54% [================================= ] 1101/2011 54% [================================= ] 1102/2011 54% [================================== ] 1103/2011 54% [================================== ] 1104/2011 54% [================================== ] 1105/2011 54% [================================== ] 1106/2011 54% [================================== ] 1107/2011 55% [================================== ] 1108/2011 55% [================================== ] 1109/2011 55% [================================== ] 1110/2011 55% [================================== ] 1111/2011 55% [================================== ] 1112/2011 55% [================================== ] 1113/2011 55% [================================== ] 1114/2011 55% [================================== ] 1115/2011 55% [================================== ] 1116/2011 55% [================================== ] 1117/2011 55% [================================== ] 1118/2011 55% [================================== ] 1119/2011 55% [================================== ] 1120/2011 55% [================================== ] 1121/2011 55% [================================== ] 1122/2011 55% [================================== ] 1123/2011 55% [================================== ] 1124/2011 55% [================================== ] 1125/2011 55% [================================== ] 1126/2011 55% [================================== ] 1127/2011 56% [================================== ] 1128/2011 56% [================================== ] 1129/2011 56% [================================== ] 1130/2011 56% [================================== ] 1131/2011 56% [================================== ] 1132/2011 56% [================================== ] 1133/2011 56% [================================== ] 1134/2011 56% [================================== ] 1135/2011 56% [=================================== ] 1136/2011 56% [=================================== ] 1137/2011 56% [=================================== ] 1138/2011 56% [=================================== ] 1139/2011 56% [=================================== ] 1140/2011 56% [=================================== ] 1141/2011 56% [=================================== ] 1142/2011 56% [=================================== ] 1143/2011 56% [=================================== ] 1144/2011 56% [=================================== ] 1145/2011 56% [=================================== ] 1146/2011 56% [=================================== ] 1147/2011 57% [=================================== ] 1148/2011 57% [=================================== ] 1149/2011 57% [=================================== ] 1150/2011 57% [=================================== ] 1151/2011 57% [=================================== ] 1152/2011 57% [=================================== ] 1153/2011 57% [=================================== ] 1154/2011 57% [=================================== ] 1155/2011 57% [=================================== ] 1156/2011 57% [=================================== ] 1157/2011 57% [=================================== ] 1158/2011 57% [=================================== ] 1159/2011 57% [=================================== ] 1160/2011 57% [=================================== ] 1161/2011 57% [=================================== ] 1162/2011 57% [=================================== ] 1163/2011 57% [=================================== ] 1164/2011 57% [=================================== ] 1165/2011 57% [=================================== ] 1166/2011 57% [=================================== ] 1167/2011 58% [==================================== ] 1168/2011 58% [==================================== ] 1169/2011 58% [==================================== ] 1170/2011 58% [==================================== ] 1171/2011 58% [==================================== ] 1172/2011 58% [==================================== ] 1173/2011 58% [==================================== ] 1174/2011 58% [==================================== ] 1175/2011 58% [==================================== ] 1176/2011 58% [==================================== ] 1177/2011 58% [==================================== ] 1178/2011 58% [==================================== ] 1179/2011 58% [==================================== ] 1180/2011 58% [==================================== ] 1181/2011 58% [==================================== ] 1182/2011 58% [==================================== ] 1183/2011 58% [==================================== ] 1184/2011 58% [==================================== ] 1185/2011 58% [==================================== ] 1186/2011 58% [==================================== ] 1187/2011 59% [==================================== ] 1188/2011 59% [==================================== ] 1189/2011 59% [==================================== ] 1190/2011 59% [==================================== ] 1191/2011 59% [==================================== ] 1192/2011 59% [==================================== ] 1193/2011 59% [==================================== ] 1194/2011 59% [==================================== ] 1195/2011 59% [==================================== ] 1196/2011 59% [==================================== ] 1197/2011 59% [==================================== ] 1198/2011 59% [==================================== ] 1199/2011 59% [==================================== ] 1200/2011 59% [===================================== ] 1201/2011 59% [===================================== ] 1202/2011 59% [===================================== ] 1203/2011 59% [===================================== ] 1204/2011 59% [===================================== ] 1205/2011 59% [===================================== ] 1206/2011 59% [===================================== ] 1207/2011 60% [===================================== ] 1208/2011 60% [===================================== ] 1209/2011 60% [===================================== ] 1210/2011 60% [===================================== ] 1211/2011 60% [===================================== ] 1212/2011 60% [===================================== ] 1213/2011 60% [===================================== ] 1214/2011 60% [===================================== ] 1215/2011 60% [===================================== ] 1216/2011 60% [===================================== ] 1217/2011 60% [===================================== ] 1218/2011 60% [===================================== ] 1219/2011 60% [===================================== ] 1220/2011 60% [===================================== ] 1221/2011 60% [===================================== ] 1222/2011 60% [===================================== ] 1223/2011 60% [===================================== ] 1224/2011 60% [===================================== ] 1225/2011 60% [===================================== ] 1226/2011 60% [===================================== ] 1227/2011 61% [===================================== ] 1228/2011 61% [===================================== ] 1229/2011 61% [===================================== ] 1230/2011 61% [===================================== ] 1231/2011 61% [===================================== ] 1232/2011 61% [====================================== ] 1233/2011 61% [====================================== ] 1234/2011 61% [====================================== ] 1235/2011 61% [====================================== ] 1236/2011 61% [====================================== ] 1237/2011 61% [====================================== ] 1238/2011 61% [====================================== ] 1239/2011 61% [====================================== ] 1240/2011 61% [====================================== ] 1241/2011 61% [====================================== ] 1242/2011 61% [====================================== ] 1243/2011 61% [====================================== ] 1244/2011 61% [====================================== ] 1245/2011 61% [====================================== ] 1246/2011 61% [====================================== ] 1247/2011 62% [====================================== ] 1248/2011 62% [====================================== ] 1249/2011 62% [====================================== ] 1250/2011 62% [====================================== ] 1251/2011 62% [====================================== ] 1252/2011 62% [====================================== ] 1253/2011 62% [====================================== ] 1254/2011 62% [====================================== ] 1255/2011 62% [====================================== ] 1256/2011 62% [====================================== ] 1257/2011 62% [====================================== ] 1258/2011 62% [====================================== ] 1259/2011 62% [====================================== ] 1260/2011 62% [====================================== ] 1261/2011 62% [====================================== ] 1262/2011 62% [====================================== ] 1263/2011 62% [====================================== ] 1264/2011 62% [======================================= ] 1265/2011 62% [======================================= ] 1266/2011 62% [======================================= ] 1267/2011 63% [======================================= ] 1268/2011 63% [======================================= ] 1269/2011 63% [======================================= ] 1270/2011 63% [======================================= ] 1271/2011 63% [======================================= ] 1272/2011 63% [======================================= ] 1273/2011 63% [======================================= ] 1274/2011 63% [======================================= ] 1275/2011 63% [======================================= ] 1276/2011 63% [======================================= ] 1277/2011 63% [======================================= ] 1278/2011 63% [======================================= ] 1279/2011 63% [======================================= ] 1280/2011 63% [======================================= ] 1281/2011 63% [======================================= ] 1282/2011 63% [======================================= ] 1283/2011 63% [======================================= ] 1284/2011 63% [======================================= ] 1285/2011 63% [======================================= ] 1286/2011 63% [======================================= ] 1287/2011 63% [======================================= ] 1288/2011 64% [======================================= ] 1289/2011 64% [======================================= ] 1290/2011 64% [======================================= ] 1291/2011 64% [======================================= ] 1292/2011 64% [======================================= ] 1293/2011 64% [======================================= ] 1294/2011 64% [======================================= ] 1295/2011 64% [======================================= ] 1296/2011 64% [======================================= ] 1297/2011 64% [======================================== ] 1298/2011 64% [======================================== ] 1299/2011 64% [======================================== ] 1300/2011 64% [======================================== ] 1301/2011 64% [======================================== ] 1302/2011 64% [======================================== ] 1303/2011 64% [======================================== ] 1304/2011 64% [======================================== ] 1305/2011 64% [======================================== ] 1306/2011 64% [======================================== ] 1307/2011 64% [======================================== ] 1308/2011 65% [======================================== ] 1309/2011 65% [======================================== ] 1310/2011 65% [======================================== ] 1311/2011 65% [======================================== ] 1312/2011 65% [======================================== ] 1313/2011 65% [======================================== ] 1314/2011 65% [======================================== ] 1315/2011 65% [======================================== ] 1316/2011 65% [======================================== ] 1317/2011 65% [======================================== ] 1318/2011 65% [======================================== ] 1319/2011 65% [======================================== ] 1320/2011 65% [======================================== ] 1321/2011 65% [======================================== ] 1322/2011 65% [======================================== ] 1323/2011 65% [======================================== ] 1324/2011 65% [======================================== ] 1325/2011 65% [======================================== ] 1326/2011 65% [======================================== ] 1327/2011 65% [======================================== ] 1328/2011 66% [======================================== ] 1329/2011 66% [========================================= ] 1330/2011 66% [========================================= ] 1331/2011 66% [========================================= ] 1332/2011 66% [========================================= ] 1333/2011 66% [========================================= ] 1334/2011 66% [========================================= ] 1335/2011 66% [========================================= ] 1336/2011 66% [========================================= ] 1337/2011 66% [========================================= ] 1338/2011 66% [========================================= ] 1339/2011 66% [========================================= ] 1340/2011 66% [========================================= ] 1341/2011 66% [========================================= ] 1342/2011 66% [========================================= ] 1343/2011 66% [========================================= ] 1344/2011 66% [========================================= ] 1345/2011 66% [========================================= ] 1346/2011 66% [========================================= ] 1347/2011 66% [========================================= ] 1348/2011 67% [========================================= ] 1349/2011 67% [========================================= ] 1350/2011 67% [========================================= ] 1351/2011 67% [========================================= ] 1352/2011 67% [========================================= ] 1353/2011 67% [========================================= ] 1354/2011 67% [========================================= ] 1355/2011 67% [========================================= ] 1356/2011 67% [========================================= ] 1357/2011 67% [========================================= ] 1358/2011 67% [========================================= ] 1359/2011 67% [========================================= ] 1360/2011 67% [========================================= ] 1361/2011 67% [========================================= ] 1362/2011 67% [========================================== ] 1363/2011 67% [========================================== ] 1364/2011 67% [========================================== ] 1365/2011 67% [========================================== ] 1366/2011 67% [========================================== ] 1367/2011 67% [========================================== ] 1368/2011 68% [========================================== ] 1369/2011 68% [========================================== ] 1370/2011 68% [========================================== ] 1371/2011 68% [========================================== ] 1372/2011 68% [========================================== ] 1373/2011 68% [========================================== ] 1374/2011 68% [========================================== ] 1375/2011 68% [========================================== ] 1376/2011 68% [========================================== ] 1377/2011 68% [========================================== ] 1378/2011 68% [========================================== ] 1379/2011 68% [========================================== ] 1380/2011 68% [========================================== ] 1381/2011 68% [========================================== ] 1382/2011 68% [========================================== ] 1383/2011 68% [========================================== ] 1384/2011 68% [========================================== ] 1385/2011 68% [========================================== ] 1386/2011 68% [========================================== ] 1387/2011 68% [========================================== ] 1388/2011 69% [========================================== ] 1389/2011 69% [========================================== ] 1390/2011 69% [========================================== ] 1391/2011 69% [========================================== ] 1392/2011 69% [========================================== ] 1393/2011 69% [========================================== ] 1394/2011 69% [=========================================== ] 1395/2011 69% [=========================================== ] 1396/2011 69% [=========================================== ] 1397/2011 69% [=========================================== ] 1398/2011 69% [=========================================== ] 1399/2011 69% [=========================================== ] 1400/2011 69% [=========================================== ] 1401/2011 69% [=========================================== ] 1402/2011 69% [=========================================== ] 1403/2011 69% [=========================================== ] 1404/2011 69% [=========================================== ] 1405/2011 69% [=========================================== ] 1406/2011 69% [=========================================== ] 1407/2011 69% [=========================================== ] 1408/2011 70% [=========================================== ] 1409/2011 70% [=========================================== ] 1410/2011 70% [=========================================== ] 1411/2011 70% [=========================================== ] 1412/2011 70% [=========================================== ] 1413/2011 70% [=========================================== ] 1414/2011 70% [=========================================== ] 1415/2011 70% [=========================================== ] 1416/2011 70% [=========================================== ] 1417/2011 70% [=========================================== ] 1418/2011 70% [=========================================== ] 1419/2011 70% [=========================================== ] 1420/2011 70% [=========================================== ] 1421/2011 70% [=========================================== ] 1422/2011 70% [=========================================== ] 1423/2011 70% [=========================================== ] 1424/2011 70% [=========================================== ] 1425/2011 70% [=========================================== ] 1426/2011 70% [=========================================== ] 1427/2011 70% [============================================ ] 1428/2011 71% [============================================ ] 1429/2011 71% [============================================ ] 1430/2011 71% [============================================ ] 1431/2011 71% [============================================ ] 1432/2011 71% [============================================ ] 1433/2011 71% [============================================ ] 1434/2011 71% [============================================ ] 1435/2011 71% [============================================ ] 1436/2011 71% [============================================ ] 1437/2011 71% [============================================ ] 1438/2011 71% [============================================ ] 1439/2011 71% [============================================ ] 1440/2011 71% [============================================ ] 1441/2011 71% [============================================ ] 1442/2011 71% [============================================ ] 1443/2011 71% [============================================ ] 1444/2011 71% [============================================ ] 1445/2011 71% [============================================ ] 1446/2011 71% [============================================ ] 1447/2011 71% [============================================ ] 1448/2011 72% [============================================ ] 1449/2011 72% [============================================ ] 1450/2011 72% [============================================ ] 1451/2011 72% [============================================ ] 1452/2011 72% [============================================ ] 1453/2011 72% [============================================ ] 1454/2011 72% [============================================ ] 1455/2011 72% [============================================ ] 1456/2011 72% [============================================ ] 1457/2011 72% [============================================ ] 1458/2011 72% [============================================ ] 1459/2011 72% [============================================= ] 1460/2011 72% [============================================= ] 1461/2011 72% [============================================= ] 1462/2011 72% [============================================= ] 1463/2011 72% [============================================= ] 1464/2011 72% [============================================= ] 1465/2011 72% [============================================= ] 1466/2011 72% [============================================= ] 1467/2011 72% [============================================= ] 1468/2011 72% [============================================= ] 1469/2011 73% [============================================= ] 1470/2011 73% [============================================= ] 1471/2011 73% [============================================= ] 1472/2011 73% [============================================= ] 1473/2011 73% [============================================= ] 1474/2011 73% [============================================= ] 1475/2011 73% [============================================= ] 1476/2011 73% [============================================= ] 1477/2011 73% [============================================= ] 1478/2011 73% [============================================= ] 1479/2011 73% [============================================= ] 1480/2011 73% [============================================= ] 1481/2011 73% [============================================= ] 1482/2011 73% [============================================= ] 1483/2011 73% [============================================= ] 1484/2011 73% [============================================= ] 1485/2011 73% [============================================= ] 1486/2011 73% [============================================= ] 1487/2011 73% [============================================= ] 1488/2011 73% [============================================= ] 1489/2011 74% [============================================= ] 1490/2011 74% [============================================= ] 1491/2011 74% [============================================= ] 1492/2011 74% [============================================== ] 1493/2011 74% [============================================== ] 1494/2011 74% [============================================== ] 1495/2011 74% [============================================== ] 1496/2011 74% [============================================== ] 1497/2011 74% [============================================== ] 1498/2011 74% [============================================== ] 1499/2011 74% [============================================== ] 1500/2011 74% [============================================== ] 1501/2011 74% [============================================== ] 1502/2011 74% [============================================== ] 1503/2011 74% [============================================== ] 1504/2011 74% [============================================== ] 1505/2011 74% [============================================== ] 1506/2011 74% [============================================== ] 1507/2011 74% [============================================== ] 1508/2011 74% [============================================== ] 1509/2011 75% [============================================== ] 1510/2011 75% [============================================== ] 1511/2011 75% [============================================== ] 1512/2011 75% [============================================== ] 1513/2011 75% [============================================== ] 1514/2011 75% [============================================== ] 1515/2011 75% [============================================== ] 1516/2011 75% [============================================== ] 1517/2011 75% [============================================== ] 1518/2011 75% [============================================== ] 1519/2011 75% [============================================== ] 1520/2011 75% [============================================== ] 1521/2011 75% [============================================== ] 1522/2011 75% [============================================== ] 1523/2011 75% [============================================== ] 1524/2011 75% [=============================================== ] 1525/2011 75% [=============================================== ] 1526/2011 75% [=============================================== ] 1527/2011 75% [=============================================== ] 1528/2011 75% [=============================================== ] 1529/2011 76% [=============================================== ] 1530/2011 76% [=============================================== ] 1531/2011 76% [=============================================== ] 1532/2011 76% [=============================================== ] 1533/2011 76% [=============================================== ] 1534/2011 76% [=============================================== ] 1535/2011 76% [=============================================== ] 1536/2011 76% [=============================================== ] 1537/2011 76% [=============================================== ] 1538/2011 76% [=============================================== ] 1539/2011 76% [=============================================== ] 1540/2011 76% [=============================================== ] 1541/2011 76% [=============================================== ] 1542/2011 76% [=============================================== ] 1543/2011 76% [=============================================== ] 1544/2011 76% [=============================================== ] 1545/2011 76% [=============================================== ] 1546/2011 76% [=============================================== ] 1547/2011 76% [=============================================== ] 1548/2011 76% [=============================================== ] 1549/2011 77% [=============================================== ] 1550/2011 77% [=============================================== ] 1551/2011 77% [=============================================== ] 1552/2011 77% [=============================================== ] 1553/2011 77% [=============================================== ] 1554/2011 77% [=============================================== ] 1555/2011 77% [=============================================== ] 1556/2011 77% [================================================ ] 1557/2011 77% [================================================ ] 1558/2011 77% [================================================ ] 1559/2011 77% [================================================ ] 1560/2011 77% [================================================ ] 1561/2011 77% [================================================ ] 1562/2011 77% [================================================ ] 1563/2011 77% [================================================ ] 1564/2011 77% [================================================ ] 1565/2011 77% [================================================ ] 1566/2011 77% [================================================ ] 1567/2011 77% [================================================ ] 1568/2011 77% [================================================ ] 1569/2011 78% [================================================ ] 1570/2011 78% [================================================ ] 1571/2011 78% [================================================ ] 1572/2011 78% [================================================ ] 1573/2011 78% [================================================ ] 1574/2011 78% [================================================ ] 1575/2011 78% [================================================ ] 1576/2011 78% [================================================ ] 1577/2011 78% [================================================ ] 1578/2011 78% [================================================ ] 1579/2011 78% [================================================ ] 1580/2011 78% [================================================ ] 1581/2011 78% [================================================ ] 1582/2011 78% [================================================ ] 1583/2011 78% [================================================ ] 1584/2011 78% [================================================ ] 1585/2011 78% [================================================ ] 1586/2011 78% [================================================ ] 1587/2011 78% [================================================ ] 1588/2011 78% [================================================ ] 1589/2011 79% [================================================= ] 1590/2011 79% [================================================= ] 1591/2011 79% [================================================= ] 1592/2011 79% [================================================= ] 1593/2011 79% [================================================= ] 1594/2011 79% [================================================= ] 1595/2011 79% [================================================= ] 1596/2011 79% [================================================= ] 1597/2011 79% [================================================= ] 1598/2011 79% [================================================= ] 1599/2011 79% [================================================= ] 1600/2011 79% [================================================= ] 1601/2011 79% [================================================= ] 1602/2011 79% [================================================= ] 1603/2011 79% [================================================= ] 1604/2011 79% [================================================= ] 1605/2011 79% [================================================= ] 1606/2011 79% [================================================= ] 1607/2011 79% [================================================= ] 1608/2011 79% [================================================= ] 1609/2011 80% [================================================= ] 1610/2011 80% [================================================= ] 1611/2011 80% [================================================= ] 1612/2011 80% [================================================= ] 1613/2011 80% [================================================= ] 1614/2011 80% [================================================= ] 1615/2011 80% [================================================= ] 1616/2011 80% [================================================= ] 1617/2011 80% [================================================= ] 1618/2011 80% [================================================= ] 1619/2011 80% [================================================= ] 1620/2011 80% [================================================= ] 1621/2011 80% [================================================== ] 1622/2011 80% [================================================== ] 1623/2011 80% [================================================== ] 1624/2011 80% [================================================== ] 1625/2011 80% [================================================== ] 1626/2011 80% [================================================== ] 1627/2011 80% [================================================== ] 1628/2011 80% [================================================== ] 1629/2011 81% [================================================== ] 1630/2011 81% [================================================== ] 1631/2011 81% [================================================== ] 1632/2011 81% [================================================== ] 1633/2011 81% [================================================== ] 1634/2011 81% [================================================== ] 1635/2011 81% [================================================== ] 1636/2011 81% [================================================== ] 1637/2011 81% [================================================== ] 1638/2011 81% [================================================== ] 1639/2011 81% [================================================== ] 1640/2011 81% [================================================== ] 1641/2011 81% [================================================== ] 1642/2011 81% [================================================== ] 1643/2011 81% [================================================== ] 1644/2011 81% [================================================== ] 1645/2011 81% [================================================== ] 1646/2011 81% [================================================== ] 1647/2011 81% [================================================== ] 1648/2011 81% [================================================== ] 1649/2011 81% [================================================== ] 1650/2011 82% [================================================== ] 1651/2011 82% [================================================== ] 1652/2011 82% [================================================== ] 1653/2011 82% [================================================== ] 1654/2011 82% [=================================================== ] 1655/2011 82% [=================================================== ] 1656/2011 82% [=================================================== ] 1657/2011 82% [=================================================== ] 1658/2011 82% [=================================================== ] 1659/2011 82% [=================================================== ] 1660/2011 82% [=================================================== ] 1661/2011 82% [=================================================== ] 1662/2011 82% [=================================================== ] 1663/2011 82% [=================================================== ] 1664/2011 82% [=================================================== ] 1665/2011 82% [=================================================== ] 1666/2011 82% [=================================================== ] 1667/2011 82% [=================================================== ] 1668/2011 82% [=================================================== ] 1669/2011 82% [=================================================== ] 1670/2011 83% [=================================================== ] 1671/2011 83% [=================================================== ] 1672/2011 83% [=================================================== ] 1673/2011 83% [=================================================== ] 1674/2011 83% [=================================================== ] 1675/2011 83% [=================================================== ] 1676/2011 83% [=================================================== ] 1677/2011 83% [=================================================== ] 1678/2011 83% [=================================================== ] 1679/2011 83% [=================================================== ] 1680/2011 83% [=================================================== ] 1681/2011 83% [=================================================== ] 1682/2011 83% [=================================================== ] 1683/2011 83% [=================================================== ] 1684/2011 83% [=================================================== ] 1685/2011 83% [=================================================== ] 1686/2011 83% [==================================================== ] 1687/2011 83% [==================================================== ] 1688/2011 83% [==================================================== ] 1689/2011 83% [==================================================== ] 1690/2011 84% [==================================================== ] 1691/2011 84% [==================================================== ] 1692/2011 84% [==================================================== ] 1693/2011 84% [==================================================== ] 1694/2011 84% [==================================================== ] 1695/2011 84% [==================================================== ] 1696/2011 84% [==================================================== ] 1697/2011 84% [==================================================== ] 1698/2011 84% [==================================================== ] 1699/2011 84% [==================================================== ] 1700/2011 84% [==================================================== ] 1701/2011 84% [==================================================== ] 1702/2011 84% [==================================================== ] 1703/2011 84% [==================================================== ] 1704/2011 84% [==================================================== ] 1705/2011 84% [==================================================== ] 1706/2011 84% [==================================================== ] 1707/2011 84% [==================================================== ] 1708/2011 84% [==================================================== ] 1709/2011 84% [==================================================== ] 1710/2011 85% [==================================================== ] 1711/2011 85% [==================================================== ] 1712/2011 85% [==================================================== ] 1713/2011 85% [==================================================== ] 1714/2011 85% [==================================================== ] 1715/2011 85% [==================================================== ] 1716/2011 85% [==================================================== ] 1717/2011 85% [==================================================== ] 1718/2011 85% [==================================================== ] 1719/2011 85% [===================================================== ] 1720/2011 85% [===================================================== ] 1721/2011 85% [===================================================== ] 1722/2011 85% [===================================================== ] 1723/2011 85% [===================================================== ] 1724/2011 85% [===================================================== ] 1725/2011 85% [===================================================== ] 1726/2011 85% [===================================================== ] 1727/2011 85% [===================================================== ] 1728/2011 85% [===================================================== ] 1729/2011 85% [===================================================== ] 1730/2011 86% [===================================================== ] 1731/2011 86% [===================================================== ] 1732/2011 86% [===================================================== ] 1733/2011 86% [===================================================== ] 1734/2011 86% [===================================================== ] 1735/2011 86% [===================================================== ] 1736/2011 86% [===================================================== ] 1737/2011 86% [===================================================== ] 1738/2011 86% [===================================================== ] 1739/2011 86% [===================================================== ] 1740/2011 86% [===================================================== ] 1741/2011 86% [===================================================== ] 1742/2011 86% [===================================================== ] 1743/2011 86% [===================================================== ] 1744/2011 86% [===================================================== ] 1745/2011 86% [===================================================== ] 1746/2011 86% [===================================================== ] 1747/2011 86% [===================================================== ] 1748/2011 86% [===================================================== ] 1749/2011 86% [===================================================== ] 1750/2011 87% [===================================================== ] 1751/2011 87% [====================================================== ] 1752/2011 87% [====================================================== ] 1753/2011 87% [====================================================== ] 1754/2011 87% [====================================================== ] 1755/2011 87% [====================================================== ] 1756/2011 87% [====================================================== ] 1757/2011 87% [====================================================== ] 1758/2011 87% [====================================================== ] 1759/2011 87% [====================================================== ] 1760/2011 87% [====================================================== ] 1761/2011 87% [====================================================== ] 1762/2011 87% [====================================================== ] 1763/2011 87% [====================================================== ] 1764/2011 87% [====================================================== ] 1765/2011 87% [====================================================== ] 1766/2011 87% [====================================================== ] 1767/2011 87% [====================================================== ] 1768/2011 87% [====================================================== ] 1769/2011 87% [====================================================== ] 1770/2011 88% [====================================================== ] 1771/2011 88% [====================================================== ] 1772/2011 88% [====================================================== ] 1773/2011 88% [====================================================== ] 1774/2011 88% [====================================================== ] 1775/2011 88% [====================================================== ] 1776/2011 88% [====================================================== ] 1777/2011 88% [====================================================== ] 1778/2011 88% [====================================================== ] 1779/2011 88% [====================================================== ] 1780/2011 88% [====================================================== ] 1781/2011 88% [====================================================== ] 1782/2011 88% [====================================================== ] 1783/2011 88% [======================================================= ] 1784/2011 88% [======================================================= ] 1785/2011 88% [======================================================= ] 1786/2011 88% [======================================================= ] 1787/2011 88% [======================================================= ] 1788/2011 88% [======================================================= ] 1789/2011 88% [======================================================= ] 1790/2011 89% [======================================================= ] 1791/2011 89% [======================================================= ] 1792/2011 89% [======================================================= ] 1793/2011 89% [======================================================= ] 1794/2011 89% [======================================================= ] 1795/2011 89% [======================================================= ] 1796/2011 89% [======================================================= ] 1797/2011 89% [======================================================= ] 1798/2011 89% [======================================================= ] 1799/2011 89% [======================================================= ] 1800/2011 89% [======================================================= ] 1801/2011 89% [======================================================= ] 1802/2011 89% [======================================================= ] 1803/2011 89% [======================================================= ] 1804/2011 89% [======================================================= ] 1805/2011 89% [======================================================= ] 1806/2011 89% [======================================================= ] 1807/2011 89% [======================================================= ] 1808/2011 89% [======================================================= ] 1809/2011 89% [======================================================= ] 1810/2011 90% [======================================================= ] 1811/2011 90% [======================================================= ] 1812/2011 90% [======================================================= ] 1813/2011 90% [======================================================= ] 1814/2011 90% [======================================================= ] 1815/2011 90% [======================================================= ] 1816/2011 90% [======================================================== ] 1817/2011 90% [======================================================== ] 1818/2011 90% [======================================================== ] 1819/2011 90% [======================================================== ] 1820/2011 90% [======================================================== ] 1821/2011 90% [======================================================== ] 1822/2011 90% [======================================================== ] 1823/2011 90% [======================================================== ] 1824/2011 90% [======================================================== ] 1825/2011 90% [======================================================== ] 1826/2011 90% [======================================================== ] 1827/2011 90% [======================================================== ] 1828/2011 90% [======================================================== ] 1829/2011 90% [======================================================== ] 1830/2011 90% [======================================================== ] 1831/2011 91% [======================================================== ] 1832/2011 91% [======================================================== ] 1833/2011 91% [======================================================== ] 1834/2011 91% [======================================================== ] 1835/2011 91% [======================================================== ] 1836/2011 91% [======================================================== ] 1837/2011 91% [======================================================== ] 1838/2011 91% [======================================================== ] 1839/2011 91% [======================================================== ] 1840/2011 91% [======================================================== ] 1841/2011 91% [======================================================== ] 1842/2011 91% [======================================================== ] 1843/2011 91% [======================================================== ] 1844/2011 91% [======================================================== ] 1845/2011 91% [======================================================== ] 1846/2011 91% [======================================================== ] 1847/2011 91% [======================================================== ] 1848/2011 91% [========================================================= ] 1849/2011 91% [========================================================= ] 1850/2011 91% [========================================================= ] 1851/2011 92% [========================================================= ] 1852/2011 92% [========================================================= ] 1853/2011 92% [========================================================= ] 1854/2011 92% [========================================================= ] 1855/2011 92% [========================================================= ] 1856/2011 92% [========================================================= ] 1857/2011 92% [========================================================= ] 1858/2011 92% [========================================================= ] 1859/2011 92% [========================================================= ] 1860/2011 92% [========================================================= ] 1861/2011 92% [========================================================= ] 1862/2011 92% [========================================================= ] 1863/2011 92% [========================================================= ] 1864/2011 92% [========================================================= ] 1865/2011 92% [========================================================= ] 1866/2011 92% [========================================================= ] 1867/2011 92% [========================================================= ] 1868/2011 92% [========================================================= ] 1869/2011 92% [========================================================= ] 1870/2011 92% [========================================================= ] 1871/2011 93% [========================================================= ] 1872/2011 93% [========================================================= ] 1873/2011 93% [========================================================= ] 1874/2011 93% [========================================================= ] 1875/2011 93% [========================================================= ] 1876/2011 93% [========================================================= ] 1877/2011 93% [========================================================= ] 1878/2011 93% [========================================================= ] 1879/2011 93% [========================================================= ] 1880/2011 93% [========================================================= ] 1881/2011 93% [========================================================== ] 1882/2011 93% [========================================================== ] 1883/2011 93% [========================================================== ] 1884/2011 93% [========================================================== ] 1885/2011 93% [========================================================== ] 1886/2011 93% [========================================================== ] 1887/2011 93% [========================================================== ] 1888/2011 93% [========================================================== ] 1889/2011 93% [========================================================== ] 1890/2011 93% [========================================================== ] 1891/2011 94% [========================================================== ] 1892/2011 94% [========================================================== ] 1893/2011 94% [========================================================== ] 1894/2011 94% [========================================================== ] 1895/2011 94% [========================================================== ] 1896/2011 94% [========================================================== ] 1897/2011 94% [========================================================== ] 1898/2011 94% [========================================================== ] 1899/2011 94% [========================================================== ] 1900/2011 94% [========================================================== ] 1901/2011 94% [========================================================== ] 1902/2011 94% [========================================================== ] 1903/2011 94% [========================================================== ] 1904/2011 94% [========================================================== ] 1905/2011 94% [========================================================== ] 1906/2011 94% [========================================================== ] 1907/2011 94% [========================================================== ] 1908/2011 94% [========================================================== ] 1909/2011 94% [========================================================== ] 1910/2011 94% [========================================================== ] 1911/2011 95% [========================================================== ] 1912/2011 95% [========================================================== ] 1913/2011 95% [=========================================================== ] 1914/2011 95% [=========================================================== ] 1915/2011 95% [=========================================================== ] 1916/2011 95% [=========================================================== ] 1917/2011 95% [=========================================================== ] 1918/2011 95% [=========================================================== ] 1919/2011 95% [=========================================================== ] 1920/2011 95% [=========================================================== ] 1921/2011 95% [=========================================================== ] 1922/2011 95% [=========================================================== ] 1923/2011 95% [=========================================================== ] 1924/2011 95% [=========================================================== ] 1925/2011 95% [=========================================================== ] 1926/2011 95% [=========================================================== ] 1927/2011 95% [=========================================================== ] 1928/2011 95% [=========================================================== ] 1929/2011 95% [=========================================================== ] 1930/2011 95% [=========================================================== ] 1931/2011 96% [=========================================================== ] 1932/2011 96% [=========================================================== ] 1933/2011 96% [=========================================================== ] 1934/2011 96% [=========================================================== ] 1935/2011 96% [=========================================================== ] 1936/2011 96% [=========================================================== ] 1937/2011 96% [=========================================================== ] 1938/2011 96% [=========================================================== ] 1939/2011 96% [=========================================================== ] 1940/2011 96% [=========================================================== ] 1941/2011 96% [=========================================================== ] 1942/2011 96% [=========================================================== ] 1943/2011 96% [=========================================================== ] 1944/2011 96% [=========================================================== ] 1945/2011 96% [=========================================================== ] 1946/2011 96% [============================================================ ] 1947/2011 96% [============================================================ ] 1948/2011 96% [============================================================ ] 1949/2011 96% [============================================================ ] 1950/2011 96% [============================================================ ] 1951/2011 97% [============================================================ ] 1952/2011 97% [============================================================ ] 1953/2011 97% [============================================================ ] 1954/2011 97% [============================================================ ] 1955/2011 97% [============================================================ ] 1956/2011 97% [============================================================ ] 1957/2011 97% [============================================================ ] 1958/2011 97% [============================================================ ] 1959/2011 97% [============================================================ ] 1960/2011 97% [============================================================ ] 1961/2011 97% [============================================================ ] 1962/2011 97% [============================================================ ] 1963/2011 97% [============================================================ ] 1964/2011 97% [============================================================ ] 1965/2011 97% [============================================================ ] 1966/2011 97% [============================================================ ] 1967/2011 97% [============================================================ ] 1968/2011 97% [============================================================ ] 1969/2011 97% [============================================================ ] 1970/2011 97% [============================================================ ] 1971/2011 98% [============================================================ ] 1972/2011 98% [============================================================ ] 1973/2011 98% [============================================================ ] 1974/2011 98% [============================================================ ] 1975/2011 98% [============================================================ ] 1976/2011 98% [============================================================ ] 1977/2011 98% [============================================================ ] 1978/2011 98% [============================================================= ] 1979/2011 98% [============================================================= ] 1980/2011 98% [============================================================= ] 1981/2011 98% [============================================================= ] 1982/2011 98% [============================================================= ] 1983/2011 98% [============================================================= ] 1984/2011 98% [============================================================= ] 1985/2011 98% [============================================================= ] 1986/2011 98% [============================================================= ] 1987/2011 98% [============================================================= ] 1988/2011 98% [============================================================= ] 1989/2011 98% [============================================================= ] 1990/2011 98% [============================================================= ] 1991/2011 99% [============================================================= ] 1992/2011 99% [============================================================= ] 1993/2011 99% [============================================================= ] 1994/2011 99% [============================================================= ] 1995/2011 99% [============================================================= ] 1996/2011 99% [============================================================= ] 1997/2011 99% [============================================================= ] 1998/2011 99% [============================================================= ] 1999/2011 99% [============================================================= ] 2000/2011 99% [============================================================= ] 2001/2011 99% [============================================================= ] 2002/2011 99% [============================================================= ] 2003/2011 99% [============================================================= ] 2004/2011 99% [============================================================= ] 2005/2011 99% [============================================================= ] 2006/2011 99% [============================================================= ] 2007/2011 99% [============================================================= ] 2008/2011 99% [============================================================= ] 2009/2011 99% [============================================================= ] 2010/2011 99% [==============================================================] 2011/2011 100% operation complete, 2011 objects in 123096 NAND pages. ln -snf /nvmedata/autobuild/instance-22/output-1/host/mips-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-22/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-22/buildroot' make: Entering directory '/nvmedata/autobuild/instance-22/buildroot' >>> Buildroot 2022.02-441-g8f3cfe4196 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.15.30 Collecting legal info >>> acpid 2.0.33 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> alsa-lib 1.2.6 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> blktrace 1.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procps-ng 3.3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> sysklogd 2.3.0 Collecting legal info LICENSE: OK (sha256: 7a71d7603a7c4456df441463e54da35acf151c1be0879246de63544f1f34f477) >>> 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) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> whois 5.5.11 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.63 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropwatch 1.5.3 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.5.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.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> ffmpeg 4.4.1 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freetype 2.11.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> genpart 1.0.2 Collecting legal info >>> hwdata 0.355 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> kexec 2.0.23 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libcurl 7.82.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libfribidi 1.0.11 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libidn 1.38 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libite 2.5.1 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmdbx 0.11.4 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.62.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 60.9.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.2 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.2.1 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libseccomp 2.5.3 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.9.13 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linuxconsoletools 1.7.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> most 5.1.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 47ad1c3f9b94d6ec42d9bee6c5df980c5c2daa5b9d22113545ae6a3f21ca2f52) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mxml 3.3 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: ed63aec4c75b9c21a5156b40052138032269bd27fd6f4bc0c51389807cdc7db9) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pahole v1.23 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pure-ftpd 1.0.50 Collecting legal info COPYING: OK (sha256: c1be5d56c28927b05131d7384bd522af4b11c3afea45725f5ca7983c11db61ac) >>> host-python-cython 0.29.27 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-lxml 4.6.5 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.13 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> host-rust-bin 1.58.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> seatd 0.6.4 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tio 1.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wilc1000-firmware 14.1 Collecting legal info >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-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: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.30: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: wilc1000-firmware-14.1: cannot save license (WILC1000_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-22/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-22/buildroot'