find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-6/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-6/output-1/host/bin/i686-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-6/output-1/host/bin/i686-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-rc1-38-gbd447bb88c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-rc1\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' dhcpcd -1 dhcpcd -1 * - - - dhcpcd user\n\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-6/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" bzip2 -9 -c /home/autobuild/autobuild/instance-6/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-6/output-1/images/rootfs.tar.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2002 objects. stage 2: creating image '/home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/2002 0% [ ] 2/2002 0% [ ] 3/2002 0% [ ] 4/2002 0% [ ] 5/2002 0% [ ] 6/2002 0% [ ] 7/2002 0% [ ] 8/2002 0% [ ] 9/2002 0% [ ] 10/2002 0% [ ] 11/2002 0% [ ] 12/2002 0% [ ] 13/2002 0% [ ] 14/2002 0% [ ] 15/2002 0% [ ] 16/2002 0% [ ] 17/2002 0% [ ] 18/2002 0% [ ] 19/2002 0% [ ] 20/2002 0% [ ] 21/2002 1% [ ] 22/2002 1% [ ] 23/2002 1% [ ] 24/2002 1% [ ] 25/2002 1% [ ] 26/2002 1% [ ] 27/2002 1% [ ] 28/2002 1% [ ] 29/2002 1% [ ] 30/2002 1% [ ] 31/2002 1% [ ] 32/2002 1% [= ] 33/2002 1% [= ] 34/2002 1% [= ] 35/2002 1% [= ] 36/2002 1% [= ] 37/2002 1% [= ] 38/2002 1% [= ] 39/2002 1% [= ] 40/2002 1% [= ] 41/2002 2% [= ] 42/2002 2% [= ] 43/2002 2% [= ] 44/2002 2% [= ] 45/2002 2% [= ] 46/2002 2% [= ] 47/2002 2% [= ] 48/2002 2% [= ] 49/2002 2% [= ] 50/2002 2% [= ] 51/2002 2% [= ] 52/2002 2% [= ] 53/2002 2% [= ] 54/2002 2% [= ] 55/2002 2% [= ] 56/2002 2% [= ] 57/2002 2% [= ] 58/2002 2% [= ] 59/2002 2% [= ] 60/2002 2% [= ] 61/2002 3% [= ] 62/2002 3% [= ] 63/2002 3% [= ] 64/2002 3% [== ] 65/2002 3% [== ] 66/2002 3% [== ] 67/2002 3% [== ] 68/2002 3% [== ] 69/2002 3% [== ] 70/2002 3% [== ] 71/2002 3% [== ] 72/2002 3% [== ] 73/2002 3% [== ] 74/2002 3% [== ] 75/2002 3% [== ] 76/2002 3% [== ] 77/2002 3% [== ] 78/2002 3% [== ] 79/2002 3% [== ] 80/2002 3% [== ] 81/2002 4% [== ] 82/2002 4% [== ] 83/2002 4% [== ] 84/2002 4% [== ] 85/2002 4% [== ] 86/2002 4% [== ] 87/2002 4% [== ] 88/2002 4% [== ] 89/2002 4% [== ] 90/2002 4% [== ] 91/2002 4% [== ] 92/2002 4% [== ] 93/2002 4% [== ] 94/2002 4% [== ] 95/2002 4% [== ] 96/2002 4% [=== ] 97/2002 4% [=== ] 98/2002 4% [=== ] 99/2002 4% [=== ] 100/2002 4% [=== ] 101/2002 5% [=== ] 102/2002 5% [=== ] 103/2002 5% [=== ] 104/2002 5% [=== ] 105/2002 5% [=== ] 106/2002 5% [=== ] 107/2002 5% [=== ] 108/2002 5% [=== ] 109/2002 5% [=== ] 110/2002 5% [=== ] 111/2002 5% [=== ] 112/2002 5% [=== ] 113/2002 5% [=== ] 114/2002 5% [=== ] 115/2002 5% [=== ] 116/2002 5% [=== ] 117/2002 5% [=== ] 118/2002 5% [=== ] 119/2002 5% [=== ] 120/2002 5% [=== ] 121/2002 6% [=== ] 122/2002 6% [=== ] 123/2002 6% [=== ] 124/2002 6% [=== ] 125/2002 6% [=== ] 126/2002 6% [=== ] 127/2002 6% [=== ] 128/2002 6% [=== ] 129/2002 6% [==== ] 130/2002 6% [==== ] 131/2002 6% [==== ] 132/2002 6% [==== ] 133/2002 6% [==== ] 134/2002 6% [==== ] 135/2002 6% [==== ] 136/2002 6% [==== ] 137/2002 6% [==== ] 138/2002 6% [==== ] 139/2002 6% [==== ] 140/2002 6% [==== ] 141/2002 7% [==== ] 142/2002 7% [==== ] 143/2002 7% [==== ] 144/2002 7% [==== ] 145/2002 7% [==== ] 146/2002 7% [==== ] 147/2002 7% [==== ] 148/2002 7% [==== ] 149/2002 7% [==== ] 150/2002 7% [==== ] 151/2002 7% [==== ] 152/2002 7% [==== ] 153/2002 7% [==== ] 154/2002 7% [==== ] 155/2002 7% [==== ] 156/2002 7% [==== ] 157/2002 7% [==== ] 158/2002 7% [==== ] 159/2002 7% [==== ] 160/2002 7% [==== ] 161/2002 8% [===== ] 162/2002 8% [===== ] 163/2002 8% [===== ] 164/2002 8% [===== ] 165/2002 8% [===== ] 166/2002 8% [===== ] 167/2002 8% [===== ] 168/2002 8% [===== ] 169/2002 8% [===== ] 170/2002 8% [===== ] 171/2002 8% [===== ] 172/2002 8% [===== ] 173/2002 8% [===== ] 174/2002 8% [===== ] 175/2002 8% [===== ] 176/2002 8% [===== ] 177/2002 8% [===== ] 178/2002 8% [===== ] 179/2002 8% [===== ] 180/2002 8% [===== ] 181/2002 9% [===== ] 182/2002 9% [===== ] 183/2002 9% [===== ] 184/2002 9% [===== ] 185/2002 9% [===== ] 186/2002 9% [===== ] 187/2002 9% [===== ] 188/2002 9% [===== ] 189/2002 9% [===== ] 190/2002 9% [===== ] 191/2002 9% [===== ] 192/2002 9% [===== ] 193/2002 9% [====== ] 194/2002 9% [====== ] 195/2002 9% [====== ] 196/2002 9% [====== ] 197/2002 9% [====== ] 198/2002 9% [====== ] 199/2002 9% [====== ] 200/2002 9% [====== ] 201/2002 10% [====== ] 202/2002 10% [====== ] 203/2002 10% [====== ] 204/2002 10% [====== ] 205/2002 10% [====== ] 206/2002 10% [====== ] 207/2002 10% [====== ] 208/2002 10% [====== ] 209/2002 10% [====== ] 210/2002 10% [====== ] 211/2002 10% [====== ] 212/2002 10% [====== ] 213/2002 10% [====== ] 214/2002 10% [====== ] 215/2002 10% [====== ] 216/2002 10% [====== ] 217/2002 10% [====== ] 218/2002 10% [====== ] 219/2002 10% [====== ] 220/2002 10% [====== ] 221/2002 11% [====== ] 222/2002 11% [====== ] 223/2002 11% [====== ] 224/2002 11% [====== ] 225/2002 11% [====== ] 226/2002 11% [======= ] 227/2002 11% [======= ] 228/2002 11% [======= ] 229/2002 11% [======= ] 230/2002 11% [======= ] 231/2002 11% [======= ] 232/2002 11% [======= ] 233/2002 11% [======= ] 234/2002 11% [======= ] 235/2002 11% [======= ] 236/2002 11% [======= ] 237/2002 11% [======= ] 238/2002 11% [======= ] 239/2002 11% [======= ] 240/2002 11% [======= ] 241/2002 12% [======= ] 242/2002 12% [======= ] 243/2002 12% [======= ] 244/2002 12% [======= ] 245/2002 12% [======= ] 246/2002 12% [======= ] 247/2002 12% [======= ] 248/2002 12% [======= ] 249/2002 12% [======= ] 250/2002 12% [======= ] 251/2002 12% [======= ] 252/2002 12% [======= ] 253/2002 12% [======= ] 254/2002 12% [======= ] 255/2002 12% [======= ] 256/2002 12% [======= ] 257/2002 12% [======= ] 258/2002 12% [======== ] 259/2002 12% [======== ] 260/2002 12% [======== ] 261/2002 13% [======== ] 262/2002 13% [======== ] 263/2002 13% [======== ] 264/2002 13% [======== ] 265/2002 13% [======== ] 266/2002 13% [======== ] 267/2002 13% [======== ] 268/2002 13% [======== ] 269/2002 13% [======== ] 270/2002 13% [======== ] 271/2002 13% [======== ] 272/2002 13% [======== ] 273/2002 13% [======== ] 274/2002 13% [======== ] 275/2002 13% [======== ] 276/2002 13% [======== ] 277/2002 13% [======== ] 278/2002 13% [======== ] 279/2002 13% [======== ] 280/2002 13% [======== ] 281/2002 14% [======== ] 282/2002 14% [======== ] 283/2002 14% [======== ] 284/2002 14% [======== ] 285/2002 14% [======== ] 286/2002 14% [======== ] 287/2002 14% [======== ] 288/2002 14% [======== ] 289/2002 14% [======== ] 290/2002 14% [========= ] 291/2002 14% [========= ] 292/2002 14% [========= ] 293/2002 14% [========= ] 294/2002 14% [========= ] 295/2002 14% [========= ] 296/2002 14% [========= ] 297/2002 14% [========= ] 298/2002 14% [========= ] 299/2002 14% [========= ] 300/2002 14% [========= ] 301/2002 15% [========= ] 302/2002 15% [========= ] 303/2002 15% [========= ] 304/2002 15% [========= ] 305/2002 15% [========= ] 306/2002 15% [========= ] 307/2002 15% [========= ] 308/2002 15% [========= ] 309/2002 15% [========= ] 310/2002 15% [========= ] 311/2002 15% [========= ] 312/2002 15% [========= ] 313/2002 15% [========= ] 314/2002 15% [========= ] 315/2002 15% [========= ] 316/2002 15% [========= ] 317/2002 15% [========= ] 318/2002 15% [========= ] 319/2002 15% [========= ] 320/2002 15% [========= ] 321/2002 16% [========= ] 322/2002 16% [========== ] 323/2002 16% [========== ] 324/2002 16% [========== ] 325/2002 16% [========== ] 326/2002 16% [========== ] 327/2002 16% [========== ] 328/2002 16% [========== ] 329/2002 16% [========== ] 330/2002 16% [========== ] 331/2002 16% [========== ] 332/2002 16% [========== ] 333/2002 16% [========== ] 334/2002 16% [========== ] 335/2002 16% [========== ] 336/2002 16% [========== ] 337/2002 16% [========== ] 338/2002 16% [========== ] 339/2002 16% [========== ] 340/2002 16% [========== ] 341/2002 17% [========== ] 342/2002 17% [========== ] 343/2002 17% [========== ] 344/2002 17% [========== ] 345/2002 17% [========== ] 346/2002 17% [========== ] 347/2002 17% [========== ] 348/2002 17% [========== ] 349/2002 17% [========== ] 350/2002 17% [========== ] 351/2002 17% [========== ] 352/2002 17% [========== ] 353/2002 17% [========== ] 354/2002 17% [========== ] 355/2002 17% [=========== ] 356/2002 17% [=========== ] 357/2002 17% [=========== ] 358/2002 17% [=========== ] 359/2002 17% [=========== ] 360/2002 17% [=========== ] 361/2002 18% [=========== ] 362/2002 18% [=========== ] 363/2002 18% [=========== ] 364/2002 18% [=========== ] 365/2002 18% [=========== ] 366/2002 18% [=========== ] 367/2002 18% [=========== ] 368/2002 18% [=========== ] 369/2002 18% [=========== ] 370/2002 18% [=========== ] 371/2002 18% [=========== ] 372/2002 18% [=========== ] 373/2002 18% [=========== ] 374/2002 18% [=========== ] 375/2002 18% [=========== ] 376/2002 18% [=========== ] 377/2002 18% [=========== ] 378/2002 18% [=========== ] 379/2002 18% [=========== ] 380/2002 18% [=========== ] 381/2002 19% [=========== ] 382/2002 19% [=========== ] 383/2002 19% [=========== ] 384/2002 19% [=========== ] 385/2002 19% [=========== ] 386/2002 19% [=========== ] 387/2002 19% [============ ] 388/2002 19% [============ ] 389/2002 19% [============ ] 390/2002 19% [============ ] 391/2002 19% [============ ] 392/2002 19% [============ ] 393/2002 19% [============ ] 394/2002 19% [============ ] 395/2002 19% [============ ] 396/2002 19% [============ ] 397/2002 19% [============ ] 398/2002 19% [============ ] 399/2002 19% [============ ] 400/2002 19% [============ ] 401/2002 20% [============ ] 402/2002 20% [============ ] 403/2002 20% [============ ] 404/2002 20% [============ ] 405/2002 20% [============ ] 406/2002 20% [============ ] 407/2002 20% [============ ] 408/2002 20% [============ ] 409/2002 20% [============ ] 410/2002 20% [============ ] 411/2002 20% [============ ] 412/2002 20% [============ ] 413/2002 20% [============ ] 414/2002 20% [============ ] 415/2002 20% [============ ] 416/2002 20% [============ ] 417/2002 20% [============ ] 418/2002 20% [============ ] 419/2002 20% [============= ] 420/2002 20% [============= ] 421/2002 21% [============= ] 422/2002 21% [============= ] 423/2002 21% [============= ] 424/2002 21% [============= ] 425/2002 21% [============= ] 426/2002 21% [============= ] 427/2002 21% [============= ] 428/2002 21% [============= ] 429/2002 21% [============= ] 430/2002 21% [============= ] 431/2002 21% [============= ] 432/2002 21% [============= ] 433/2002 21% [============= ] 434/2002 21% [============= ] 435/2002 21% [============= ] 436/2002 21% [============= ] 437/2002 21% [============= ] 438/2002 21% [============= ] 439/2002 21% [============= ] 440/2002 21% [============= ] 441/2002 22% [============= ] 442/2002 22% [============= ] 443/2002 22% [============= ] 444/2002 22% [============= ] 445/2002 22% [============= ] 446/2002 22% [============= ] 447/2002 22% [============= ] 448/2002 22% [============= ] 449/2002 22% [============= ] 450/2002 22% [============= ] 451/2002 22% [============= ] 452/2002 22% [============== ] 453/2002 22% [============== ] 454/2002 22% [============== ] 455/2002 22% [============== ] 456/2002 22% [============== ] 457/2002 22% [============== ] 458/2002 22% [============== ] 459/2002 22% [============== ] 460/2002 22% [============== ] 461/2002 23% [============== ] 462/2002 23% [============== ] 463/2002 23% [============== ] 464/2002 23% [============== ] 465/2002 23% [============== ] 466/2002 23% [============== ] 467/2002 23% [============== ] 468/2002 23% [============== ] 469/2002 23% [============== ] 470/2002 23% [============== ] 471/2002 23% [============== ] 472/2002 23% [============== ] 473/2002 23% [============== ] 474/2002 23% [============== ] 475/2002 23% [============== ] 476/2002 23% [============== ] 477/2002 23% [============== ] 478/2002 23% [============== ] 479/2002 23% [============== ] 480/2002 23% [============== ] 481/2002 24% [============== ] 482/2002 24% [============== ] 483/2002 24% [============== ] 484/2002 24% [=============== ] 485/2002 24% [=============== ] 486/2002 24% [=============== ] 487/2002 24% [=============== ] 488/2002 24% [=============== ] 489/2002 24% [=============== ] 490/2002 24% [=============== ] 491/2002 24% [=============== ] 492/2002 24% [=============== ] 493/2002 24% [=============== ] 494/2002 24% [=============== ] 495/2002 24% [=============== ] 496/2002 24% [=============== ] 497/2002 24% [=============== ] 498/2002 24% [=============== ] 499/2002 24% [=============== ] 500/2002 24% [=============== ] 501/2002 25% [=============== ] 502/2002 25% [=============== ] 503/2002 25% [=============== ] 504/2002 25% [=============== ] 505/2002 25% [=============== ] 506/2002 25% [=============== ] 507/2002 25% [=============== ] 508/2002 25% [=============== ] 509/2002 25% [=============== ] 510/2002 25% [=============== ] 511/2002 25% [=============== ] 512/2002 25% [=============== ] 513/2002 25% [=============== ] 514/2002 25% [=============== ] 515/2002 25% [=============== ] 516/2002 25% [================ ] 517/2002 25% [================ ] 518/2002 25% [================ ] 519/2002 25% [================ ] 520/2002 25% [================ ] 521/2002 26% [================ ] 522/2002 26% [================ ] 523/2002 26% [================ ] 524/2002 26% [================ ] 525/2002 26% [================ ] 526/2002 26% [================ ] 527/2002 26% [================ ] 528/2002 26% [================ ] 529/2002 26% [================ ] 530/2002 26% [================ ] 531/2002 26% [================ ] 532/2002 26% [================ ] 533/2002 26% [================ ] 534/2002 26% [================ ] 535/2002 26% [================ ] 536/2002 26% [================ ] 537/2002 26% [================ ] 538/2002 26% [================ ] 539/2002 26% [================ ] 540/2002 26% [================ ] 541/2002 27% [================ ] 542/2002 27% [================ ] 543/2002 27% [================ ] 544/2002 27% [================ ] 545/2002 27% [================ ] 546/2002 27% [================ ] 547/2002 27% [================ ] 548/2002 27% [================= ] 549/2002 27% [================= ] 550/2002 27% [================= ] 551/2002 27% [================= ] 552/2002 27% [================= ] 553/2002 27% [================= ] 554/2002 27% [================= ] 555/2002 27% [================= ] 556/2002 27% [================= ] 557/2002 27% [================= ] 558/2002 27% [================= ] 559/2002 27% [================= ] 560/2002 27% [================= ] 561/2002 28% [================= ] 562/2002 28% [================= ] 563/2002 28% [================= ] 564/2002 28% [================= ] 565/2002 28% [================= ] 566/2002 28% [================= ] 567/2002 28% [================= ] 568/2002 28% [================= ] 569/2002 28% [================= ] 570/2002 28% [================= ] 571/2002 28% [================= ] 572/2002 28% [================= ] 573/2002 28% [================= ] 574/2002 28% [================= ] 575/2002 28% [================= ] 576/2002 28% [================= ] 577/2002 28% [================= ] 578/2002 28% [================= ] 579/2002 28% [================= ] 580/2002 28% [================= ] 581/2002 29% [================== ] 582/2002 29% [================== ] 583/2002 29% [================== ] 584/2002 29% [================== ] 585/2002 29% [================== ] 586/2002 29% [================== ] 587/2002 29% [================== ] 588/2002 29% [================== ] 589/2002 29% [================== ] 590/2002 29% [================== ] 591/2002 29% [================== ] 592/2002 29% [================== ] 593/2002 29% [================== ] 594/2002 29% [================== ] 595/2002 29% [================== ] 596/2002 29% [================== ] 597/2002 29% [================== ] 598/2002 29% [================== ] 599/2002 29% [================== ] 600/2002 29% [================== ] 601/2002 30% [================== ] 602/2002 30% [================== ] 603/2002 30% [================== ] 604/2002 30% [================== ] 605/2002 30% [================== ] 606/2002 30% [================== ] 607/2002 30% [================== ] 608/2002 30% [================== ] 609/2002 30% [================== ] 610/2002 30% [================== ] 611/2002 30% [================== ] 612/2002 30% [================== ] 613/2002 30% [=================== ] 614/2002 30% [=================== ] 615/2002 30% [=================== ] 616/2002 30% [=================== ] 617/2002 30% [=================== ] 618/2002 30% [=================== ] 619/2002 30% [=================== ] 620/2002 30% [=================== ] 621/2002 31% [=================== ] 622/2002 31% [=================== ] 623/2002 31% [=================== ] 624/2002 31% [=================== ] 625/2002 31% [=================== ] 626/2002 31% [=================== ] 627/2002 31% [=================== ] 628/2002 31% [=================== ] 629/2002 31% [=================== ] 630/2002 31% [=================== ] 631/2002 31% [=================== ] 632/2002 31% [=================== ] 633/2002 31% [=================== ] 634/2002 31% [=================== ] 635/2002 31% [=================== ] 636/2002 31% [=================== ] 637/2002 31% [=================== ] 638/2002 31% [=================== ] 639/2002 31% [=================== ] 640/2002 31% [=================== ] 641/2002 32% [=================== ] 642/2002 32% [=================== ] 643/2002 32% [=================== ] 644/2002 32% [=================== ] 645/2002 32% [==================== ] 646/2002 32% [==================== ] 647/2002 32% [==================== ] 648/2002 32% [==================== ] 649/2002 32% [==================== ] 650/2002 32% [==================== ] 651/2002 32% [==================== ] 652/2002 32% [==================== ] 653/2002 32% [==================== ] 654/2002 32% [==================== ] 655/2002 32% [==================== ] 656/2002 32% [==================== ] 657/2002 32% [==================== ] 658/2002 32% [==================== ] 659/2002 32% [==================== ] 660/2002 32% [==================== ] 661/2002 33% [==================== ] 662/2002 33% [==================== ] 663/2002 33% [==================== ] 664/2002 33% [==================== ] 665/2002 33% [==================== ] 666/2002 33% [==================== ] 667/2002 33% [==================== ] 668/2002 33% [==================== ] 669/2002 33% [==================== ] 670/2002 33% [==================== ] 671/2002 33% [==================== ] 672/2002 33% [==================== ] 673/2002 33% [==================== ] 674/2002 33% [==================== ] 675/2002 33% [==================== ] 676/2002 33% [==================== ] 677/2002 33% [==================== ] 678/2002 33% [===================== ] 679/2002 33% [===================== ] 680/2002 33% [===================== ] 681/2002 34% [===================== ] 682/2002 34% [===================== ] 683/2002 34% [===================== ] 684/2002 34% [===================== ] 685/2002 34% [===================== ] 686/2002 34% [===================== ] 687/2002 34% [===================== ] 688/2002 34% [===================== ] 689/2002 34% [===================== ] 690/2002 34% [===================== ] 691/2002 34% [===================== ] 692/2002 34% [===================== ] 693/2002 34% [===================== ] 694/2002 34% [===================== ] 695/2002 34% [===================== ] 696/2002 34% [===================== ] 697/2002 34% [===================== ] 698/2002 34% [===================== ] 699/2002 34% [===================== ] 700/2002 34% [===================== ] 701/2002 35% [===================== ] 702/2002 35% [===================== ] 703/2002 35% [===================== ] 704/2002 35% [===================== ] 705/2002 35% [===================== ] 706/2002 35% [===================== ] 707/2002 35% [===================== ] 708/2002 35% [===================== ] 709/2002 35% [===================== ] 710/2002 35% [====================== ] 711/2002 35% [====================== ] 712/2002 35% [====================== ] 713/2002 35% [====================== ] 714/2002 35% [====================== ] 715/2002 35% [====================== ] 716/2002 35% [====================== ] 717/2002 35% [====================== ] 718/2002 35% [====================== ] 719/2002 35% [====================== ] 720/2002 35% [====================== ] 721/2002 36% [====================== ] 722/2002 36% [====================== ] 723/2002 36% [====================== ] 724/2002 36% [====================== ] 725/2002 36% [====================== ] 726/2002 36% [====================== ] 727/2002 36% [====================== ] 728/2002 36% [====================== ] 729/2002 36% [====================== ] 730/2002 36% [====================== ] 731/2002 36% [====================== ] 732/2002 36% [====================== ] 733/2002 36% [====================== ] 734/2002 36% [====================== ] 735/2002 36% [====================== ] 736/2002 36% [====================== ] 737/2002 36% [====================== ] 738/2002 36% [====================== ] 739/2002 36% [====================== ] 740/2002 36% [====================== ] 741/2002 37% [====================== ] 742/2002 37% [======================= ] 743/2002 37% [======================= ] 744/2002 37% [======================= ] 745/2002 37% [======================= ] 746/2002 37% [======================= ] 747/2002 37% [======================= ] 748/2002 37% [======================= ] 749/2002 37% [======================= ] 750/2002 37% [======================= ] 751/2002 37% [======================= ] 752/2002 37% [======================= ] 753/2002 37% [======================= ] 754/2002 37% [======================= ] 755/2002 37% [======================= ] 756/2002 37% [======================= ] 757/2002 37% [======================= ] 758/2002 37% [======================= ] 759/2002 37% [======================= ] 760/2002 37% [======================= ] 761/2002 38% [======================= ] 762/2002 38% [======================= ] 763/2002 38% [======================= ] 764/2002 38% [======================= ] 765/2002 38% [======================= ] 766/2002 38% [======================= ] 767/2002 38% [======================= ] 768/2002 38% [======================= ] 769/2002 38% [======================= ] 770/2002 38% [======================= ] 771/2002 38% [======================= ] 772/2002 38% [======================= ] 773/2002 38% [======================= ] 774/2002 38% [======================== ] 775/2002 38% [======================== ] 776/2002 38% [======================== ] 777/2002 38% [======================== ] 778/2002 38% [======================== ] 779/2002 38% [======================== ] 780/2002 38% [======================== ] 781/2002 39% [======================== ] 782/2002 39% [======================== ] 783/2002 39% [======================== ] 784/2002 39% [======================== ] 785/2002 39% [======================== ] 786/2002 39% [======================== ] 787/2002 39% [======================== ] 788/2002 39% [======================== ] 789/2002 39% [======================== ] 790/2002 39% [======================== ] 791/2002 39% [======================== ] 792/2002 39% [======================== ] 793/2002 39% [======================== ] 794/2002 39% [======================== ] 795/2002 39% [======================== ] 796/2002 39% [======================== ] 797/2002 39% [======================== ] 798/2002 39% [======================== ] 799/2002 39% [======================== ] 800/2002 39% [======================== ] 801/2002 40% [======================== ] 802/2002 40% [======================== ] 803/2002 40% [======================== ] 804/2002 40% [======================== ] 805/2002 40% [======================== ] 806/2002 40% [======================== ] 807/2002 40% [========================= ] 808/2002 40% [========================= ] 809/2002 40% [========================= ] 810/2002 40% [========================= ] 811/2002 40% [========================= ] 812/2002 40% [========================= ] 813/2002 40% [========================= ] 814/2002 40% [========================= ] 815/2002 40% [========================= ] 816/2002 40% [========================= ] 817/2002 40% [========================= ] 818/2002 40% [========================= ] 819/2002 40% [========================= ] 820/2002 40% [========================= ] 821/2002 41% [========================= ] 822/2002 41% [========================= ] 823/2002 41% [========================= ] 824/2002 41% [========================= ] 825/2002 41% [========================= ] 826/2002 41% [========================= ] 827/2002 41% [========================= ] 828/2002 41% [========================= ] 829/2002 41% [========================= ] 830/2002 41% [========================= ] 831/2002 41% [========================= ] 832/2002 41% [========================= ] 833/2002 41% [========================= ] 834/2002 41% [========================= ] 835/2002 41% [========================= ] 836/2002 41% [========================= ] 837/2002 41% [========================= ] 838/2002 41% [========================= ] 839/2002 41% [========================== ] 840/2002 41% [========================== ] 841/2002 42% [========================== ] 842/2002 42% [========================== ] 843/2002 42% [========================== ] 844/2002 42% [========================== ] 845/2002 42% [========================== ] 846/2002 42% [========================== ] 847/2002 42% [========================== ] 848/2002 42% [========================== ] 849/2002 42% [========================== ] 850/2002 42% [========================== ] 851/2002 42% [========================== ] 852/2002 42% [========================== ] 853/2002 42% [========================== ] 854/2002 42% [========================== ] 855/2002 42% [========================== ] 856/2002 42% [========================== ] 857/2002 42% [========================== ] 858/2002 42% [========================== ] 859/2002 42% [========================== ] 860/2002 42% [========================== ] 861/2002 43% [========================== ] 862/2002 43% [========================== ] 863/2002 43% [========================== ] 864/2002 43% [========================== ] 865/2002 43% [========================== ] 866/2002 43% [========================== ] 867/2002 43% [========================== ] 868/2002 43% [========================== ] 869/2002 43% [========================== ] 870/2002 43% [========================== ] 871/2002 43% [=========================== ] 872/2002 43% [=========================== ] 873/2002 43% [=========================== ] 874/2002 43% [=========================== ] 875/2002 43% [=========================== ] 876/2002 43% [=========================== ] 877/2002 43% [=========================== ] 878/2002 43% [=========================== ] 879/2002 43% [=========================== ] 880/2002 43% [=========================== ] 881/2002 44% [=========================== ] 882/2002 44% [=========================== ] 883/2002 44% [=========================== ] 884/2002 44% [=========================== ] 885/2002 44% [=========================== ] 886/2002 44% [=========================== ] 887/2002 44% [=========================== ] 888/2002 44% [=========================== ] 889/2002 44% [=========================== ] 890/2002 44% [=========================== ] 891/2002 44% [=========================== ] 892/2002 44% [=========================== ] 893/2002 44% [=========================== ] 894/2002 44% [=========================== ] 895/2002 44% [=========================== ] 896/2002 44% [=========================== ] 897/2002 44% [=========================== ] 898/2002 44% [=========================== ] 899/2002 44% [=========================== ] 900/2002 44% [=========================== ] 901/2002 45% [=========================== ] 902/2002 45% [=========================== ] 903/2002 45% [=========================== ] 904/2002 45% [============================ ] 905/2002 45% [============================ ] 906/2002 45% [============================ ] 907/2002 45% [============================ ] 908/2002 45% [============================ ] 909/2002 45% [============================ ] 910/2002 45% [============================ ] 911/2002 45% [============================ ] 912/2002 45% [============================ ] 913/2002 45% [============================ ] 914/2002 45% [============================ ] 915/2002 45% [============================ ] 916/2002 45% [============================ ] 917/2002 45% [============================ ] 918/2002 45% [============================ ] 919/2002 45% [============================ ] 920/2002 45% [============================ ] 921/2002 46% [============================ ] 922/2002 46% [============================ ] 923/2002 46% [============================ ] 924/2002 46% [============================ ] 925/2002 46% [============================ ] 926/2002 46% [============================ ] 927/2002 46% [============================ ] 928/2002 46% [============================ ] 929/2002 46% [============================ ] 930/2002 46% [============================ ] 931/2002 46% [============================ ] 932/2002 46% [============================ ] 933/2002 46% [============================ ] 934/2002 46% [============================ ] 935/2002 46% [============================ ] 936/2002 46% [============================= ] 937/2002 46% [============================= ] 938/2002 46% [============================= ] 939/2002 46% [============================= ] 940/2002 46% [============================= ] 941/2002 47% [============================= ] 942/2002 47% [============================= ] 943/2002 47% [============================= ] 944/2002 47% [============================= ] 945/2002 47% [============================= ] 946/2002 47% [============================= ] 947/2002 47% [============================= ] 948/2002 47% [============================= ] 949/2002 47% [============================= ] 950/2002 47% [============================= ] 951/2002 47% [============================= ] 952/2002 47% [============================= ] 953/2002 47% [============================= ] 954/2002 47% [============================= ] 955/2002 47% [============================= ] 956/2002 47% [============================= ] 957/2002 47% [============================= ] 958/2002 47% [============================= ] 959/2002 47% [============================= ] 960/2002 47% [============================= ] 961/2002 48% [============================= ] 962/2002 48% [============================= ] 963/2002 48% [============================= ] 964/2002 48% [============================= ] 965/2002 48% [============================= ] 966/2002 48% [============================= ] 967/2002 48% [============================= ] 968/2002 48% [============================== ] 969/2002 48% [============================== ] 970/2002 48% [============================== ] 971/2002 48% [============================== ] 972/2002 48% [============================== ] 973/2002 48% [============================== ] 974/2002 48% [============================== ] 975/2002 48% [============================== ] 976/2002 48% [============================== ] 977/2002 48% [============================== ] 978/2002 48% [============================== ] 979/2002 48% [============================== ] 980/2002 48% [============================== ] 981/2002 49% [============================== ] 982/2002 49% [============================== ] 983/2002 49% [============================== ] 984/2002 49% [============================== ] 985/2002 49% [============================== ] 986/2002 49% [============================== ] 987/2002 49% [============================== ] 988/2002 49% [============================== ] 989/2002 49% [============================== ] 990/2002 49% [============================== ] 991/2002 49% [============================== ] 992/2002 49% [============================== ] 993/2002 49% [============================== ] 994/2002 49% [============================== ] 995/2002 49% [============================== ] 996/2002 49% [============================== ] 997/2002 49% [============================== ] 998/2002 49% [============================== ] 999/2002 49% [============================== ] 1000/2002 49% [=============================== ] 1001/2002 50% [=============================== ] 1002/2002 50% [=============================== ] 1003/2002 50% [=============================== ] 1004/2002 50% [=============================== ] 1005/2002 50% [=============================== ] 1006/2002 50% [=============================== ] 1007/2002 50% [=============================== ] 1008/2002 50% [=============================== ] 1009/2002 50% [=============================== ] 1010/2002 50% [=============================== ] 1011/2002 50% [=============================== ] 1012/2002 50% [=============================== ] 1013/2002 50% [=============================== ] 1014/2002 50% [=============================== ] 1015/2002 50% [=============================== ] 1016/2002 50% [=============================== ] 1017/2002 50% [=============================== ] 1018/2002 50% [=============================== ] 1019/2002 50% [=============================== ] 1020/2002 50% [=============================== ] 1021/2002 50% [=============================== ] 1022/2002 51% [=============================== ] 1023/2002 51% [=============================== ] 1024/2002 51% [=============================== ] 1025/2002 51% [=============================== ] 1026/2002 51% [=============================== ] 1027/2002 51% [=============================== ] 1028/2002 51% [=============================== ] 1029/2002 51% [=============================== ] 1030/2002 51% [=============================== ] 1031/2002 51% [=============================== ] 1032/2002 51% [=============================== ] 1033/2002 51% [================================ ] 1034/2002 51% [================================ ] 1035/2002 51% [================================ ] 1036/2002 51% [================================ ] 1037/2002 51% [================================ ] 1038/2002 51% [================================ ] 1039/2002 51% [================================ ] 1040/2002 51% [================================ ] 1041/2002 51% [================================ ] 1042/2002 52% [================================ ] 1043/2002 52% [================================ ] 1044/2002 52% [================================ ] 1045/2002 52% [================================ ] 1046/2002 52% [================================ ] 1047/2002 52% [================================ ] 1048/2002 52% [================================ ] 1049/2002 52% [================================ ] 1050/2002 52% [================================ ] 1051/2002 52% [================================ ] 1052/2002 52% [================================ ] 1053/2002 52% [================================ ] 1054/2002 52% [================================ ] 1055/2002 52% [================================ ] 1056/2002 52% [================================ ] 1057/2002 52% [================================ ] 1058/2002 52% [================================ ] 1059/2002 52% [================================ ] 1060/2002 52% [================================ ] 1061/2002 52% [================================ ] 1062/2002 53% [================================ ] 1063/2002 53% [================================ ] 1064/2002 53% [================================ ] 1065/2002 53% [================================= ] 1066/2002 53% [================================= ] 1067/2002 53% [================================= ] 1068/2002 53% [================================= ] 1069/2002 53% [================================= ] 1070/2002 53% [================================= ] 1071/2002 53% [================================= ] 1072/2002 53% [================================= ] 1073/2002 53% [================================= ] 1074/2002 53% [================================= ] 1075/2002 53% [================================= ] 1076/2002 53% [================================= ] 1077/2002 53% [================================= ] 1078/2002 53% [================================= ] 1079/2002 53% [================================= ] 1080/2002 53% [================================= ] 1081/2002 53% [================================= ] 1082/2002 54% [================================= ] 1083/2002 54% [================================= ] 1084/2002 54% [================================= ] 1085/2002 54% [================================= ] 1086/2002 54% [================================= ] 1087/2002 54% [================================= ] 1088/2002 54% [================================= ] 1089/2002 54% [================================= ] 1090/2002 54% [================================= ] 1091/2002 54% [================================= ] 1092/2002 54% [================================= ] 1093/2002 54% [================================= ] 1094/2002 54% [================================= ] 1095/2002 54% [================================= ] 1096/2002 54% [================================= ] 1097/2002 54% [================================== ] 1098/2002 54% [================================== ] 1099/2002 54% [================================== ] 1100/2002 54% [================================== ] 1101/2002 54% [================================== ] 1102/2002 55% [================================== ] 1103/2002 55% [================================== ] 1104/2002 55% [================================== ] 1105/2002 55% [================================== ] 1106/2002 55% [================================== ] 1107/2002 55% [================================== ] 1108/2002 55% [================================== ] 1109/2002 55% [================================== ] 1110/2002 55% [================================== ] 1111/2002 55% [================================== ] 1112/2002 55% [================================== ] 1113/2002 55% [================================== ] 1114/2002 55% [================================== ] 1115/2002 55% [================================== ] 1116/2002 55% [================================== ] 1117/2002 55% [================================== ] 1118/2002 55% [================================== ] 1119/2002 55% [================================== ] 1120/2002 55% [================================== ] 1121/2002 55% [================================== ] 1122/2002 56% [================================== ] 1123/2002 56% [================================== ] 1124/2002 56% [================================== ] 1125/2002 56% [================================== ] 1126/2002 56% [================================== ] 1127/2002 56% [================================== ] 1128/2002 56% [================================== ] 1129/2002 56% [================================== ] 1130/2002 56% [=================================== ] 1131/2002 56% [=================================== ] 1132/2002 56% [=================================== ] 1133/2002 56% [=================================== ] 1134/2002 56% [=================================== ] 1135/2002 56% [=================================== ] 1136/2002 56% [=================================== ] 1137/2002 56% [=================================== ] 1138/2002 56% [=================================== ] 1139/2002 56% [=================================== ] 1140/2002 56% [=================================== ] 1141/2002 56% [=================================== ] 1142/2002 57% [=================================== ] 1143/2002 57% [=================================== ] 1144/2002 57% [=================================== ] 1145/2002 57% [=================================== ] 1146/2002 57% [=================================== ] 1147/2002 57% [=================================== ] 1148/2002 57% [=================================== ] 1149/2002 57% [=================================== ] 1150/2002 57% [=================================== ] 1151/2002 57% [=================================== ] 1152/2002 57% [=================================== ] 1153/2002 57% [=================================== ] 1154/2002 57% [=================================== ] 1155/2002 57% [=================================== ] 1156/2002 57% [=================================== ] 1157/2002 57% [=================================== ] 1158/2002 57% [=================================== ] 1159/2002 57% [=================================== ] 1160/2002 57% [=================================== ] 1161/2002 57% [=================================== ] 1162/2002 58% [==================================== ] 1163/2002 58% [==================================== ] 1164/2002 58% [==================================== ] 1165/2002 58% [==================================== ] 1166/2002 58% [==================================== ] 1167/2002 58% [==================================== ] 1168/2002 58% [==================================== ] 1169/2002 58% [==================================== ] 1170/2002 58% [==================================== ] 1171/2002 58% [==================================== ] 1172/2002 58% [==================================== ] 1173/2002 58% [==================================== ] 1174/2002 58% [==================================== ] 1175/2002 58% [==================================== ] 1176/2002 58% [==================================== ] 1177/2002 58% [==================================== ] 1178/2002 58% [==================================== ] 1179/2002 58% [==================================== ] 1180/2002 58% [==================================== ] 1181/2002 58% [==================================== ] 1182/2002 59% [==================================== ] 1183/2002 59% [==================================== ] 1184/2002 59% [==================================== ] 1185/2002 59% [==================================== ] 1186/2002 59% [==================================== ] 1187/2002 59% [==================================== ] 1188/2002 59% [==================================== ] 1189/2002 59% [==================================== ] 1190/2002 59% [==================================== ] 1191/2002 59% [==================================== ] 1192/2002 59% [==================================== ] 1193/2002 59% [==================================== ] 1194/2002 59% [===================================== ] 1195/2002 59% [===================================== ] 1196/2002 59% [===================================== ] 1197/2002 59% [===================================== ] 1198/2002 59% [===================================== ] 1199/2002 59% [===================================== ] 1200/2002 59% [===================================== ] 1201/2002 59% [===================================== ] 1202/2002 60% [===================================== ] 1203/2002 60% [===================================== ] 1204/2002 60% [===================================== ] 1205/2002 60% [===================================== ] 1206/2002 60% [===================================== ] 1207/2002 60% [===================================== ] 1208/2002 60% [===================================== ] 1209/2002 60% [===================================== ] 1210/2002 60% [===================================== ] 1211/2002 60% [===================================== ] 1212/2002 60% [===================================== ] 1213/2002 60% [===================================== ] 1214/2002 60% [===================================== ] 1215/2002 60% [===================================== ] 1216/2002 60% [===================================== ] 1217/2002 60% [===================================== ] 1218/2002 60% [===================================== ] 1219/2002 60% [===================================== ] 1220/2002 60% [===================================== ] 1221/2002 60% [===================================== ] 1222/2002 61% [===================================== ] 1223/2002 61% [===================================== ] 1224/2002 61% [===================================== ] 1225/2002 61% [===================================== ] 1226/2002 61% [===================================== ] 1227/2002 61% [====================================== ] 1228/2002 61% [====================================== ] 1229/2002 61% [====================================== ] 1230/2002 61% [====================================== ] 1231/2002 61% [====================================== ] 1232/2002 61% [====================================== ] 1233/2002 61% [====================================== ] 1234/2002 61% [====================================== ] 1235/2002 61% [====================================== ] 1236/2002 61% [====================================== ] 1237/2002 61% [====================================== ] 1238/2002 61% [====================================== ] 1239/2002 61% [====================================== ] 1240/2002 61% [====================================== ] 1241/2002 61% [====================================== ] 1242/2002 62% [====================================== ] 1243/2002 62% [====================================== ] 1244/2002 62% [====================================== ] 1245/2002 62% [====================================== ] 1246/2002 62% [====================================== ] 1247/2002 62% [====================================== ] 1248/2002 62% [====================================== ] 1249/2002 62% [====================================== ] 1250/2002 62% [====================================== ] 1251/2002 62% [====================================== ] 1252/2002 62% [====================================== ] 1253/2002 62% [====================================== ] 1254/2002 62% [====================================== ] 1255/2002 62% [====================================== ] 1256/2002 62% [====================================== ] 1257/2002 62% [====================================== ] 1258/2002 62% [====================================== ] 1259/2002 62% [======================================= ] 1260/2002 62% [======================================= ] 1261/2002 62% [======================================= ] 1262/2002 63% [======================================= ] 1263/2002 63% [======================================= ] 1264/2002 63% [======================================= ] 1265/2002 63% [======================================= ] 1266/2002 63% [======================================= ] 1267/2002 63% [======================================= ] 1268/2002 63% [======================================= ] 1269/2002 63% [======================================= ] 1270/2002 63% [======================================= ] 1271/2002 63% [======================================= ] 1272/2002 63% [======================================= ] 1273/2002 63% [======================================= ] 1274/2002 63% [======================================= ] 1275/2002 63% [======================================= ] 1276/2002 63% [======================================= ] 1277/2002 63% [======================================= ] 1278/2002 63% [======================================= ] 1279/2002 63% [======================================= ] 1280/2002 63% [======================================= ] 1281/2002 63% [======================================= ] 1282/2002 64% [======================================= ] 1283/2002 64% [======================================= ] 1284/2002 64% [======================================= ] 1285/2002 64% [======================================= ] 1286/2002 64% [======================================= ] 1287/2002 64% [======================================= ] 1288/2002 64% [======================================= ] 1289/2002 64% [======================================= ] 1290/2002 64% [======================================= ] 1291/2002 64% [======================================== ] 1292/2002 64% [======================================== ] 1293/2002 64% [======================================== ] 1294/2002 64% [======================================== ] 1295/2002 64% [======================================== ] 1296/2002 64% [======================================== ] 1297/2002 64% [======================================== ] 1298/2002 64% [======================================== ] 1299/2002 64% [======================================== ] 1300/2002 64% [======================================== ] 1301/2002 64% [======================================== ] 1302/2002 65% [======================================== ] 1303/2002 65% [======================================== ] 1304/2002 65% [======================================== ] 1305/2002 65% [======================================== ] 1306/2002 65% [======================================== ] 1307/2002 65% [======================================== ] 1308/2002 65% [======================================== ] 1309/2002 65% [======================================== ] 1310/2002 65% [======================================== ] 1311/2002 65% [======================================== ] 1312/2002 65% [======================================== ] 1313/2002 65% [======================================== ] 1314/2002 65% [======================================== ] 1315/2002 65% [======================================== ] 1316/2002 65% [======================================== ] 1317/2002 65% [======================================== ] 1318/2002 65% [======================================== ] 1319/2002 65% [======================================== ] 1320/2002 65% [======================================== ] 1321/2002 65% [======================================== ] 1322/2002 66% [======================================== ] 1323/2002 66% [========================================= ] 1324/2002 66% [========================================= ] 1325/2002 66% [========================================= ] 1326/2002 66% [========================================= ] 1327/2002 66% [========================================= ] 1328/2002 66% [========================================= ] 1329/2002 66% [========================================= ] 1330/2002 66% [========================================= ] 1331/2002 66% [========================================= ] 1332/2002 66% [========================================= ] 1333/2002 66% [========================================= ] 1334/2002 66% [========================================= ] 1335/2002 66% [========================================= ] 1336/2002 66% [========================================= ] 1337/2002 66% [========================================= ] 1338/2002 66% [========================================= ] 1339/2002 66% [========================================= ] 1340/2002 66% [========================================= ] 1341/2002 66% [========================================= ] 1342/2002 67% [========================================= ] 1343/2002 67% [========================================= ] 1344/2002 67% [========================================= ] 1345/2002 67% [========================================= ] 1346/2002 67% [========================================= ] 1347/2002 67% [========================================= ] 1348/2002 67% [========================================= ] 1349/2002 67% [========================================= ] 1350/2002 67% [========================================= ] 1351/2002 67% [========================================= ] 1352/2002 67% [========================================= ] 1353/2002 67% [========================================= ] 1354/2002 67% [========================================= ] 1355/2002 67% [========================================= ] 1356/2002 67% [========================================== ] 1357/2002 67% [========================================== ] 1358/2002 67% [========================================== ] 1359/2002 67% [========================================== ] 1360/2002 67% [========================================== ] 1361/2002 67% [========================================== ] 1362/2002 68% [========================================== ] 1363/2002 68% [========================================== ] 1364/2002 68% [========================================== ] 1365/2002 68% [========================================== ] 1366/2002 68% [========================================== ] 1367/2002 68% [========================================== ] 1368/2002 68% [========================================== ] 1369/2002 68% [========================================== ] 1370/2002 68% [========================================== ] 1371/2002 68% [========================================== ] 1372/2002 68% [========================================== ] 1373/2002 68% [========================================== ] 1374/2002 68% [========================================== ] 1375/2002 68% [========================================== ] 1376/2002 68% [========================================== ] 1377/2002 68% [========================================== ] 1378/2002 68% [========================================== ] 1379/2002 68% [========================================== ] 1380/2002 68% [========================================== ] 1381/2002 68% [========================================== ] 1382/2002 69% [========================================== ] 1383/2002 69% [========================================== ] 1384/2002 69% [========================================== ] 1385/2002 69% [========================================== ] 1386/2002 69% [========================================== ] 1387/2002 69% [========================================== ] 1388/2002 69% [=========================================== ] 1389/2002 69% [=========================================== ] 1390/2002 69% [=========================================== ] 1391/2002 69% [=========================================== ] 1392/2002 69% [=========================================== ] 1393/2002 69% [=========================================== ] 1394/2002 69% [=========================================== ] 1395/2002 69% [=========================================== ] 1396/2002 69% [=========================================== ] 1397/2002 69% [=========================================== ] 1398/2002 69% [=========================================== ] 1399/2002 69% [=========================================== ] 1400/2002 69% [=========================================== ] 1401/2002 69% [=========================================== ] 1402/2002 70% [=========================================== ] 1403/2002 70% [=========================================== ] 1404/2002 70% [=========================================== ] 1405/2002 70% [=========================================== ] 1406/2002 70% [=========================================== ] 1407/2002 70% [=========================================== ] 1408/2002 70% [=========================================== ] 1409/2002 70% [=========================================== ] 1410/2002 70% [=========================================== ] 1411/2002 70% [=========================================== ] 1412/2002 70% [=========================================== ] 1413/2002 70% [=========================================== ] 1414/2002 70% [=========================================== ] 1415/2002 70% [=========================================== ] 1416/2002 70% [=========================================== ] 1417/2002 70% [=========================================== ] 1418/2002 70% [=========================================== ] 1419/2002 70% [=========================================== ] 1420/2002 70% [============================================ ] 1421/2002 70% [============================================ ] 1422/2002 71% [============================================ ] 1423/2002 71% [============================================ ] 1424/2002 71% [============================================ ] 1425/2002 71% [============================================ ] 1426/2002 71% [============================================ ] 1427/2002 71% [============================================ ] 1428/2002 71% [============================================ ] 1429/2002 71% [============================================ ] 1430/2002 71% [============================================ ] 1431/2002 71% [============================================ ] 1432/2002 71% [============================================ ] 1433/2002 71% [============================================ ] 1434/2002 71% [============================================ ] 1435/2002 71% [============================================ ] 1436/2002 71% [============================================ ] 1437/2002 71% [============================================ ] 1438/2002 71% [============================================ ] 1439/2002 71% [============================================ ] 1440/2002 71% [============================================ ] 1441/2002 71% [============================================ ] 1442/2002 72% [============================================ ] 1443/2002 72% [============================================ ] 1444/2002 72% [============================================ ] 1445/2002 72% [============================================ ] 1446/2002 72% [============================================ ] 1447/2002 72% [============================================ ] 1448/2002 72% [============================================ ] 1449/2002 72% [============================================ ] 1450/2002 72% [============================================ ] 1451/2002 72% [============================================ ] 1452/2002 72% [============================================ ] 1453/2002 72% [============================================= ] 1454/2002 72% [============================================= ] 1455/2002 72% [============================================= ] 1456/2002 72% [============================================= ] 1457/2002 72% [============================================= ] 1458/2002 72% [============================================= ] 1459/2002 72% [============================================= ] 1460/2002 72% [============================================= ] 1461/2002 72% [============================================= ] 1462/2002 73% [============================================= ] 1463/2002 73% [============================================= ] 1464/2002 73% [============================================= ] 1465/2002 73% [============================================= ] 1466/2002 73% [============================================= ] 1467/2002 73% [============================================= ] 1468/2002 73% [============================================= ] 1469/2002 73% [============================================= ] 1470/2002 73% [============================================= ] 1471/2002 73% [============================================= ] 1472/2002 73% [============================================= ] 1473/2002 73% [============================================= ] 1474/2002 73% [============================================= ] 1475/2002 73% [============================================= ] 1476/2002 73% [============================================= ] 1477/2002 73% [============================================= ] 1478/2002 73% [============================================= ] 1479/2002 73% [============================================= ] 1480/2002 73% [============================================= ] 1481/2002 73% [============================================= ] 1482/2002 74% [============================================= ] 1483/2002 74% [============================================= ] 1484/2002 74% [============================================= ] 1485/2002 74% [============================================== ] 1486/2002 74% [============================================== ] 1487/2002 74% [============================================== ] 1488/2002 74% [============================================== ] 1489/2002 74% [============================================== ] 1490/2002 74% [============================================== ] 1491/2002 74% [============================================== ] 1492/2002 74% [============================================== ] 1493/2002 74% [============================================== ] 1494/2002 74% [============================================== ] 1495/2002 74% [============================================== ] 1496/2002 74% [============================================== ] 1497/2002 74% [============================================== ] 1498/2002 74% [============================================== ] 1499/2002 74% [============================================== ] 1500/2002 74% [============================================== ] 1501/2002 74% [============================================== ] 1502/2002 75% [============================================== ] 1503/2002 75% [============================================== ] 1504/2002 75% [============================================== ] 1505/2002 75% [============================================== ] 1506/2002 75% [============================================== ] 1507/2002 75% [============================================== ] 1508/2002 75% [============================================== ] 1509/2002 75% [============================================== ] 1510/2002 75% [============================================== ] 1511/2002 75% [============================================== ] 1512/2002 75% [============================================== ] 1513/2002 75% [============================================== ] 1514/2002 75% [============================================== ] 1515/2002 75% [============================================== ] 1516/2002 75% [============================================== ] 1517/2002 75% [=============================================== ] 1518/2002 75% [=============================================== ] 1519/2002 75% [=============================================== ] 1520/2002 75% [=============================================== ] 1521/2002 75% [=============================================== ] 1522/2002 76% [=============================================== ] 1523/2002 76% [=============================================== ] 1524/2002 76% [=============================================== ] 1525/2002 76% [=============================================== ] 1526/2002 76% [=============================================== ] 1527/2002 76% [=============================================== ] 1528/2002 76% [=============================================== ] 1529/2002 76% [=============================================== ] 1530/2002 76% [=============================================== ] 1531/2002 76% [=============================================== ] 1532/2002 76% [=============================================== ] 1533/2002 76% [=============================================== ] 1534/2002 76% [=============================================== ] 1535/2002 76% [=============================================== ] 1536/2002 76% [=============================================== ] 1537/2002 76% [=============================================== ] 1538/2002 76% [=============================================== ] 1539/2002 76% [=============================================== ] 1540/2002 76% [=============================================== ] 1541/2002 76% [=============================================== ] 1542/2002 77% [=============================================== ] 1543/2002 77% [=============================================== ] 1544/2002 77% [=============================================== ] 1545/2002 77% [=============================================== ] 1546/2002 77% [=============================================== ] 1547/2002 77% [=============================================== ] 1548/2002 77% [=============================================== ] 1549/2002 77% [================================================ ] 1550/2002 77% [================================================ ] 1551/2002 77% [================================================ ] 1552/2002 77% [================================================ ] 1553/2002 77% [================================================ ] 1554/2002 77% [================================================ ] 1555/2002 77% [================================================ ] 1556/2002 77% [================================================ ] 1557/2002 77% [================================================ ] 1558/2002 77% [================================================ ] 1559/2002 77% [================================================ ] 1560/2002 77% [================================================ ] 1561/2002 77% [================================================ ] 1562/2002 78% [================================================ ] 1563/2002 78% [================================================ ] 1564/2002 78% [================================================ ] 1565/2002 78% [================================================ ] 1566/2002 78% [================================================ ] 1567/2002 78% [================================================ ] 1568/2002 78% [================================================ ] 1569/2002 78% [================================================ ] 1570/2002 78% [================================================ ] 1571/2002 78% [================================================ ] 1572/2002 78% [================================================ ] 1573/2002 78% [================================================ ] 1574/2002 78% [================================================ ] 1575/2002 78% [================================================ ] 1576/2002 78% [================================================ ] 1577/2002 78% [================================================ ] 1578/2002 78% [================================================ ] 1579/2002 78% [================================================ ] 1580/2002 78% [================================================ ] 1581/2002 78% [================================================ ] 1582/2002 79% [================================================= ] 1583/2002 79% [================================================= ] 1584/2002 79% [================================================= ] 1585/2002 79% [================================================= ] 1586/2002 79% [================================================= ] 1587/2002 79% [================================================= ] 1588/2002 79% [================================================= ] 1589/2002 79% [================================================= ] 1590/2002 79% [================================================= ] 1591/2002 79% [================================================= ] 1592/2002 79% [================================================= ] 1593/2002 79% [================================================= ] 1594/2002 79% [================================================= ] 1595/2002 79% [================================================= ] 1596/2002 79% [================================================= ] 1597/2002 79% [================================================= ] 1598/2002 79% [================================================= ] 1599/2002 79% [================================================= ] 1600/2002 79% [================================================= ] 1601/2002 79% [================================================= ] 1602/2002 80% [================================================= ] 1603/2002 80% [================================================= ] 1604/2002 80% [================================================= ] 1605/2002 80% [================================================= ] 1606/2002 80% [================================================= ] 1607/2002 80% [================================================= ] 1608/2002 80% [================================================= ] 1609/2002 80% [================================================= ] 1610/2002 80% [================================================= ] 1611/2002 80% [================================================= ] 1612/2002 80% [================================================= ] 1613/2002 80% [================================================= ] 1614/2002 80% [================================================== ] 1615/2002 80% [================================================== ] 1616/2002 80% [================================================== ] 1617/2002 80% [================================================== ] 1618/2002 80% [================================================== ] 1619/2002 80% [================================================== ] 1620/2002 80% [================================================== ] 1621/2002 80% [================================================== ] 1622/2002 81% [================================================== ] 1623/2002 81% [================================================== ] 1624/2002 81% [================================================== ] 1625/2002 81% [================================================== ] 1626/2002 81% [================================================== ] 1627/2002 81% [================================================== ] 1628/2002 81% [================================================== ] 1629/2002 81% [================================================== ] 1630/2002 81% [================================================== ] 1631/2002 81% [================================================== ] 1632/2002 81% [================================================== ] 1633/2002 81% [================================================== ] 1634/2002 81% [================================================== ] 1635/2002 81% [================================================== ] 1636/2002 81% [================================================== ] 1637/2002 81% [================================================== ] 1638/2002 81% [================================================== ] 1639/2002 81% [================================================== ] 1640/2002 81% [================================================== ] 1641/2002 81% [================================================== ] 1642/2002 82% [================================================== ] 1643/2002 82% [================================================== ] 1644/2002 82% [================================================== ] 1645/2002 82% [================================================== ] 1646/2002 82% [=================================================== ] 1647/2002 82% [=================================================== ] 1648/2002 82% [=================================================== ] 1649/2002 82% [=================================================== ] 1650/2002 82% [=================================================== ] 1651/2002 82% [=================================================== ] 1652/2002 82% [=================================================== ] 1653/2002 82% [=================================================== ] 1654/2002 82% [=================================================== ] 1655/2002 82% [=================================================== ] 1656/2002 82% [=================================================== ] 1657/2002 82% [=================================================== ] 1658/2002 82% [=================================================== ] 1659/2002 82% [=================================================== ] 1660/2002 82% [=================================================== ] 1661/2002 82% [=================================================== ] 1662/2002 83% [=================================================== ] 1663/2002 83% [=================================================== ] 1664/2002 83% [=================================================== ] 1665/2002 83% [=================================================== ] 1666/2002 83% [=================================================== ] 1667/2002 83% [=================================================== ] 1668/2002 83% [=================================================== ] 1669/2002 83% [=================================================== ] 1670/2002 83% [=================================================== ] 1671/2002 83% [=================================================== ] 1672/2002 83% [=================================================== ] 1673/2002 83% [=================================================== ] 1674/2002 83% [=================================================== ] 1675/2002 83% [=================================================== ] 1676/2002 83% [=================================================== ] 1677/2002 83% [=================================================== ] 1678/2002 83% [=================================================== ] 1679/2002 83% [==================================================== ] 1680/2002 83% [==================================================== ] 1681/2002 83% [==================================================== ] 1682/2002 84% [==================================================== ] 1683/2002 84% [==================================================== ] 1684/2002 84% [==================================================== ] 1685/2002 84% [==================================================== ] 1686/2002 84% [==================================================== ] 1687/2002 84% [==================================================== ] 1688/2002 84% [==================================================== ] 1689/2002 84% [==================================================== ] 1690/2002 84% [==================================================== ] 1691/2002 84% [==================================================== ] 1692/2002 84% [==================================================== ] 1693/2002 84% [==================================================== ] 1694/2002 84% [==================================================== ] 1695/2002 84% [==================================================== ] 1696/2002 84% [==================================================== ] 1697/2002 84% [==================================================== ] 1698/2002 84% [==================================================== ] 1699/2002 84% [==================================================== ] 1700/2002 84% [==================================================== ] 1701/2002 84% [==================================================== ] 1702/2002 85% [==================================================== ] 1703/2002 85% [==================================================== ] 1704/2002 85% [==================================================== ] 1705/2002 85% [==================================================== ] 1706/2002 85% [==================================================== ] 1707/2002 85% [==================================================== ] 1708/2002 85% [==================================================== ] 1709/2002 85% [==================================================== ] 1710/2002 85% [==================================================== ] 1711/2002 85% [===================================================== ] 1712/2002 85% [===================================================== ] 1713/2002 85% [===================================================== ] 1714/2002 85% [===================================================== ] 1715/2002 85% [===================================================== ] 1716/2002 85% [===================================================== ] 1717/2002 85% [===================================================== ] 1718/2002 85% [===================================================== ] 1719/2002 85% [===================================================== ] 1720/2002 85% [===================================================== ] 1721/2002 85% [===================================================== ] 1722/2002 86% [===================================================== ] 1723/2002 86% [===================================================== ] 1724/2002 86% [===================================================== ] 1725/2002 86% [===================================================== ] 1726/2002 86% [===================================================== ] 1727/2002 86% [===================================================== ] 1728/2002 86% [===================================================== ] 1729/2002 86% [===================================================== ] 1730/2002 86% [===================================================== ] 1731/2002 86% [===================================================== ] 1732/2002 86% [===================================================== ] 1733/2002 86% [===================================================== ] 1734/2002 86% [===================================================== ] 1735/2002 86% [===================================================== ] 1736/2002 86% [===================================================== ] 1737/2002 86% [===================================================== ] 1738/2002 86% [===================================================== ] 1739/2002 86% [===================================================== ] 1740/2002 86% [===================================================== ] 1741/2002 86% [===================================================== ] 1742/2002 87% [===================================================== ] 1743/2002 87% [====================================================== ] 1744/2002 87% [====================================================== ] 1745/2002 87% [====================================================== ] 1746/2002 87% [====================================================== ] 1747/2002 87% [====================================================== ] 1748/2002 87% [====================================================== ] 1749/2002 87% [====================================================== ] 1750/2002 87% [====================================================== ] 1751/2002 87% [====================================================== ] 1752/2002 87% [====================================================== ] 1753/2002 87% [====================================================== ] 1754/2002 87% [====================================================== ] 1755/2002 87% [====================================================== ] 1756/2002 87% [====================================================== ] 1757/2002 87% [====================================================== ] 1758/2002 87% [====================================================== ] 1759/2002 87% [====================================================== ] 1760/2002 87% [====================================================== ] 1761/2002 87% [====================================================== ] 1762/2002 88% [====================================================== ] 1763/2002 88% [====================================================== ] 1764/2002 88% [====================================================== ] 1765/2002 88% [====================================================== ] 1766/2002 88% [====================================================== ] 1767/2002 88% [====================================================== ] 1768/2002 88% [====================================================== ] 1769/2002 88% [====================================================== ] 1770/2002 88% [====================================================== ] 1771/2002 88% [====================================================== ] 1772/2002 88% [====================================================== ] 1773/2002 88% [====================================================== ] 1774/2002 88% [====================================================== ] 1775/2002 88% [======================================================= ] 1776/2002 88% [======================================================= ] 1777/2002 88% [======================================================= ] 1778/2002 88% [======================================================= ] 1779/2002 88% [======================================================= ] 1780/2002 88% [======================================================= ] 1781/2002 88% [======================================================= ] 1782/2002 89% [======================================================= ] 1783/2002 89% [======================================================= ] 1784/2002 89% [======================================================= ] 1785/2002 89% [======================================================= ] 1786/2002 89% [======================================================= ] 1787/2002 89% [======================================================= ] 1788/2002 89% [======================================================= ] 1789/2002 89% [======================================================= ] 1790/2002 89% [======================================================= ] 1791/2002 89% [======================================================= ] 1792/2002 89% [======================================================= ] 1793/2002 89% [======================================================= ] 1794/2002 89% [======================================================= ] 1795/2002 89% [======================================================= ] 1796/2002 89% [======================================================= ] 1797/2002 89% [======================================================= ] 1798/2002 89% [======================================================= ] 1799/2002 89% [======================================================= ] 1800/2002 89% [======================================================= ] 1801/2002 89% [======================================================= ] 1802/2002 90% [======================================================= ] 1803/2002 90% [======================================================= ] 1804/2002 90% [======================================================= ] 1805/2002 90% [======================================================= ] 1806/2002 90% [======================================================= ] 1807/2002 90% [======================================================= ] 1808/2002 90% [======================================================== ] 1809/2002 90% [======================================================== ] 1810/2002 90% [======================================================== ] 1811/2002 90% [======================================================== ] 1812/2002 90% [======================================================== ] 1813/2002 90% [======================================================== ] 1814/2002 90% [======================================================== ] 1815/2002 90% [======================================================== ] 1816/2002 90% [======================================================== ] 1817/2002 90% [======================================================== ] 1818/2002 90% [======================================================== ] 1819/2002 90% [======================================================== ] 1820/2002 90% [======================================================== ] 1821/2002 90% [======================================================== ] 1822/2002 91% [======================================================== ] 1823/2002 91% [======================================================== ] 1824/2002 91% [======================================================== ] 1825/2002 91% [======================================================== ] 1826/2002 91% [======================================================== ] 1827/2002 91% [======================================================== ] 1828/2002 91% [======================================================== ] 1829/2002 91% [======================================================== ] 1830/2002 91% [======================================================== ] 1831/2002 91% [======================================================== ] 1832/2002 91% [======================================================== ] 1833/2002 91% [======================================================== ] 1834/2002 91% [======================================================== ] 1835/2002 91% [======================================================== ] 1836/2002 91% [======================================================== ] 1837/2002 91% [======================================================== ] 1838/2002 91% [======================================================== ] 1839/2002 91% [======================================================== ] 1840/2002 91% [========================================================= ] 1841/2002 91% [========================================================= ] 1842/2002 92% [========================================================= ] 1843/2002 92% [========================================================= ] 1844/2002 92% [========================================================= ] 1845/2002 92% [========================================================= ] 1846/2002 92% [========================================================= ] 1847/2002 92% [========================================================= ] 1848/2002 92% [========================================================= ] 1849/2002 92% [========================================================= ] 1850/2002 92% [========================================================= ] 1851/2002 92% [========================================================= ] 1852/2002 92% [========================================================= ] 1853/2002 92% [========================================================= ] 1854/2002 92% [========================================================= ] 1855/2002 92% [========================================================= ] 1856/2002 92% [========================================================= ] 1857/2002 92% [========================================================= ] 1858/2002 92% [========================================================= ] 1859/2002 92% [========================================================= ] 1860/2002 92% [========================================================= ] 1861/2002 92% [========================================================= ] 1862/2002 93% [========================================================= ] 1863/2002 93% [========================================================= ] 1864/2002 93% [========================================================= ] 1865/2002 93% [========================================================= ] 1866/2002 93% [========================================================= ] 1867/2002 93% [========================================================= ] 1868/2002 93% [========================================================= ] 1869/2002 93% [========================================================= ] 1870/2002 93% [========================================================= ] 1871/2002 93% [========================================================= ] 1872/2002 93% [========================================================== ] 1873/2002 93% [========================================================== ] 1874/2002 93% [========================================================== ] 1875/2002 93% [========================================================== ] 1876/2002 93% [========================================================== ] 1877/2002 93% [========================================================== ] 1878/2002 93% [========================================================== ] 1879/2002 93% [========================================================== ] 1880/2002 93% [========================================================== ] 1881/2002 93% [========================================================== ] 1882/2002 94% [========================================================== ] 1883/2002 94% [========================================================== ] 1884/2002 94% [========================================================== ] 1885/2002 94% [========================================================== ] 1886/2002 94% [========================================================== ] 1887/2002 94% [========================================================== ] 1888/2002 94% [========================================================== ] 1889/2002 94% [========================================================== ] 1890/2002 94% [========================================================== ] 1891/2002 94% [========================================================== ] 1892/2002 94% [========================================================== ] 1893/2002 94% [========================================================== ] 1894/2002 94% [========================================================== ] 1895/2002 94% [========================================================== ] 1896/2002 94% [========================================================== ] 1897/2002 94% [========================================================== ] 1898/2002 94% [========================================================== ] 1899/2002 94% [========================================================== ] 1900/2002 94% [========================================================== ] 1901/2002 94% [========================================================== ] 1902/2002 95% [========================================================== ] 1903/2002 95% [========================================================== ] 1904/2002 95% [========================================================== ] 1905/2002 95% [=========================================================== ] 1906/2002 95% [=========================================================== ] 1907/2002 95% [=========================================================== ] 1908/2002 95% [=========================================================== ] 1909/2002 95% [=========================================================== ] 1910/2002 95% [=========================================================== ] 1911/2002 95% [=========================================================== ] 1912/2002 95% [=========================================================== ] 1913/2002 95% [=========================================================== ] 1914/2002 95% [=========================================================== ] 1915/2002 95% [=========================================================== ] 1916/2002 95% [=========================================================== ] 1917/2002 95% [=========================================================== ] 1918/2002 95% [=========================================================== ] 1919/2002 95% [=========================================================== ] 1920/2002 95% [=========================================================== ] 1921/2002 95% [=========================================================== ] 1922/2002 96% [=========================================================== ] 1923/2002 96% [=========================================================== ] 1924/2002 96% [=========================================================== ] 1925/2002 96% [=========================================================== ] 1926/2002 96% [=========================================================== ] 1927/2002 96% [=========================================================== ] 1928/2002 96% [=========================================================== ] 1929/2002 96% [=========================================================== ] 1930/2002 96% [=========================================================== ] 1931/2002 96% [=========================================================== ] 1932/2002 96% [=========================================================== ] 1933/2002 96% [=========================================================== ] 1934/2002 96% [=========================================================== ] 1935/2002 96% [=========================================================== ] 1936/2002 96% [=========================================================== ] 1937/2002 96% [============================================================ ] 1938/2002 96% [============================================================ ] 1939/2002 96% [============================================================ ] 1940/2002 96% [============================================================ ] 1941/2002 96% [============================================================ ] 1942/2002 97% [============================================================ ] 1943/2002 97% [============================================================ ] 1944/2002 97% [============================================================ ] 1945/2002 97% [============================================================ ] 1946/2002 97% [============================================================ ] 1947/2002 97% [============================================================ ] 1948/2002 97% [============================================================ ] 1949/2002 97% [============================================================ ] 1950/2002 97% [============================================================ ] 1951/2002 97% [============================================================ ] 1952/2002 97% [============================================================ ] 1953/2002 97% [============================================================ ] 1954/2002 97% [============================================================ ] 1955/2002 97% [============================================================ ] 1956/2002 97% [============================================================ ] 1957/2002 97% [============================================================ ] 1958/2002 97% [============================================================ ] 1959/2002 97% [============================================================ ] 1960/2002 97% [============================================================ ] 1961/2002 97% [============================================================ ] 1962/2002 98% [============================================================ ] 1963/2002 98% [============================================================ ] 1964/2002 98% [============================================================ ] 1965/2002 98% [============================================================ ] 1966/2002 98% [============================================================ ] 1967/2002 98% [============================================================ ] 1968/2002 98% [============================================================ ] 1969/2002 98% [============================================================= ] 1970/2002 98% [============================================================= ] 1971/2002 98% [============================================================= ] 1972/2002 98% [============================================================= ] 1973/2002 98% [============================================================= ] 1974/2002 98% [============================================================= ] 1975/2002 98% [============================================================= ] 1976/2002 98% [============================================================= ] 1977/2002 98% [============================================================= ] 1978/2002 98% [============================================================= ] 1979/2002 98% [============================================================= ] 1980/2002 98% [============================================================= ] 1981/2002 98% [============================================================= ] 1982/2002 99% [============================================================= ] 1983/2002 99% [============================================================= ] 1984/2002 99% [============================================================= ] 1985/2002 99% [============================================================= ] 1986/2002 99% [============================================================= ] 1987/2002 99% [============================================================= ] 1988/2002 99% [============================================================= ] 1989/2002 99% [============================================================= ] 1990/2002 99% [============================================================= ] 1991/2002 99% [============================================================= ] 1992/2002 99% [============================================================= ] 1993/2002 99% [============================================================= ] 1994/2002 99% [============================================================= ] 1995/2002 99% [============================================================= ] 1996/2002 99% [============================================================= ] 1997/2002 99% [============================================================= ] 1998/2002 99% [============================================================= ] 1999/2002 99% [============================================================= ] 2000/2002 99% [============================================================= ] 2001/2002 99% [==============================================================] 2002/2002 100% operation complete, 2002 objects in 93284 NAND pages. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/i686-buildroot-linux-musl/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2022.05-rc1-38-gbd447bb88c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-skeleton Collecting legal info >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> atop 2.7.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> skeleton Collecting legal info >>> skeleton-init-sysv 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) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 4.14.278 Collecting legal info >>> musl-compat-headers Collecting legal info >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> 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) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> 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) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 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-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> dhcpcd 9.4.1 Collecting legal info LICENSE: OK (sha256: 4f21ce186859516dcab9b3197f3e9533a9bd1b87932015c87f539af4a48cd592) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-nasm 2.15.05 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> openjpeg 2.4.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-genpart 1.0.2 Collecting legal info >>> gensio 2.2.9 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> openssl Collecting legal info >>> libressl 3.5.2 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnu-efi 3.0.10 Collecting legal info README.efilib: OK (sha256: 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265) >>> gnuplot 5.4.3 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gupnp-dlna 0.12.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> igmpproxy 0.3 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> inih 53 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> iperf3 3.10.1 Collecting legal info LICENSE: OK (sha256: 0e1cb1921904626f0d3e86cacc0e28333140f0f9957267cff0b9d185645743ed) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> jpeg Collecting legal info >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.2 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libfm-extra 1.3.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libksba 1.6.0 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.0.31 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libstrophe 0.11.0 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> liburcu 0.13.1 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.e100: OK (sha256: bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) ERROR: No hash found for LICENCE.moxa LICENCE.qat_firmware: OK (sha256: 2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.ralink_a_mediatek_company_firmware: OK (sha256: 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> menu-cache 1.1.0 Collecting legal info COPYING: OK (sha256: 7459fbad62653e4061dbfde3b0cad7c72777838beb10d2d11d969fac6226e7de) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> 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) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> ripgrep af6b6c543b224d348a8876f0c06245d9ea7929c5 Collecting legal info LICENSE-MIT: OK (sha256: 0f96a83840e146e43c0ec96a22ec1f392e0680e6c1226e6f3ba87e0740af850f) >>> host-rustc Collecting legal info >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-init 1.0.6.3 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sbc 1.5 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ser2net 4.3.4 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sound-theme-borealis 0.9a Collecting legal info >>> sound-theme-freedesktop 0.7 Collecting legal info >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sqlite 3.38.5 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tcf-agent 1.7.0 Collecting legal info agent/edl-v10.html: OK (sha256: f82d01b74a513bd3504d08136026a5ac2a7e6ff62ebcde391fa74aa222d11ce0) >>> tio 1.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uftp 5.0 Collecting legal info LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> xfsprogs 5.14.2 Collecting legal info LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> 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-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> 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-4.14.278: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'