echo "buildroot" > /nvmedata/autobuild/instance-30/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-30/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-30/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-30/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-30/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-30/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-30/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-30/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-30/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-30/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-30/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-30/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-30/output-1/target/etc/inittab rm -rf /nvmedata/autobuild/instance-30/output-1/target/usr/include /nvmedata/autobuild/instance-30/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-30/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-30/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-30/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-30/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-30/output-1/target/usr/doc find /nvmedata/autobuild/instance-30/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-30/output-1/target/lib/ /nvmedata/autobuild/instance-30/output-1/target/usr/lib/ /nvmedata/autobuild/instance-30/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-30/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-30/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-30/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-30/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-30/output-1/target/usr/man /nvmedata/autobuild/instance-30/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-30/output-1/target/usr/info /nvmedata/autobuild/instance-30/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-30/output-1/target/usr/doc /nvmedata/autobuild/instance-30/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-30/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-30/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-30/output-1/target/lib/debug /nvmedata/autobuild/instance-30/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-30/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-30/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-30/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-30/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /nvmedata/autobuild/instance-30/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-668-gd8bc53e37a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-30/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-30/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-30/output-1/per-package /nvmedata/autobuild/instance-30/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-30/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /nvmedata/autobuild/instance-30/output-1/images rm -rf /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar mkdir -p /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-30/output-1/target/ /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/target" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-30/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/target >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot echo "/nvmedata/autobuild/instance-30/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/target" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot echo "find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot echo "find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot printf ' find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/target -print0 | xargs -0 -r touch -hd @1658428486\n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /nvmedata/autobuild/instance-30/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-30/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/fakeroot rootdir=/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/tar/target table='/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" zstd -19 -z -f -T1 /nvmedata/autobuild/instance-30/output-1/images/rootfs.tar > /nvmedata/autobuild/instance-30/output-1/images/rootfs.tar.zst >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-30/output-1/images rm -rf /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-30/output-1/target/ /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-30/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-30/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1658428486\n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-30/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-30/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-30/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-30/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1472 objects. stage 2: creating image '/nvmedata/autobuild/instance-30/output-1/images/rootfs.yaffs2' [ ] 1/1472 0% [ ] 2/1472 0% [ ] 3/1472 0% [ ] 4/1472 0% [ ] 5/1472 0% [ ] 6/1472 0% [ ] 7/1472 0% [ ] 8/1472 0% [ ] 9/1472 0% [ ] 10/1472 0% [ ] 11/1472 0% [ ] 12/1472 0% [ ] 13/1472 0% [ ] 14/1472 0% [ ] 15/1472 1% [ ] 16/1472 1% [ ] 17/1472 1% [ ] 18/1472 1% [ ] 19/1472 1% [ ] 20/1472 1% [ ] 21/1472 1% [ ] 22/1472 1% [ ] 23/1472 1% [= ] 24/1472 1% [= ] 25/1472 1% [= ] 26/1472 1% [= ] 27/1472 1% [= ] 28/1472 1% [= ] 29/1472 1% [= ] 30/1472 2% [= ] 31/1472 2% [= ] 32/1472 2% [= ] 33/1472 2% [= ] 34/1472 2% [= ] 35/1472 2% [= ] 36/1472 2% [= ] 37/1472 2% [= ] 38/1472 2% [= ] 39/1472 2% [= ] 40/1472 2% [= ] 41/1472 2% [= ] 42/1472 2% [= ] 43/1472 2% [= ] 44/1472 2% [= ] 45/1472 3% [= ] 46/1472 3% [= ] 47/1472 3% [== ] 48/1472 3% [== ] 49/1472 3% [== ] 50/1472 3% [== ] 51/1472 3% [== ] 52/1472 3% [== ] 53/1472 3% [== ] 54/1472 3% [== ] 55/1472 3% [== ] 56/1472 3% [== ] 57/1472 3% [== ] 58/1472 3% [== ] 59/1472 4% [== ] 60/1472 4% [== ] 61/1472 4% [== ] 62/1472 4% [== ] 63/1472 4% [== ] 64/1472 4% [== ] 65/1472 4% [== ] 66/1472 4% [== ] 67/1472 4% [== ] 68/1472 4% [== ] 69/1472 4% [== ] 70/1472 4% [== ] 71/1472 4% [=== ] 72/1472 4% [=== ] 73/1472 4% [=== ] 74/1472 5% [=== ] 75/1472 5% [=== ] 76/1472 5% [=== ] 77/1472 5% [=== ] 78/1472 5% [=== ] 79/1472 5% [=== ] 80/1472 5% [=== ] 81/1472 5% [=== ] 82/1472 5% [=== ] 83/1472 5% [=== ] 84/1472 5% [=== ] 85/1472 5% [=== ] 86/1472 5% [=== ] 87/1472 5% [=== ] 88/1472 5% [=== ] 89/1472 6% [=== ] 90/1472 6% [=== ] 91/1472 6% [=== ] 92/1472 6% [=== ] 93/1472 6% [=== ] 94/1472 6% [==== ] 95/1472 6% [==== ] 96/1472 6% [==== ] 97/1472 6% [==== ] 98/1472 6% [==== ] 99/1472 6% [==== ] 100/1472 6% [==== ] 101/1472 6% [==== ] 102/1472 6% [==== ] 103/1472 6% [==== ] 104/1472 7% [==== ] 105/1472 7% [==== ] 106/1472 7% [==== ] 107/1472 7% [==== ] 108/1472 7% [==== ] 109/1472 7% [==== ] 110/1472 7% [==== ] 111/1472 7% [==== ] 112/1472 7% [==== ] 113/1472 7% [==== ] 114/1472 7% [==== ] 115/1472 7% [==== ] 116/1472 7% [==== ] 117/1472 7% [==== ] 118/1472 8% [===== ] 119/1472 8% [===== ] 120/1472 8% [===== ] 121/1472 8% [===== ] 122/1472 8% [===== ] 123/1472 8% [===== ] 124/1472 8% [===== ] 125/1472 8% [===== ] 126/1472 8% [===== ] 127/1472 8% [===== ] 128/1472 8% [===== ] 129/1472 8% [===== ] 130/1472 8% [===== ] 131/1472 8% [===== ] 132/1472 8% [===== ] 133/1472 9% [===== ] 134/1472 9% [===== ] 135/1472 9% [===== ] 136/1472 9% [===== ] 137/1472 9% [===== ] 138/1472 9% [===== ] 139/1472 9% [===== ] 140/1472 9% [===== ] 141/1472 9% [===== ] 142/1472 9% [====== ] 143/1472 9% [====== ] 144/1472 9% [====== ] 145/1472 9% [====== ] 146/1472 9% [====== ] 147/1472 9% [====== ] 148/1472 10% [====== ] 149/1472 10% [====== ] 150/1472 10% [====== ] 151/1472 10% [====== ] 152/1472 10% [====== ] 153/1472 10% [====== ] 154/1472 10% [====== ] 155/1472 10% [====== ] 156/1472 10% [====== ] 157/1472 10% [====== ] 158/1472 10% [====== ] 159/1472 10% [====== ] 160/1472 10% [====== ] 161/1472 10% [====== ] 162/1472 11% [====== ] 163/1472 11% [====== ] 164/1472 11% [====== ] 165/1472 11% [====== ] 166/1472 11% [======= ] 167/1472 11% [======= ] 168/1472 11% [======= ] 169/1472 11% [======= ] 170/1472 11% [======= ] 171/1472 11% [======= ] 172/1472 11% [======= ] 173/1472 11% [======= ] 174/1472 11% [======= ] 175/1472 11% [======= ] 176/1472 11% [======= ] 177/1472 12% [======= ] 178/1472 12% [======= ] 179/1472 12% [======= ] 180/1472 12% [======= ] 181/1472 12% [======= ] 182/1472 12% [======= ] 183/1472 12% [======= ] 184/1472 12% [======= ] 185/1472 12% [======= ] 186/1472 12% [======= ] 187/1472 12% [======= ] 188/1472 12% [======= ] 189/1472 12% [======== ] 190/1472 12% [======== ] 191/1472 12% [======== ] 192/1472 13% [======== ] 193/1472 13% [======== ] 194/1472 13% [======== ] 195/1472 13% [======== ] 196/1472 13% [======== ] 197/1472 13% [======== ] 198/1472 13% [======== ] 199/1472 13% [======== ] 200/1472 13% [======== ] 201/1472 13% [======== ] 202/1472 13% [======== ] 203/1472 13% [======== ] 204/1472 13% [======== ] 205/1472 13% [======== ] 206/1472 13% [======== ] 207/1472 14% [======== ] 208/1472 14% [======== ] 209/1472 14% [======== ] 210/1472 14% [======== ] 211/1472 14% [======== ] 212/1472 14% [======== ] 213/1472 14% [========= ] 214/1472 14% [========= ] 215/1472 14% [========= ] 216/1472 14% [========= ] 217/1472 14% [========= ] 218/1472 14% [========= ] 219/1472 14% [========= ] 220/1472 14% [========= ] 221/1472 15% [========= ] 222/1472 15% [========= ] 223/1472 15% [========= ] 224/1472 15% [========= ] 225/1472 15% [========= ] 226/1472 15% [========= ] 227/1472 15% [========= ] 228/1472 15% [========= ] 229/1472 15% [========= ] 230/1472 15% [========= ] 231/1472 15% [========= ] 232/1472 15% [========= ] 233/1472 15% [========= ] 234/1472 15% [========= ] 235/1472 15% [========= ] 236/1472 16% [========= ] 237/1472 16% [========== ] 238/1472 16% [========== ] 239/1472 16% [========== ] 240/1472 16% [========== ] 241/1472 16% [========== ] 242/1472 16% [========== ] 243/1472 16% [========== ] 244/1472 16% [========== ] 245/1472 16% [========== ] 246/1472 16% [========== ] 247/1472 16% [========== ] 248/1472 16% [========== ] 249/1472 16% [========== ] 250/1472 16% [========== ] 251/1472 17% [========== ] 252/1472 17% [========== ] 253/1472 17% [========== ] 254/1472 17% [========== ] 255/1472 17% [========== ] 256/1472 17% [========== ] 257/1472 17% [========== ] 258/1472 17% [========== ] 259/1472 17% [========== ] 260/1472 17% [========== ] 261/1472 17% [=========== ] 262/1472 17% [=========== ] 263/1472 17% [=========== ] 264/1472 17% [=========== ] 265/1472 18% [=========== ] 266/1472 18% [=========== ] 267/1472 18% [=========== ] 268/1472 18% [=========== ] 269/1472 18% [=========== ] 270/1472 18% [=========== ] 271/1472 18% [=========== ] 272/1472 18% [=========== ] 273/1472 18% [=========== ] 274/1472 18% [=========== ] 275/1472 18% [=========== ] 276/1472 18% [=========== ] 277/1472 18% [=========== ] 278/1472 18% [=========== ] 279/1472 18% [=========== ] 280/1472 19% [=========== ] 281/1472 19% [=========== ] 282/1472 19% [=========== ] 283/1472 19% [=========== ] 284/1472 19% [============ ] 285/1472 19% [============ ] 286/1472 19% [============ ] 287/1472 19% [============ ] 288/1472 19% [============ ] 289/1472 19% [============ ] 290/1472 19% [============ ] 291/1472 19% [============ ] 292/1472 19% [============ ] 293/1472 19% [============ ] 294/1472 19% [============ ] 295/1472 20% [============ ] 296/1472 20% [============ ] 297/1472 20% [============ ] 298/1472 20% [============ ] 299/1472 20% [============ ] 300/1472 20% [============ ] 301/1472 20% [============ ] 302/1472 20% [============ ] 303/1472 20% [============ ] 304/1472 20% [============ ] 305/1472 20% [============ ] 306/1472 20% [============ ] 307/1472 20% [============ ] 308/1472 20% [============= ] 309/1472 20% [============= ] 310/1472 21% [============= ] 311/1472 21% [============= ] 312/1472 21% [============= ] 313/1472 21% [============= ] 314/1472 21% [============= ] 315/1472 21% [============= ] 316/1472 21% [============= ] 317/1472 21% [============= ] 318/1472 21% [============= ] 319/1472 21% [============= ] 320/1472 21% [============= ] 321/1472 21% [============= ] 322/1472 21% [============= ] 323/1472 21% [============= ] 324/1472 22% [============= ] 325/1472 22% [============= ] 326/1472 22% [============= ] 327/1472 22% [============= ] 328/1472 22% [============= ] 329/1472 22% [============= ] 330/1472 22% [============= ] 331/1472 22% [============= ] 332/1472 22% [============== ] 333/1472 22% [============== ] 334/1472 22% [============== ] 335/1472 22% [============== ] 336/1472 22% [============== ] 337/1472 22% [============== ] 338/1472 22% [============== ] 339/1472 23% [============== ] 340/1472 23% [============== ] 341/1472 23% [============== ] 342/1472 23% [============== ] 343/1472 23% [============== ] 344/1472 23% [============== ] 345/1472 23% [============== ] 346/1472 23% [============== ] 347/1472 23% [============== ] 348/1472 23% [============== ] 349/1472 23% [============== ] 350/1472 23% [============== ] 351/1472 23% [============== ] 352/1472 23% [============== ] 353/1472 23% [============== ] 354/1472 24% [============== ] 355/1472 24% [============== ] 356/1472 24% [=============== ] 357/1472 24% [=============== ] 358/1472 24% [=============== ] 359/1472 24% [=============== ] 360/1472 24% [=============== ] 361/1472 24% [=============== ] 362/1472 24% [=============== ] 363/1472 24% [=============== ] 364/1472 24% [=============== ] 365/1472 24% [=============== ] 366/1472 24% [=============== ] 367/1472 24% [=============== ] 368/1472 25% [=============== ] 369/1472 25% [=============== ] 370/1472 25% [=============== ] 371/1472 25% [=============== ] 372/1472 25% [=============== ] 373/1472 25% [=============== ] 374/1472 25% [=============== ] 375/1472 25% [=============== ] 376/1472 25% [=============== ] 377/1472 25% [=============== ] 378/1472 25% [=============== ] 379/1472 25% [================ ] 380/1472 25% [================ ] 381/1472 25% [================ ] 382/1472 25% [================ ] 383/1472 26% [================ ] 384/1472 26% [================ ] 385/1472 26% [================ ] 386/1472 26% [================ ] 387/1472 26% [================ ] 388/1472 26% [================ ] 389/1472 26% [================ ] 390/1472 26% [================ ] 391/1472 26% [================ ] 392/1472 26% [================ ] 393/1472 26% [================ ] 394/1472 26% [================ ] 395/1472 26% [================ ] 396/1472 26% [================ ] 397/1472 26% [================ ] 398/1472 27% [================ ] 399/1472 27% [================ ] 400/1472 27% [================ ] 401/1472 27% [================ ] 402/1472 27% [================ ] 403/1472 27% [================= ] 404/1472 27% [================= ] 405/1472 27% [================= ] 406/1472 27% [================= ] 407/1472 27% [================= ] 408/1472 27% [================= ] 409/1472 27% [================= ] 410/1472 27% [================= ] 411/1472 27% [================= ] 412/1472 27% [================= ] 413/1472 28% [================= ] 414/1472 28% [================= ] 415/1472 28% [================= ] 416/1472 28% [================= ] 417/1472 28% [================= ] 418/1472 28% [================= ] 419/1472 28% [================= ] 420/1472 28% [================= ] 421/1472 28% [================= ] 422/1472 28% [================= ] 423/1472 28% [================= ] 424/1472 28% [================= ] 425/1472 28% [================= ] 426/1472 28% [================= ] 427/1472 29% [================== ] 428/1472 29% [================== ] 429/1472 29% [================== ] 430/1472 29% [================== ] 431/1472 29% [================== ] 432/1472 29% [================== ] 433/1472 29% [================== ] 434/1472 29% [================== ] 435/1472 29% [================== ] 436/1472 29% [================== ] 437/1472 29% [================== ] 438/1472 29% [================== ] 439/1472 29% [================== ] 440/1472 29% [================== ] 441/1472 29% [================== ] 442/1472 30% [================== ] 443/1472 30% [================== ] 444/1472 30% [================== ] 445/1472 30% [================== ] 446/1472 30% [================== ] 447/1472 30% [================== ] 448/1472 30% [================== ] 449/1472 30% [================== ] 450/1472 30% [================== ] 451/1472 30% [=================== ] 452/1472 30% [=================== ] 453/1472 30% [=================== ] 454/1472 30% [=================== ] 455/1472 30% [=================== ] 456/1472 30% [=================== ] 457/1472 31% [=================== ] 458/1472 31% [=================== ] 459/1472 31% [=================== ] 460/1472 31% [=================== ] 461/1472 31% [=================== ] 462/1472 31% [=================== ] 463/1472 31% [=================== ] 464/1472 31% [=================== ] 465/1472 31% [=================== ] 466/1472 31% [=================== ] 467/1472 31% [=================== ] 468/1472 31% [=================== ] 469/1472 31% [=================== ] 470/1472 31% [=================== ] 471/1472 31% [=================== ] 472/1472 32% [=================== ] 473/1472 32% [=================== ] 474/1472 32% [==================== ] 475/1472 32% [==================== ] 476/1472 32% [==================== ] 477/1472 32% [==================== ] 478/1472 32% [==================== ] 479/1472 32% [==================== ] 480/1472 32% [==================== ] 481/1472 32% [==================== ] 482/1472 32% [==================== ] 483/1472 32% [==================== ] 484/1472 32% [==================== ] 485/1472 32% [==================== ] 486/1472 33% [==================== ] 487/1472 33% [==================== ] 488/1472 33% [==================== ] 489/1472 33% [==================== ] 490/1472 33% [==================== ] 491/1472 33% [==================== ] 492/1472 33% [==================== ] 493/1472 33% [==================== ] 494/1472 33% [==================== ] 495/1472 33% [==================== ] 496/1472 33% [==================== ] 497/1472 33% [==================== ] 498/1472 33% [===================== ] 499/1472 33% [===================== ] 500/1472 33% [===================== ] 501/1472 34% [===================== ] 502/1472 34% [===================== ] 503/1472 34% [===================== ] 504/1472 34% [===================== ] 505/1472 34% [===================== ] 506/1472 34% [===================== ] 507/1472 34% [===================== ] 508/1472 34% [===================== ] 509/1472 34% [===================== ] 510/1472 34% [===================== ] 511/1472 34% [===================== ] 512/1472 34% [===================== ] 513/1472 34% [===================== ] 514/1472 34% [===================== ] 515/1472 34% [===================== ] 516/1472 35% [===================== ] 517/1472 35% [===================== ] 518/1472 35% [===================== ] 519/1472 35% [===================== ] 520/1472 35% [===================== ] 521/1472 35% [===================== ] 522/1472 35% [====================== ] 523/1472 35% [====================== ] 524/1472 35% [====================== ] 525/1472 35% [====================== ] 526/1472 35% [====================== ] 527/1472 35% [====================== ] 528/1472 35% [====================== ] 529/1472 35% [====================== ] 530/1472 36% [====================== ] 531/1472 36% [====================== ] 532/1472 36% [====================== ] 533/1472 36% [====================== ] 534/1472 36% [====================== ] 535/1472 36% [====================== ] 536/1472 36% [====================== ] 537/1472 36% [====================== ] 538/1472 36% [====================== ] 539/1472 36% [====================== ] 540/1472 36% [====================== ] 541/1472 36% [====================== ] 542/1472 36% [====================== ] 543/1472 36% [====================== ] 544/1472 36% [====================== ] 545/1472 37% [====================== ] 546/1472 37% [======================= ] 547/1472 37% [======================= ] 548/1472 37% [======================= ] 549/1472 37% [======================= ] 550/1472 37% [======================= ] 551/1472 37% [======================= ] 552/1472 37% [======================= ] 553/1472 37% [======================= ] 554/1472 37% [======================= ] 555/1472 37% [======================= ] 556/1472 37% [======================= ] 557/1472 37% [======================= ] 558/1472 37% [======================= ] 559/1472 37% [======================= ] 560/1472 38% [======================= ] 561/1472 38% [======================= ] 562/1472 38% [======================= ] 563/1472 38% [======================= ] 564/1472 38% [======================= ] 565/1472 38% [======================= ] 566/1472 38% [======================= ] 567/1472 38% [======================= ] 568/1472 38% [======================= ] 569/1472 38% [======================== ] 570/1472 38% [======================== ] 571/1472 38% [======================== ] 572/1472 38% [======================== ] 573/1472 38% [======================== ] 574/1472 38% [======================== ] 575/1472 39% [======================== ] 576/1472 39% [======================== ] 577/1472 39% [======================== ] 578/1472 39% [======================== ] 579/1472 39% [======================== ] 580/1472 39% [======================== ] 581/1472 39% [======================== ] 582/1472 39% [======================== ] 583/1472 39% [======================== ] 584/1472 39% [======================== ] 585/1472 39% [======================== ] 586/1472 39% [======================== ] 587/1472 39% [======================== ] 588/1472 39% [======================== ] 589/1472 40% [======================== ] 590/1472 40% [======================== ] 591/1472 40% [======================== ] 592/1472 40% [======================== ] 593/1472 40% [========================= ] 594/1472 40% [========================= ] 595/1472 40% [========================= ] 596/1472 40% [========================= ] 597/1472 40% [========================= ] 598/1472 40% [========================= ] 599/1472 40% [========================= ] 600/1472 40% [========================= ] 601/1472 40% [========================= ] 602/1472 40% [========================= ] 603/1472 40% [========================= ] 604/1472 41% [========================= ] 605/1472 41% [========================= ] 606/1472 41% [========================= ] 607/1472 41% [========================= ] 608/1472 41% [========================= ] 609/1472 41% [========================= ] 610/1472 41% [========================= ] 611/1472 41% [========================= ] 612/1472 41% [========================= ] 613/1472 41% [========================= ] 614/1472 41% [========================= ] 615/1472 41% [========================= ] 616/1472 41% [========================= ] 617/1472 41% [========================== ] 618/1472 41% [========================== ] 619/1472 42% [========================== ] 620/1472 42% [========================== ] 621/1472 42% [========================== ] 622/1472 42% [========================== ] 623/1472 42% [========================== ] 624/1472 42% [========================== ] 625/1472 42% [========================== ] 626/1472 42% [========================== ] 627/1472 42% [========================== ] 628/1472 42% [========================== ] 629/1472 42% [========================== ] 630/1472 42% [========================== ] 631/1472 42% [========================== ] 632/1472 42% [========================== ] 633/1472 43% [========================== ] 634/1472 43% [========================== ] 635/1472 43% [========================== ] 636/1472 43% [========================== ] 637/1472 43% [========================== ] 638/1472 43% [========================== ] 639/1472 43% [========================== ] 640/1472 43% [========================== ] 641/1472 43% [=========================== ] 642/1472 43% [=========================== ] 643/1472 43% [=========================== ] 644/1472 43% [=========================== ] 645/1472 43% [=========================== ] 646/1472 43% [=========================== ] 647/1472 43% [=========================== ] 648/1472 44% [=========================== ] 649/1472 44% [=========================== ] 650/1472 44% [=========================== ] 651/1472 44% [=========================== ] 652/1472 44% [=========================== ] 653/1472 44% [=========================== ] 654/1472 44% [=========================== ] 655/1472 44% [=========================== ] 656/1472 44% [=========================== ] 657/1472 44% [=========================== ] 658/1472 44% [=========================== ] 659/1472 44% [=========================== ] 660/1472 44% [=========================== ] 661/1472 44% [=========================== ] 662/1472 44% [=========================== ] 663/1472 45% [=========================== ] 664/1472 45% [============================ ] 665/1472 45% [============================ ] 666/1472 45% [============================ ] 667/1472 45% [============================ ] 668/1472 45% [============================ ] 669/1472 45% [============================ ] 670/1472 45% [============================ ] 671/1472 45% [============================ ] 672/1472 45% [============================ ] 673/1472 45% [============================ ] 674/1472 45% [============================ ] 675/1472 45% [============================ ] 676/1472 45% [============================ ] 677/1472 45% [============================ ] 678/1472 46% [============================ ] 679/1472 46% [============================ ] 680/1472 46% [============================ ] 681/1472 46% [============================ ] 682/1472 46% [============================ ] 683/1472 46% [============================ ] 684/1472 46% [============================ ] 685/1472 46% [============================ ] 686/1472 46% [============================ ] 687/1472 46% [============================ ] 688/1472 46% [============================= ] 689/1472 46% [============================= ] 690/1472 46% [============================= ] 691/1472 46% [============================= ] 692/1472 47% [============================= ] 693/1472 47% [============================= ] 694/1472 47% [============================= ] 695/1472 47% [============================= ] 696/1472 47% [============================= ] 697/1472 47% [============================= ] 698/1472 47% [============================= ] 699/1472 47% [============================= ] 700/1472 47% [============================= ] 701/1472 47% [============================= ] 702/1472 47% [============================= ] 703/1472 47% [============================= ] 704/1472 47% [============================= ] 705/1472 47% [============================= ] 706/1472 47% [============================= ] 707/1472 48% [============================= ] 708/1472 48% [============================= ] 709/1472 48% [============================= ] 710/1472 48% [============================= ] 711/1472 48% [============================= ] 712/1472 48% [============================== ] 713/1472 48% [============================== ] 714/1472 48% [============================== ] 715/1472 48% [============================== ] 716/1472 48% [============================== ] 717/1472 48% [============================== ] 718/1472 48% [============================== ] 719/1472 48% [============================== ] 720/1472 48% [============================== ] 721/1472 48% [============================== ] 722/1472 49% [============================== ] 723/1472 49% [============================== ] 724/1472 49% [============================== ] 725/1472 49% [============================== ] 726/1472 49% [============================== ] 727/1472 49% [============================== ] 728/1472 49% [============================== ] 729/1472 49% [============================== ] 730/1472 49% [============================== ] 731/1472 49% [============================== ] 732/1472 49% [============================== ] 733/1472 49% [============================== ] 734/1472 49% [============================== ] 735/1472 49% [=============================== ] 736/1472 50% [=============================== ] 737/1472 50% [=============================== ] 738/1472 50% [=============================== ] 739/1472 50% [=============================== ] 740/1472 50% [=============================== ] 741/1472 50% [=============================== ] 742/1472 50% [=============================== ] 743/1472 50% [=============================== ] 744/1472 50% [=============================== ] 745/1472 50% [=============================== ] 746/1472 50% [=============================== ] 747/1472 50% [=============================== ] 748/1472 50% [=============================== ] 749/1472 50% [=============================== ] 750/1472 50% [=============================== ] 751/1472 51% [=============================== ] 752/1472 51% [=============================== ] 753/1472 51% [=============================== ] 754/1472 51% [=============================== ] 755/1472 51% [=============================== ] 756/1472 51% [=============================== ] 757/1472 51% [=============================== ] 758/1472 51% [=============================== ] 759/1472 51% [================================ ] 760/1472 51% [================================ ] 761/1472 51% [================================ ] 762/1472 51% [================================ ] 763/1472 51% [================================ ] 764/1472 51% [================================ ] 765/1472 51% [================================ ] 766/1472 52% [================================ ] 767/1472 52% [================================ ] 768/1472 52% [================================ ] 769/1472 52% [================================ ] 770/1472 52% [================================ ] 771/1472 52% [================================ ] 772/1472 52% [================================ ] 773/1472 52% [================================ ] 774/1472 52% [================================ ] 775/1472 52% [================================ ] 776/1472 52% [================================ ] 777/1472 52% [================================ ] 778/1472 52% [================================ ] 779/1472 52% [================================ ] 780/1472 52% [================================ ] 781/1472 53% [================================ ] 782/1472 53% [================================ ] 783/1472 53% [================================= ] 784/1472 53% [================================= ] 785/1472 53% [================================= ] 786/1472 53% [================================= ] 787/1472 53% [================================= ] 788/1472 53% [================================= ] 789/1472 53% [================================= ] 790/1472 53% [================================= ] 791/1472 53% [================================= ] 792/1472 53% [================================= ] 793/1472 53% [================================= ] 794/1472 53% [================================= ] 795/1472 54% [================================= ] 796/1472 54% [================================= ] 797/1472 54% [================================= ] 798/1472 54% [================================= ] 799/1472 54% [================================= ] 800/1472 54% [================================= ] 801/1472 54% [================================= ] 802/1472 54% [================================= ] 803/1472 54% [================================= ] 804/1472 54% [================================= ] 805/1472 54% [================================= ] 806/1472 54% [================================= ] 807/1472 54% [================================== ] 808/1472 54% [================================== ] 809/1472 54% [================================== ] 810/1472 55% [================================== ] 811/1472 55% [================================== ] 812/1472 55% [================================== ] 813/1472 55% [================================== ] 814/1472 55% [================================== ] 815/1472 55% [================================== ] 816/1472 55% [================================== ] 817/1472 55% [================================== ] 818/1472 55% [================================== ] 819/1472 55% [================================== ] 820/1472 55% [================================== ] 821/1472 55% [================================== ] 822/1472 55% [================================== ] 823/1472 55% [================================== ] 824/1472 55% [================================== ] 825/1472 56% [================================== ] 826/1472 56% [================================== ] 827/1472 56% [================================== ] 828/1472 56% [================================== ] 829/1472 56% [================================== ] 830/1472 56% [=================================== ] 831/1472 56% [=================================== ] 832/1472 56% [=================================== ] 833/1472 56% [=================================== ] 834/1472 56% [=================================== ] 835/1472 56% [=================================== ] 836/1472 56% [=================================== ] 837/1472 56% [=================================== ] 838/1472 56% [=================================== ] 839/1472 56% [=================================== ] 840/1472 57% [=================================== ] 841/1472 57% [=================================== ] 842/1472 57% [=================================== ] 843/1472 57% [=================================== ] 844/1472 57% [=================================== ] 845/1472 57% [=================================== ] 846/1472 57% [=================================== ] 847/1472 57% [=================================== ] 848/1472 57% [=================================== ] 849/1472 57% [=================================== ] 850/1472 57% [=================================== ] 851/1472 57% [=================================== ] 852/1472 57% [=================================== ] 853/1472 57% [=================================== ] 854/1472 58% [==================================== ] 855/1472 58% [==================================== ] 856/1472 58% [==================================== ] 857/1472 58% [==================================== ] 858/1472 58% [==================================== ] 859/1472 58% [==================================== ] 860/1472 58% [==================================== ] 861/1472 58% [==================================== ] 862/1472 58% [==================================== ] 863/1472 58% [==================================== ] 864/1472 58% [==================================== ] 865/1472 58% [==================================== ] 866/1472 58% [==================================== ] 867/1472 58% [==================================== ] 868/1472 58% [==================================== ] 869/1472 59% [==================================== ] 870/1472 59% [==================================== ] 871/1472 59% [==================================== ] 872/1472 59% [==================================== ] 873/1472 59% [==================================== ] 874/1472 59% [==================================== ] 875/1472 59% [==================================== ] 876/1472 59% [==================================== ] 877/1472 59% [==================================== ] 878/1472 59% [===================================== ] 879/1472 59% [===================================== ] 880/1472 59% [===================================== ] 881/1472 59% [===================================== ] 882/1472 59% [===================================== ] 883/1472 59% [===================================== ] 884/1472 60% [===================================== ] 885/1472 60% [===================================== ] 886/1472 60% [===================================== ] 887/1472 60% [===================================== ] 888/1472 60% [===================================== ] 889/1472 60% [===================================== ] 890/1472 60% [===================================== ] 891/1472 60% [===================================== ] 892/1472 60% [===================================== ] 893/1472 60% [===================================== ] 894/1472 60% [===================================== ] 895/1472 60% [===================================== ] 896/1472 60% [===================================== ] 897/1472 60% [===================================== ] 898/1472 61% [===================================== ] 899/1472 61% [===================================== ] 900/1472 61% [===================================== ] 901/1472 61% [===================================== ] 902/1472 61% [====================================== ] 903/1472 61% [====================================== ] 904/1472 61% [====================================== ] 905/1472 61% [====================================== ] 906/1472 61% [====================================== ] 907/1472 61% [====================================== ] 908/1472 61% [====================================== ] 909/1472 61% [====================================== ] 910/1472 61% [====================================== ] 911/1472 61% [====================================== ] 912/1472 61% [====================================== ] 913/1472 62% [====================================== ] 914/1472 62% [====================================== ] 915/1472 62% [====================================== ] 916/1472 62% [====================================== ] 917/1472 62% [====================================== ] 918/1472 62% [====================================== ] 919/1472 62% [====================================== ] 920/1472 62% [====================================== ] 921/1472 62% [====================================== ] 922/1472 62% [====================================== ] 923/1472 62% [====================================== ] 924/1472 62% [====================================== ] 925/1472 62% [======================================= ] 926/1472 62% [======================================= ] 927/1472 62% [======================================= ] 928/1472 63% [======================================= ] 929/1472 63% [======================================= ] 930/1472 63% [======================================= ] 931/1472 63% [======================================= ] 932/1472 63% [======================================= ] 933/1472 63% [======================================= ] 934/1472 63% [======================================= ] 935/1472 63% [======================================= ] 936/1472 63% [======================================= ] 937/1472 63% [======================================= ] 938/1472 63% [======================================= ] 939/1472 63% [======================================= ] 940/1472 63% [======================================= ] 941/1472 63% [======================================= ] 942/1472 63% [======================================= ] 943/1472 64% [======================================= ] 944/1472 64% [======================================= ] 945/1472 64% [======================================= ] 946/1472 64% [======================================= ] 947/1472 64% [======================================= ] 948/1472 64% [======================================= ] 949/1472 64% [======================================== ] 950/1472 64% [======================================== ] 951/1472 64% [======================================== ] 952/1472 64% [======================================== ] 953/1472 64% [======================================== ] 954/1472 64% [======================================== ] 955/1472 64% [======================================== ] 956/1472 64% [======================================== ] 957/1472 65% [======================================== ] 958/1472 65% [======================================== ] 959/1472 65% [======================================== ] 960/1472 65% [======================================== ] 961/1472 65% [======================================== ] 962/1472 65% [======================================== ] 963/1472 65% [======================================== ] 964/1472 65% [======================================== ] 965/1472 65% [======================================== ] 966/1472 65% [======================================== ] 967/1472 65% [======================================== ] 968/1472 65% [======================================== ] 969/1472 65% [======================================== ] 970/1472 65% [======================================== ] 971/1472 65% [======================================== ] 972/1472 66% [======================================== ] 973/1472 66% [========================================= ] 974/1472 66% [========================================= ] 975/1472 66% [========================================= ] 976/1472 66% [========================================= ] 977/1472 66% [========================================= ] 978/1472 66% [========================================= ] 979/1472 66% [========================================= ] 980/1472 66% [========================================= ] 981/1472 66% [========================================= ] 982/1472 66% [========================================= ] 983/1472 66% [========================================= ] 984/1472 66% [========================================= ] 985/1472 66% [========================================= ] 986/1472 66% [========================================= ] 987/1472 67% [========================================= ] 988/1472 67% [========================================= ] 989/1472 67% [========================================= ] 990/1472 67% [========================================= ] 991/1472 67% [========================================= ] 992/1472 67% [========================================= ] 993/1472 67% [========================================= ] 994/1472 67% [========================================= ] 995/1472 67% [========================================= ] 996/1472 67% [========================================= ] 997/1472 67% [========================================== ] 998/1472 67% [========================================== ] 999/1472 67% [========================================== ] 1000/1472 67% [========================================== ] 1001/1472 68% [========================================== ] 1002/1472 68% [========================================== ] 1003/1472 68% [========================================== ] 1004/1472 68% [========================================== ] 1005/1472 68% [========================================== ] 1006/1472 68% [========================================== ] 1007/1472 68% [========================================== ] 1008/1472 68% [========================================== ] 1009/1472 68% [========================================== ] 1010/1472 68% [========================================== ] 1011/1472 68% [========================================== ] 1012/1472 68% [========================================== ] 1013/1472 68% [========================================== ] 1014/1472 68% [========================================== ] 1015/1472 68% [========================================== ] 1016/1472 69% [========================================== ] 1017/1472 69% [========================================== ] 1018/1472 69% [========================================== ] 1019/1472 69% [========================================== ] 1020/1472 69% [=========================================== ] 1021/1472 69% [=========================================== ] 1022/1472 69% [=========================================== ] 1023/1472 69% [=========================================== ] 1024/1472 69% [=========================================== ] 1025/1472 69% [=========================================== ] 1026/1472 69% [=========================================== ] 1027/1472 69% [=========================================== ] 1028/1472 69% [=========================================== ] 1029/1472 69% [=========================================== ] 1030/1472 69% [=========================================== ] 1031/1472 70% [=========================================== ] 1032/1472 70% [=========================================== ] 1033/1472 70% [=========================================== ] 1034/1472 70% [=========================================== ] 1035/1472 70% [=========================================== ] 1036/1472 70% [=========================================== ] 1037/1472 70% [=========================================== ] 1038/1472 70% [=========================================== ] 1039/1472 70% [=========================================== ] 1040/1472 70% [=========================================== ] 1041/1472 70% [=========================================== ] 1042/1472 70% [=========================================== ] 1043/1472 70% [=========================================== ] 1044/1472 70% [============================================ ] 1045/1472 70% [============================================ ] 1046/1472 71% [============================================ ] 1047/1472 71% [============================================ ] 1048/1472 71% [============================================ ] 1049/1472 71% [============================================ ] 1050/1472 71% [============================================ ] 1051/1472 71% [============================================ ] 1052/1472 71% [============================================ ] 1053/1472 71% [============================================ ] 1054/1472 71% [============================================ ] 1055/1472 71% [============================================ ] 1056/1472 71% [============================================ ] 1057/1472 71% [============================================ ] 1058/1472 71% [============================================ ] 1059/1472 71% [============================================ ] 1060/1472 72% [============================================ ] 1061/1472 72% [============================================ ] 1062/1472 72% [============================================ ] 1063/1472 72% [============================================ ] 1064/1472 72% [============================================ ] 1065/1472 72% [============================================ ] 1066/1472 72% [============================================ ] 1067/1472 72% [============================================ ] 1068/1472 72% [============================================= ] 1069/1472 72% [============================================= ] 1070/1472 72% [============================================= ] 1071/1472 72% [============================================= ] 1072/1472 72% [============================================= ] 1073/1472 72% [============================================= ] 1074/1472 72% [============================================= ] 1075/1472 73% [============================================= ] 1076/1472 73% [============================================= ] 1077/1472 73% [============================================= ] 1078/1472 73% [============================================= ] 1079/1472 73% [============================================= ] 1080/1472 73% [============================================= ] 1081/1472 73% [============================================= ] 1082/1472 73% [============================================= ] 1083/1472 73% [============================================= ] 1084/1472 73% [============================================= ] 1085/1472 73% [============================================= ] 1086/1472 73% [============================================= ] 1087/1472 73% [============================================= ] 1088/1472 73% [============================================= ] 1089/1472 73% [============================================= ] 1090/1472 74% [============================================= ] 1091/1472 74% [============================================= ] 1092/1472 74% [============================================== ] 1093/1472 74% [============================================== ] 1094/1472 74% [============================================== ] 1095/1472 74% [============================================== ] 1096/1472 74% [============================================== ] 1097/1472 74% [============================================== ] 1098/1472 74% [============================================== ] 1099/1472 74% [============================================== ] 1100/1472 74% [============================================== ] 1101/1472 74% [============================================== ] 1102/1472 74% [============================================== ] 1103/1472 74% [============================================== ] 1104/1472 75% [============================================== ] 1105/1472 75% [============================================== ] 1106/1472 75% [============================================== ] 1107/1472 75% [============================================== ] 1108/1472 75% [============================================== ] 1109/1472 75% [============================================== ] 1110/1472 75% [============================================== ] 1111/1472 75% [============================================== ] 1112/1472 75% [============================================== ] 1113/1472 75% [============================================== ] 1114/1472 75% [============================================== ] 1115/1472 75% [=============================================== ] 1116/1472 75% [=============================================== ] 1117/1472 75% [=============================================== ] 1118/1472 75% [=============================================== ] 1119/1472 76% [=============================================== ] 1120/1472 76% [=============================================== ] 1121/1472 76% [=============================================== ] 1122/1472 76% [=============================================== ] 1123/1472 76% [=============================================== ] 1124/1472 76% [=============================================== ] 1125/1472 76% [=============================================== ] 1126/1472 76% [=============================================== ] 1127/1472 76% [=============================================== ] 1128/1472 76% [=============================================== ] 1129/1472 76% [=============================================== ] 1130/1472 76% [=============================================== ] 1131/1472 76% [=============================================== ] 1132/1472 76% [=============================================== ] 1133/1472 76% [=============================================== ] 1134/1472 77% [=============================================== ] 1135/1472 77% [=============================================== ] 1136/1472 77% [=============================================== ] 1137/1472 77% [=============================================== ] 1138/1472 77% [=============================================== ] 1139/1472 77% [================================================ ] 1140/1472 77% [================================================ ] 1141/1472 77% [================================================ ] 1142/1472 77% [================================================ ] 1143/1472 77% [================================================ ] 1144/1472 77% [================================================ ] 1145/1472 77% [================================================ ] 1146/1472 77% [================================================ ] 1147/1472 77% [================================================ ] 1148/1472 77% [================================================ ] 1149/1472 78% [================================================ ] 1150/1472 78% [================================================ ] 1151/1472 78% [================================================ ] 1152/1472 78% [================================================ ] 1153/1472 78% [================================================ ] 1154/1472 78% [================================================ ] 1155/1472 78% [================================================ ] 1156/1472 78% [================================================ ] 1157/1472 78% [================================================ ] 1158/1472 78% [================================================ ] 1159/1472 78% [================================================ ] 1160/1472 78% [================================================ ] 1161/1472 78% [================================================ ] 1162/1472 78% [================================================ ] 1163/1472 79% [================================================= ] 1164/1472 79% [================================================= ] 1165/1472 79% [================================================= ] 1166/1472 79% [================================================= ] 1167/1472 79% [================================================= ] 1168/1472 79% [================================================= ] 1169/1472 79% [================================================= ] 1170/1472 79% [================================================= ] 1171/1472 79% [================================================= ] 1172/1472 79% [================================================= ] 1173/1472 79% [================================================= ] 1174/1472 79% [================================================= ] 1175/1472 79% [================================================= ] 1176/1472 79% [================================================= ] 1177/1472 79% [================================================= ] 1178/1472 80% [================================================= ] 1179/1472 80% [================================================= ] 1180/1472 80% [================================================= ] 1181/1472 80% [================================================= ] 1182/1472 80% [================================================= ] 1183/1472 80% [================================================= ] 1184/1472 80% [================================================= ] 1185/1472 80% [================================================= ] 1186/1472 80% [================================================= ] 1187/1472 80% [================================================== ] 1188/1472 80% [================================================== ] 1189/1472 80% [================================================== ] 1190/1472 80% [================================================== ] 1191/1472 80% [================================================== ] 1192/1472 80% [================================================== ] 1193/1472 81% [================================================== ] 1194/1472 81% [================================================== ] 1195/1472 81% [================================================== ] 1196/1472 81% [================================================== ] 1197/1472 81% [================================================== ] 1198/1472 81% [================================================== ] 1199/1472 81% [================================================== ] 1200/1472 81% [================================================== ] 1201/1472 81% [================================================== ] 1202/1472 81% [================================================== ] 1203/1472 81% [================================================== ] 1204/1472 81% [================================================== ] 1205/1472 81% [================================================== ] 1206/1472 81% [================================================== ] 1207/1472 81% [================================================== ] 1208/1472 82% [================================================== ] 1209/1472 82% [================================================== ] 1210/1472 82% [=================================================== ] 1211/1472 82% [=================================================== ] 1212/1472 82% [=================================================== ] 1213/1472 82% [=================================================== ] 1214/1472 82% [=================================================== ] 1215/1472 82% [=================================================== ] 1216/1472 82% [=================================================== ] 1217/1472 82% [=================================================== ] 1218/1472 82% [=================================================== ] 1219/1472 82% [=================================================== ] 1220/1472 82% [=================================================== ] 1221/1472 82% [=================================================== ] 1222/1472 83% [=================================================== ] 1223/1472 83% [=================================================== ] 1224/1472 83% [=================================================== ] 1225/1472 83% [=================================================== ] 1226/1472 83% [=================================================== ] 1227/1472 83% [=================================================== ] 1228/1472 83% [=================================================== ] 1229/1472 83% [=================================================== ] 1230/1472 83% [=================================================== ] 1231/1472 83% [=================================================== ] 1232/1472 83% [=================================================== ] 1233/1472 83% [=================================================== ] 1234/1472 83% [==================================================== ] 1235/1472 83% [==================================================== ] 1236/1472 83% [==================================================== ] 1237/1472 84% [==================================================== ] 1238/1472 84% [==================================================== ] 1239/1472 84% [==================================================== ] 1240/1472 84% [==================================================== ] 1241/1472 84% [==================================================== ] 1242/1472 84% [==================================================== ] 1243/1472 84% [==================================================== ] 1244/1472 84% [==================================================== ] 1245/1472 84% [==================================================== ] 1246/1472 84% [==================================================== ] 1247/1472 84% [==================================================== ] 1248/1472 84% [==================================================== ] 1249/1472 84% [==================================================== ] 1250/1472 84% [==================================================== ] 1251/1472 84% [==================================================== ] 1252/1472 85% [==================================================== ] 1253/1472 85% [==================================================== ] 1254/1472 85% [==================================================== ] 1255/1472 85% [==================================================== ] 1256/1472 85% [==================================================== ] 1257/1472 85% [==================================================== ] 1258/1472 85% [===================================================== ] 1259/1472 85% [===================================================== ] 1260/1472 85% [===================================================== ] 1261/1472 85% [===================================================== ] 1262/1472 85% [===================================================== ] 1263/1472 85% [===================================================== ] 1264/1472 85% [===================================================== ] 1265/1472 85% [===================================================== ] 1266/1472 86% [===================================================== ] 1267/1472 86% [===================================================== ] 1268/1472 86% [===================================================== ] 1269/1472 86% [===================================================== ] 1270/1472 86% [===================================================== ] 1271/1472 86% [===================================================== ] 1272/1472 86% [===================================================== ] 1273/1472 86% [===================================================== ] 1274/1472 86% [===================================================== ] 1275/1472 86% [===================================================== ] 1276/1472 86% [===================================================== ] 1277/1472 86% [===================================================== ] 1278/1472 86% [===================================================== ] 1279/1472 86% [===================================================== ] 1280/1472 86% [===================================================== ] 1281/1472 87% [===================================================== ] 1282/1472 87% [====================================================== ] 1283/1472 87% [====================================================== ] 1284/1472 87% [====================================================== ] 1285/1472 87% [====================================================== ] 1286/1472 87% [====================================================== ] 1287/1472 87% [====================================================== ] 1288/1472 87% [====================================================== ] 1289/1472 87% [====================================================== ] 1290/1472 87% [====================================================== ] 1291/1472 87% [====================================================== ] 1292/1472 87% [====================================================== ] 1293/1472 87% [====================================================== ] 1294/1472 87% [====================================================== ] 1295/1472 87% [====================================================== ] 1296/1472 88% [====================================================== ] 1297/1472 88% [====================================================== ] 1298/1472 88% [====================================================== ] 1299/1472 88% [====================================================== ] 1300/1472 88% [====================================================== ] 1301/1472 88% [====================================================== ] 1302/1472 88% [====================================================== ] 1303/1472 88% [====================================================== ] 1304/1472 88% [====================================================== ] 1305/1472 88% [======================================================= ] 1306/1472 88% [======================================================= ] 1307/1472 88% [======================================================= ] 1308/1472 88% [======================================================= ] 1309/1472 88% [======================================================= ] 1310/1472 88% [======================================================= ] 1311/1472 89% [======================================================= ] 1312/1472 89% [======================================================= ] 1313/1472 89% [======================================================= ] 1314/1472 89% [======================================================= ] 1315/1472 89% [======================================================= ] 1316/1472 89% [======================================================= ] 1317/1472 89% [======================================================= ] 1318/1472 89% [======================================================= ] 1319/1472 89% [======================================================= ] 1320/1472 89% [======================================================= ] 1321/1472 89% [======================================================= ] 1322/1472 89% [======================================================= ] 1323/1472 89% [======================================================= ] 1324/1472 89% [======================================================= ] 1325/1472 90% [======================================================= ] 1326/1472 90% [======================================================= ] 1327/1472 90% [======================================================= ] 1328/1472 90% [======================================================= ] 1329/1472 90% [======================================================== ] 1330/1472 90% [======================================================== ] 1331/1472 90% [======================================================== ] 1332/1472 90% [======================================================== ] 1333/1472 90% [======================================================== ] 1334/1472 90% [======================================================== ] 1335/1472 90% [======================================================== ] 1336/1472 90% [======================================================== ] 1337/1472 90% [======================================================== ] 1338/1472 90% [======================================================== ] 1339/1472 90% [======================================================== ] 1340/1472 91% [======================================================== ] 1341/1472 91% [======================================================== ] 1342/1472 91% [======================================================== ] 1343/1472 91% [======================================================== ] 1344/1472 91% [======================================================== ] 1345/1472 91% [======================================================== ] 1346/1472 91% [======================================================== ] 1347/1472 91% [======================================================== ] 1348/1472 91% [======================================================== ] 1349/1472 91% [======================================================== ] 1350/1472 91% [======================================================== ] 1351/1472 91% [======================================================== ] 1352/1472 91% [======================================================== ] 1353/1472 91% [========================================================= ] 1354/1472 91% [========================================================= ] 1355/1472 92% [========================================================= ] 1356/1472 92% [========================================================= ] 1357/1472 92% [========================================================= ] 1358/1472 92% [========================================================= ] 1359/1472 92% [========================================================= ] 1360/1472 92% [========================================================= ] 1361/1472 92% [========================================================= ] 1362/1472 92% [========================================================= ] 1363/1472 92% [========================================================= ] 1364/1472 92% [========================================================= ] 1365/1472 92% [========================================================= ] 1366/1472 92% [========================================================= ] 1367/1472 92% [========================================================= ] 1368/1472 92% [========================================================= ] 1369/1472 93% [========================================================= ] 1370/1472 93% [========================================================= ] 1371/1472 93% [========================================================= ] 1372/1472 93% [========================================================= ] 1373/1472 93% [========================================================= ] 1374/1472 93% [========================================================= ] 1375/1472 93% [========================================================= ] 1376/1472 93% [========================================================= ] 1377/1472 93% [========================================================== ] 1378/1472 93% [========================================================== ] 1379/1472 93% [========================================================== ] 1380/1472 93% [========================================================== ] 1381/1472 93% [========================================================== ] 1382/1472 93% [========================================================== ] 1383/1472 93% [========================================================== ] 1384/1472 94% [========================================================== ] 1385/1472 94% [========================================================== ] 1386/1472 94% [========================================================== ] 1387/1472 94% [========================================================== ] 1388/1472 94% [========================================================== ] 1389/1472 94% [========================================================== ] 1390/1472 94% [========================================================== ] 1391/1472 94% [========================================================== ] 1392/1472 94% [========================================================== ] 1393/1472 94% [========================================================== ] 1394/1472 94% [========================================================== ] 1395/1472 94% [========================================================== ] 1396/1472 94% [========================================================== ] 1397/1472 94% [========================================================== ] 1398/1472 94% [========================================================== ] 1399/1472 95% [========================================================== ] 1400/1472 95% [=========================================================== ] 1401/1472 95% [=========================================================== ] 1402/1472 95% [=========================================================== ] 1403/1472 95% [=========================================================== ] 1404/1472 95% [=========================================================== ] 1405/1472 95% [=========================================================== ] 1406/1472 95% [=========================================================== ] 1407/1472 95% [=========================================================== ] 1408/1472 95% [=========================================================== ] 1409/1472 95% [=========================================================== ] 1410/1472 95% [=========================================================== ] 1411/1472 95% [=========================================================== ] 1412/1472 95% [=========================================================== ] 1413/1472 95% [=========================================================== ] 1414/1472 96% [=========================================================== ] 1415/1472 96% [=========================================================== ] 1416/1472 96% [=========================================================== ] 1417/1472 96% [=========================================================== ] 1418/1472 96% [=========================================================== ] 1419/1472 96% [=========================================================== ] 1420/1472 96% [=========================================================== ] 1421/1472 96% [=========================================================== ] 1422/1472 96% [=========================================================== ] 1423/1472 96% [=========================================================== ] 1424/1472 96% [============================================================ ] 1425/1472 96% [============================================================ ] 1426/1472 96% [============================================================ ] 1427/1472 96% [============================================================ ] 1428/1472 97% [============================================================ ] 1429/1472 97% [============================================================ ] 1430/1472 97% [============================================================ ] 1431/1472 97% [============================================================ ] 1432/1472 97% [============================================================ ] 1433/1472 97% [============================================================ ] 1434/1472 97% [============================================================ ] 1435/1472 97% [============================================================ ] 1436/1472 97% [============================================================ ] 1437/1472 97% [============================================================ ] 1438/1472 97% [============================================================ ] 1439/1472 97% [============================================================ ] 1440/1472 97% [============================================================ ] 1441/1472 97% [============================================================ ] 1442/1472 97% [============================================================ ] 1443/1472 98% [============================================================ ] 1444/1472 98% [============================================================ ] 1445/1472 98% [============================================================ ] 1446/1472 98% [============================================================ ] 1447/1472 98% [============================================================ ] 1448/1472 98% [============================================================= ] 1449/1472 98% [============================================================= ] 1450/1472 98% [============================================================= ] 1451/1472 98% [============================================================= ] 1452/1472 98% [============================================================= ] 1453/1472 98% [============================================================= ] 1454/1472 98% [============================================================= ] 1455/1472 98% [============================================================= ] 1456/1472 98% [============================================================= ] 1457/1472 98% [============================================================= ] 1458/1472 99% [============================================================= ] 1459/1472 99% [============================================================= ] 1460/1472 99% [============================================================= ] 1461/1472 99% [============================================================= ] 1462/1472 99% [============================================================= ] 1463/1472 99% [============================================================= ] 1464/1472 99% [============================================================= ] 1465/1472 99% [============================================================= ] 1466/1472 99% [============================================================= ] 1467/1472 99% [============================================================= ] 1468/1472 99% [============================================================= ] 1469/1472 99% [============================================================= ] 1470/1472 99% [============================================================= ] 1471/1472 99% [==============================================================] 1472/1472 100% operation complete, 1472 objects in 98228 NAND pages. ln -snf /nvmedata/autobuild/instance-30/output-1/host/mips64el-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-30/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-30/buildroot' make: Entering directory '/nvmedata/autobuild/instance-30/buildroot' >>> Buildroot 2022.05-668-gd8bc53e37a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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-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) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> sqlite 3.39.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> chartjs 2.9.4 Collecting legal info LICENSE.md: OK (sha256: 7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dhrystone 2 Collecting legal info >>> dnsmasq 2.86 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> dovecot-pigeonhole 0.5.19 Collecting legal info COPYING: OK (sha256: fc9e9522216f2a9a28b31300e3c73c1df56acc27dfae951bf516e7995366b51a) >>> dovecot 2.3.19.1 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> flashrom 1.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-genimage 15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gensio 2.2.9 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> gnuplot 5.4.3 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> ima-evm-utils 1.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> inadyn 2.9.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> 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) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lighttpd 1.4.65 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> 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-python-setuptools 62.6.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-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> ncdu 1.17 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openlayers 6.14.1 Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> ser2net 4.3.4 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tinifier 3.4.0 Collecting legal info LICENSE: OK (sha256: 18f524914c0df04e21289c3d9ca3e27c10abe5869cc4e4d4790a1b2c56df282c) >>> host-go 1.18.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> urandom-scripts Collecting legal info >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: 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: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: openlayers-6.14.1: cannot save license (OPENLAYERS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-30/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-30/buildroot'