rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-7148-g2ebf652589"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' - - sudo -1 - - - -\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.oci mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/images/rootfs-oci\n /home/buildroot/autobuild/instance-1/output-1/host/bin/sloci-image --arch 386 --entrypoint '\''sh'\'' --cmd '\'''\'' --author "Buildroot" --user "0" /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs-oci:latest\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/oci/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' tar: POSIX ACL support is not available >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2004 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2004 0% [ ] 2/2004 0% [ ] 3/2004 0% [ ] 4/2004 0% [ ] 5/2004 0% [ ] 6/2004 0% [ ] 7/2004 0% [ ] 8/2004 0% [ ] 9/2004 0% [ ] 10/2004 0% [ ] 11/2004 0% [ ] 12/2004 0% [ ] 13/2004 0% [ ] 14/2004 0% [ ] 15/2004 0% [ ] 16/2004 0% [ ] 17/2004 0% [ ] 18/2004 0% [ ] 19/2004 0% [ ] 20/2004 0% [ ] 21/2004 1% [ ] 22/2004 1% [ ] 23/2004 1% [ ] 24/2004 1% [ ] 25/2004 1% [ ] 26/2004 1% [ ] 27/2004 1% [ ] 28/2004 1% [ ] 29/2004 1% [ ] 30/2004 1% [ ] 31/2004 1% [ ] 32/2004 1% [= ] 33/2004 1% [= ] 34/2004 1% [= ] 35/2004 1% [= ] 36/2004 1% [= ] 37/2004 1% [= ] 38/2004 1% [= ] 39/2004 1% [= ] 40/2004 1% [= ] 41/2004 2% [= ] 42/2004 2% [= ] 43/2004 2% [= ] 44/2004 2% [= ] 45/2004 2% [= ] 46/2004 2% [= ] 47/2004 2% [= ] 48/2004 2% [= ] 49/2004 2% [= ] 50/2004 2% [= ] 51/2004 2% [= ] 52/2004 2% [= ] 53/2004 2% [= ] 54/2004 2% [= ] 55/2004 2% [= ] 56/2004 2% [= ] 57/2004 2% [= ] 58/2004 2% [= ] 59/2004 2% [= ] 60/2004 2% [= ] 61/2004 3% [= ] 62/2004 3% [= ] 63/2004 3% [= ] 64/2004 3% [== ] 65/2004 3% [== ] 66/2004 3% [== ] 67/2004 3% [== ] 68/2004 3% [== ] 69/2004 3% [== ] 70/2004 3% [== ] 71/2004 3% [== ] 72/2004 3% [== ] 73/2004 3% [== ] 74/2004 3% [== ] 75/2004 3% [== ] 76/2004 3% [== ] 77/2004 3% [== ] 78/2004 3% [== ] 79/2004 3% [== ] 80/2004 3% [== ] 81/2004 4% [== ] 82/2004 4% [== ] 83/2004 4% [== ] 84/2004 4% [== ] 85/2004 4% [== ] 86/2004 4% [== ] 87/2004 4% [== ] 88/2004 4% [== ] 89/2004 4% [== ] 90/2004 4% [== ] 91/2004 4% [== ] 92/2004 4% [== ] 93/2004 4% [== ] 94/2004 4% [== ] 95/2004 4% [== ] 96/2004 4% [=== ] 97/2004 4% [=== ] 98/2004 4% [=== ] 99/2004 4% [=== ] 100/2004 4% [=== ] 101/2004 5% [=== ] 102/2004 5% [=== ] 103/2004 5% [=== ] 104/2004 5% [=== ] 105/2004 5% [=== ] 106/2004 5% [=== ] 107/2004 5% [=== ] 108/2004 5% [=== ] 109/2004 5% [=== ] 110/2004 5% [=== ] 111/2004 5% [=== ] 112/2004 5% [=== ] 113/2004 5% [=== ] 114/2004 5% [=== ] 115/2004 5% [=== ] 116/2004 5% [=== ] 117/2004 5% [=== ] 118/2004 5% [=== ] 119/2004 5% [=== ] 120/2004 5% [=== ] 121/2004 6% [=== ] 122/2004 6% [=== ] 123/2004 6% [=== ] 124/2004 6% [=== ] 125/2004 6% [=== ] 126/2004 6% [=== ] 127/2004 6% [=== ] 128/2004 6% [=== ] 129/2004 6% [==== ] 130/2004 6% [==== ] 131/2004 6% [==== ] 132/2004 6% [==== ] 133/2004 6% [==== ] 134/2004 6% [==== ] 135/2004 6% [==== ] 136/2004 6% [==== ] 137/2004 6% [==== ] 138/2004 6% [==== ] 139/2004 6% [==== ] 140/2004 6% [==== ] 141/2004 7% [==== ] 142/2004 7% [==== ] 143/2004 7% [==== ] 144/2004 7% [==== ] 145/2004 7% [==== ] 146/2004 7% [==== ] 147/2004 7% [==== ] 148/2004 7% [==== ] 149/2004 7% [==== ] 150/2004 7% [==== ] 151/2004 7% [==== ] 152/2004 7% [==== ] 153/2004 7% [==== ] 154/2004 7% [==== ] 155/2004 7% [==== ] 156/2004 7% [==== ] 157/2004 7% [==== ] 158/2004 7% [==== ] 159/2004 7% [==== ] 160/2004 7% [==== ] 161/2004 8% [===== ] 162/2004 8% [===== ] 163/2004 8% [===== ] 164/2004 8% [===== ] 165/2004 8% [===== ] 166/2004 8% [===== ] 167/2004 8% [===== ] 168/2004 8% [===== ] 169/2004 8% [===== ] 170/2004 8% [===== ] 171/2004 8% [===== ] 172/2004 8% [===== ] 173/2004 8% [===== ] 174/2004 8% [===== ] 175/2004 8% [===== ] 176/2004 8% [===== ] 177/2004 8% [===== ] 178/2004 8% [===== ] 179/2004 8% [===== ] 180/2004 8% [===== ] 181/2004 9% [===== ] 182/2004 9% [===== ] 183/2004 9% [===== ] 184/2004 9% [===== ] 185/2004 9% [===== ] 186/2004 9% [===== ] 187/2004 9% [===== ] 188/2004 9% [===== ] 189/2004 9% [===== ] 190/2004 9% [===== ] 191/2004 9% [===== ] 192/2004 9% [===== ] 193/2004 9% [====== ] 194/2004 9% [====== ] 195/2004 9% [====== ] 196/2004 9% [====== ] 197/2004 9% [====== ] 198/2004 9% [====== ] 199/2004 9% [====== ] 200/2004 9% [====== ] 201/2004 10% [====== ] 202/2004 10% [====== ] 203/2004 10% [====== ] 204/2004 10% [====== ] 205/2004 10% [====== ] 206/2004 10% [====== ] 207/2004 10% [====== ] 208/2004 10% [====== ] 209/2004 10% [====== ] 210/2004 10% [====== ] 211/2004 10% [====== ] 212/2004 10% [====== ] 213/2004 10% [====== ] 214/2004 10% [====== ] 215/2004 10% [====== ] 216/2004 10% [====== ] 217/2004 10% [====== ] 218/2004 10% [====== ] 219/2004 10% [====== ] 220/2004 10% [====== ] 221/2004 11% [====== ] 222/2004 11% [====== ] 223/2004 11% [====== ] 224/2004 11% [====== ] 225/2004 11% [====== ] 226/2004 11% [======= ] 227/2004 11% [======= ] 228/2004 11% [======= ] 229/2004 11% [======= ] 230/2004 11% [======= ] 231/2004 11% [======= ] 232/2004 11% [======= ] 233/2004 11% [======= ] 234/2004 11% [======= ] 235/2004 11% [======= ] 236/2004 11% [======= ] 237/2004 11% [======= ] 238/2004 11% [======= ] 239/2004 11% [======= ] 240/2004 11% [======= ] 241/2004 12% [======= ] 242/2004 12% [======= ] 243/2004 12% [======= ] 244/2004 12% [======= ] 245/2004 12% [======= ] 246/2004 12% [======= ] 247/2004 12% [======= ] 248/2004 12% [======= ] 249/2004 12% [======= ] 250/2004 12% [======= ] 251/2004 12% [======= ] 252/2004 12% [======= ] 253/2004 12% [======= ] 254/2004 12% [======= ] 255/2004 12% [======= ] 256/2004 12% [======= ] 257/2004 12% [======= ] 258/2004 12% [======== ] 259/2004 12% [======== ] 260/2004 12% [======== ] 261/2004 13% [======== ] 262/2004 13% [======== ] 263/2004 13% [======== ] 264/2004 13% [======== ] 265/2004 13% [======== ] 266/2004 13% [======== ] 267/2004 13% [======== ] 268/2004 13% [======== ] 269/2004 13% [======== ] 270/2004 13% [======== ] 271/2004 13% [======== ] 272/2004 13% [======== ] 273/2004 13% [======== ] 274/2004 13% [======== ] 275/2004 13% [======== ] 276/2004 13% [======== ] 277/2004 13% [======== ] 278/2004 13% [======== ] 279/2004 13% [======== ] 280/2004 13% [======== ] 281/2004 14% [======== ] 282/2004 14% [======== ] 283/2004 14% [======== ] 284/2004 14% [======== ] 285/2004 14% [======== ] 286/2004 14% [======== ] 287/2004 14% [======== ] 288/2004 14% [======== ] 289/2004 14% [======== ] 290/2004 14% [========= ] 291/2004 14% [========= ] 292/2004 14% [========= ] 293/2004 14% [========= ] 294/2004 14% [========= ] 295/2004 14% [========= ] 296/2004 14% [========= ] 297/2004 14% [========= ] 298/2004 14% [========= ] 299/2004 14% [========= ] 300/2004 14% [========= ] 301/2004 15% [========= ] 302/2004 15% [========= ] 303/2004 15% [========= ] 304/2004 15% [========= ] 305/2004 15% [========= ] 306/2004 15% [========= ] 307/2004 15% [========= ] 308/2004 15% [========= ] 309/2004 15% [========= ] 310/2004 15% [========= ] 311/2004 15% [========= ] 312/2004 15% [========= ] 313/2004 15% [========= ] 314/2004 15% [========= ] 315/2004 15% [========= ] 316/2004 15% [========= ] 317/2004 15% [========= ] 318/2004 15% [========= ] 319/2004 15% [========= ] 320/2004 15% [========= ] 321/2004 16% [========= ] 322/2004 16% [========= ] 323/2004 16% [========== ] 324/2004 16% [========== ] 325/2004 16% [========== ] 326/2004 16% [========== ] 327/2004 16% [========== ] 328/2004 16% [========== ] 329/2004 16% [========== ] 330/2004 16% [========== ] 331/2004 16% [========== ] 332/2004 16% [========== ] 333/2004 16% [========== ] 334/2004 16% [========== ] 335/2004 16% [========== ] 336/2004 16% [========== ] 337/2004 16% [========== ] 338/2004 16% [========== ] 339/2004 16% [========== ] 340/2004 16% [========== ] 341/2004 17% [========== ] 342/2004 17% [========== ] 343/2004 17% [========== ] 344/2004 17% [========== ] 345/2004 17% [========== ] 346/2004 17% [========== ] 347/2004 17% [========== ] 348/2004 17% [========== ] 349/2004 17% [========== ] 350/2004 17% [========== ] 351/2004 17% [========== ] 352/2004 17% [========== ] 353/2004 17% [========== ] 354/2004 17% [========== ] 355/2004 17% [=========== ] 356/2004 17% [=========== ] 357/2004 17% [=========== ] 358/2004 17% [=========== ] 359/2004 17% [=========== ] 360/2004 17% [=========== ] 361/2004 18% [=========== ] 362/2004 18% [=========== ] 363/2004 18% [=========== ] 364/2004 18% [=========== ] 365/2004 18% [=========== ] 366/2004 18% [=========== ] 367/2004 18% [=========== ] 368/2004 18% [=========== ] 369/2004 18% [=========== ] 370/2004 18% [=========== ] 371/2004 18% [=========== ] 372/2004 18% [=========== ] 373/2004 18% [=========== ] 374/2004 18% [=========== ] 375/2004 18% [=========== ] 376/2004 18% [=========== ] 377/2004 18% [=========== ] 378/2004 18% [=========== ] 379/2004 18% [=========== ] 380/2004 18% [=========== ] 381/2004 19% [=========== ] 382/2004 19% [=========== ] 383/2004 19% [=========== ] 384/2004 19% [=========== ] 385/2004 19% [=========== ] 386/2004 19% [=========== ] 387/2004 19% [============ ] 388/2004 19% [============ ] 389/2004 19% [============ ] 390/2004 19% [============ ] 391/2004 19% [============ ] 392/2004 19% [============ ] 393/2004 19% [============ ] 394/2004 19% [============ ] 395/2004 19% [============ ] 396/2004 19% [============ ] 397/2004 19% [============ ] 398/2004 19% [============ ] 399/2004 19% [============ ] 400/2004 19% [============ ] 401/2004 20% [============ ] 402/2004 20% [============ ] 403/2004 20% [============ ] 404/2004 20% [============ ] 405/2004 20% [============ ] 406/2004 20% [============ ] 407/2004 20% [============ ] 408/2004 20% [============ ] 409/2004 20% [============ ] 410/2004 20% [============ ] 411/2004 20% [============ ] 412/2004 20% [============ ] 413/2004 20% [============ ] 414/2004 20% [============ ] 415/2004 20% [============ ] 416/2004 20% [============ ] 417/2004 20% [============ ] 418/2004 20% [============ ] 419/2004 20% [============ ] 420/2004 20% [============= ] 421/2004 21% [============= ] 422/2004 21% [============= ] 423/2004 21% [============= ] 424/2004 21% [============= ] 425/2004 21% [============= ] 426/2004 21% [============= ] 427/2004 21% [============= ] 428/2004 21% [============= ] 429/2004 21% [============= ] 430/2004 21% [============= ] 431/2004 21% [============= ] 432/2004 21% [============= ] 433/2004 21% [============= ] 434/2004 21% [============= ] 435/2004 21% [============= ] 436/2004 21% [============= ] 437/2004 21% [============= ] 438/2004 21% [============= ] 439/2004 21% [============= ] 440/2004 21% [============= ] 441/2004 22% [============= ] 442/2004 22% [============= ] 443/2004 22% [============= ] 444/2004 22% [============= ] 445/2004 22% [============= ] 446/2004 22% [============= ] 447/2004 22% [============= ] 448/2004 22% [============= ] 449/2004 22% [============= ] 450/2004 22% [============= ] 451/2004 22% [============= ] 452/2004 22% [============== ] 453/2004 22% [============== ] 454/2004 22% [============== ] 455/2004 22% [============== ] 456/2004 22% [============== ] 457/2004 22% [============== ] 458/2004 22% [============== ] 459/2004 22% [============== ] 460/2004 22% [============== ] 461/2004 23% [============== ] 462/2004 23% [============== ] 463/2004 23% [============== ] 464/2004 23% [============== ] 465/2004 23% [============== ] 466/2004 23% [============== ] 467/2004 23% [============== ] 468/2004 23% [============== ] 469/2004 23% [============== ] 470/2004 23% [============== ] 471/2004 23% [============== ] 472/2004 23% [============== ] 473/2004 23% [============== ] 474/2004 23% [============== ] 475/2004 23% [============== ] 476/2004 23% [============== ] 477/2004 23% [============== ] 478/2004 23% [============== ] 479/2004 23% [============== ] 480/2004 23% [============== ] 481/2004 24% [============== ] 482/2004 24% [============== ] 483/2004 24% [============== ] 484/2004 24% [=============== ] 485/2004 24% [=============== ] 486/2004 24% [=============== ] 487/2004 24% [=============== ] 488/2004 24% [=============== ] 489/2004 24% [=============== ] 490/2004 24% [=============== ] 491/2004 24% [=============== ] 492/2004 24% [=============== ] 493/2004 24% [=============== ] 494/2004 24% [=============== ] 495/2004 24% [=============== ] 496/2004 24% [=============== ] 497/2004 24% [=============== ] 498/2004 24% [=============== ] 499/2004 24% [=============== ] 500/2004 24% [=============== ] 501/2004 25% [=============== ] 502/2004 25% [=============== ] 503/2004 25% [=============== ] 504/2004 25% [=============== ] 505/2004 25% [=============== ] 506/2004 25% [=============== ] 507/2004 25% [=============== ] 508/2004 25% [=============== ] 509/2004 25% [=============== ] 510/2004 25% [=============== ] 511/2004 25% [=============== ] 512/2004 25% [=============== ] 513/2004 25% [=============== ] 514/2004 25% [=============== ] 515/2004 25% [=============== ] 516/2004 25% [=============== ] 517/2004 25% [================ ] 518/2004 25% [================ ] 519/2004 25% [================ ] 520/2004 25% [================ ] 521/2004 25% [================ ] 522/2004 26% [================ ] 523/2004 26% [================ ] 524/2004 26% [================ ] 525/2004 26% [================ ] 526/2004 26% [================ ] 527/2004 26% [================ ] 528/2004 26% [================ ] 529/2004 26% [================ ] 530/2004 26% [================ ] 531/2004 26% [================ ] 532/2004 26% [================ ] 533/2004 26% [================ ] 534/2004 26% [================ ] 535/2004 26% [================ ] 536/2004 26% [================ ] 537/2004 26% [================ ] 538/2004 26% [================ ] 539/2004 26% [================ ] 540/2004 26% [================ ] 541/2004 26% [================ ] 542/2004 27% [================ ] 543/2004 27% [================ ] 544/2004 27% [================ ] 545/2004 27% [================ ] 546/2004 27% [================ ] 547/2004 27% [================ ] 548/2004 27% [================ ] 549/2004 27% [================= ] 550/2004 27% [================= ] 551/2004 27% [================= ] 552/2004 27% [================= ] 553/2004 27% [================= ] 554/2004 27% [================= ] 555/2004 27% [================= ] 556/2004 27% [================= ] 557/2004 27% [================= ] 558/2004 27% [================= ] 559/2004 27% [================= ] 560/2004 27% [================= ] 561/2004 27% [================= ] 562/2004 28% [================= ] 563/2004 28% [================= ] 564/2004 28% [================= ] 565/2004 28% [================= ] 566/2004 28% [================= ] 567/2004 28% [================= ] 568/2004 28% [================= ] 569/2004 28% [================= ] 570/2004 28% [================= ] 571/2004 28% [================= ] 572/2004 28% [================= ] 573/2004 28% [================= ] 574/2004 28% [================= ] 575/2004 28% [================= ] 576/2004 28% [================= ] 577/2004 28% [================= ] 578/2004 28% [================= ] 579/2004 28% [================= ] 580/2004 28% [================= ] 581/2004 28% [================== ] 582/2004 29% [================== ] 583/2004 29% [================== ] 584/2004 29% [================== ] 585/2004 29% [================== ] 586/2004 29% [================== ] 587/2004 29% [================== ] 588/2004 29% [================== ] 589/2004 29% [================== ] 590/2004 29% [================== ] 591/2004 29% [================== ] 592/2004 29% [================== ] 593/2004 29% [================== ] 594/2004 29% [================== ] 595/2004 29% [================== ] 596/2004 29% [================== ] 597/2004 29% [================== ] 598/2004 29% [================== ] 599/2004 29% [================== ] 600/2004 29% [================== ] 601/2004 29% [================== ] 602/2004 30% [================== ] 603/2004 30% [================== ] 604/2004 30% [================== ] 605/2004 30% [================== ] 606/2004 30% [================== ] 607/2004 30% [================== ] 608/2004 30% [================== ] 609/2004 30% [================== ] 610/2004 30% [================== ] 611/2004 30% [================== ] 612/2004 30% [================== ] 613/2004 30% [================== ] 614/2004 30% [=================== ] 615/2004 30% [=================== ] 616/2004 30% [=================== ] 617/2004 30% [=================== ] 618/2004 30% [=================== ] 619/2004 30% [=================== ] 620/2004 30% [=================== ] 621/2004 30% [=================== ] 622/2004 31% [=================== ] 623/2004 31% [=================== ] 624/2004 31% [=================== ] 625/2004 31% [=================== ] 626/2004 31% [=================== ] 627/2004 31% [=================== ] 628/2004 31% [=================== ] 629/2004 31% [=================== ] 630/2004 31% [=================== ] 631/2004 31% [=================== ] 632/2004 31% [=================== ] 633/2004 31% [=================== ] 634/2004 31% [=================== ] 635/2004 31% [=================== ] 636/2004 31% [=================== ] 637/2004 31% [=================== ] 638/2004 31% [=================== ] 639/2004 31% [=================== ] 640/2004 31% [=================== ] 641/2004 31% [=================== ] 642/2004 32% [=================== ] 643/2004 32% [=================== ] 644/2004 32% [=================== ] 645/2004 32% [=================== ] 646/2004 32% [==================== ] 647/2004 32% [==================== ] 648/2004 32% [==================== ] 649/2004 32% [==================== ] 650/2004 32% [==================== ] 651/2004 32% [==================== ] 652/2004 32% [==================== ] 653/2004 32% [==================== ] 654/2004 32% [==================== ] 655/2004 32% [==================== ] 656/2004 32% [==================== ] 657/2004 32% [==================== ] 658/2004 32% [==================== ] 659/2004 32% [==================== ] 660/2004 32% [==================== ] 661/2004 32% [==================== ] 662/2004 33% [==================== ] 663/2004 33% [==================== ] 664/2004 33% [==================== ] 665/2004 33% [==================== ] 666/2004 33% [==================== ] 667/2004 33% [==================== ] 668/2004 33% [==================== ] 669/2004 33% [==================== ] 670/2004 33% [==================== ] 671/2004 33% [==================== ] 672/2004 33% [==================== ] 673/2004 33% [==================== ] 674/2004 33% [==================== ] 675/2004 33% [==================== ] 676/2004 33% [==================== ] 677/2004 33% [==================== ] 678/2004 33% [===================== ] 679/2004 33% [===================== ] 680/2004 33% [===================== ] 681/2004 33% [===================== ] 682/2004 34% [===================== ] 683/2004 34% [===================== ] 684/2004 34% [===================== ] 685/2004 34% [===================== ] 686/2004 34% [===================== ] 687/2004 34% [===================== ] 688/2004 34% [===================== ] 689/2004 34% [===================== ] 690/2004 34% [===================== ] 691/2004 34% [===================== ] 692/2004 34% [===================== ] 693/2004 34% [===================== ] 694/2004 34% [===================== ] 695/2004 34% [===================== ] 696/2004 34% [===================== ] 697/2004 34% [===================== ] 698/2004 34% [===================== ] 699/2004 34% [===================== ] 700/2004 34% [===================== ] 701/2004 34% [===================== ] 702/2004 35% [===================== ] 703/2004 35% [===================== ] 704/2004 35% [===================== ] 705/2004 35% [===================== ] 706/2004 35% [===================== ] 707/2004 35% [===================== ] 708/2004 35% [===================== ] 709/2004 35% [===================== ] 710/2004 35% [===================== ] 711/2004 35% [====================== ] 712/2004 35% [====================== ] 713/2004 35% [====================== ] 714/2004 35% [====================== ] 715/2004 35% [====================== ] 716/2004 35% [====================== ] 717/2004 35% [====================== ] 718/2004 35% [====================== ] 719/2004 35% [====================== ] 720/2004 35% [====================== ] 721/2004 35% [====================== ] 722/2004 36% [====================== ] 723/2004 36% [====================== ] 724/2004 36% [====================== ] 725/2004 36% [====================== ] 726/2004 36% [====================== ] 727/2004 36% [====================== ] 728/2004 36% [====================== ] 729/2004 36% [====================== ] 730/2004 36% [====================== ] 731/2004 36% [====================== ] 732/2004 36% [====================== ] 733/2004 36% [====================== ] 734/2004 36% [====================== ] 735/2004 36% [====================== ] 736/2004 36% [====================== ] 737/2004 36% [====================== ] 738/2004 36% [====================== ] 739/2004 36% [====================== ] 740/2004 36% [====================== ] 741/2004 36% [====================== ] 742/2004 37% [====================== ] 743/2004 37% [======================= ] 744/2004 37% [======================= ] 745/2004 37% [======================= ] 746/2004 37% [======================= ] 747/2004 37% [======================= ] 748/2004 37% [======================= ] 749/2004 37% [======================= ] 750/2004 37% [======================= ] 751/2004 37% [======================= ] 752/2004 37% [======================= ] 753/2004 37% [======================= ] 754/2004 37% [======================= ] 755/2004 37% [======================= ] 756/2004 37% [======================= ] 757/2004 37% [======================= ] 758/2004 37% [======================= ] 759/2004 37% [======================= ] 760/2004 37% [======================= ] 761/2004 37% [======================= ] 762/2004 38% [======================= ] 763/2004 38% [======================= ] 764/2004 38% [======================= ] 765/2004 38% [======================= ] 766/2004 38% [======================= ] 767/2004 38% [======================= ] 768/2004 38% [======================= ] 769/2004 38% [======================= ] 770/2004 38% [======================= ] 771/2004 38% [======================= ] 772/2004 38% [======================= ] 773/2004 38% [======================= ] 774/2004 38% [======================= ] 775/2004 38% [======================== ] 776/2004 38% [======================== ] 777/2004 38% [======================== ] 778/2004 38% [======================== ] 779/2004 38% [======================== ] 780/2004 38% [======================== ] 781/2004 38% [======================== ] 782/2004 39% [======================== ] 783/2004 39% [======================== ] 784/2004 39% [======================== ] 785/2004 39% [======================== ] 786/2004 39% [======================== ] 787/2004 39% [======================== ] 788/2004 39% [======================== ] 789/2004 39% [======================== ] 790/2004 39% [======================== ] 791/2004 39% [======================== ] 792/2004 39% [======================== ] 793/2004 39% [======================== ] 794/2004 39% [======================== ] 795/2004 39% [======================== ] 796/2004 39% [======================== ] 797/2004 39% [======================== ] 798/2004 39% [======================== ] 799/2004 39% [======================== ] 800/2004 39% [======================== ] 801/2004 39% [======================== ] 802/2004 40% [======================== ] 803/2004 40% [======================== ] 804/2004 40% [======================== ] 805/2004 40% [======================== ] 806/2004 40% [======================== ] 807/2004 40% [======================== ] 808/2004 40% [========================= ] 809/2004 40% [========================= ] 810/2004 40% [========================= ] 811/2004 40% [========================= ] 812/2004 40% [========================= ] 813/2004 40% [========================= ] 814/2004 40% [========================= ] 815/2004 40% [========================= ] 816/2004 40% [========================= ] 817/2004 40% [========================= ] 818/2004 40% [========================= ] 819/2004 40% [========================= ] 820/2004 40% [========================= ] 821/2004 40% [========================= ] 822/2004 41% [========================= ] 823/2004 41% [========================= ] 824/2004 41% [========================= ] 825/2004 41% [========================= ] 826/2004 41% [========================= ] 827/2004 41% [========================= ] 828/2004 41% [========================= ] 829/2004 41% [========================= ] 830/2004 41% [========================= ] 831/2004 41% [========================= ] 832/2004 41% [========================= ] 833/2004 41% [========================= ] 834/2004 41% [========================= ] 835/2004 41% [========================= ] 836/2004 41% [========================= ] 837/2004 41% [========================= ] 838/2004 41% [========================= ] 839/2004 41% [========================= ] 840/2004 41% [========================== ] 841/2004 41% [========================== ] 842/2004 42% [========================== ] 843/2004 42% [========================== ] 844/2004 42% [========================== ] 845/2004 42% [========================== ] 846/2004 42% [========================== ] 847/2004 42% [========================== ] 848/2004 42% [========================== ] 849/2004 42% [========================== ] 850/2004 42% [========================== ] 851/2004 42% [========================== ] 852/2004 42% [========================== ] 853/2004 42% [========================== ] 854/2004 42% [========================== ] 855/2004 42% [========================== ] 856/2004 42% [========================== ] 857/2004 42% [========================== ] 858/2004 42% [========================== ] 859/2004 42% [========================== ] 860/2004 42% [========================== ] 861/2004 42% [========================== ] 862/2004 43% [========================== ] 863/2004 43% [========================== ] 864/2004 43% [========================== ] 865/2004 43% [========================== ] 866/2004 43% [========================== ] 867/2004 43% [========================== ] 868/2004 43% [========================== ] 869/2004 43% [========================== ] 870/2004 43% [========================== ] 871/2004 43% [========================== ] 872/2004 43% [=========================== ] 873/2004 43% [=========================== ] 874/2004 43% [=========================== ] 875/2004 43% [=========================== ] 876/2004 43% [=========================== ] 877/2004 43% [=========================== ] 878/2004 43% [=========================== ] 879/2004 43% [=========================== ] 880/2004 43% [=========================== ] 881/2004 43% [=========================== ] 882/2004 44% [=========================== ] 883/2004 44% [=========================== ] 884/2004 44% [=========================== ] 885/2004 44% [=========================== ] 886/2004 44% [=========================== ] 887/2004 44% [=========================== ] 888/2004 44% [=========================== ] 889/2004 44% [=========================== ] 890/2004 44% [=========================== ] 891/2004 44% [=========================== ] 892/2004 44% [=========================== ] 893/2004 44% [=========================== ] 894/2004 44% [=========================== ] 895/2004 44% [=========================== ] 896/2004 44% [=========================== ] 897/2004 44% [=========================== ] 898/2004 44% [=========================== ] 899/2004 44% [=========================== ] 900/2004 44% [=========================== ] 901/2004 44% [=========================== ] 902/2004 45% [=========================== ] 903/2004 45% [=========================== ] 904/2004 45% [=========================== ] 905/2004 45% [============================ ] 906/2004 45% [============================ ] 907/2004 45% [============================ ] 908/2004 45% [============================ ] 909/2004 45% [============================ ] 910/2004 45% [============================ ] 911/2004 45% [============================ ] 912/2004 45% [============================ ] 913/2004 45% [============================ ] 914/2004 45% [============================ ] 915/2004 45% [============================ ] 916/2004 45% [============================ ] 917/2004 45% [============================ ] 918/2004 45% [============================ ] 919/2004 45% [============================ ] 920/2004 45% [============================ ] 921/2004 45% [============================ ] 922/2004 46% [============================ ] 923/2004 46% [============================ ] 924/2004 46% [============================ ] 925/2004 46% [============================ ] 926/2004 46% [============================ ] 927/2004 46% [============================ ] 928/2004 46% [============================ ] 929/2004 46% [============================ ] 930/2004 46% [============================ ] 931/2004 46% [============================ ] 932/2004 46% [============================ ] 933/2004 46% [============================ ] 934/2004 46% [============================ ] 935/2004 46% [============================ ] 936/2004 46% [============================ ] 937/2004 46% [============================= ] 938/2004 46% [============================= ] 939/2004 46% [============================= ] 940/2004 46% [============================= ] 941/2004 46% [============================= ] 942/2004 47% [============================= ] 943/2004 47% [============================= ] 944/2004 47% [============================= ] 945/2004 47% [============================= ] 946/2004 47% [============================= ] 947/2004 47% [============================= ] 948/2004 47% [============================= ] 949/2004 47% [============================= ] 950/2004 47% [============================= ] 951/2004 47% [============================= ] 952/2004 47% [============================= ] 953/2004 47% [============================= ] 954/2004 47% [============================= ] 955/2004 47% [============================= ] 956/2004 47% [============================= ] 957/2004 47% [============================= ] 958/2004 47% [============================= ] 959/2004 47% [============================= ] 960/2004 47% [============================= ] 961/2004 47% [============================= ] 962/2004 48% [============================= ] 963/2004 48% [============================= ] 964/2004 48% [============================= ] 965/2004 48% [============================= ] 966/2004 48% [============================= ] 967/2004 48% [============================= ] 968/2004 48% [============================= ] 969/2004 48% [============================== ] 970/2004 48% [============================== ] 971/2004 48% [============================== ] 972/2004 48% [============================== ] 973/2004 48% [============================== ] 974/2004 48% [============================== ] 975/2004 48% [============================== ] 976/2004 48% [============================== ] 977/2004 48% [============================== ] 978/2004 48% [============================== ] 979/2004 48% [============================== ] 980/2004 48% [============================== ] 981/2004 48% [============================== ] 982/2004 49% [============================== ] 983/2004 49% [============================== ] 984/2004 49% [============================== ] 985/2004 49% [============================== ] 986/2004 49% [============================== ] 987/2004 49% [============================== ] 988/2004 49% [============================== ] 989/2004 49% [============================== ] 990/2004 49% [============================== ] 991/2004 49% [============================== ] 992/2004 49% [============================== ] 993/2004 49% [============================== ] 994/2004 49% [============================== ] 995/2004 49% [============================== ] 996/2004 49% [============================== ] 997/2004 49% [============================== ] 998/2004 49% [============================== ] 999/2004 49% [============================== ] 1000/2004 49% [============================== ] 1001/2004 49% [=============================== ] 1002/2004 50% [=============================== ] 1003/2004 50% [=============================== ] 1004/2004 50% [=============================== ] 1005/2004 50% [=============================== ] 1006/2004 50% [=============================== ] 1007/2004 50% [=============================== ] 1008/2004 50% [=============================== ] 1009/2004 50% [=============================== ] 1010/2004 50% [=============================== ] 1011/2004 50% [=============================== ] 1012/2004 50% [=============================== ] 1013/2004 50% [=============================== ] 1014/2004 50% [=============================== ] 1015/2004 50% [=============================== ] 1016/2004 50% [=============================== ] 1017/2004 50% [=============================== ] 1018/2004 50% [=============================== ] 1019/2004 50% [=============================== ] 1020/2004 50% [=============================== ] 1021/2004 50% [=============================== ] 1022/2004 50% [=============================== ] 1023/2004 51% [=============================== ] 1024/2004 51% [=============================== ] 1025/2004 51% [=============================== ] 1026/2004 51% [=============================== ] 1027/2004 51% [=============================== ] 1028/2004 51% [=============================== ] 1029/2004 51% [=============================== ] 1030/2004 51% [=============================== ] 1031/2004 51% [=============================== ] 1032/2004 51% [=============================== ] 1033/2004 51% [=============================== ] 1034/2004 51% [================================ ] 1035/2004 51% [================================ ] 1036/2004 51% [================================ ] 1037/2004 51% [================================ ] 1038/2004 51% [================================ ] 1039/2004 51% [================================ ] 1040/2004 51% [================================ ] 1041/2004 51% [================================ ] 1042/2004 51% [================================ ] 1043/2004 52% [================================ ] 1044/2004 52% [================================ ] 1045/2004 52% [================================ ] 1046/2004 52% [================================ ] 1047/2004 52% [================================ ] 1048/2004 52% [================================ ] 1049/2004 52% [================================ ] 1050/2004 52% [================================ ] 1051/2004 52% [================================ ] 1052/2004 52% [================================ ] 1053/2004 52% [================================ ] 1054/2004 52% [================================ ] 1055/2004 52% [================================ ] 1056/2004 52% [================================ ] 1057/2004 52% [================================ ] 1058/2004 52% [================================ ] 1059/2004 52% [================================ ] 1060/2004 52% [================================ ] 1061/2004 52% [================================ ] 1062/2004 52% [================================ ] 1063/2004 53% [================================ ] 1064/2004 53% [================================ ] 1065/2004 53% [================================ ] 1066/2004 53% [================================= ] 1067/2004 53% [================================= ] 1068/2004 53% [================================= ] 1069/2004 53% [================================= ] 1070/2004 53% [================================= ] 1071/2004 53% [================================= ] 1072/2004 53% [================================= ] 1073/2004 53% [================================= ] 1074/2004 53% [================================= ] 1075/2004 53% [================================= ] 1076/2004 53% [================================= ] 1077/2004 53% [================================= ] 1078/2004 53% [================================= ] 1079/2004 53% [================================= ] 1080/2004 53% [================================= ] 1081/2004 53% [================================= ] 1082/2004 53% [================================= ] 1083/2004 54% [================================= ] 1084/2004 54% [================================= ] 1085/2004 54% [================================= ] 1086/2004 54% [================================= ] 1087/2004 54% [================================= ] 1088/2004 54% [================================= ] 1089/2004 54% [================================= ] 1090/2004 54% [================================= ] 1091/2004 54% [================================= ] 1092/2004 54% [================================= ] 1093/2004 54% [================================= ] 1094/2004 54% [================================= ] 1095/2004 54% [================================= ] 1096/2004 54% [================================= ] 1097/2004 54% [================================= ] 1098/2004 54% [================================== ] 1099/2004 54% [================================== ] 1100/2004 54% [================================== ] 1101/2004 54% [================================== ] 1102/2004 54% [================================== ] 1103/2004 55% [================================== ] 1104/2004 55% [================================== ] 1105/2004 55% [================================== ] 1106/2004 55% [================================== ] 1107/2004 55% [================================== ] 1108/2004 55% [================================== ] 1109/2004 55% [================================== ] 1110/2004 55% [================================== ] 1111/2004 55% [================================== ] 1112/2004 55% [================================== ] 1113/2004 55% [================================== ] 1114/2004 55% [================================== ] 1115/2004 55% [================================== ] 1116/2004 55% [================================== ] 1117/2004 55% [================================== ] 1118/2004 55% [================================== ] 1119/2004 55% [================================== ] 1120/2004 55% [================================== ] 1121/2004 55% [================================== ] 1122/2004 55% [================================== ] 1123/2004 56% [================================== ] 1124/2004 56% [================================== ] 1125/2004 56% [================================== ] 1126/2004 56% [================================== ] 1127/2004 56% [================================== ] 1128/2004 56% [================================== ] 1129/2004 56% [================================== ] 1130/2004 56% [================================== ] 1131/2004 56% [=================================== ] 1132/2004 56% [=================================== ] 1133/2004 56% [=================================== ] 1134/2004 56% [=================================== ] 1135/2004 56% [=================================== ] 1136/2004 56% [=================================== ] 1137/2004 56% [=================================== ] 1138/2004 56% [=================================== ] 1139/2004 56% [=================================== ] 1140/2004 56% [=================================== ] 1141/2004 56% [=================================== ] 1142/2004 56% [=================================== ] 1143/2004 57% [=================================== ] 1144/2004 57% [=================================== ] 1145/2004 57% [=================================== ] 1146/2004 57% [=================================== ] 1147/2004 57% [=================================== ] 1148/2004 57% [=================================== ] 1149/2004 57% [=================================== ] 1150/2004 57% [=================================== ] 1151/2004 57% [=================================== ] 1152/2004 57% [=================================== ] 1153/2004 57% [=================================== ] 1154/2004 57% [=================================== ] 1155/2004 57% [=================================== ] 1156/2004 57% [=================================== ] 1157/2004 57% [=================================== ] 1158/2004 57% [=================================== ] 1159/2004 57% [=================================== ] 1160/2004 57% [=================================== ] 1161/2004 57% [=================================== ] 1162/2004 57% [=================================== ] 1163/2004 58% [==================================== ] 1164/2004 58% [==================================== ] 1165/2004 58% [==================================== ] 1166/2004 58% [==================================== ] 1167/2004 58% [==================================== ] 1168/2004 58% [==================================== ] 1169/2004 58% [==================================== ] 1170/2004 58% [==================================== ] 1171/2004 58% [==================================== ] 1172/2004 58% [==================================== ] 1173/2004 58% [==================================== ] 1174/2004 58% [==================================== ] 1175/2004 58% [==================================== ] 1176/2004 58% [==================================== ] 1177/2004 58% [==================================== ] 1178/2004 58% [==================================== ] 1179/2004 58% [==================================== ] 1180/2004 58% [==================================== ] 1181/2004 58% [==================================== ] 1182/2004 58% [==================================== ] 1183/2004 59% [==================================== ] 1184/2004 59% [==================================== ] 1185/2004 59% [==================================== ] 1186/2004 59% [==================================== ] 1187/2004 59% [==================================== ] 1188/2004 59% [==================================== ] 1189/2004 59% [==================================== ] 1190/2004 59% [==================================== ] 1191/2004 59% [==================================== ] 1192/2004 59% [==================================== ] 1193/2004 59% [==================================== ] 1194/2004 59% [==================================== ] 1195/2004 59% [===================================== ] 1196/2004 59% [===================================== ] 1197/2004 59% [===================================== ] 1198/2004 59% [===================================== ] 1199/2004 59% [===================================== ] 1200/2004 59% [===================================== ] 1201/2004 59% [===================================== ] 1202/2004 59% [===================================== ] 1203/2004 60% [===================================== ] 1204/2004 60% [===================================== ] 1205/2004 60% [===================================== ] 1206/2004 60% [===================================== ] 1207/2004 60% [===================================== ] 1208/2004 60% [===================================== ] 1209/2004 60% [===================================== ] 1210/2004 60% [===================================== ] 1211/2004 60% [===================================== ] 1212/2004 60% [===================================== ] 1213/2004 60% [===================================== ] 1214/2004 60% [===================================== ] 1215/2004 60% [===================================== ] 1216/2004 60% [===================================== ] 1217/2004 60% [===================================== ] 1218/2004 60% [===================================== ] 1219/2004 60% [===================================== ] 1220/2004 60% [===================================== ] 1221/2004 60% [===================================== ] 1222/2004 60% [===================================== ] 1223/2004 61% [===================================== ] 1224/2004 61% [===================================== ] 1225/2004 61% [===================================== ] 1226/2004 61% [===================================== ] 1227/2004 61% [===================================== ] 1228/2004 61% [====================================== ] 1229/2004 61% [====================================== ] 1230/2004 61% [====================================== ] 1231/2004 61% [====================================== ] 1232/2004 61% [====================================== ] 1233/2004 61% [====================================== ] 1234/2004 61% [====================================== ] 1235/2004 61% [====================================== ] 1236/2004 61% [====================================== ] 1237/2004 61% [====================================== ] 1238/2004 61% [====================================== ] 1239/2004 61% [====================================== ] 1240/2004 61% [====================================== ] 1241/2004 61% [====================================== ] 1242/2004 61% [====================================== ] 1243/2004 62% [====================================== ] 1244/2004 62% [====================================== ] 1245/2004 62% [====================================== ] 1246/2004 62% [====================================== ] 1247/2004 62% [====================================== ] 1248/2004 62% [====================================== ] 1249/2004 62% [====================================== ] 1250/2004 62% [====================================== ] 1251/2004 62% [====================================== ] 1252/2004 62% [====================================== ] 1253/2004 62% [====================================== ] 1254/2004 62% [====================================== ] 1255/2004 62% [====================================== ] 1256/2004 62% [====================================== ] 1257/2004 62% [====================================== ] 1258/2004 62% [====================================== ] 1259/2004 62% [====================================== ] 1260/2004 62% [======================================= ] 1261/2004 62% [======================================= ] 1262/2004 62% [======================================= ] 1263/2004 63% [======================================= ] 1264/2004 63% [======================================= ] 1265/2004 63% [======================================= ] 1266/2004 63% [======================================= ] 1267/2004 63% [======================================= ] 1268/2004 63% [======================================= ] 1269/2004 63% [======================================= ] 1270/2004 63% [======================================= ] 1271/2004 63% [======================================= ] 1272/2004 63% [======================================= ] 1273/2004 63% [======================================= ] 1274/2004 63% [======================================= ] 1275/2004 63% [======================================= ] 1276/2004 63% [======================================= ] 1277/2004 63% [======================================= ] 1278/2004 63% [======================================= ] 1279/2004 63% [======================================= ] 1280/2004 63% [======================================= ] 1281/2004 63% [======================================= ] 1282/2004 63% [======================================= ] 1283/2004 64% [======================================= ] 1284/2004 64% [======================================= ] 1285/2004 64% [======================================= ] 1286/2004 64% [======================================= ] 1287/2004 64% [======================================= ] 1288/2004 64% [======================================= ] 1289/2004 64% [======================================= ] 1290/2004 64% [======================================= ] 1291/2004 64% [======================================= ] 1292/2004 64% [======================================== ] 1293/2004 64% [======================================== ] 1294/2004 64% [======================================== ] 1295/2004 64% [======================================== ] 1296/2004 64% [======================================== ] 1297/2004 64% [======================================== ] 1298/2004 64% [======================================== ] 1299/2004 64% [======================================== ] 1300/2004 64% [======================================== ] 1301/2004 64% [======================================== ] 1302/2004 64% [======================================== ] 1303/2004 65% [======================================== ] 1304/2004 65% [======================================== ] 1305/2004 65% [======================================== ] 1306/2004 65% [======================================== ] 1307/2004 65% [======================================== ] 1308/2004 65% [======================================== ] 1309/2004 65% [======================================== ] 1310/2004 65% [======================================== ] 1311/2004 65% [======================================== ] 1312/2004 65% [======================================== ] 1313/2004 65% [======================================== ] 1314/2004 65% [======================================== ] 1315/2004 65% [======================================== ] 1316/2004 65% [======================================== ] 1317/2004 65% [======================================== ] 1318/2004 65% [======================================== ] 1319/2004 65% [======================================== ] 1320/2004 65% [======================================== ] 1321/2004 65% [======================================== ] 1322/2004 65% [======================================== ] 1323/2004 66% [======================================== ] 1324/2004 66% [======================================== ] 1325/2004 66% [========================================= ] 1326/2004 66% [========================================= ] 1327/2004 66% [========================================= ] 1328/2004 66% [========================================= ] 1329/2004 66% [========================================= ] 1330/2004 66% [========================================= ] 1331/2004 66% [========================================= ] 1332/2004 66% [========================================= ] 1333/2004 66% [========================================= ] 1334/2004 66% [========================================= ] 1335/2004 66% [========================================= ] 1336/2004 66% [========================================= ] 1337/2004 66% [========================================= ] 1338/2004 66% [========================================= ] 1339/2004 66% [========================================= ] 1340/2004 66% [========================================= ] 1341/2004 66% [========================================= ] 1342/2004 66% [========================================= ] 1343/2004 67% [========================================= ] 1344/2004 67% [========================================= ] 1345/2004 67% [========================================= ] 1346/2004 67% [========================================= ] 1347/2004 67% [========================================= ] 1348/2004 67% [========================================= ] 1349/2004 67% [========================================= ] 1350/2004 67% [========================================= ] 1351/2004 67% [========================================= ] 1352/2004 67% [========================================= ] 1353/2004 67% [========================================= ] 1354/2004 67% [========================================= ] 1355/2004 67% [========================================= ] 1356/2004 67% [========================================= ] 1357/2004 67% [========================================== ] 1358/2004 67% [========================================== ] 1359/2004 67% [========================================== ] 1360/2004 67% [========================================== ] 1361/2004 67% [========================================== ] 1362/2004 67% [========================================== ] 1363/2004 68% [========================================== ] 1364/2004 68% [========================================== ] 1365/2004 68% [========================================== ] 1366/2004 68% [========================================== ] 1367/2004 68% [========================================== ] 1368/2004 68% [========================================== ] 1369/2004 68% [========================================== ] 1370/2004 68% [========================================== ] 1371/2004 68% [========================================== ] 1372/2004 68% [========================================== ] 1373/2004 68% [========================================== ] 1374/2004 68% [========================================== ] 1375/2004 68% [========================================== ] 1376/2004 68% [========================================== ] 1377/2004 68% [========================================== ] 1378/2004 68% [========================================== ] 1379/2004 68% [========================================== ] 1380/2004 68% [========================================== ] 1381/2004 68% [========================================== ] 1382/2004 68% [========================================== ] 1383/2004 69% [========================================== ] 1384/2004 69% [========================================== ] 1385/2004 69% [========================================== ] 1386/2004 69% [========================================== ] 1387/2004 69% [========================================== ] 1388/2004 69% [========================================== ] 1389/2004 69% [=========================================== ] 1390/2004 69% [=========================================== ] 1391/2004 69% [=========================================== ] 1392/2004 69% [=========================================== ] 1393/2004 69% [=========================================== ] 1394/2004 69% [=========================================== ] 1395/2004 69% [=========================================== ] 1396/2004 69% [=========================================== ] 1397/2004 69% [=========================================== ] 1398/2004 69% [=========================================== ] 1399/2004 69% [=========================================== ] 1400/2004 69% [=========================================== ] 1401/2004 69% [=========================================== ] 1402/2004 69% [=========================================== ] 1403/2004 70% [=========================================== ] 1404/2004 70% [=========================================== ] 1405/2004 70% [=========================================== ] 1406/2004 70% [=========================================== ] 1407/2004 70% [=========================================== ] 1408/2004 70% [=========================================== ] 1409/2004 70% [=========================================== ] 1410/2004 70% [=========================================== ] 1411/2004 70% [=========================================== ] 1412/2004 70% [=========================================== ] 1413/2004 70% [=========================================== ] 1414/2004 70% [=========================================== ] 1415/2004 70% [=========================================== ] 1416/2004 70% [=========================================== ] 1417/2004 70% [=========================================== ] 1418/2004 70% [=========================================== ] 1419/2004 70% [=========================================== ] 1420/2004 70% [=========================================== ] 1421/2004 70% [=========================================== ] 1422/2004 70% [============================================ ] 1423/2004 71% [============================================ ] 1424/2004 71% [============================================ ] 1425/2004 71% [============================================ ] 1426/2004 71% [============================================ ] 1427/2004 71% [============================================ ] 1428/2004 71% [============================================ ] 1429/2004 71% [============================================ ] 1430/2004 71% [============================================ ] 1431/2004 71% [============================================ ] 1432/2004 71% [============================================ ] 1433/2004 71% [============================================ ] 1434/2004 71% [============================================ ] 1435/2004 71% [============================================ ] 1436/2004 71% [============================================ ] 1437/2004 71% [============================================ ] 1438/2004 71% [============================================ ] 1439/2004 71% [============================================ ] 1440/2004 71% [============================================ ] 1441/2004 71% [============================================ ] 1442/2004 71% [============================================ ] 1443/2004 72% [============================================ ] 1444/2004 72% [============================================ ] 1445/2004 72% [============================================ ] 1446/2004 72% [============================================ ] 1447/2004 72% [============================================ ] 1448/2004 72% [============================================ ] 1449/2004 72% [============================================ ] 1450/2004 72% [============================================ ] 1451/2004 72% [============================================ ] 1452/2004 72% [============================================ ] 1453/2004 72% [============================================ ] 1454/2004 72% [============================================= ] 1455/2004 72% [============================================= ] 1456/2004 72% [============================================= ] 1457/2004 72% [============================================= ] 1458/2004 72% [============================================= ] 1459/2004 72% [============================================= ] 1460/2004 72% [============================================= ] 1461/2004 72% [============================================= ] 1462/2004 72% [============================================= ] 1463/2004 73% [============================================= ] 1464/2004 73% [============================================= ] 1465/2004 73% [============================================= ] 1466/2004 73% [============================================= ] 1467/2004 73% [============================================= ] 1468/2004 73% [============================================= ] 1469/2004 73% [============================================= ] 1470/2004 73% [============================================= ] 1471/2004 73% [============================================= ] 1472/2004 73% [============================================= ] 1473/2004 73% [============================================= ] 1474/2004 73% [============================================= ] 1475/2004 73% [============================================= ] 1476/2004 73% [============================================= ] 1477/2004 73% [============================================= ] 1478/2004 73% [============================================= ] 1479/2004 73% [============================================= ] 1480/2004 73% [============================================= ] 1481/2004 73% [============================================= ] 1482/2004 73% [============================================= ] 1483/2004 74% [============================================= ] 1484/2004 74% [============================================= ] 1485/2004 74% [============================================= ] 1486/2004 74% [============================================== ] 1487/2004 74% [============================================== ] 1488/2004 74% [============================================== ] 1489/2004 74% [============================================== ] 1490/2004 74% [============================================== ] 1491/2004 74% [============================================== ] 1492/2004 74% [============================================== ] 1493/2004 74% [============================================== ] 1494/2004 74% [============================================== ] 1495/2004 74% [============================================== ] 1496/2004 74% [============================================== ] 1497/2004 74% [============================================== ] 1498/2004 74% [============================================== ] 1499/2004 74% [============================================== ] 1500/2004 74% [============================================== ] 1501/2004 74% [============================================== ] 1502/2004 74% [============================================== ] 1503/2004 75% [============================================== ] 1504/2004 75% [============================================== ] 1505/2004 75% [============================================== ] 1506/2004 75% [============================================== ] 1507/2004 75% [============================================== ] 1508/2004 75% [============================================== ] 1509/2004 75% [============================================== ] 1510/2004 75% [============================================== ] 1511/2004 75% [============================================== ] 1512/2004 75% [============================================== ] 1513/2004 75% [============================================== ] 1514/2004 75% [============================================== ] 1515/2004 75% [============================================== ] 1516/2004 75% [============================================== ] 1517/2004 75% [============================================== ] 1518/2004 75% [============================================== ] 1519/2004 75% [=============================================== ] 1520/2004 75% [=============================================== ] 1521/2004 75% [=============================================== ] 1522/2004 75% [=============================================== ] 1523/2004 75% [=============================================== ] 1524/2004 76% [=============================================== ] 1525/2004 76% [=============================================== ] 1526/2004 76% [=============================================== ] 1527/2004 76% [=============================================== ] 1528/2004 76% [=============================================== ] 1529/2004 76% [=============================================== ] 1530/2004 76% [=============================================== ] 1531/2004 76% [=============================================== ] 1532/2004 76% [=============================================== ] 1533/2004 76% [=============================================== ] 1534/2004 76% [=============================================== ] 1535/2004 76% [=============================================== ] 1536/2004 76% [=============================================== ] 1537/2004 76% [=============================================== ] 1538/2004 76% [=============================================== ] 1539/2004 76% [=============================================== ] 1540/2004 76% [=============================================== ] 1541/2004 76% [=============================================== ] 1542/2004 76% [=============================================== ] 1543/2004 76% [=============================================== ] 1544/2004 77% [=============================================== ] 1545/2004 77% [=============================================== ] 1546/2004 77% [=============================================== ] 1547/2004 77% [=============================================== ] 1548/2004 77% [=============================================== ] 1549/2004 77% [=============================================== ] 1550/2004 77% [=============================================== ] 1551/2004 77% [================================================ ] 1552/2004 77% [================================================ ] 1553/2004 77% [================================================ ] 1554/2004 77% [================================================ ] 1555/2004 77% [================================================ ] 1556/2004 77% [================================================ ] 1557/2004 77% [================================================ ] 1558/2004 77% [================================================ ] 1559/2004 77% [================================================ ] 1560/2004 77% [================================================ ] 1561/2004 77% [================================================ ] 1562/2004 77% [================================================ ] 1563/2004 77% [================================================ ] 1564/2004 78% [================================================ ] 1565/2004 78% [================================================ ] 1566/2004 78% [================================================ ] 1567/2004 78% [================================================ ] 1568/2004 78% [================================================ ] 1569/2004 78% [================================================ ] 1570/2004 78% [================================================ ] 1571/2004 78% [================================================ ] 1572/2004 78% [================================================ ] 1573/2004 78% [================================================ ] 1574/2004 78% [================================================ ] 1575/2004 78% [================================================ ] 1576/2004 78% [================================================ ] 1577/2004 78% [================================================ ] 1578/2004 78% [================================================ ] 1579/2004 78% [================================================ ] 1580/2004 78% [================================================ ] 1581/2004 78% [================================================ ] 1582/2004 78% [================================================ ] 1583/2004 78% [================================================= ] 1584/2004 79% [================================================= ] 1585/2004 79% [================================================= ] 1586/2004 79% [================================================= ] 1587/2004 79% [================================================= ] 1588/2004 79% [================================================= ] 1589/2004 79% [================================================= ] 1590/2004 79% [================================================= ] 1591/2004 79% [================================================= ] 1592/2004 79% [================================================= ] 1593/2004 79% [================================================= ] 1594/2004 79% [================================================= ] 1595/2004 79% [================================================= ] 1596/2004 79% [================================================= ] 1597/2004 79% [================================================= ] 1598/2004 79% [================================================= ] 1599/2004 79% [================================================= ] 1600/2004 79% [================================================= ] 1601/2004 79% [================================================= ] 1602/2004 79% [================================================= ] 1603/2004 79% [================================================= ] 1604/2004 80% [================================================= ] 1605/2004 80% [================================================= ] 1606/2004 80% [================================================= ] 1607/2004 80% [================================================= ] 1608/2004 80% [================================================= ] 1609/2004 80% [================================================= ] 1610/2004 80% [================================================= ] 1611/2004 80% [================================================= ] 1612/2004 80% [================================================= ] 1613/2004 80% [================================================= ] 1614/2004 80% [================================================= ] 1615/2004 80% [================================================= ] 1616/2004 80% [================================================== ] 1617/2004 80% [================================================== ] 1618/2004 80% [================================================== ] 1619/2004 80% [================================================== ] 1620/2004 80% [================================================== ] 1621/2004 80% [================================================== ] 1622/2004 80% [================================================== ] 1623/2004 80% [================================================== ] 1624/2004 81% [================================================== ] 1625/2004 81% [================================================== ] 1626/2004 81% [================================================== ] 1627/2004 81% [================================================== ] 1628/2004 81% [================================================== ] 1629/2004 81% [================================================== ] 1630/2004 81% [================================================== ] 1631/2004 81% [================================================== ] 1632/2004 81% [================================================== ] 1633/2004 81% [================================================== ] 1634/2004 81% [================================================== ] 1635/2004 81% [================================================== ] 1636/2004 81% [================================================== ] 1637/2004 81% [================================================== ] 1638/2004 81% [================================================== ] 1639/2004 81% [================================================== ] 1640/2004 81% [================================================== ] 1641/2004 81% [================================================== ] 1642/2004 81% [================================================== ] 1643/2004 81% [================================================== ] 1644/2004 82% [================================================== ] 1645/2004 82% [================================================== ] 1646/2004 82% [================================================== ] 1647/2004 82% [================================================== ] 1648/2004 82% [=================================================== ] 1649/2004 82% [=================================================== ] 1650/2004 82% [=================================================== ] 1651/2004 82% [=================================================== ] 1652/2004 82% [=================================================== ] 1653/2004 82% [=================================================== ] 1654/2004 82% [=================================================== ] 1655/2004 82% [=================================================== ] 1656/2004 82% [=================================================== ] 1657/2004 82% [=================================================== ] 1658/2004 82% [=================================================== ] 1659/2004 82% [=================================================== ] 1660/2004 82% [=================================================== ] 1661/2004 82% [=================================================== ] 1662/2004 82% [=================================================== ] 1663/2004 82% [=================================================== ] 1664/2004 83% [=================================================== ] 1665/2004 83% [=================================================== ] 1666/2004 83% [=================================================== ] 1667/2004 83% [=================================================== ] 1668/2004 83% [=================================================== ] 1669/2004 83% [=================================================== ] 1670/2004 83% [=================================================== ] 1671/2004 83% [=================================================== ] 1672/2004 83% [=================================================== ] 1673/2004 83% [=================================================== ] 1674/2004 83% [=================================================== ] 1675/2004 83% [=================================================== ] 1676/2004 83% [=================================================== ] 1677/2004 83% [=================================================== ] 1678/2004 83% [=================================================== ] 1679/2004 83% [=================================================== ] 1680/2004 83% [==================================================== ] 1681/2004 83% [==================================================== ] 1682/2004 83% [==================================================== ] 1683/2004 83% [==================================================== ] 1684/2004 84% [==================================================== ] 1685/2004 84% [==================================================== ] 1686/2004 84% [==================================================== ] 1687/2004 84% [==================================================== ] 1688/2004 84% [==================================================== ] 1689/2004 84% [==================================================== ] 1690/2004 84% [==================================================== ] 1691/2004 84% [==================================================== ] 1692/2004 84% [==================================================== ] 1693/2004 84% [==================================================== ] 1694/2004 84% [==================================================== ] 1695/2004 84% [==================================================== ] 1696/2004 84% [==================================================== ] 1697/2004 84% [==================================================== ] 1698/2004 84% [==================================================== ] 1699/2004 84% [==================================================== ] 1700/2004 84% [==================================================== ] 1701/2004 84% [==================================================== ] 1702/2004 84% [==================================================== ] 1703/2004 84% [==================================================== ] 1704/2004 85% [==================================================== ] 1705/2004 85% [==================================================== ] 1706/2004 85% [==================================================== ] 1707/2004 85% [==================================================== ] 1708/2004 85% [==================================================== ] 1709/2004 85% [==================================================== ] 1710/2004 85% [==================================================== ] 1711/2004 85% [==================================================== ] 1712/2004 85% [==================================================== ] 1713/2004 85% [===================================================== ] 1714/2004 85% [===================================================== ] 1715/2004 85% [===================================================== ] 1716/2004 85% [===================================================== ] 1717/2004 85% [===================================================== ] 1718/2004 85% [===================================================== ] 1719/2004 85% [===================================================== ] 1720/2004 85% [===================================================== ] 1721/2004 85% [===================================================== ] 1722/2004 85% [===================================================== ] 1723/2004 85% [===================================================== ] 1724/2004 86% [===================================================== ] 1725/2004 86% [===================================================== ] 1726/2004 86% [===================================================== ] 1727/2004 86% [===================================================== ] 1728/2004 86% [===================================================== ] 1729/2004 86% [===================================================== ] 1730/2004 86% [===================================================== ] 1731/2004 86% [===================================================== ] 1732/2004 86% [===================================================== ] 1733/2004 86% [===================================================== ] 1734/2004 86% [===================================================== ] 1735/2004 86% [===================================================== ] 1736/2004 86% [===================================================== ] 1737/2004 86% [===================================================== ] 1738/2004 86% [===================================================== ] 1739/2004 86% [===================================================== ] 1740/2004 86% [===================================================== ] 1741/2004 86% [===================================================== ] 1742/2004 86% [===================================================== ] 1743/2004 86% [===================================================== ] 1744/2004 87% [===================================================== ] 1745/2004 87% [====================================================== ] 1746/2004 87% [====================================================== ] 1747/2004 87% [====================================================== ] 1748/2004 87% [====================================================== ] 1749/2004 87% [====================================================== ] 1750/2004 87% [====================================================== ] 1751/2004 87% [====================================================== ] 1752/2004 87% [====================================================== ] 1753/2004 87% [====================================================== ] 1754/2004 87% [====================================================== ] 1755/2004 87% [====================================================== ] 1756/2004 87% [====================================================== ] 1757/2004 87% [====================================================== ] 1758/2004 87% [====================================================== ] 1759/2004 87% [====================================================== ] 1760/2004 87% [====================================================== ] 1761/2004 87% [====================================================== ] 1762/2004 87% [====================================================== ] 1763/2004 87% [====================================================== ] 1764/2004 88% [====================================================== ] 1765/2004 88% [====================================================== ] 1766/2004 88% [====================================================== ] 1767/2004 88% [====================================================== ] 1768/2004 88% [====================================================== ] 1769/2004 88% [====================================================== ] 1770/2004 88% [====================================================== ] 1771/2004 88% [====================================================== ] 1772/2004 88% [====================================================== ] 1773/2004 88% [====================================================== ] 1774/2004 88% [====================================================== ] 1775/2004 88% [====================================================== ] 1776/2004 88% [====================================================== ] 1777/2004 88% [======================================================= ] 1778/2004 88% [======================================================= ] 1779/2004 88% [======================================================= ] 1780/2004 88% [======================================================= ] 1781/2004 88% [======================================================= ] 1782/2004 88% [======================================================= ] 1783/2004 88% [======================================================= ] 1784/2004 89% [======================================================= ] 1785/2004 89% [======================================================= ] 1786/2004 89% [======================================================= ] 1787/2004 89% [======================================================= ] 1788/2004 89% [======================================================= ] 1789/2004 89% [======================================================= ] 1790/2004 89% [======================================================= ] 1791/2004 89% [======================================================= ] 1792/2004 89% [======================================================= ] 1793/2004 89% [======================================================= ] 1794/2004 89% [======================================================= ] 1795/2004 89% [======================================================= ] 1796/2004 89% [======================================================= ] 1797/2004 89% [======================================================= ] 1798/2004 89% [======================================================= ] 1799/2004 89% [======================================================= ] 1800/2004 89% [======================================================= ] 1801/2004 89% [======================================================= ] 1802/2004 89% [======================================================= ] 1803/2004 89% [======================================================= ] 1804/2004 90% [======================================================= ] 1805/2004 90% [======================================================= ] 1806/2004 90% [======================================================= ] 1807/2004 90% [======================================================= ] 1808/2004 90% [======================================================= ] 1809/2004 90% [======================================================= ] 1810/2004 90% [======================================================== ] 1811/2004 90% [======================================================== ] 1812/2004 90% [======================================================== ] 1813/2004 90% [======================================================== ] 1814/2004 90% [======================================================== ] 1815/2004 90% [======================================================== ] 1816/2004 90% [======================================================== ] 1817/2004 90% [======================================================== ] 1818/2004 90% [======================================================== ] 1819/2004 90% [======================================================== ] 1820/2004 90% [======================================================== ] 1821/2004 90% [======================================================== ] 1822/2004 90% [======================================================== ] 1823/2004 90% [======================================================== ] 1824/2004 91% [======================================================== ] 1825/2004 91% [======================================================== ] 1826/2004 91% [======================================================== ] 1827/2004 91% [======================================================== ] 1828/2004 91% [======================================================== ] 1829/2004 91% [======================================================== ] 1830/2004 91% [======================================================== ] 1831/2004 91% [======================================================== ] 1832/2004 91% [======================================================== ] 1833/2004 91% [======================================================== ] 1834/2004 91% [======================================================== ] 1835/2004 91% [======================================================== ] 1836/2004 91% [======================================================== ] 1837/2004 91% [======================================================== ] 1838/2004 91% [======================================================== ] 1839/2004 91% [======================================================== ] 1840/2004 91% [======================================================== ] 1841/2004 91% [======================================================== ] 1842/2004 91% [========================================================= ] 1843/2004 91% [========================================================= ] 1844/2004 92% [========================================================= ] 1845/2004 92% [========================================================= ] 1846/2004 92% [========================================================= ] 1847/2004 92% [========================================================= ] 1848/2004 92% [========================================================= ] 1849/2004 92% [========================================================= ] 1850/2004 92% [========================================================= ] 1851/2004 92% [========================================================= ] 1852/2004 92% [========================================================= ] 1853/2004 92% [========================================================= ] 1854/2004 92% [========================================================= ] 1855/2004 92% [========================================================= ] 1856/2004 92% [========================================================= ] 1857/2004 92% [========================================================= ] 1858/2004 92% [========================================================= ] 1859/2004 92% [========================================================= ] 1860/2004 92% [========================================================= ] 1861/2004 92% [========================================================= ] 1862/2004 92% [========================================================= ] 1863/2004 92% [========================================================= ] 1864/2004 93% [========================================================= ] 1865/2004 93% [========================================================= ] 1866/2004 93% [========================================================= ] 1867/2004 93% [========================================================= ] 1868/2004 93% [========================================================= ] 1869/2004 93% [========================================================= ] 1870/2004 93% [========================================================= ] 1871/2004 93% [========================================================= ] 1872/2004 93% [========================================================= ] 1873/2004 93% [========================================================= ] 1874/2004 93% [========================================================== ] 1875/2004 93% [========================================================== ] 1876/2004 93% [========================================================== ] 1877/2004 93% [========================================================== ] 1878/2004 93% [========================================================== ] 1879/2004 93% [========================================================== ] 1880/2004 93% [========================================================== ] 1881/2004 93% [========================================================== ] 1882/2004 93% [========================================================== ] 1883/2004 93% [========================================================== ] 1884/2004 94% [========================================================== ] 1885/2004 94% [========================================================== ] 1886/2004 94% [========================================================== ] 1887/2004 94% [========================================================== ] 1888/2004 94% [========================================================== ] 1889/2004 94% [========================================================== ] 1890/2004 94% [========================================================== ] 1891/2004 94% [========================================================== ] 1892/2004 94% [========================================================== ] 1893/2004 94% [========================================================== ] 1894/2004 94% [========================================================== ] 1895/2004 94% [========================================================== ] 1896/2004 94% [========================================================== ] 1897/2004 94% [========================================================== ] 1898/2004 94% [========================================================== ] 1899/2004 94% [========================================================== ] 1900/2004 94% [========================================================== ] 1901/2004 94% [========================================================== ] 1902/2004 94% [========================================================== ] 1903/2004 94% [========================================================== ] 1904/2004 95% [========================================================== ] 1905/2004 95% [========================================================== ] 1906/2004 95% [========================================================== ] 1907/2004 95% [=========================================================== ] 1908/2004 95% [=========================================================== ] 1909/2004 95% [=========================================================== ] 1910/2004 95% [=========================================================== ] 1911/2004 95% [=========================================================== ] 1912/2004 95% [=========================================================== ] 1913/2004 95% [=========================================================== ] 1914/2004 95% [=========================================================== ] 1915/2004 95% [=========================================================== ] 1916/2004 95% [=========================================================== ] 1917/2004 95% [=========================================================== ] 1918/2004 95% [=========================================================== ] 1919/2004 95% [=========================================================== ] 1920/2004 95% [=========================================================== ] 1921/2004 95% [=========================================================== ] 1922/2004 95% [=========================================================== ] 1923/2004 95% [=========================================================== ] 1924/2004 96% [=========================================================== ] 1925/2004 96% [=========================================================== ] 1926/2004 96% [=========================================================== ] 1927/2004 96% [=========================================================== ] 1928/2004 96% [=========================================================== ] 1929/2004 96% [=========================================================== ] 1930/2004 96% [=========================================================== ] 1931/2004 96% [=========================================================== ] 1932/2004 96% [=========================================================== ] 1933/2004 96% [=========================================================== ] 1934/2004 96% [=========================================================== ] 1935/2004 96% [=========================================================== ] 1936/2004 96% [=========================================================== ] 1937/2004 96% [=========================================================== ] 1938/2004 96% [=========================================================== ] 1939/2004 96% [============================================================ ] 1940/2004 96% [============================================================ ] 1941/2004 96% [============================================================ ] 1942/2004 96% [============================================================ ] 1943/2004 96% [============================================================ ] 1944/2004 97% [============================================================ ] 1945/2004 97% [============================================================ ] 1946/2004 97% [============================================================ ] 1947/2004 97% [============================================================ ] 1948/2004 97% [============================================================ ] 1949/2004 97% [============================================================ ] 1950/2004 97% [============================================================ ] 1951/2004 97% [============================================================ ] 1952/2004 97% [============================================================ ] 1953/2004 97% [============================================================ ] 1954/2004 97% [============================================================ ] 1955/2004 97% [============================================================ ] 1956/2004 97% [============================================================ ] 1957/2004 97% [============================================================ ] 1958/2004 97% [============================================================ ] 1959/2004 97% [============================================================ ] 1960/2004 97% [============================================================ ] 1961/2004 97% [============================================================ ] 1962/2004 97% [============================================================ ] 1963/2004 97% [============================================================ ] 1964/2004 98% [============================================================ ] 1965/2004 98% [============================================================ ] 1966/2004 98% [============================================================ ] 1967/2004 98% [============================================================ ] 1968/2004 98% [============================================================ ] 1969/2004 98% [============================================================ ] 1970/2004 98% [============================================================ ] 1971/2004 98% [============================================================= ] 1972/2004 98% [============================================================= ] 1973/2004 98% [============================================================= ] 1974/2004 98% [============================================================= ] 1975/2004 98% [============================================================= ] 1976/2004 98% [============================================================= ] 1977/2004 98% [============================================================= ] 1978/2004 98% [============================================================= ] 1979/2004 98% [============================================================= ] 1980/2004 98% [============================================================= ] 1981/2004 98% [============================================================= ] 1982/2004 98% [============================================================= ] 1983/2004 98% [============================================================= ] 1984/2004 99% [============================================================= ] 1985/2004 99% [============================================================= ] 1986/2004 99% [============================================================= ] 1987/2004 99% [============================================================= ] 1988/2004 99% [============================================================= ] 1989/2004 99% [============================================================= ] 1990/2004 99% [============================================================= ] 1991/2004 99% [============================================================= ] 1992/2004 99% [============================================================= ] 1993/2004 99% [============================================================= ] 1994/2004 99% [============================================================= ] 1995/2004 99% [============================================================= ] 1996/2004 99% [============================================================= ] 1997/2004 99% [============================================================= ] 1998/2004 99% [============================================================= ] 1999/2004 99% [============================================================= ] 2000/2004 99% [============================================================= ] 2001/2004 99% [============================================================= ] 2002/2004 99% [============================================================= ] 2003/2004 99% [==============================================================] 2004/2004 100% operation complete, 2004 objects in 34065 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/i686-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2021.05-7148-g2ebf652589 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 4.14.287 Collecting legal info >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-python3 3.10.5 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> darkhttpd 1.13 Collecting legal info darkhttpd.c: OK (sha256: 44e784df460954c7760e2eeae69aecb12a3d23ca1c0a4f6047c3c6452b2e2f49) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dav1d 1.0.0 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> host-meson 0.63.0 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.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-nasm 2.15.05 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> dehydrated 0.7.0 Collecting legal info LICENSE: OK (sha256: b4583b7dd07e3e2a08906de38e7e329d41f921ed9dcb6310b3886e013a6b8723) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dhrystone 2 Collecting legal info >>> dovecot 2.3.19.1 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ipcalc 1.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iperf3 3.10.1 Collecting legal info LICENSE: OK (sha256: 0e1cb1921904626f0d3e86cacc0e28333140f0f9957267cff0b9d185645743ed) >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> 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) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmdbx 0.11.8 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libqb 2.0.3 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libseccomp 2.5.4 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> lldpd 1.0.9 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mender-artifact 3.8.0 Collecting legal info LICENSE: OK (sha256: 1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b) LIC_FILES_CHKSUM.sha256: OK (sha256: b8462a14975e30fb0dff14ed50e7563e833ccce13c2aa93f95386ffe877ed673) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/mendersoftware/progressbar/LICENSE: OK (sha256: 8f5d89b47d7a05a199b77b7e0f362dad391d451ebda4ef48ba11c50c071564c7) vendor/google.golang.org/genproto/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/grpc/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/appengine/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/kms/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/iam/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/compute/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/go.opencensus.io/LICENSE: OK (sha256: 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd) vendor/github.com/golang/groupcache/LICENSE: OK (sha256: 73ba74dfaa520b49a401b5d21459a8523a146f3b7518a833eea5efa85130bf68) vendor/gopkg.in/square/go-jose.v2/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/oklog/run/LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: 87640bc4df2ceb1559f268a3db1ba859ab780f7ba5b1b4545173d4680a3d918b) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 0d9e582ee4bff57bf1189c9e514e6da7ce277f9cd3bc2d488b22fbb39a6d87cf) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/google/go-cmp/LICENSE: OK (sha256: 17b5d209ba8f9684257ecfcff87df6ceda6194143a8fbd074f29727cff6f0c40) vendor/golang.org/x/net/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/oauth2/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/text/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/time/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/google.golang.org/api/LICENSE: OK (sha256: 110244b02140866ee37d17fa7449436a377ec3b85a481fbb208f4c87964382de) vendor/google.golang.org/api/internal/third_party/uritemplates/LICENSE: OK (sha256: fc0a2f71df4e8f047902da53d1f85301be43e0f360fc167057a2d04658ed2ba9) vendor/google.golang.org/protobuf/LICENSE: OK (sha256: 4835612df0098ca95f8e7d9e3bffcb02358d435dbb38057c844c99d7f725eb20) vendor/github.com/golang/protobuf/LICENSE: OK (sha256: 8778a9fc1eaffb03ab873caae251df2d224f6b5502be8777d3cd573a4dd43903) vendor/github.com/googleapis/gax-go/v2/LICENSE: OK (sha256: b95218cd9607855a6536384c0262922b30a0c2bf56e4ced790240f3a3bac4722) vendor/github.com/golang/snappy/LICENSE: OK (sha256: f69f157b0be75da373605dbc8bbf142e8924ee82d8f44f11bcaf351335bf98cf) vendor/gopkg.in/square/go-jose.v2/json/LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) vendor/github.com/pierrec/lz4/LICENSE: OK (sha256: 6a358d2540ca14048f02d366f23787c0a480157e58f058113f0e27168dd4e447) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 6d2de1cde19c4d2bd8bcd9aaa1d581f4cfa3db9cf71896140330eaa2f2687685) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) vendor/github.com/mattn/go-isatty/LICENSE: OK (sha256: 08eab1118c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1) vendor/github.com/klauspost/cpuid/v2/LICENSE: OK (sha256: 5d966570d7a442d4e969892860a914e542c97f262c873baee8f0aa48e1f40212) vendor/go.uber.org/atomic/LICENSE.txt: OK (sha256: edbb5a4d165ac69376c765b551c0662ff42bea87e1f1eda85f42ac90c34b09d0) vendor/github.com/mitchellh/go-homedir/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/go-testing-interface/LICENSE: OK (sha256: f48b778b7fccb6650f915cf4527c941a9578f8876a2911d035c4e44641a916be) vendor/github.com/mitchellh/mapstructure/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/copystructure/LICENSE: OK (sha256: 3c377fad2e5ae1d7081c7c2f16da867a87cca1d1f5f1aa7ed0b8a16bb553142a) vendor/github.com/mitchellh/reflectwalk/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/ryanuber/go-glob/LICENSE: OK (sha256: 38049e50b486f5394e40b786388f4a006401996e46c7c1cd18925afe7c3b4e34) vendor/github.com/mattn/go-colorable/LICENSE: OK (sha256: 88a2379b3ca34bf5c57127aff9dcb802bbb60ece0805cdbda65b3bd115f971d9) vendor/github.com/fatih/color/LICENSE.md: OK (sha256: de95ed802d2f90e3c72cb3c9a927cca5f2aec234a3ef1250232db0f8178b2d93) vendor/github.com/armon/go-radix/LICENSE: OK (sha256: 831892cd31b9eef0311bb1de9014527ef5d3592eed7add1f9f829510d2065e62) vendor/github.com/armon/go-metrics/LICENSE: OK (sha256: d0bb61dd59b6d59021893751bdd1205ee88c8206dcabd6b4c68d35b94ee19750) vendor/github.com/cenkalti/backoff/v3/LICENSE: OK (sha256: 5c0476add4c38b55d0ed5ac11b85e00c38f26e1caee20dfe3ab58190103d1fbc) vendor/github.com/hashicorp/go-hclog/LICENSE: OK (sha256: b8ce983c0e0b1410115d42b65d5471b3666a8d4f4334a52f29f457a39a71b463) vendor/github.com/hashicorp/go-secure-stdlib/strutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-secure-stdlib/parseutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/errwrap/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/hcl/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-cleanhttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-version/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-rootcerts/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-retryablehttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-uuid/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-plugin/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/go-sockaddr/LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) vendor/github.com/hashicorp/vault/sdk/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/vault/api/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/yamux/LICENSE: OK (sha256: 812e9d96e900a093ae4d1d3f22c5f82f568a0a0461c3007a99d00573d41c5461) vendor/github.com/hashicorp/go-immutable-radix/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-multierror/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/golang-lru/LICENSE: OK (sha256: af175b9d96ee93c21a036152e1b905b0b95304d4ae8c2c921c7609100ba8df7e) >>> host-go 1.18.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> paho-mqtt-c 1.3.10 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> privoxy 3.0.33 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> procps-ng 3.3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sudo 1.9.11p2 Collecting legal info LICENSE.md: OK (sha256: cf3a83366f9aabfd76d693ce03843106fcaaf6c76dfa97610f7c0b719a06e6bb) >>> tcf-agent 1.7.0 Collecting legal info agent/edl-v10.html: OK (sha256: f82d01b74a513bd3504d08136026a5ac2a7e6ff62ebcde391fa74aa222d11ce0) >>> 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) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> usbredir 0.12.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zlog 1.2.15 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.287: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'