rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-6/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-6/output-1/host/bin/mips64-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-6/output-1/host/bin/mips64-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-983-gcc6e9231c8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n saned -1 saned -1 * /etc/sane.d - - Saned User\n\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.squashfs -noappend -processors 1 -b 32K -nopad -comp lzo\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-6/output-1/images/rootfs.squashfs, block size 32768. [=============================================================-] 6547/6547 100% Exportable Squashfs 4.0 filesystem, lzo compressed, data block size 32768 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 158529.46 Kbytes (154.81 Mbytes) 82.28% of uncompressed filesystem size (192673.09 Kbytes) Inode table size 26455 bytes (25.83 Kbytes) 34.91% of uncompressed inode table size (75773 bytes) Directory table size 16459 bytes (16.07 Kbytes) 55.14% of uncompressed directory table size (29847 bytes) Number of duplicate files found 30 Number of inodes 1445 Number of files 748 Number of fragments 136 Number of symbolic links 603 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 94 Number of ids (unique uids + gids) 5 Number of uids 4 root (0) unknown (100) unknown (101) http (33) Number of gids 4 root (0) unknown (101) unknown (102) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1445 objects. stage 2: creating image '/home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/1445 0% [ ] 2/1445 0% [ ] 3/1445 0% [ ] 4/1445 0% [ ] 5/1445 0% [ ] 6/1445 0% [ ] 7/1445 0% [ ] 8/1445 0% [ ] 9/1445 0% [ ] 10/1445 0% [ ] 11/1445 0% [ ] 12/1445 0% [ ] 13/1445 0% [ ] 14/1445 0% [ ] 15/1445 1% [ ] 16/1445 1% [ ] 17/1445 1% [ ] 18/1445 1% [ ] 19/1445 1% [ ] 20/1445 1% [ ] 21/1445 1% [ ] 22/1445 1% [ ] 23/1445 1% [= ] 24/1445 1% [= ] 25/1445 1% [= ] 26/1445 1% [= ] 27/1445 1% [= ] 28/1445 1% [= ] 29/1445 2% [= ] 30/1445 2% [= ] 31/1445 2% [= ] 32/1445 2% [= ] 33/1445 2% [= ] 34/1445 2% [= ] 35/1445 2% [= ] 36/1445 2% [= ] 37/1445 2% [= ] 38/1445 2% [= ] 39/1445 2% [= ] 40/1445 2% [= ] 41/1445 2% [= ] 42/1445 2% [= ] 43/1445 2% [= ] 44/1445 3% [= ] 45/1445 3% [= ] 46/1445 3% [== ] 47/1445 3% [== ] 48/1445 3% [== ] 49/1445 3% [== ] 50/1445 3% [== ] 51/1445 3% [== ] 52/1445 3% [== ] 53/1445 3% [== ] 54/1445 3% [== ] 55/1445 3% [== ] 56/1445 3% [== ] 57/1445 3% [== ] 58/1445 4% [== ] 59/1445 4% [== ] 60/1445 4% [== ] 61/1445 4% [== ] 62/1445 4% [== ] 63/1445 4% [== ] 64/1445 4% [== ] 65/1445 4% [== ] 66/1445 4% [== ] 67/1445 4% [== ] 68/1445 4% [== ] 69/1445 4% [=== ] 70/1445 4% [=== ] 71/1445 4% [=== ] 72/1445 4% [=== ] 73/1445 5% [=== ] 74/1445 5% [=== ] 75/1445 5% [=== ] 76/1445 5% [=== ] 77/1445 5% [=== ] 78/1445 5% [=== ] 79/1445 5% [=== ] 80/1445 5% [=== ] 81/1445 5% [=== ] 82/1445 5% [=== ] 83/1445 5% [=== ] 84/1445 5% [=== ] 85/1445 5% [=== ] 86/1445 5% [=== ] 87/1445 6% [=== ] 88/1445 6% [=== ] 89/1445 6% [=== ] 90/1445 6% [=== ] 91/1445 6% [=== ] 92/1445 6% [=== ] 93/1445 6% [==== ] 94/1445 6% [==== ] 95/1445 6% [==== ] 96/1445 6% [==== ] 97/1445 6% [==== ] 98/1445 6% [==== ] 99/1445 6% [==== ] 100/1445 6% [==== ] 101/1445 6% [==== ] 102/1445 7% [==== ] 103/1445 7% [==== ] 104/1445 7% [==== ] 105/1445 7% [==== ] 106/1445 7% [==== ] 107/1445 7% [==== ] 108/1445 7% [==== ] 109/1445 7% [==== ] 110/1445 7% [==== ] 111/1445 7% [==== ] 112/1445 7% [==== ] 113/1445 7% [==== ] 114/1445 7% [==== ] 115/1445 7% [==== ] 116/1445 8% [===== ] 117/1445 8% [===== ] 118/1445 8% [===== ] 119/1445 8% [===== ] 120/1445 8% [===== ] 121/1445 8% [===== ] 122/1445 8% [===== ] 123/1445 8% [===== ] 124/1445 8% [===== ] 125/1445 8% [===== ] 126/1445 8% [===== ] 127/1445 8% [===== ] 128/1445 8% [===== ] 129/1445 8% [===== ] 130/1445 8% [===== ] 131/1445 9% [===== ] 132/1445 9% [===== ] 133/1445 9% [===== ] 134/1445 9% [===== ] 135/1445 9% [===== ] 136/1445 9% [===== ] 137/1445 9% [===== ] 138/1445 9% [===== ] 139/1445 9% [====== ] 140/1445 9% [====== ] 141/1445 9% [====== ] 142/1445 9% [====== ] 143/1445 9% [====== ] 144/1445 9% [====== ] 145/1445 10% [====== ] 146/1445 10% [====== ] 147/1445 10% [====== ] 148/1445 10% [====== ] 149/1445 10% [====== ] 150/1445 10% [====== ] 151/1445 10% [====== ] 152/1445 10% [====== ] 153/1445 10% [====== ] 154/1445 10% [====== ] 155/1445 10% [====== ] 156/1445 10% [====== ] 157/1445 10% [====== ] 158/1445 10% [====== ] 159/1445 11% [====== ] 160/1445 11% [====== ] 161/1445 11% [====== ] 162/1445 11% [====== ] 163/1445 11% [======= ] 164/1445 11% [======= ] 165/1445 11% [======= ] 166/1445 11% [======= ] 167/1445 11% [======= ] 168/1445 11% [======= ] 169/1445 11% [======= ] 170/1445 11% [======= ] 171/1445 11% [======= ] 172/1445 11% [======= ] 173/1445 11% [======= ] 174/1445 12% [======= ] 175/1445 12% [======= ] 176/1445 12% [======= ] 177/1445 12% [======= ] 178/1445 12% [======= ] 179/1445 12% [======= ] 180/1445 12% [======= ] 181/1445 12% [======= ] 182/1445 12% [======= ] 183/1445 12% [======= ] 184/1445 12% [======= ] 185/1445 12% [======= ] 186/1445 12% [======== ] 187/1445 12% [======== ] 188/1445 13% [======== ] 189/1445 13% [======== ] 190/1445 13% [======== ] 191/1445 13% [======== ] 192/1445 13% [======== ] 193/1445 13% [======== ] 194/1445 13% [======== ] 195/1445 13% [======== ] 196/1445 13% [======== ] 197/1445 13% [======== ] 198/1445 13% [======== ] 199/1445 13% [======== ] 200/1445 13% [======== ] 201/1445 13% [======== ] 202/1445 13% [======== ] 203/1445 14% [======== ] 204/1445 14% [======== ] 205/1445 14% [======== ] 206/1445 14% [======== ] 207/1445 14% [======== ] 208/1445 14% [======== ] 209/1445 14% [========= ] 210/1445 14% [========= ] 211/1445 14% [========= ] 212/1445 14% [========= ] 213/1445 14% [========= ] 214/1445 14% [========= ] 215/1445 14% [========= ] 216/1445 14% [========= ] 217/1445 15% [========= ] 218/1445 15% [========= ] 219/1445 15% [========= ] 220/1445 15% [========= ] 221/1445 15% [========= ] 222/1445 15% [========= ] 223/1445 15% [========= ] 224/1445 15% [========= ] 225/1445 15% [========= ] 226/1445 15% [========= ] 227/1445 15% [========= ] 228/1445 15% [========= ] 229/1445 15% [========= ] 230/1445 15% [========= ] 231/1445 15% [========= ] 232/1445 16% [========= ] 233/1445 16% [========== ] 234/1445 16% [========== ] 235/1445 16% [========== ] 236/1445 16% [========== ] 237/1445 16% [========== ] 238/1445 16% [========== ] 239/1445 16% [========== ] 240/1445 16% [========== ] 241/1445 16% [========== ] 242/1445 16% [========== ] 243/1445 16% [========== ] 244/1445 16% [========== ] 245/1445 16% [========== ] 246/1445 17% [========== ] 247/1445 17% [========== ] 248/1445 17% [========== ] 249/1445 17% [========== ] 250/1445 17% [========== ] 251/1445 17% [========== ] 252/1445 17% [========== ] 253/1445 17% [========== ] 254/1445 17% [========== ] 255/1445 17% [========== ] 256/1445 17% [=========== ] 257/1445 17% [=========== ] 258/1445 17% [=========== ] 259/1445 17% [=========== ] 260/1445 17% [=========== ] 261/1445 18% [=========== ] 262/1445 18% [=========== ] 263/1445 18% [=========== ] 264/1445 18% [=========== ] 265/1445 18% [=========== ] 266/1445 18% [=========== ] 267/1445 18% [=========== ] 268/1445 18% [=========== ] 269/1445 18% [=========== ] 270/1445 18% [=========== ] 271/1445 18% [=========== ] 272/1445 18% [=========== ] 273/1445 18% [=========== ] 274/1445 18% [=========== ] 275/1445 19% [=========== ] 276/1445 19% [=========== ] 277/1445 19% [=========== ] 278/1445 19% [=========== ] 279/1445 19% [============ ] 280/1445 19% [============ ] 281/1445 19% [============ ] 282/1445 19% [============ ] 283/1445 19% [============ ] 284/1445 19% [============ ] 285/1445 19% [============ ] 286/1445 19% [============ ] 287/1445 19% [============ ] 288/1445 19% [============ ] 289/1445 20% [============ ] 290/1445 20% [============ ] 291/1445 20% [============ ] 292/1445 20% [============ ] 293/1445 20% [============ ] 294/1445 20% [============ ] 295/1445 20% [============ ] 296/1445 20% [============ ] 297/1445 20% [============ ] 298/1445 20% [============ ] 299/1445 20% [============ ] 300/1445 20% [============ ] 301/1445 20% [============ ] 302/1445 20% [============= ] 303/1445 20% [============= ] 304/1445 21% [============= ] 305/1445 21% [============= ] 306/1445 21% [============= ] 307/1445 21% [============= ] 308/1445 21% [============= ] 309/1445 21% [============= ] 310/1445 21% [============= ] 311/1445 21% [============= ] 312/1445 21% [============= ] 313/1445 21% [============= ] 314/1445 21% [============= ] 315/1445 21% [============= ] 316/1445 21% [============= ] 317/1445 21% [============= ] 318/1445 22% [============= ] 319/1445 22% [============= ] 320/1445 22% [============= ] 321/1445 22% [============= ] 322/1445 22% [============= ] 323/1445 22% [============= ] 324/1445 22% [============= ] 325/1445 22% [============= ] 326/1445 22% [============== ] 327/1445 22% [============== ] 328/1445 22% [============== ] 329/1445 22% [============== ] 330/1445 22% [============== ] 331/1445 22% [============== ] 332/1445 22% [============== ] 333/1445 23% [============== ] 334/1445 23% [============== ] 335/1445 23% [============== ] 336/1445 23% [============== ] 337/1445 23% [============== ] 338/1445 23% [============== ] 339/1445 23% [============== ] 340/1445 23% [============== ] 341/1445 23% [============== ] 342/1445 23% [============== ] 343/1445 23% [============== ] 344/1445 23% [============== ] 345/1445 23% [============== ] 346/1445 23% [============== ] 347/1445 24% [============== ] 348/1445 24% [============== ] 349/1445 24% [=============== ] 350/1445 24% [=============== ] 351/1445 24% [=============== ] 352/1445 24% [=============== ] 353/1445 24% [=============== ] 354/1445 24% [=============== ] 355/1445 24% [=============== ] 356/1445 24% [=============== ] 357/1445 24% [=============== ] 358/1445 24% [=============== ] 359/1445 24% [=============== ] 360/1445 24% [=============== ] 361/1445 24% [=============== ] 362/1445 25% [=============== ] 363/1445 25% [=============== ] 364/1445 25% [=============== ] 365/1445 25% [=============== ] 366/1445 25% [=============== ] 367/1445 25% [=============== ] 368/1445 25% [=============== ] 369/1445 25% [=============== ] 370/1445 25% [=============== ] 371/1445 25% [=============== ] 372/1445 25% [================ ] 373/1445 25% [================ ] 374/1445 25% [================ ] 375/1445 25% [================ ] 376/1445 26% [================ ] 377/1445 26% [================ ] 378/1445 26% [================ ] 379/1445 26% [================ ] 380/1445 26% [================ ] 381/1445 26% [================ ] 382/1445 26% [================ ] 383/1445 26% [================ ] 384/1445 26% [================ ] 385/1445 26% [================ ] 386/1445 26% [================ ] 387/1445 26% [================ ] 388/1445 26% [================ ] 389/1445 26% [================ ] 390/1445 26% [================ ] 391/1445 27% [================ ] 392/1445 27% [================ ] 393/1445 27% [================ ] 394/1445 27% [================ ] 395/1445 27% [================ ] 396/1445 27% [================= ] 397/1445 27% [================= ] 398/1445 27% [================= ] 399/1445 27% [================= ] 400/1445 27% [================= ] 401/1445 27% [================= ] 402/1445 27% [================= ] 403/1445 27% [================= ] 404/1445 27% [================= ] 405/1445 28% [================= ] 406/1445 28% [================= ] 407/1445 28% [================= ] 408/1445 28% [================= ] 409/1445 28% [================= ] 410/1445 28% [================= ] 411/1445 28% [================= ] 412/1445 28% [================= ] 413/1445 28% [================= ] 414/1445 28% [================= ] 415/1445 28% [================= ] 416/1445 28% [================= ] 417/1445 28% [================= ] 418/1445 28% [================= ] 419/1445 28% [================== ] 420/1445 29% [================== ] 421/1445 29% [================== ] 422/1445 29% [================== ] 423/1445 29% [================== ] 424/1445 29% [================== ] 425/1445 29% [================== ] 426/1445 29% [================== ] 427/1445 29% [================== ] 428/1445 29% [================== ] 429/1445 29% [================== ] 430/1445 29% [================== ] 431/1445 29% [================== ] 432/1445 29% [================== ] 433/1445 29% [================== ] 434/1445 30% [================== ] 435/1445 30% [================== ] 436/1445 30% [================== ] 437/1445 30% [================== ] 438/1445 30% [================== ] 439/1445 30% [================== ] 440/1445 30% [================== ] 441/1445 30% [================== ] 442/1445 30% [=================== ] 443/1445 30% [=================== ] 444/1445 30% [=================== ] 445/1445 30% [=================== ] 446/1445 30% [=================== ] 447/1445 30% [=================== ] 448/1445 31% [=================== ] 449/1445 31% [=================== ] 450/1445 31% [=================== ] 451/1445 31% [=================== ] 452/1445 31% [=================== ] 453/1445 31% [=================== ] 454/1445 31% [=================== ] 455/1445 31% [=================== ] 456/1445 31% [=================== ] 457/1445 31% [=================== ] 458/1445 31% [=================== ] 459/1445 31% [=================== ] 460/1445 31% [=================== ] 461/1445 31% [=================== ] 462/1445 31% [=================== ] 463/1445 32% [=================== ] 464/1445 32% [=================== ] 465/1445 32% [=================== ] 466/1445 32% [==================== ] 467/1445 32% [==================== ] 468/1445 32% [==================== ] 469/1445 32% [==================== ] 470/1445 32% [==================== ] 471/1445 32% [==================== ] 472/1445 32% [==================== ] 473/1445 32% [==================== ] 474/1445 32% [==================== ] 475/1445 32% [==================== ] 476/1445 32% [==================== ] 477/1445 33% [==================== ] 478/1445 33% [==================== ] 479/1445 33% [==================== ] 480/1445 33% [==================== ] 481/1445 33% [==================== ] 482/1445 33% [==================== ] 483/1445 33% [==================== ] 484/1445 33% [==================== ] 485/1445 33% [==================== ] 486/1445 33% [==================== ] 487/1445 33% [==================== ] 488/1445 33% [==================== ] 489/1445 33% [===================== ] 490/1445 33% [===================== ] 491/1445 33% [===================== ] 492/1445 34% [===================== ] 493/1445 34% [===================== ] 494/1445 34% [===================== ] 495/1445 34% [===================== ] 496/1445 34% [===================== ] 497/1445 34% [===================== ] 498/1445 34% [===================== ] 499/1445 34% [===================== ] 500/1445 34% [===================== ] 501/1445 34% [===================== ] 502/1445 34% [===================== ] 503/1445 34% [===================== ] 504/1445 34% [===================== ] 505/1445 34% [===================== ] 506/1445 35% [===================== ] 507/1445 35% [===================== ] 508/1445 35% [===================== ] 509/1445 35% [===================== ] 510/1445 35% [===================== ] 511/1445 35% [===================== ] 512/1445 35% [====================== ] 513/1445 35% [====================== ] 514/1445 35% [====================== ] 515/1445 35% [====================== ] 516/1445 35% [====================== ] 517/1445 35% [====================== ] 518/1445 35% [====================== ] 519/1445 35% [====================== ] 520/1445 35% [====================== ] 521/1445 36% [====================== ] 522/1445 36% [====================== ] 523/1445 36% [====================== ] 524/1445 36% [====================== ] 525/1445 36% [====================== ] 526/1445 36% [====================== ] 527/1445 36% [====================== ] 528/1445 36% [====================== ] 529/1445 36% [====================== ] 530/1445 36% [====================== ] 531/1445 36% [====================== ] 532/1445 36% [====================== ] 533/1445 36% [====================== ] 534/1445 36% [====================== ] 535/1445 37% [====================== ] 536/1445 37% [======================= ] 537/1445 37% [======================= ] 538/1445 37% [======================= ] 539/1445 37% [======================= ] 540/1445 37% [======================= ] 541/1445 37% [======================= ] 542/1445 37% [======================= ] 543/1445 37% [======================= ] 544/1445 37% [======================= ] 545/1445 37% [======================= ] 546/1445 37% [======================= ] 547/1445 37% [======================= ] 548/1445 37% [======================= ] 549/1445 37% [======================= ] 550/1445 38% [======================= ] 551/1445 38% [======================= ] 552/1445 38% [======================= ] 553/1445 38% [======================= ] 554/1445 38% [======================= ] 555/1445 38% [======================= ] 556/1445 38% [======================= ] 557/1445 38% [======================= ] 558/1445 38% [======================= ] 559/1445 38% [======================== ] 560/1445 38% [======================== ] 561/1445 38% [======================== ] 562/1445 38% [======================== ] 563/1445 38% [======================== ] 564/1445 39% [======================== ] 565/1445 39% [======================== ] 566/1445 39% [======================== ] 567/1445 39% [======================== ] 568/1445 39% [======================== ] 569/1445 39% [======================== ] 570/1445 39% [======================== ] 571/1445 39% [======================== ] 572/1445 39% [======================== ] 573/1445 39% [======================== ] 574/1445 39% [======================== ] 575/1445 39% [======================== ] 576/1445 39% [======================== ] 577/1445 39% [======================== ] 578/1445 40% [======================== ] 579/1445 40% [======================== ] 580/1445 40% [======================== ] 581/1445 40% [======================== ] 582/1445 40% [========================= ] 583/1445 40% [========================= ] 584/1445 40% [========================= ] 585/1445 40% [========================= ] 586/1445 40% [========================= ] 587/1445 40% [========================= ] 588/1445 40% [========================= ] 589/1445 40% [========================= ] 590/1445 40% [========================= ] 591/1445 40% [========================= ] 592/1445 40% [========================= ] 593/1445 41% [========================= ] 594/1445 41% [========================= ] 595/1445 41% [========================= ] 596/1445 41% [========================= ] 597/1445 41% [========================= ] 598/1445 41% [========================= ] 599/1445 41% [========================= ] 600/1445 41% [========================= ] 601/1445 41% [========================= ] 602/1445 41% [========================= ] 603/1445 41% [========================= ] 604/1445 41% [========================= ] 605/1445 41% [========================== ] 606/1445 41% [========================== ] 607/1445 42% [========================== ] 608/1445 42% [========================== ] 609/1445 42% [========================== ] 610/1445 42% [========================== ] 611/1445 42% [========================== ] 612/1445 42% [========================== ] 613/1445 42% [========================== ] 614/1445 42% [========================== ] 615/1445 42% [========================== ] 616/1445 42% [========================== ] 617/1445 42% [========================== ] 618/1445 42% [========================== ] 619/1445 42% [========================== ] 620/1445 42% [========================== ] 621/1445 42% [========================== ] 622/1445 43% [========================== ] 623/1445 43% [========================== ] 624/1445 43% [========================== ] 625/1445 43% [========================== ] 626/1445 43% [========================== ] 627/1445 43% [========================== ] 628/1445 43% [========================== ] 629/1445 43% [=========================== ] 630/1445 43% [=========================== ] 631/1445 43% [=========================== ] 632/1445 43% [=========================== ] 633/1445 43% [=========================== ] 634/1445 43% [=========================== ] 635/1445 43% [=========================== ] 636/1445 44% [=========================== ] 637/1445 44% [=========================== ] 638/1445 44% [=========================== ] 639/1445 44% [=========================== ] 640/1445 44% [=========================== ] 641/1445 44% [=========================== ] 642/1445 44% [=========================== ] 643/1445 44% [=========================== ] 644/1445 44% [=========================== ] 645/1445 44% [=========================== ] 646/1445 44% [=========================== ] 647/1445 44% [=========================== ] 648/1445 44% [=========================== ] 649/1445 44% [=========================== ] 650/1445 44% [=========================== ] 651/1445 45% [=========================== ] 652/1445 45% [============================ ] 653/1445 45% [============================ ] 654/1445 45% [============================ ] 655/1445 45% [============================ ] 656/1445 45% [============================ ] 657/1445 45% [============================ ] 658/1445 45% [============================ ] 659/1445 45% [============================ ] 660/1445 45% [============================ ] 661/1445 45% [============================ ] 662/1445 45% [============================ ] 663/1445 45% [============================ ] 664/1445 45% [============================ ] 665/1445 46% [============================ ] 666/1445 46% [============================ ] 667/1445 46% [============================ ] 668/1445 46% [============================ ] 669/1445 46% [============================ ] 670/1445 46% [============================ ] 671/1445 46% [============================ ] 672/1445 46% [============================ ] 673/1445 46% [============================ ] 674/1445 46% [============================ ] 675/1445 46% [============================= ] 676/1445 46% [============================= ] 677/1445 46% [============================= ] 678/1445 46% [============================= ] 679/1445 46% [============================= ] 680/1445 47% [============================= ] 681/1445 47% [============================= ] 682/1445 47% [============================= ] 683/1445 47% [============================= ] 684/1445 47% [============================= ] 685/1445 47% [============================= ] 686/1445 47% [============================= ] 687/1445 47% [============================= ] 688/1445 47% [============================= ] 689/1445 47% [============================= ] 690/1445 47% [============================= ] 691/1445 47% [============================= ] 692/1445 47% [============================= ] 693/1445 47% [============================= ] 694/1445 48% [============================= ] 695/1445 48% [============================= ] 696/1445 48% [============================= ] 697/1445 48% [============================= ] 698/1445 48% [============================= ] 699/1445 48% [============================== ] 700/1445 48% [============================== ] 701/1445 48% [============================== ] 702/1445 48% [============================== ] 703/1445 48% [============================== ] 704/1445 48% [============================== ] 705/1445 48% [============================== ] 706/1445 48% [============================== ] 707/1445 48% [============================== ] 708/1445 48% [============================== ] 709/1445 49% [============================== ] 710/1445 49% [============================== ] 711/1445 49% [============================== ] 712/1445 49% [============================== ] 713/1445 49% [============================== ] 714/1445 49% [============================== ] 715/1445 49% [============================== ] 716/1445 49% [============================== ] 717/1445 49% [============================== ] 718/1445 49% [============================== ] 719/1445 49% [============================== ] 720/1445 49% [============================== ] 721/1445 49% [============================== ] 722/1445 49% [=============================== ] 723/1445 50% [=============================== ] 724/1445 50% [=============================== ] 725/1445 50% [=============================== ] 726/1445 50% [=============================== ] 727/1445 50% [=============================== ] 728/1445 50% [=============================== ] 729/1445 50% [=============================== ] 730/1445 50% [=============================== ] 731/1445 50% [=============================== ] 732/1445 50% [=============================== ] 733/1445 50% [=============================== ] 734/1445 50% [=============================== ] 735/1445 50% [=============================== ] 736/1445 50% [=============================== ] 737/1445 51% [=============================== ] 738/1445 51% [=============================== ] 739/1445 51% [=============================== ] 740/1445 51% [=============================== ] 741/1445 51% [=============================== ] 742/1445 51% [=============================== ] 743/1445 51% [=============================== ] 744/1445 51% [=============================== ] 745/1445 51% [================================ ] 746/1445 51% [================================ ] 747/1445 51% [================================ ] 748/1445 51% [================================ ] 749/1445 51% [================================ ] 750/1445 51% [================================ ] 751/1445 51% [================================ ] 752/1445 52% [================================ ] 753/1445 52% [================================ ] 754/1445 52% [================================ ] 755/1445 52% [================================ ] 756/1445 52% [================================ ] 757/1445 52% [================================ ] 758/1445 52% [================================ ] 759/1445 52% [================================ ] 760/1445 52% [================================ ] 761/1445 52% [================================ ] 762/1445 52% [================================ ] 763/1445 52% [================================ ] 764/1445 52% [================================ ] 765/1445 52% [================================ ] 766/1445 53% [================================ ] 767/1445 53% [================================ ] 768/1445 53% [================================ ] 769/1445 53% [================================= ] 770/1445 53% [================================= ] 771/1445 53% [================================= ] 772/1445 53% [================================= ] 773/1445 53% [================================= ] 774/1445 53% [================================= ] 775/1445 53% [================================= ] 776/1445 53% [================================= ] 777/1445 53% [================================= ] 778/1445 53% [================================= ] 779/1445 53% [================================= ] 780/1445 53% [================================= ] 781/1445 54% [================================= ] 782/1445 54% [================================= ] 783/1445 54% [================================= ] 784/1445 54% [================================= ] 785/1445 54% [================================= ] 786/1445 54% [================================= ] 787/1445 54% [================================= ] 788/1445 54% [================================= ] 789/1445 54% [================================= ] 790/1445 54% [================================= ] 791/1445 54% [================================= ] 792/1445 54% [================================== ] 793/1445 54% [================================== ] 794/1445 54% [================================== ] 795/1445 55% [================================== ] 796/1445 55% [================================== ] 797/1445 55% [================================== ] 798/1445 55% [================================== ] 799/1445 55% [================================== ] 800/1445 55% [================================== ] 801/1445 55% [================================== ] 802/1445 55% [================================== ] 803/1445 55% [================================== ] 804/1445 55% [================================== ] 805/1445 55% [================================== ] 806/1445 55% [================================== ] 807/1445 55% [================================== ] 808/1445 55% [================================== ] 809/1445 55% [================================== ] 810/1445 56% [================================== ] 811/1445 56% [================================== ] 812/1445 56% [================================== ] 813/1445 56% [================================== ] 814/1445 56% [================================== ] 815/1445 56% [=================================== ] 816/1445 56% [=================================== ] 817/1445 56% [=================================== ] 818/1445 56% [=================================== ] 819/1445 56% [=================================== ] 820/1445 56% [=================================== ] 821/1445 56% [=================================== ] 822/1445 56% [=================================== ] 823/1445 56% [=================================== ] 824/1445 57% [=================================== ] 825/1445 57% [=================================== ] 826/1445 57% [=================================== ] 827/1445 57% [=================================== ] 828/1445 57% [=================================== ] 829/1445 57% [=================================== ] 830/1445 57% [=================================== ] 831/1445 57% [=================================== ] 832/1445 57% [=================================== ] 833/1445 57% [=================================== ] 834/1445 57% [=================================== ] 835/1445 57% [=================================== ] 836/1445 57% [=================================== ] 837/1445 57% [=================================== ] 838/1445 57% [=================================== ] 839/1445 58% [==================================== ] 840/1445 58% [==================================== ] 841/1445 58% [==================================== ] 842/1445 58% [==================================== ] 843/1445 58% [==================================== ] 844/1445 58% [==================================== ] 845/1445 58% [==================================== ] 846/1445 58% [==================================== ] 847/1445 58% [==================================== ] 848/1445 58% [==================================== ] 849/1445 58% [==================================== ] 850/1445 58% [==================================== ] 851/1445 58% [==================================== ] 852/1445 58% [==================================== ] 853/1445 59% [==================================== ] 854/1445 59% [==================================== ] 855/1445 59% [==================================== ] 856/1445 59% [==================================== ] 857/1445 59% [==================================== ] 858/1445 59% [==================================== ] 859/1445 59% [==================================== ] 860/1445 59% [==================================== ] 861/1445 59% [==================================== ] 862/1445 59% [===================================== ] 863/1445 59% [===================================== ] 864/1445 59% [===================================== ] 865/1445 59% [===================================== ] 866/1445 59% [===================================== ] 867/1445 60% [===================================== ] 868/1445 60% [===================================== ] 869/1445 60% [===================================== ] 870/1445 60% [===================================== ] 871/1445 60% [===================================== ] 872/1445 60% [===================================== ] 873/1445 60% [===================================== ] 874/1445 60% [===================================== ] 875/1445 60% [===================================== ] 876/1445 60% [===================================== ] 877/1445 60% [===================================== ] 878/1445 60% [===================================== ] 879/1445 60% [===================================== ] 880/1445 60% [===================================== ] 881/1445 60% [===================================== ] 882/1445 61% [===================================== ] 883/1445 61% [===================================== ] 884/1445 61% [===================================== ] 885/1445 61% [====================================== ] 886/1445 61% [====================================== ] 887/1445 61% [====================================== ] 888/1445 61% [====================================== ] 889/1445 61% [====================================== ] 890/1445 61% [====================================== ] 891/1445 61% [====================================== ] 892/1445 61% [====================================== ] 893/1445 61% [====================================== ] 894/1445 61% [====================================== ] 895/1445 61% [====================================== ] 896/1445 62% [====================================== ] 897/1445 62% [====================================== ] 898/1445 62% [====================================== ] 899/1445 62% [====================================== ] 900/1445 62% [====================================== ] 901/1445 62% [====================================== ] 902/1445 62% [====================================== ] 903/1445 62% [====================================== ] 904/1445 62% [====================================== ] 905/1445 62% [====================================== ] 906/1445 62% [====================================== ] 907/1445 62% [====================================== ] 908/1445 62% [======================================= ] 909/1445 62% [======================================= ] 910/1445 62% [======================================= ] 911/1445 63% [======================================= ] 912/1445 63% [======================================= ] 913/1445 63% [======================================= ] 914/1445 63% [======================================= ] 915/1445 63% [======================================= ] 916/1445 63% [======================================= ] 917/1445 63% [======================================= ] 918/1445 63% [======================================= ] 919/1445 63% [======================================= ] 920/1445 63% [======================================= ] 921/1445 63% [======================================= ] 922/1445 63% [======================================= ] 923/1445 63% [======================================= ] 924/1445 63% [======================================= ] 925/1445 64% [======================================= ] 926/1445 64% [======================================= ] 927/1445 64% [======================================= ] 928/1445 64% [======================================= ] 929/1445 64% [======================================= ] 930/1445 64% [======================================= ] 931/1445 64% [======================================= ] 932/1445 64% [======================================== ] 933/1445 64% [======================================== ] 934/1445 64% [======================================== ] 935/1445 64% [======================================== ] 936/1445 64% [======================================== ] 937/1445 64% [======================================== ] 938/1445 64% [======================================== ] 939/1445 64% [======================================== ] 940/1445 65% [======================================== ] 941/1445 65% [======================================== ] 942/1445 65% [======================================== ] 943/1445 65% [======================================== ] 944/1445 65% [======================================== ] 945/1445 65% [======================================== ] 946/1445 65% [======================================== ] 947/1445 65% [======================================== ] 948/1445 65% [======================================== ] 949/1445 65% [======================================== ] 950/1445 65% [======================================== ] 951/1445 65% [======================================== ] 952/1445 65% [======================================== ] 953/1445 65% [======================================== ] 954/1445 66% [======================================== ] 955/1445 66% [========================================= ] 956/1445 66% [========================================= ] 957/1445 66% [========================================= ] 958/1445 66% [========================================= ] 959/1445 66% [========================================= ] 960/1445 66% [========================================= ] 961/1445 66% [========================================= ] 962/1445 66% [========================================= ] 963/1445 66% [========================================= ] 964/1445 66% [========================================= ] 965/1445 66% [========================================= ] 966/1445 66% [========================================= ] 967/1445 66% [========================================= ] 968/1445 66% [========================================= ] 969/1445 67% [========================================= ] 970/1445 67% [========================================= ] 971/1445 67% [========================================= ] 972/1445 67% [========================================= ] 973/1445 67% [========================================= ] 974/1445 67% [========================================= ] 975/1445 67% [========================================= ] 976/1445 67% [========================================= ] 977/1445 67% [========================================= ] 978/1445 67% [========================================== ] 979/1445 67% [========================================== ] 980/1445 67% [========================================== ] 981/1445 67% [========================================== ] 982/1445 67% [========================================== ] 983/1445 68% [========================================== ] 984/1445 68% [========================================== ] 985/1445 68% [========================================== ] 986/1445 68% [========================================== ] 987/1445 68% [========================================== ] 988/1445 68% [========================================== ] 989/1445 68% [========================================== ] 990/1445 68% [========================================== ] 991/1445 68% [========================================== ] 992/1445 68% [========================================== ] 993/1445 68% [========================================== ] 994/1445 68% [========================================== ] 995/1445 68% [========================================== ] 996/1445 68% [========================================== ] 997/1445 68% [========================================== ] 998/1445 69% [========================================== ] 999/1445 69% [========================================== ] 1000/1445 69% [========================================== ] 1001/1445 69% [========================================== ] 1002/1445 69% [=========================================== ] 1003/1445 69% [=========================================== ] 1004/1445 69% [=========================================== ] 1005/1445 69% [=========================================== ] 1006/1445 69% [=========================================== ] 1007/1445 69% [=========================================== ] 1008/1445 69% [=========================================== ] 1009/1445 69% [=========================================== ] 1010/1445 69% [=========================================== ] 1011/1445 69% [=========================================== ] 1012/1445 70% [=========================================== ] 1013/1445 70% [=========================================== ] 1014/1445 70% [=========================================== ] 1015/1445 70% [=========================================== ] 1016/1445 70% [=========================================== ] 1017/1445 70% [=========================================== ] 1018/1445 70% [=========================================== ] 1019/1445 70% [=========================================== ] 1020/1445 70% [=========================================== ] 1021/1445 70% [=========================================== ] 1022/1445 70% [=========================================== ] 1023/1445 70% [=========================================== ] 1024/1445 70% [=========================================== ] 1025/1445 70% [============================================ ] 1026/1445 71% [============================================ ] 1027/1445 71% [============================================ ] 1028/1445 71% [============================================ ] 1029/1445 71% [============================================ ] 1030/1445 71% [============================================ ] 1031/1445 71% [============================================ ] 1032/1445 71% [============================================ ] 1033/1445 71% [============================================ ] 1034/1445 71% [============================================ ] 1035/1445 71% [============================================ ] 1036/1445 71% [============================================ ] 1037/1445 71% [============================================ ] 1038/1445 71% [============================================ ] 1039/1445 71% [============================================ ] 1040/1445 71% [============================================ ] 1041/1445 72% [============================================ ] 1042/1445 72% [============================================ ] 1043/1445 72% [============================================ ] 1044/1445 72% [============================================ ] 1045/1445 72% [============================================ ] 1046/1445 72% [============================================ ] 1047/1445 72% [============================================ ] 1048/1445 72% [============================================= ] 1049/1445 72% [============================================= ] 1050/1445 72% [============================================= ] 1051/1445 72% [============================================= ] 1052/1445 72% [============================================= ] 1053/1445 72% [============================================= ] 1054/1445 72% [============================================= ] 1055/1445 73% [============================================= ] 1056/1445 73% [============================================= ] 1057/1445 73% [============================================= ] 1058/1445 73% [============================================= ] 1059/1445 73% [============================================= ] 1060/1445 73% [============================================= ] 1061/1445 73% [============================================= ] 1062/1445 73% [============================================= ] 1063/1445 73% [============================================= ] 1064/1445 73% [============================================= ] 1065/1445 73% [============================================= ] 1066/1445 73% [============================================= ] 1067/1445 73% [============================================= ] 1068/1445 73% [============================================= ] 1069/1445 73% [============================================= ] 1070/1445 74% [============================================= ] 1071/1445 74% [============================================= ] 1072/1445 74% [============================================== ] 1073/1445 74% [============================================== ] 1074/1445 74% [============================================== ] 1075/1445 74% [============================================== ] 1076/1445 74% [============================================== ] 1077/1445 74% [============================================== ] 1078/1445 74% [============================================== ] 1079/1445 74% [============================================== ] 1080/1445 74% [============================================== ] 1081/1445 74% [============================================== ] 1082/1445 74% [============================================== ] 1083/1445 74% [============================================== ] 1084/1445 75% [============================================== ] 1085/1445 75% [============================================== ] 1086/1445 75% [============================================== ] 1087/1445 75% [============================================== ] 1088/1445 75% [============================================== ] 1089/1445 75% [============================================== ] 1090/1445 75% [============================================== ] 1091/1445 75% [============================================== ] 1092/1445 75% [============================================== ] 1093/1445 75% [============================================== ] 1094/1445 75% [============================================== ] 1095/1445 75% [=============================================== ] 1096/1445 75% [=============================================== ] 1097/1445 75% [=============================================== ] 1098/1445 75% [=============================================== ] 1099/1445 76% [=============================================== ] 1100/1445 76% [=============================================== ] 1101/1445 76% [=============================================== ] 1102/1445 76% [=============================================== ] 1103/1445 76% [=============================================== ] 1104/1445 76% [=============================================== ] 1105/1445 76% [=============================================== ] 1106/1445 76% [=============================================== ] 1107/1445 76% [=============================================== ] 1108/1445 76% [=============================================== ] 1109/1445 76% [=============================================== ] 1110/1445 76% [=============================================== ] 1111/1445 76% [=============================================== ] 1112/1445 76% [=============================================== ] 1113/1445 77% [=============================================== ] 1114/1445 77% [=============================================== ] 1115/1445 77% [=============================================== ] 1116/1445 77% [=============================================== ] 1117/1445 77% [=============================================== ] 1118/1445 77% [================================================ ] 1119/1445 77% [================================================ ] 1120/1445 77% [================================================ ] 1121/1445 77% [================================================ ] 1122/1445 77% [================================================ ] 1123/1445 77% [================================================ ] 1124/1445 77% [================================================ ] 1125/1445 77% [================================================ ] 1126/1445 77% [================================================ ] 1127/1445 77% [================================================ ] 1128/1445 78% [================================================ ] 1129/1445 78% [================================================ ] 1130/1445 78% [================================================ ] 1131/1445 78% [================================================ ] 1132/1445 78% [================================================ ] 1133/1445 78% [================================================ ] 1134/1445 78% [================================================ ] 1135/1445 78% [================================================ ] 1136/1445 78% [================================================ ] 1137/1445 78% [================================================ ] 1138/1445 78% [================================================ ] 1139/1445 78% [================================================ ] 1140/1445 78% [================================================ ] 1141/1445 78% [================================================ ] 1142/1445 79% [================================================= ] 1143/1445 79% [================================================= ] 1144/1445 79% [================================================= ] 1145/1445 79% [================================================= ] 1146/1445 79% [================================================= ] 1147/1445 79% [================================================= ] 1148/1445 79% [================================================= ] 1149/1445 79% [================================================= ] 1150/1445 79% [================================================= ] 1151/1445 79% [================================================= ] 1152/1445 79% [================================================= ] 1153/1445 79% [================================================= ] 1154/1445 79% [================================================= ] 1155/1445 79% [================================================= ] 1156/1445 80% [================================================= ] 1157/1445 80% [================================================= ] 1158/1445 80% [================================================= ] 1159/1445 80% [================================================= ] 1160/1445 80% [================================================= ] 1161/1445 80% [================================================= ] 1162/1445 80% [================================================= ] 1163/1445 80% [================================================= ] 1164/1445 80% [================================================= ] 1165/1445 80% [================================================== ] 1166/1445 80% [================================================== ] 1167/1445 80% [================================================== ] 1168/1445 80% [================================================== ] 1169/1445 80% [================================================== ] 1170/1445 80% [================================================== ] 1171/1445 81% [================================================== ] 1172/1445 81% [================================================== ] 1173/1445 81% [================================================== ] 1174/1445 81% [================================================== ] 1175/1445 81% [================================================== ] 1176/1445 81% [================================================== ] 1177/1445 81% [================================================== ] 1178/1445 81% [================================================== ] 1179/1445 81% [================================================== ] 1180/1445 81% [================================================== ] 1181/1445 81% [================================================== ] 1182/1445 81% [================================================== ] 1183/1445 81% [================================================== ] 1184/1445 81% [================================================== ] 1185/1445 82% [================================================== ] 1186/1445 82% [================================================== ] 1187/1445 82% [================================================== ] 1188/1445 82% [=================================================== ] 1189/1445 82% [=================================================== ] 1190/1445 82% [=================================================== ] 1191/1445 82% [=================================================== ] 1192/1445 82% [=================================================== ] 1193/1445 82% [=================================================== ] 1194/1445 82% [=================================================== ] 1195/1445 82% [=================================================== ] 1196/1445 82% [=================================================== ] 1197/1445 82% [=================================================== ] 1198/1445 82% [=================================================== ] 1199/1445 82% [=================================================== ] 1200/1445 83% [=================================================== ] 1201/1445 83% [=================================================== ] 1202/1445 83% [=================================================== ] 1203/1445 83% [=================================================== ] 1204/1445 83% [=================================================== ] 1205/1445 83% [=================================================== ] 1206/1445 83% [=================================================== ] 1207/1445 83% [=================================================== ] 1208/1445 83% [=================================================== ] 1209/1445 83% [=================================================== ] 1210/1445 83% [=================================================== ] 1211/1445 83% [==================================================== ] 1212/1445 83% [==================================================== ] 1213/1445 83% [==================================================== ] 1214/1445 84% [==================================================== ] 1215/1445 84% [==================================================== ] 1216/1445 84% [==================================================== ] 1217/1445 84% [==================================================== ] 1218/1445 84% [==================================================== ] 1219/1445 84% [==================================================== ] 1220/1445 84% [==================================================== ] 1221/1445 84% [==================================================== ] 1222/1445 84% [==================================================== ] 1223/1445 84% [==================================================== ] 1224/1445 84% [==================================================== ] 1225/1445 84% [==================================================== ] 1226/1445 84% [==================================================== ] 1227/1445 84% [==================================================== ] 1228/1445 84% [==================================================== ] 1229/1445 85% [==================================================== ] 1230/1445 85% [==================================================== ] 1231/1445 85% [==================================================== ] 1232/1445 85% [==================================================== ] 1233/1445 85% [==================================================== ] 1234/1445 85% [==================================================== ] 1235/1445 85% [===================================================== ] 1236/1445 85% [===================================================== ] 1237/1445 85% [===================================================== ] 1238/1445 85% [===================================================== ] 1239/1445 85% [===================================================== ] 1240/1445 85% [===================================================== ] 1241/1445 85% [===================================================== ] 1242/1445 85% [===================================================== ] 1243/1445 86% [===================================================== ] 1244/1445 86% [===================================================== ] 1245/1445 86% [===================================================== ] 1246/1445 86% [===================================================== ] 1247/1445 86% [===================================================== ] 1248/1445 86% [===================================================== ] 1249/1445 86% [===================================================== ] 1250/1445 86% [===================================================== ] 1251/1445 86% [===================================================== ] 1252/1445 86% [===================================================== ] 1253/1445 86% [===================================================== ] 1254/1445 86% [===================================================== ] 1255/1445 86% [===================================================== ] 1256/1445 86% [===================================================== ] 1257/1445 86% [===================================================== ] 1258/1445 87% [====================================================== ] 1259/1445 87% [====================================================== ] 1260/1445 87% [====================================================== ] 1261/1445 87% [====================================================== ] 1262/1445 87% [====================================================== ] 1263/1445 87% [====================================================== ] 1264/1445 87% [====================================================== ] 1265/1445 87% [====================================================== ] 1266/1445 87% [====================================================== ] 1267/1445 87% [====================================================== ] 1268/1445 87% [====================================================== ] 1269/1445 87% [====================================================== ] 1270/1445 87% [====================================================== ] 1271/1445 87% [====================================================== ] 1272/1445 88% [====================================================== ] 1273/1445 88% [====================================================== ] 1274/1445 88% [====================================================== ] 1275/1445 88% [====================================================== ] 1276/1445 88% [====================================================== ] 1277/1445 88% [====================================================== ] 1278/1445 88% [====================================================== ] 1279/1445 88% [====================================================== ] 1280/1445 88% [====================================================== ] 1281/1445 88% [======================================================= ] 1282/1445 88% [======================================================= ] 1283/1445 88% [======================================================= ] 1284/1445 88% [======================================================= ] 1285/1445 88% [======================================================= ] 1286/1445 88% [======================================================= ] 1287/1445 89% [======================================================= ] 1288/1445 89% [======================================================= ] 1289/1445 89% [======================================================= ] 1290/1445 89% [======================================================= ] 1291/1445 89% [======================================================= ] 1292/1445 89% [======================================================= ] 1293/1445 89% [======================================================= ] 1294/1445 89% [======================================================= ] 1295/1445 89% [======================================================= ] 1296/1445 89% [======================================================= ] 1297/1445 89% [======================================================= ] 1298/1445 89% [======================================================= ] 1299/1445 89% [======================================================= ] 1300/1445 89% [======================================================= ] 1301/1445 90% [======================================================= ] 1302/1445 90% [======================================================= ] 1303/1445 90% [======================================================= ] 1304/1445 90% [======================================================= ] 1305/1445 90% [======================================================== ] 1306/1445 90% [======================================================== ] 1307/1445 90% [======================================================== ] 1308/1445 90% [======================================================== ] 1309/1445 90% [======================================================== ] 1310/1445 90% [======================================================== ] 1311/1445 90% [======================================================== ] 1312/1445 90% [======================================================== ] 1313/1445 90% [======================================================== ] 1314/1445 90% [======================================================== ] 1315/1445 91% [======================================================== ] 1316/1445 91% [======================================================== ] 1317/1445 91% [======================================================== ] 1318/1445 91% [======================================================== ] 1319/1445 91% [======================================================== ] 1320/1445 91% [======================================================== ] 1321/1445 91% [======================================================== ] 1322/1445 91% [======================================================== ] 1323/1445 91% [======================================================== ] 1324/1445 91% [======================================================== ] 1325/1445 91% [======================================================== ] 1326/1445 91% [======================================================== ] 1327/1445 91% [======================================================== ] 1328/1445 91% [========================================================= ] 1329/1445 91% [========================================================= ] 1330/1445 92% [========================================================= ] 1331/1445 92% [========================================================= ] 1332/1445 92% [========================================================= ] 1333/1445 92% [========================================================= ] 1334/1445 92% [========================================================= ] 1335/1445 92% [========================================================= ] 1336/1445 92% [========================================================= ] 1337/1445 92% [========================================================= ] 1338/1445 92% [========================================================= ] 1339/1445 92% [========================================================= ] 1340/1445 92% [========================================================= ] 1341/1445 92% [========================================================= ] 1342/1445 92% [========================================================= ] 1343/1445 92% [========================================================= ] 1344/1445 93% [========================================================= ] 1345/1445 93% [========================================================= ] 1346/1445 93% [========================================================= ] 1347/1445 93% [========================================================= ] 1348/1445 93% [========================================================= ] 1349/1445 93% [========================================================= ] 1350/1445 93% [========================================================= ] 1351/1445 93% [========================================================== ] 1352/1445 93% [========================================================== ] 1353/1445 93% [========================================================== ] 1354/1445 93% [========================================================== ] 1355/1445 93% [========================================================== ] 1356/1445 93% [========================================================== ] 1357/1445 93% [========================================================== ] 1358/1445 93% [========================================================== ] 1359/1445 94% [========================================================== ] 1360/1445 94% [========================================================== ] 1361/1445 94% [========================================================== ] 1362/1445 94% [========================================================== ] 1363/1445 94% [========================================================== ] 1364/1445 94% [========================================================== ] 1365/1445 94% [========================================================== ] 1366/1445 94% [========================================================== ] 1367/1445 94% [========================================================== ] 1368/1445 94% [========================================================== ] 1369/1445 94% [========================================================== ] 1370/1445 94% [========================================================== ] 1371/1445 94% [========================================================== ] 1372/1445 94% [========================================================== ] 1373/1445 95% [========================================================== ] 1374/1445 95% [========================================================== ] 1375/1445 95% [=========================================================== ] 1376/1445 95% [=========================================================== ] 1377/1445 95% [=========================================================== ] 1378/1445 95% [=========================================================== ] 1379/1445 95% [=========================================================== ] 1380/1445 95% [=========================================================== ] 1381/1445 95% [=========================================================== ] 1382/1445 95% [=========================================================== ] 1383/1445 95% [=========================================================== ] 1384/1445 95% [=========================================================== ] 1385/1445 95% [=========================================================== ] 1386/1445 95% [=========================================================== ] 1387/1445 95% [=========================================================== ] 1388/1445 96% [=========================================================== ] 1389/1445 96% [=========================================================== ] 1390/1445 96% [=========================================================== ] 1391/1445 96% [=========================================================== ] 1392/1445 96% [=========================================================== ] 1393/1445 96% [=========================================================== ] 1394/1445 96% [=========================================================== ] 1395/1445 96% [=========================================================== ] 1396/1445 96% [=========================================================== ] 1397/1445 96% [=========================================================== ] 1398/1445 96% [============================================================ ] 1399/1445 96% [============================================================ ] 1400/1445 96% [============================================================ ] 1401/1445 96% [============================================================ ] 1402/1445 97% [============================================================ ] 1403/1445 97% [============================================================ ] 1404/1445 97% [============================================================ ] 1405/1445 97% [============================================================ ] 1406/1445 97% [============================================================ ] 1407/1445 97% [============================================================ ] 1408/1445 97% [============================================================ ] 1409/1445 97% [============================================================ ] 1410/1445 97% [============================================================ ] 1411/1445 97% [============================================================ ] 1412/1445 97% [============================================================ ] 1413/1445 97% [============================================================ ] 1414/1445 97% [============================================================ ] 1415/1445 97% [============================================================ ] 1416/1445 97% [============================================================ ] 1417/1445 98% [============================================================ ] 1418/1445 98% [============================================================ ] 1419/1445 98% [============================================================ ] 1420/1445 98% [============================================================ ] 1421/1445 98% [============================================================= ] 1422/1445 98% [============================================================= ] 1423/1445 98% [============================================================= ] 1424/1445 98% [============================================================= ] 1425/1445 98% [============================================================= ] 1426/1445 98% [============================================================= ] 1427/1445 98% [============================================================= ] 1428/1445 98% [============================================================= ] 1429/1445 98% [============================================================= ] 1430/1445 98% [============================================================= ] 1431/1445 99% [============================================================= ] 1432/1445 99% [============================================================= ] 1433/1445 99% [============================================================= ] 1434/1445 99% [============================================================= ] 1435/1445 99% [============================================================= ] 1436/1445 99% [============================================================= ] 1437/1445 99% [============================================================= ] 1438/1445 99% [============================================================= ] 1439/1445 99% [============================================================= ] 1440/1445 99% [============================================================= ] 1441/1445 99% [============================================================= ] 1442/1445 99% [============================================================= ] 1443/1445 99% [============================================================= ] 1444/1445 99% [==============================================================] 1445/1445 100% operation complete, 1445 objects in 98136 NAND pages. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/mips64-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2022.05-983-gcc6e9231c8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> 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-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> 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-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bird 2.0.10 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> datatables-fixedcolumns 3.3.0 Collecting legal info License.txt: OK (sha256: e8e92f97216f9ea00cb2735b933a91ec8e3869bed37b6d63a90f76f41508f2de) >>> datatables-responsive 2.2.3 Collecting legal info License.txt: OK (sha256: da4e1020ae97c095a14d7830c1a8a793e080c062e22d749ecd3fc3c075673dbf) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-genpart 1.0.2 Collecting legal info >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libaacs 0.11.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libgit2 1.4.3 Collecting legal info COPYING: OK (sha256: 0092f24acc306ee3287dc05b5e85cb9e0e48cd3f11c60c4625b1a673a5912616) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> 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) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mosquitto 2.0.14 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-vim 9.0.0008 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: 4afae7c984ab1a4ccd0b474a695f316e7435ab6ed46537648af925c18835d853) >>> webp 1.2.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> sane-backends 1.0.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> sdl_sound 1.0.3 Collecting legal info COPYING: OK (sha256: 2a781dd2f8c5435c59cfa3b79dfea1c1d7df676ed318ecc802139f76ac345d07) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> wolfssl 5.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.4.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'