/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-2/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-2/output-1/target/etc/passwd if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-8251-gb85968ac06"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11"; \ echo "PRETTY_NAME=\"Buildroot 2022.11\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' saned -1 saned -1 * /etc/sane.d - - Saned User\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/output-1/host/bin/lzop -9 -c /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs > /home/buildroot/autobuild/instance-2/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1490 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1490 0% [ ] 2/1490 0% [ ] 3/1490 0% [ ] 4/1490 0% [ ] 5/1490 0% [ ] 6/1490 0% [ ] 7/1490 0% [ ] 8/1490 0% [ ] 9/1490 0% [ ] 10/1490 0% [ ] 11/1490 0% [ ] 12/1490 0% [ ] 13/1490 0% [ ] 14/1490 0% [ ] 15/1490 1% [ ] 16/1490 1% [ ] 17/1490 1% [ ] 18/1490 1% [ ] 19/1490 1% [ ] 20/1490 1% [ ] 21/1490 1% [ ] 22/1490 1% [ ] 23/1490 1% [ ] 24/1490 1% [= ] 25/1490 1% [= ] 26/1490 1% [= ] 27/1490 1% [= ] 28/1490 1% [= ] 29/1490 1% [= ] 30/1490 2% [= ] 31/1490 2% [= ] 32/1490 2% [= ] 33/1490 2% [= ] 34/1490 2% [= ] 35/1490 2% [= ] 36/1490 2% [= ] 37/1490 2% [= ] 38/1490 2% [= ] 39/1490 2% [= ] 40/1490 2% [= ] 41/1490 2% [= ] 42/1490 2% [= ] 43/1490 2% [= ] 44/1490 2% [= ] 45/1490 3% [= ] 46/1490 3% [= ] 47/1490 3% [= ] 48/1490 3% [== ] 49/1490 3% [== ] 50/1490 3% [== ] 51/1490 3% [== ] 52/1490 3% [== ] 53/1490 3% [== ] 54/1490 3% [== ] 55/1490 3% [== ] 56/1490 3% [== ] 57/1490 3% [== ] 58/1490 3% [== ] 59/1490 3% [== ] 60/1490 4% [== ] 61/1490 4% [== ] 62/1490 4% [== ] 63/1490 4% [== ] 64/1490 4% [== ] 65/1490 4% [== ] 66/1490 4% [== ] 67/1490 4% [== ] 68/1490 4% [== ] 69/1490 4% [== ] 70/1490 4% [== ] 71/1490 4% [== ] 72/1490 4% [=== ] 73/1490 4% [=== ] 74/1490 4% [=== ] 75/1490 5% [=== ] 76/1490 5% [=== ] 77/1490 5% [=== ] 78/1490 5% [=== ] 79/1490 5% [=== ] 80/1490 5% [=== ] 81/1490 5% [=== ] 82/1490 5% [=== ] 83/1490 5% [=== ] 84/1490 5% [=== ] 85/1490 5% [=== ] 86/1490 5% [=== ] 87/1490 5% [=== ] 88/1490 5% [=== ] 89/1490 5% [=== ] 90/1490 6% [=== ] 91/1490 6% [=== ] 92/1490 6% [=== ] 93/1490 6% [=== ] 94/1490 6% [=== ] 95/1490 6% [=== ] 96/1490 6% [==== ] 97/1490 6% [==== ] 98/1490 6% [==== ] 99/1490 6% [==== ] 100/1490 6% [==== ] 101/1490 6% [==== ] 102/1490 6% [==== ] 103/1490 6% [==== ] 104/1490 6% [==== ] 105/1490 7% [==== ] 106/1490 7% [==== ] 107/1490 7% [==== ] 108/1490 7% [==== ] 109/1490 7% [==== ] 110/1490 7% [==== ] 111/1490 7% [==== ] 112/1490 7% [==== ] 113/1490 7% [==== ] 114/1490 7% [==== ] 115/1490 7% [==== ] 116/1490 7% [==== ] 117/1490 7% [==== ] 118/1490 7% [==== ] 119/1490 7% [==== ] 120/1490 8% [===== ] 121/1490 8% [===== ] 122/1490 8% [===== ] 123/1490 8% [===== ] 124/1490 8% [===== ] 125/1490 8% [===== ] 126/1490 8% [===== ] 127/1490 8% [===== ] 128/1490 8% [===== ] 129/1490 8% [===== ] 130/1490 8% [===== ] 131/1490 8% [===== ] 132/1490 8% [===== ] 133/1490 8% [===== ] 134/1490 8% [===== ] 135/1490 9% [===== ] 136/1490 9% [===== ] 137/1490 9% [===== ] 138/1490 9% [===== ] 139/1490 9% [===== ] 140/1490 9% [===== ] 141/1490 9% [===== ] 142/1490 9% [===== ] 143/1490 9% [===== ] 144/1490 9% [====== ] 145/1490 9% [====== ] 146/1490 9% [====== ] 147/1490 9% [====== ] 148/1490 9% [====== ] 149/1490 10% [====== ] 150/1490 10% [====== ] 151/1490 10% [====== ] 152/1490 10% [====== ] 153/1490 10% [====== ] 154/1490 10% [====== ] 155/1490 10% [====== ] 156/1490 10% [====== ] 157/1490 10% [====== ] 158/1490 10% [====== ] 159/1490 10% [====== ] 160/1490 10% [====== ] 161/1490 10% [====== ] 162/1490 10% [====== ] 163/1490 10% [====== ] 164/1490 11% [====== ] 165/1490 11% [====== ] 166/1490 11% [====== ] 167/1490 11% [====== ] 168/1490 11% [======= ] 169/1490 11% [======= ] 170/1490 11% [======= ] 171/1490 11% [======= ] 172/1490 11% [======= ] 173/1490 11% [======= ] 174/1490 11% [======= ] 175/1490 11% [======= ] 176/1490 11% [======= ] 177/1490 11% [======= ] 178/1490 11% [======= ] 179/1490 12% [======= ] 180/1490 12% [======= ] 181/1490 12% [======= ] 182/1490 12% [======= ] 183/1490 12% [======= ] 184/1490 12% [======= ] 185/1490 12% [======= ] 186/1490 12% [======= ] 187/1490 12% [======= ] 188/1490 12% [======= ] 189/1490 12% [======= ] 190/1490 12% [======= ] 191/1490 12% [======= ] 192/1490 12% [======== ] 193/1490 12% [======== ] 194/1490 13% [======== ] 195/1490 13% [======== ] 196/1490 13% [======== ] 197/1490 13% [======== ] 198/1490 13% [======== ] 199/1490 13% [======== ] 200/1490 13% [======== ] 201/1490 13% [======== ] 202/1490 13% [======== ] 203/1490 13% [======== ] 204/1490 13% [======== ] 205/1490 13% [======== ] 206/1490 13% [======== ] 207/1490 13% [======== ] 208/1490 13% [======== ] 209/1490 14% [======== ] 210/1490 14% [======== ] 211/1490 14% [======== ] 212/1490 14% [======== ] 213/1490 14% [======== ] 214/1490 14% [======== ] 215/1490 14% [======== ] 216/1490 14% [========= ] 217/1490 14% [========= ] 218/1490 14% [========= ] 219/1490 14% [========= ] 220/1490 14% [========= ] 221/1490 14% [========= ] 222/1490 14% [========= ] 223/1490 14% [========= ] 224/1490 15% [========= ] 225/1490 15% [========= ] 226/1490 15% [========= ] 227/1490 15% [========= ] 228/1490 15% [========= ] 229/1490 15% [========= ] 230/1490 15% [========= ] 231/1490 15% [========= ] 232/1490 15% [========= ] 233/1490 15% [========= ] 234/1490 15% [========= ] 235/1490 15% [========= ] 236/1490 15% [========= ] 237/1490 15% [========= ] 238/1490 15% [========= ] 239/1490 16% [========= ] 240/1490 16% [========== ] 241/1490 16% [========== ] 242/1490 16% [========== ] 243/1490 16% [========== ] 244/1490 16% [========== ] 245/1490 16% [========== ] 246/1490 16% [========== ] 247/1490 16% [========== ] 248/1490 16% [========== ] 249/1490 16% [========== ] 250/1490 16% [========== ] 251/1490 16% [========== ] 252/1490 16% [========== ] 253/1490 16% [========== ] 254/1490 17% [========== ] 255/1490 17% [========== ] 256/1490 17% [========== ] 257/1490 17% [========== ] 258/1490 17% [========== ] 259/1490 17% [========== ] 260/1490 17% [========== ] 261/1490 17% [========== ] 262/1490 17% [========== ] 263/1490 17% [========== ] 264/1490 17% [=========== ] 265/1490 17% [=========== ] 266/1490 17% [=========== ] 267/1490 17% [=========== ] 268/1490 17% [=========== ] 269/1490 18% [=========== ] 270/1490 18% [=========== ] 271/1490 18% [=========== ] 272/1490 18% [=========== ] 273/1490 18% [=========== ] 274/1490 18% [=========== ] 275/1490 18% [=========== ] 276/1490 18% [=========== ] 277/1490 18% [=========== ] 278/1490 18% [=========== ] 279/1490 18% [=========== ] 280/1490 18% [=========== ] 281/1490 18% [=========== ] 282/1490 18% [=========== ] 283/1490 18% [=========== ] 284/1490 19% [=========== ] 285/1490 19% [=========== ] 286/1490 19% [=========== ] 287/1490 19% [=========== ] 288/1490 19% [============ ] 289/1490 19% [============ ] 290/1490 19% [============ ] 291/1490 19% [============ ] 292/1490 19% [============ ] 293/1490 19% [============ ] 294/1490 19% [============ ] 295/1490 19% [============ ] 296/1490 19% [============ ] 297/1490 19% [============ ] 298/1490 20% [============ ] 299/1490 20% [============ ] 300/1490 20% [============ ] 301/1490 20% [============ ] 302/1490 20% [============ ] 303/1490 20% [============ ] 304/1490 20% [============ ] 305/1490 20% [============ ] 306/1490 20% [============ ] 307/1490 20% [============ ] 308/1490 20% [============ ] 309/1490 20% [============ ] 310/1490 20% [============ ] 311/1490 20% [============ ] 312/1490 20% [============= ] 313/1490 21% [============= ] 314/1490 21% [============= ] 315/1490 21% [============= ] 316/1490 21% [============= ] 317/1490 21% [============= ] 318/1490 21% [============= ] 319/1490 21% [============= ] 320/1490 21% [============= ] 321/1490 21% [============= ] 322/1490 21% [============= ] 323/1490 21% [============= ] 324/1490 21% [============= ] 325/1490 21% [============= ] 326/1490 21% [============= ] 327/1490 21% [============= ] 328/1490 22% [============= ] 329/1490 22% [============= ] 330/1490 22% [============= ] 331/1490 22% [============= ] 332/1490 22% [============= ] 333/1490 22% [============= ] 334/1490 22% [============= ] 335/1490 22% [============= ] 336/1490 22% [============== ] 337/1490 22% [============== ] 338/1490 22% [============== ] 339/1490 22% [============== ] 340/1490 22% [============== ] 341/1490 22% [============== ] 342/1490 22% [============== ] 343/1490 23% [============== ] 344/1490 23% [============== ] 345/1490 23% [============== ] 346/1490 23% [============== ] 347/1490 23% [============== ] 348/1490 23% [============== ] 349/1490 23% [============== ] 350/1490 23% [============== ] 351/1490 23% [============== ] 352/1490 23% [============== ] 353/1490 23% [============== ] 354/1490 23% [============== ] 355/1490 23% [============== ] 356/1490 23% [============== ] 357/1490 23% [============== ] 358/1490 24% [============== ] 359/1490 24% [============== ] 360/1490 24% [=============== ] 361/1490 24% [=============== ] 362/1490 24% [=============== ] 363/1490 24% [=============== ] 364/1490 24% [=============== ] 365/1490 24% [=============== ] 366/1490 24% [=============== ] 367/1490 24% [=============== ] 368/1490 24% [=============== ] 369/1490 24% [=============== ] 370/1490 24% [=============== ] 371/1490 24% [=============== ] 372/1490 24% [=============== ] 373/1490 25% [=============== ] 374/1490 25% [=============== ] 375/1490 25% [=============== ] 376/1490 25% [=============== ] 377/1490 25% [=============== ] 378/1490 25% [=============== ] 379/1490 25% [=============== ] 380/1490 25% [=============== ] 381/1490 25% [=============== ] 382/1490 25% [=============== ] 383/1490 25% [=============== ] 384/1490 25% [================ ] 385/1490 25% [================ ] 386/1490 25% [================ ] 387/1490 25% [================ ] 388/1490 26% [================ ] 389/1490 26% [================ ] 390/1490 26% [================ ] 391/1490 26% [================ ] 392/1490 26% [================ ] 393/1490 26% [================ ] 394/1490 26% [================ ] 395/1490 26% [================ ] 396/1490 26% [================ ] 397/1490 26% [================ ] 398/1490 26% [================ ] 399/1490 26% [================ ] 400/1490 26% [================ ] 401/1490 26% [================ ] 402/1490 26% [================ ] 403/1490 27% [================ ] 404/1490 27% [================ ] 405/1490 27% [================ ] 406/1490 27% [================ ] 407/1490 27% [================ ] 408/1490 27% [================= ] 409/1490 27% [================= ] 410/1490 27% [================= ] 411/1490 27% [================= ] 412/1490 27% [================= ] 413/1490 27% [================= ] 414/1490 27% [================= ] 415/1490 27% [================= ] 416/1490 27% [================= ] 417/1490 27% [================= ] 418/1490 28% [================= ] 419/1490 28% [================= ] 420/1490 28% [================= ] 421/1490 28% [================= ] 422/1490 28% [================= ] 423/1490 28% [================= ] 424/1490 28% [================= ] 425/1490 28% [================= ] 426/1490 28% [================= ] 427/1490 28% [================= ] 428/1490 28% [================= ] 429/1490 28% [================= ] 430/1490 28% [================= ] 431/1490 28% [================= ] 432/1490 28% [================== ] 433/1490 29% [================== ] 434/1490 29% [================== ] 435/1490 29% [================== ] 436/1490 29% [================== ] 437/1490 29% [================== ] 438/1490 29% [================== ] 439/1490 29% [================== ] 440/1490 29% [================== ] 441/1490 29% [================== ] 442/1490 29% [================== ] 443/1490 29% [================== ] 444/1490 29% [================== ] 445/1490 29% [================== ] 446/1490 29% [================== ] 447/1490 30% [================== ] 448/1490 30% [================== ] 449/1490 30% [================== ] 450/1490 30% [================== ] 451/1490 30% [================== ] 452/1490 30% [================== ] 453/1490 30% [================== ] 454/1490 30% [================== ] 455/1490 30% [================== ] 456/1490 30% [=================== ] 457/1490 30% [=================== ] 458/1490 30% [=================== ] 459/1490 30% [=================== ] 460/1490 30% [=================== ] 461/1490 30% [=================== ] 462/1490 31% [=================== ] 463/1490 31% [=================== ] 464/1490 31% [=================== ] 465/1490 31% [=================== ] 466/1490 31% [=================== ] 467/1490 31% [=================== ] 468/1490 31% [=================== ] 469/1490 31% [=================== ] 470/1490 31% [=================== ] 471/1490 31% [=================== ] 472/1490 31% [=================== ] 473/1490 31% [=================== ] 474/1490 31% [=================== ] 475/1490 31% [=================== ] 476/1490 31% [=================== ] 477/1490 32% [=================== ] 478/1490 32% [=================== ] 479/1490 32% [=================== ] 480/1490 32% [==================== ] 481/1490 32% [==================== ] 482/1490 32% [==================== ] 483/1490 32% [==================== ] 484/1490 32% [==================== ] 485/1490 32% [==================== ] 486/1490 32% [==================== ] 487/1490 32% [==================== ] 488/1490 32% [==================== ] 489/1490 32% [==================== ] 490/1490 32% [==================== ] 491/1490 32% [==================== ] 492/1490 33% [==================== ] 493/1490 33% [==================== ] 494/1490 33% [==================== ] 495/1490 33% [==================== ] 496/1490 33% [==================== ] 497/1490 33% [==================== ] 498/1490 33% [==================== ] 499/1490 33% [==================== ] 500/1490 33% [==================== ] 501/1490 33% [==================== ] 502/1490 33% [==================== ] 503/1490 33% [==================== ] 504/1490 33% [===================== ] 505/1490 33% [===================== ] 506/1490 33% [===================== ] 507/1490 34% [===================== ] 508/1490 34% [===================== ] 509/1490 34% [===================== ] 510/1490 34% [===================== ] 511/1490 34% [===================== ] 512/1490 34% [===================== ] 513/1490 34% [===================== ] 514/1490 34% [===================== ] 515/1490 34% [===================== ] 516/1490 34% [===================== ] 517/1490 34% [===================== ] 518/1490 34% [===================== ] 519/1490 34% [===================== ] 520/1490 34% [===================== ] 521/1490 34% [===================== ] 522/1490 35% [===================== ] 523/1490 35% [===================== ] 524/1490 35% [===================== ] 525/1490 35% [===================== ] 526/1490 35% [===================== ] 527/1490 35% [===================== ] 528/1490 35% [====================== ] 529/1490 35% [====================== ] 530/1490 35% [====================== ] 531/1490 35% [====================== ] 532/1490 35% [====================== ] 533/1490 35% [====================== ] 534/1490 35% [====================== ] 535/1490 35% [====================== ] 536/1490 35% [====================== ] 537/1490 36% [====================== ] 538/1490 36% [====================== ] 539/1490 36% [====================== ] 540/1490 36% [====================== ] 541/1490 36% [====================== ] 542/1490 36% [====================== ] 543/1490 36% [====================== ] 544/1490 36% [====================== ] 545/1490 36% [====================== ] 546/1490 36% [====================== ] 547/1490 36% [====================== ] 548/1490 36% [====================== ] 549/1490 36% [====================== ] 550/1490 36% [====================== ] 551/1490 36% [====================== ] 552/1490 37% [======================= ] 553/1490 37% [======================= ] 554/1490 37% [======================= ] 555/1490 37% [======================= ] 556/1490 37% [======================= ] 557/1490 37% [======================= ] 558/1490 37% [======================= ] 559/1490 37% [======================= ] 560/1490 37% [======================= ] 561/1490 37% [======================= ] 562/1490 37% [======================= ] 563/1490 37% [======================= ] 564/1490 37% [======================= ] 565/1490 37% [======================= ] 566/1490 37% [======================= ] 567/1490 38% [======================= ] 568/1490 38% [======================= ] 569/1490 38% [======================= ] 570/1490 38% [======================= ] 571/1490 38% [======================= ] 572/1490 38% [======================= ] 573/1490 38% [======================= ] 574/1490 38% [======================= ] 575/1490 38% [======================= ] 576/1490 38% [======================== ] 577/1490 38% [======================== ] 578/1490 38% [======================== ] 579/1490 38% [======================== ] 580/1490 38% [======================== ] 581/1490 38% [======================== ] 582/1490 39% [======================== ] 583/1490 39% [======================== ] 584/1490 39% [======================== ] 585/1490 39% [======================== ] 586/1490 39% [======================== ] 587/1490 39% [======================== ] 588/1490 39% [======================== ] 589/1490 39% [======================== ] 590/1490 39% [======================== ] 591/1490 39% [======================== ] 592/1490 39% [======================== ] 593/1490 39% [======================== ] 594/1490 39% [======================== ] 595/1490 39% [======================== ] 596/1490 40% [======================== ] 597/1490 40% [======================== ] 598/1490 40% [======================== ] 599/1490 40% [======================== ] 600/1490 40% [========================= ] 601/1490 40% [========================= ] 602/1490 40% [========================= ] 603/1490 40% [========================= ] 604/1490 40% [========================= ] 605/1490 40% [========================= ] 606/1490 40% [========================= ] 607/1490 40% [========================= ] 608/1490 40% [========================= ] 609/1490 40% [========================= ] 610/1490 40% [========================= ] 611/1490 41% [========================= ] 612/1490 41% [========================= ] 613/1490 41% [========================= ] 614/1490 41% [========================= ] 615/1490 41% [========================= ] 616/1490 41% [========================= ] 617/1490 41% [========================= ] 618/1490 41% [========================= ] 619/1490 41% [========================= ] 620/1490 41% [========================= ] 621/1490 41% [========================= ] 622/1490 41% [========================= ] 623/1490 41% [========================= ] 624/1490 41% [========================== ] 625/1490 41% [========================== ] 626/1490 42% [========================== ] 627/1490 42% [========================== ] 628/1490 42% [========================== ] 629/1490 42% [========================== ] 630/1490 42% [========================== ] 631/1490 42% [========================== ] 632/1490 42% [========================== ] 633/1490 42% [========================== ] 634/1490 42% [========================== ] 635/1490 42% [========================== ] 636/1490 42% [========================== ] 637/1490 42% [========================== ] 638/1490 42% [========================== ] 639/1490 42% [========================== ] 640/1490 42% [========================== ] 641/1490 43% [========================== ] 642/1490 43% [========================== ] 643/1490 43% [========================== ] 644/1490 43% [========================== ] 645/1490 43% [========================== ] 646/1490 43% [========================== ] 647/1490 43% [========================== ] 648/1490 43% [=========================== ] 649/1490 43% [=========================== ] 650/1490 43% [=========================== ] 651/1490 43% [=========================== ] 652/1490 43% [=========================== ] 653/1490 43% [=========================== ] 654/1490 43% [=========================== ] 655/1490 43% [=========================== ] 656/1490 44% [=========================== ] 657/1490 44% [=========================== ] 658/1490 44% [=========================== ] 659/1490 44% [=========================== ] 660/1490 44% [=========================== ] 661/1490 44% [=========================== ] 662/1490 44% [=========================== ] 663/1490 44% [=========================== ] 664/1490 44% [=========================== ] 665/1490 44% [=========================== ] 666/1490 44% [=========================== ] 667/1490 44% [=========================== ] 668/1490 44% [=========================== ] 669/1490 44% [=========================== ] 670/1490 44% [=========================== ] 671/1490 45% [=========================== ] 672/1490 45% [============================ ] 673/1490 45% [============================ ] 674/1490 45% [============================ ] 675/1490 45% [============================ ] 676/1490 45% [============================ ] 677/1490 45% [============================ ] 678/1490 45% [============================ ] 679/1490 45% [============================ ] 680/1490 45% [============================ ] 681/1490 45% [============================ ] 682/1490 45% [============================ ] 683/1490 45% [============================ ] 684/1490 45% [============================ ] 685/1490 45% [============================ ] 686/1490 46% [============================ ] 687/1490 46% [============================ ] 688/1490 46% [============================ ] 689/1490 46% [============================ ] 690/1490 46% [============================ ] 691/1490 46% [============================ ] 692/1490 46% [============================ ] 693/1490 46% [============================ ] 694/1490 46% [============================ ] 695/1490 46% [============================ ] 696/1490 46% [============================= ] 697/1490 46% [============================= ] 698/1490 46% [============================= ] 699/1490 46% [============================= ] 700/1490 46% [============================= ] 701/1490 47% [============================= ] 702/1490 47% [============================= ] 703/1490 47% [============================= ] 704/1490 47% [============================= ] 705/1490 47% [============================= ] 706/1490 47% [============================= ] 707/1490 47% [============================= ] 708/1490 47% [============================= ] 709/1490 47% [============================= ] 710/1490 47% [============================= ] 711/1490 47% [============================= ] 712/1490 47% [============================= ] 713/1490 47% [============================= ] 714/1490 47% [============================= ] 715/1490 47% [============================= ] 716/1490 48% [============================= ] 717/1490 48% [============================= ] 718/1490 48% [============================= ] 719/1490 48% [============================= ] 720/1490 48% [============================== ] 721/1490 48% [============================== ] 722/1490 48% [============================== ] 723/1490 48% [============================== ] 724/1490 48% [============================== ] 725/1490 48% [============================== ] 726/1490 48% [============================== ] 727/1490 48% [============================== ] 728/1490 48% [============================== ] 729/1490 48% [============================== ] 730/1490 48% [============================== ] 731/1490 49% [============================== ] 732/1490 49% [============================== ] 733/1490 49% [============================== ] 734/1490 49% [============================== ] 735/1490 49% [============================== ] 736/1490 49% [============================== ] 737/1490 49% [============================== ] 738/1490 49% [============================== ] 739/1490 49% [============================== ] 740/1490 49% [============================== ] 741/1490 49% [============================== ] 742/1490 49% [============================== ] 743/1490 49% [============================== ] 744/1490 49% [=============================== ] 745/1490 50% [=============================== ] 746/1490 50% [=============================== ] 747/1490 50% [=============================== ] 748/1490 50% [=============================== ] 749/1490 50% [=============================== ] 750/1490 50% [=============================== ] 751/1490 50% [=============================== ] 752/1490 50% [=============================== ] 753/1490 50% [=============================== ] 754/1490 50% [=============================== ] 755/1490 50% [=============================== ] 756/1490 50% [=============================== ] 757/1490 50% [=============================== ] 758/1490 50% [=============================== ] 759/1490 50% [=============================== ] 760/1490 51% [=============================== ] 761/1490 51% [=============================== ] 762/1490 51% [=============================== ] 763/1490 51% [=============================== ] 764/1490 51% [=============================== ] 765/1490 51% [=============================== ] 766/1490 51% [=============================== ] 767/1490 51% [=============================== ] 768/1490 51% [=============================== ] 769/1490 51% [================================ ] 770/1490 51% [================================ ] 771/1490 51% [================================ ] 772/1490 51% [================================ ] 773/1490 51% [================================ ] 774/1490 51% [================================ ] 775/1490 52% [================================ ] 776/1490 52% [================================ ] 777/1490 52% [================================ ] 778/1490 52% [================================ ] 779/1490 52% [================================ ] 780/1490 52% [================================ ] 781/1490 52% [================================ ] 782/1490 52% [================================ ] 783/1490 52% [================================ ] 784/1490 52% [================================ ] 785/1490 52% [================================ ] 786/1490 52% [================================ ] 787/1490 52% [================================ ] 788/1490 52% [================================ ] 789/1490 52% [================================ ] 790/1490 53% [================================ ] 791/1490 53% [================================ ] 792/1490 53% [================================ ] 793/1490 53% [================================= ] 794/1490 53% [================================= ] 795/1490 53% [================================= ] 796/1490 53% [================================= ] 797/1490 53% [================================= ] 798/1490 53% [================================= ] 799/1490 53% [================================= ] 800/1490 53% [================================= ] 801/1490 53% [================================= ] 802/1490 53% [================================= ] 803/1490 53% [================================= ] 804/1490 53% [================================= ] 805/1490 54% [================================= ] 806/1490 54% [================================= ] 807/1490 54% [================================= ] 808/1490 54% [================================= ] 809/1490 54% [================================= ] 810/1490 54% [================================= ] 811/1490 54% [================================= ] 812/1490 54% [================================= ] 813/1490 54% [================================= ] 814/1490 54% [================================= ] 815/1490 54% [================================= ] 816/1490 54% [================================= ] 817/1490 54% [================================== ] 818/1490 54% [================================== ] 819/1490 54% [================================== ] 820/1490 55% [================================== ] 821/1490 55% [================================== ] 822/1490 55% [================================== ] 823/1490 55% [================================== ] 824/1490 55% [================================== ] 825/1490 55% [================================== ] 826/1490 55% [================================== ] 827/1490 55% [================================== ] 828/1490 55% [================================== ] 829/1490 55% [================================== ] 830/1490 55% [================================== ] 831/1490 55% [================================== ] 832/1490 55% [================================== ] 833/1490 55% [================================== ] 834/1490 55% [================================== ] 835/1490 56% [================================== ] 836/1490 56% [================================== ] 837/1490 56% [================================== ] 838/1490 56% [================================== ] 839/1490 56% [================================== ] 840/1490 56% [================================== ] 841/1490 56% [=================================== ] 842/1490 56% [=================================== ] 843/1490 56% [=================================== ] 844/1490 56% [=================================== ] 845/1490 56% [=================================== ] 846/1490 56% [=================================== ] 847/1490 56% [=================================== ] 848/1490 56% [=================================== ] 849/1490 56% [=================================== ] 850/1490 57% [=================================== ] 851/1490 57% [=================================== ] 852/1490 57% [=================================== ] 853/1490 57% [=================================== ] 854/1490 57% [=================================== ] 855/1490 57% [=================================== ] 856/1490 57% [=================================== ] 857/1490 57% [=================================== ] 858/1490 57% [=================================== ] 859/1490 57% [=================================== ] 860/1490 57% [=================================== ] 861/1490 57% [=================================== ] 862/1490 57% [=================================== ] 863/1490 57% [=================================== ] 864/1490 57% [=================================== ] 865/1490 58% [==================================== ] 866/1490 58% [==================================== ] 867/1490 58% [==================================== ] 868/1490 58% [==================================== ] 869/1490 58% [==================================== ] 870/1490 58% [==================================== ] 871/1490 58% [==================================== ] 872/1490 58% [==================================== ] 873/1490 58% [==================================== ] 874/1490 58% [==================================== ] 875/1490 58% [==================================== ] 876/1490 58% [==================================== ] 877/1490 58% [==================================== ] 878/1490 58% [==================================== ] 879/1490 58% [==================================== ] 880/1490 59% [==================================== ] 881/1490 59% [==================================== ] 882/1490 59% [==================================== ] 883/1490 59% [==================================== ] 884/1490 59% [==================================== ] 885/1490 59% [==================================== ] 886/1490 59% [==================================== ] 887/1490 59% [==================================== ] 888/1490 59% [==================================== ] 889/1490 59% [===================================== ] 890/1490 59% [===================================== ] 891/1490 59% [===================================== ] 892/1490 59% [===================================== ] 893/1490 59% [===================================== ] 894/1490 60% [===================================== ] 895/1490 60% [===================================== ] 896/1490 60% [===================================== ] 897/1490 60% [===================================== ] 898/1490 60% [===================================== ] 899/1490 60% [===================================== ] 900/1490 60% [===================================== ] 901/1490 60% [===================================== ] 902/1490 60% [===================================== ] 903/1490 60% [===================================== ] 904/1490 60% [===================================== ] 905/1490 60% [===================================== ] 906/1490 60% [===================================== ] 907/1490 60% [===================================== ] 908/1490 60% [===================================== ] 909/1490 61% [===================================== ] 910/1490 61% [===================================== ] 911/1490 61% [===================================== ] 912/1490 61% [===================================== ] 913/1490 61% [====================================== ] 914/1490 61% [====================================== ] 915/1490 61% [====================================== ] 916/1490 61% [====================================== ] 917/1490 61% [====================================== ] 918/1490 61% [====================================== ] 919/1490 61% [====================================== ] 920/1490 61% [====================================== ] 921/1490 61% [====================================== ] 922/1490 61% [====================================== ] 923/1490 61% [====================================== ] 924/1490 62% [====================================== ] 925/1490 62% [====================================== ] 926/1490 62% [====================================== ] 927/1490 62% [====================================== ] 928/1490 62% [====================================== ] 929/1490 62% [====================================== ] 930/1490 62% [====================================== ] 931/1490 62% [====================================== ] 932/1490 62% [====================================== ] 933/1490 62% [====================================== ] 934/1490 62% [====================================== ] 935/1490 62% [====================================== ] 936/1490 62% [====================================== ] 937/1490 62% [======================================= ] 938/1490 62% [======================================= ] 939/1490 63% [======================================= ] 940/1490 63% [======================================= ] 941/1490 63% [======================================= ] 942/1490 63% [======================================= ] 943/1490 63% [======================================= ] 944/1490 63% [======================================= ] 945/1490 63% [======================================= ] 946/1490 63% [======================================= ] 947/1490 63% [======================================= ] 948/1490 63% [======================================= ] 949/1490 63% [======================================= ] 950/1490 63% [======================================= ] 951/1490 63% [======================================= ] 952/1490 63% [======================================= ] 953/1490 63% [======================================= ] 954/1490 64% [======================================= ] 955/1490 64% [======================================= ] 956/1490 64% [======================================= ] 957/1490 64% [======================================= ] 958/1490 64% [======================================= ] 959/1490 64% [======================================= ] 960/1490 64% [======================================= ] 961/1490 64% [======================================== ] 962/1490 64% [======================================== ] 963/1490 64% [======================================== ] 964/1490 64% [======================================== ] 965/1490 64% [======================================== ] 966/1490 64% [======================================== ] 967/1490 64% [======================================== ] 968/1490 64% [======================================== ] 969/1490 65% [======================================== ] 970/1490 65% [======================================== ] 971/1490 65% [======================================== ] 972/1490 65% [======================================== ] 973/1490 65% [======================================== ] 974/1490 65% [======================================== ] 975/1490 65% [======================================== ] 976/1490 65% [======================================== ] 977/1490 65% [======================================== ] 978/1490 65% [======================================== ] 979/1490 65% [======================================== ] 980/1490 65% [======================================== ] 981/1490 65% [======================================== ] 982/1490 65% [======================================== ] 983/1490 65% [======================================== ] 984/1490 66% [======================================== ] 985/1490 66% [========================================= ] 986/1490 66% [========================================= ] 987/1490 66% [========================================= ] 988/1490 66% [========================================= ] 989/1490 66% [========================================= ] 990/1490 66% [========================================= ] 991/1490 66% [========================================= ] 992/1490 66% [========================================= ] 993/1490 66% [========================================= ] 994/1490 66% [========================================= ] 995/1490 66% [========================================= ] 996/1490 66% [========================================= ] 997/1490 66% [========================================= ] 998/1490 66% [========================================= ] 999/1490 67% [========================================= ] 1000/1490 67% [========================================= ] 1001/1490 67% [========================================= ] 1002/1490 67% [========================================= ] 1003/1490 67% [========================================= ] 1004/1490 67% [========================================= ] 1005/1490 67% [========================================= ] 1006/1490 67% [========================================= ] 1007/1490 67% [========================================= ] 1008/1490 67% [========================================= ] 1009/1490 67% [========================================== ] 1010/1490 67% [========================================== ] 1011/1490 67% [========================================== ] 1012/1490 67% [========================================== ] 1013/1490 67% [========================================== ] 1014/1490 68% [========================================== ] 1015/1490 68% [========================================== ] 1016/1490 68% [========================================== ] 1017/1490 68% [========================================== ] 1018/1490 68% [========================================== ] 1019/1490 68% [========================================== ] 1020/1490 68% [========================================== ] 1021/1490 68% [========================================== ] 1022/1490 68% [========================================== ] 1023/1490 68% [========================================== ] 1024/1490 68% [========================================== ] 1025/1490 68% [========================================== ] 1026/1490 68% [========================================== ] 1027/1490 68% [========================================== ] 1028/1490 68% [========================================== ] 1029/1490 69% [========================================== ] 1030/1490 69% [========================================== ] 1031/1490 69% [========================================== ] 1032/1490 69% [========================================== ] 1033/1490 69% [=========================================== ] 1034/1490 69% [=========================================== ] 1035/1490 69% [=========================================== ] 1036/1490 69% [=========================================== ] 1037/1490 69% [=========================================== ] 1038/1490 69% [=========================================== ] 1039/1490 69% [=========================================== ] 1040/1490 69% [=========================================== ] 1041/1490 69% [=========================================== ] 1042/1490 69% [=========================================== ] 1043/1490 70% [=========================================== ] 1044/1490 70% [=========================================== ] 1045/1490 70% [=========================================== ] 1046/1490 70% [=========================================== ] 1047/1490 70% [=========================================== ] 1048/1490 70% [=========================================== ] 1049/1490 70% [=========================================== ] 1050/1490 70% [=========================================== ] 1051/1490 70% [=========================================== ] 1052/1490 70% [=========================================== ] 1053/1490 70% [=========================================== ] 1054/1490 70% [=========================================== ] 1055/1490 70% [=========================================== ] 1056/1490 70% [=========================================== ] 1057/1490 70% [============================================ ] 1058/1490 71% [============================================ ] 1059/1490 71% [============================================ ] 1060/1490 71% [============================================ ] 1061/1490 71% [============================================ ] 1062/1490 71% [============================================ ] 1063/1490 71% [============================================ ] 1064/1490 71% [============================================ ] 1065/1490 71% [============================================ ] 1066/1490 71% [============================================ ] 1067/1490 71% [============================================ ] 1068/1490 71% [============================================ ] 1069/1490 71% [============================================ ] 1070/1490 71% [============================================ ] 1071/1490 71% [============================================ ] 1072/1490 71% [============================================ ] 1073/1490 72% [============================================ ] 1074/1490 72% [============================================ ] 1075/1490 72% [============================================ ] 1076/1490 72% [============================================ ] 1077/1490 72% [============================================ ] 1078/1490 72% [============================================ ] 1079/1490 72% [============================================ ] 1080/1490 72% [============================================ ] 1081/1490 72% [============================================= ] 1082/1490 72% [============================================= ] 1083/1490 72% [============================================= ] 1084/1490 72% [============================================= ] 1085/1490 72% [============================================= ] 1086/1490 72% [============================================= ] 1087/1490 72% [============================================= ] 1088/1490 73% [============================================= ] 1089/1490 73% [============================================= ] 1090/1490 73% [============================================= ] 1091/1490 73% [============================================= ] 1092/1490 73% [============================================= ] 1093/1490 73% [============================================= ] 1094/1490 73% [============================================= ] 1095/1490 73% [============================================= ] 1096/1490 73% [============================================= ] 1097/1490 73% [============================================= ] 1098/1490 73% [============================================= ] 1099/1490 73% [============================================= ] 1100/1490 73% [============================================= ] 1101/1490 73% [============================================= ] 1102/1490 73% [============================================= ] 1103/1490 74% [============================================= ] 1104/1490 74% [============================================= ] 1105/1490 74% [============================================== ] 1106/1490 74% [============================================== ] 1107/1490 74% [============================================== ] 1108/1490 74% [============================================== ] 1109/1490 74% [============================================== ] 1110/1490 74% [============================================== ] 1111/1490 74% [============================================== ] 1112/1490 74% [============================================== ] 1113/1490 74% [============================================== ] 1114/1490 74% [============================================== ] 1115/1490 74% [============================================== ] 1116/1490 74% [============================================== ] 1117/1490 74% [============================================== ] 1118/1490 75% [============================================== ] 1119/1490 75% [============================================== ] 1120/1490 75% [============================================== ] 1121/1490 75% [============================================== ] 1122/1490 75% [============================================== ] 1123/1490 75% [============================================== ] 1124/1490 75% [============================================== ] 1125/1490 75% [============================================== ] 1126/1490 75% [============================================== ] 1127/1490 75% [============================================== ] 1128/1490 75% [============================================== ] 1129/1490 75% [=============================================== ] 1130/1490 75% [=============================================== ] 1131/1490 75% [=============================================== ] 1132/1490 75% [=============================================== ] 1133/1490 76% [=============================================== ] 1134/1490 76% [=============================================== ] 1135/1490 76% [=============================================== ] 1136/1490 76% [=============================================== ] 1137/1490 76% [=============================================== ] 1138/1490 76% [=============================================== ] 1139/1490 76% [=============================================== ] 1140/1490 76% [=============================================== ] 1141/1490 76% [=============================================== ] 1142/1490 76% [=============================================== ] 1143/1490 76% [=============================================== ] 1144/1490 76% [=============================================== ] 1145/1490 76% [=============================================== ] 1146/1490 76% [=============================================== ] 1147/1490 76% [=============================================== ] 1148/1490 77% [=============================================== ] 1149/1490 77% [=============================================== ] 1150/1490 77% [=============================================== ] 1151/1490 77% [=============================================== ] 1152/1490 77% [=============================================== ] 1153/1490 77% [================================================ ] 1154/1490 77% [================================================ ] 1155/1490 77% [================================================ ] 1156/1490 77% [================================================ ] 1157/1490 77% [================================================ ] 1158/1490 77% [================================================ ] 1159/1490 77% [================================================ ] 1160/1490 77% [================================================ ] 1161/1490 77% [================================================ ] 1162/1490 77% [================================================ ] 1163/1490 78% [================================================ ] 1164/1490 78% [================================================ ] 1165/1490 78% [================================================ ] 1166/1490 78% [================================================ ] 1167/1490 78% [================================================ ] 1168/1490 78% [================================================ ] 1169/1490 78% [================================================ ] 1170/1490 78% [================================================ ] 1171/1490 78% [================================================ ] 1172/1490 78% [================================================ ] 1173/1490 78% [================================================ ] 1174/1490 78% [================================================ ] 1175/1490 78% [================================================ ] 1176/1490 78% [================================================ ] 1177/1490 78% [================================================= ] 1178/1490 79% [================================================= ] 1179/1490 79% [================================================= ] 1180/1490 79% [================================================= ] 1181/1490 79% [================================================= ] 1182/1490 79% [================================================= ] 1183/1490 79% [================================================= ] 1184/1490 79% [================================================= ] 1185/1490 79% [================================================= ] 1186/1490 79% [================================================= ] 1187/1490 79% [================================================= ] 1188/1490 79% [================================================= ] 1189/1490 79% [================================================= ] 1190/1490 79% [================================================= ] 1191/1490 79% [================================================= ] 1192/1490 80% [================================================= ] 1193/1490 80% [================================================= ] 1194/1490 80% [================================================= ] 1195/1490 80% [================================================= ] 1196/1490 80% [================================================= ] 1197/1490 80% [================================================= ] 1198/1490 80% [================================================= ] 1199/1490 80% [================================================= ] 1200/1490 80% [================================================= ] 1201/1490 80% [================================================== ] 1202/1490 80% [================================================== ] 1203/1490 80% [================================================== ] 1204/1490 80% [================================================== ] 1205/1490 80% [================================================== ] 1206/1490 80% [================================================== ] 1207/1490 81% [================================================== ] 1208/1490 81% [================================================== ] 1209/1490 81% [================================================== ] 1210/1490 81% [================================================== ] 1211/1490 81% [================================================== ] 1212/1490 81% [================================================== ] 1213/1490 81% [================================================== ] 1214/1490 81% [================================================== ] 1215/1490 81% [================================================== ] 1216/1490 81% [================================================== ] 1217/1490 81% [================================================== ] 1218/1490 81% [================================================== ] 1219/1490 81% [================================================== ] 1220/1490 81% [================================================== ] 1221/1490 81% [================================================== ] 1222/1490 82% [================================================== ] 1223/1490 82% [================================================== ] 1224/1490 82% [================================================== ] 1225/1490 82% [=================================================== ] 1226/1490 82% [=================================================== ] 1227/1490 82% [=================================================== ] 1228/1490 82% [=================================================== ] 1229/1490 82% [=================================================== ] 1230/1490 82% [=================================================== ] 1231/1490 82% [=================================================== ] 1232/1490 82% [=================================================== ] 1233/1490 82% [=================================================== ] 1234/1490 82% [=================================================== ] 1235/1490 82% [=================================================== ] 1236/1490 82% [=================================================== ] 1237/1490 83% [=================================================== ] 1238/1490 83% [=================================================== ] 1239/1490 83% [=================================================== ] 1240/1490 83% [=================================================== ] 1241/1490 83% [=================================================== ] 1242/1490 83% [=================================================== ] 1243/1490 83% [=================================================== ] 1244/1490 83% [=================================================== ] 1245/1490 83% [=================================================== ] 1246/1490 83% [=================================================== ] 1247/1490 83% [=================================================== ] 1248/1490 83% [=================================================== ] 1249/1490 83% [==================================================== ] 1250/1490 83% [==================================================== ] 1251/1490 83% [==================================================== ] 1252/1490 84% [==================================================== ] 1253/1490 84% [==================================================== ] 1254/1490 84% [==================================================== ] 1255/1490 84% [==================================================== ] 1256/1490 84% [==================================================== ] 1257/1490 84% [==================================================== ] 1258/1490 84% [==================================================== ] 1259/1490 84% [==================================================== ] 1260/1490 84% [==================================================== ] 1261/1490 84% [==================================================== ] 1262/1490 84% [==================================================== ] 1263/1490 84% [==================================================== ] 1264/1490 84% [==================================================== ] 1265/1490 84% [==================================================== ] 1266/1490 84% [==================================================== ] 1267/1490 85% [==================================================== ] 1268/1490 85% [==================================================== ] 1269/1490 85% [==================================================== ] 1270/1490 85% [==================================================== ] 1271/1490 85% [==================================================== ] 1272/1490 85% [==================================================== ] 1273/1490 85% [===================================================== ] 1274/1490 85% [===================================================== ] 1275/1490 85% [===================================================== ] 1276/1490 85% [===================================================== ] 1277/1490 85% [===================================================== ] 1278/1490 85% [===================================================== ] 1279/1490 85% [===================================================== ] 1280/1490 85% [===================================================== ] 1281/1490 85% [===================================================== ] 1282/1490 86% [===================================================== ] 1283/1490 86% [===================================================== ] 1284/1490 86% [===================================================== ] 1285/1490 86% [===================================================== ] 1286/1490 86% [===================================================== ] 1287/1490 86% [===================================================== ] 1288/1490 86% [===================================================== ] 1289/1490 86% [===================================================== ] 1290/1490 86% [===================================================== ] 1291/1490 86% [===================================================== ] 1292/1490 86% [===================================================== ] 1293/1490 86% [===================================================== ] 1294/1490 86% [===================================================== ] 1295/1490 86% [===================================================== ] 1296/1490 86% [===================================================== ] 1297/1490 87% [====================================================== ] 1298/1490 87% [====================================================== ] 1299/1490 87% [====================================================== ] 1300/1490 87% [====================================================== ] 1301/1490 87% [====================================================== ] 1302/1490 87% [====================================================== ] 1303/1490 87% [====================================================== ] 1304/1490 87% [====================================================== ] 1305/1490 87% [====================================================== ] 1306/1490 87% [====================================================== ] 1307/1490 87% [====================================================== ] 1308/1490 87% [====================================================== ] 1309/1490 87% [====================================================== ] 1310/1490 87% [====================================================== ] 1311/1490 87% [====================================================== ] 1312/1490 88% [====================================================== ] 1313/1490 88% [====================================================== ] 1314/1490 88% [====================================================== ] 1315/1490 88% [====================================================== ] 1316/1490 88% [====================================================== ] 1317/1490 88% [====================================================== ] 1318/1490 88% [====================================================== ] 1319/1490 88% [====================================================== ] 1320/1490 88% [====================================================== ] 1321/1490 88% [======================================================= ] 1322/1490 88% [======================================================= ] 1323/1490 88% [======================================================= ] 1324/1490 88% [======================================================= ] 1325/1490 88% [======================================================= ] 1326/1490 88% [======================================================= ] 1327/1490 89% [======================================================= ] 1328/1490 89% [======================================================= ] 1329/1490 89% [======================================================= ] 1330/1490 89% [======================================================= ] 1331/1490 89% [======================================================= ] 1332/1490 89% [======================================================= ] 1333/1490 89% [======================================================= ] 1334/1490 89% [======================================================= ] 1335/1490 89% [======================================================= ] 1336/1490 89% [======================================================= ] 1337/1490 89% [======================================================= ] 1338/1490 89% [======================================================= ] 1339/1490 89% [======================================================= ] 1340/1490 89% [======================================================= ] 1341/1490 90% [======================================================= ] 1342/1490 90% [======================================================= ] 1343/1490 90% [======================================================= ] 1344/1490 90% [======================================================= ] 1345/1490 90% [======================================================== ] 1346/1490 90% [======================================================== ] 1347/1490 90% [======================================================== ] 1348/1490 90% [======================================================== ] 1349/1490 90% [======================================================== ] 1350/1490 90% [======================================================== ] 1351/1490 90% [======================================================== ] 1352/1490 90% [======================================================== ] 1353/1490 90% [======================================================== ] 1354/1490 90% [======================================================== ] 1355/1490 90% [======================================================== ] 1356/1490 91% [======================================================== ] 1357/1490 91% [======================================================== ] 1358/1490 91% [======================================================== ] 1359/1490 91% [======================================================== ] 1360/1490 91% [======================================================== ] 1361/1490 91% [======================================================== ] 1362/1490 91% [======================================================== ] 1363/1490 91% [======================================================== ] 1364/1490 91% [======================================================== ] 1365/1490 91% [======================================================== ] 1366/1490 91% [======================================================== ] 1367/1490 91% [======================================================== ] 1368/1490 91% [======================================================== ] 1369/1490 91% [========================================================= ] 1370/1490 91% [========================================================= ] 1371/1490 92% [========================================================= ] 1372/1490 92% [========================================================= ] 1373/1490 92% [========================================================= ] 1374/1490 92% [========================================================= ] 1375/1490 92% [========================================================= ] 1376/1490 92% [========================================================= ] 1377/1490 92% [========================================================= ] 1378/1490 92% [========================================================= ] 1379/1490 92% [========================================================= ] 1380/1490 92% [========================================================= ] 1381/1490 92% [========================================================= ] 1382/1490 92% [========================================================= ] 1383/1490 92% [========================================================= ] 1384/1490 92% [========================================================= ] 1385/1490 92% [========================================================= ] 1386/1490 93% [========================================================= ] 1387/1490 93% [========================================================= ] 1388/1490 93% [========================================================= ] 1389/1490 93% [========================================================= ] 1390/1490 93% [========================================================= ] 1391/1490 93% [========================================================= ] 1392/1490 93% [========================================================= ] 1393/1490 93% [========================================================== ] 1394/1490 93% [========================================================== ] 1395/1490 93% [========================================================== ] 1396/1490 93% [========================================================== ] 1397/1490 93% [========================================================== ] 1398/1490 93% [========================================================== ] 1399/1490 93% [========================================================== ] 1400/1490 93% [========================================================== ] 1401/1490 94% [========================================================== ] 1402/1490 94% [========================================================== ] 1403/1490 94% [========================================================== ] 1404/1490 94% [========================================================== ] 1405/1490 94% [========================================================== ] 1406/1490 94% [========================================================== ] 1407/1490 94% [========================================================== ] 1408/1490 94% [========================================================== ] 1409/1490 94% [========================================================== ] 1410/1490 94% [========================================================== ] 1411/1490 94% [========================================================== ] 1412/1490 94% [========================================================== ] 1413/1490 94% [========================================================== ] 1414/1490 94% [========================================================== ] 1415/1490 94% [========================================================== ] 1416/1490 95% [========================================================== ] 1417/1490 95% [=========================================================== ] 1418/1490 95% [=========================================================== ] 1419/1490 95% [=========================================================== ] 1420/1490 95% [=========================================================== ] 1421/1490 95% [=========================================================== ] 1422/1490 95% [=========================================================== ] 1423/1490 95% [=========================================================== ] 1424/1490 95% [=========================================================== ] 1425/1490 95% [=========================================================== ] 1426/1490 95% [=========================================================== ] 1427/1490 95% [=========================================================== ] 1428/1490 95% [=========================================================== ] 1429/1490 95% [=========================================================== ] 1430/1490 95% [=========================================================== ] 1431/1490 96% [=========================================================== ] 1432/1490 96% [=========================================================== ] 1433/1490 96% [=========================================================== ] 1434/1490 96% [=========================================================== ] 1435/1490 96% [=========================================================== ] 1436/1490 96% [=========================================================== ] 1437/1490 96% [=========================================================== ] 1438/1490 96% [=========================================================== ] 1439/1490 96% [=========================================================== ] 1440/1490 96% [=========================================================== ] 1441/1490 96% [============================================================ ] 1442/1490 96% [============================================================ ] 1443/1490 96% [============================================================ ] 1444/1490 96% [============================================================ ] 1445/1490 96% [============================================================ ] 1446/1490 97% [============================================================ ] 1447/1490 97% [============================================================ ] 1448/1490 97% [============================================================ ] 1449/1490 97% [============================================================ ] 1450/1490 97% [============================================================ ] 1451/1490 97% [============================================================ ] 1452/1490 97% [============================================================ ] 1453/1490 97% [============================================================ ] 1454/1490 97% [============================================================ ] 1455/1490 97% [============================================================ ] 1456/1490 97% [============================================================ ] 1457/1490 97% [============================================================ ] 1458/1490 97% [============================================================ ] 1459/1490 97% [============================================================ ] 1460/1490 97% [============================================================ ] 1461/1490 98% [============================================================ ] 1462/1490 98% [============================================================ ] 1463/1490 98% [============================================================ ] 1464/1490 98% [============================================================ ] 1465/1490 98% [============================================================= ] 1466/1490 98% [============================================================= ] 1467/1490 98% [============================================================= ] 1468/1490 98% [============================================================= ] 1469/1490 98% [============================================================= ] 1470/1490 98% [============================================================= ] 1471/1490 98% [============================================================= ] 1472/1490 98% [============================================================= ] 1473/1490 98% [============================================================= ] 1474/1490 98% [============================================================= ] 1475/1490 98% [============================================================= ] 1476/1490 99% [============================================================= ] 1477/1490 99% [============================================================= ] 1478/1490 99% [============================================================= ] 1479/1490 99% [============================================================= ] 1480/1490 99% [============================================================= ] 1481/1490 99% [============================================================= ] 1482/1490 99% [============================================================= ] 1483/1490 99% [============================================================= ] 1484/1490 99% [============================================================= ] 1485/1490 99% [============================================================= ] 1486/1490 99% [============================================================= ] 1487/1490 99% [============================================================= ] 1488/1490 99% [============================================================= ] 1489/1490 99% [==============================================================] 1490/1490 100% operation complete, 1490 objects in 183102 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2021.05-8251-gb85968ac06 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 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) >>> linux-headers 6.0.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> 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) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> 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.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.24.1 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> host-cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dovecot 2.3.19.1 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-gdb 11.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> haproxy 2.6.5 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> hdparm 9.65 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libksba 1.6.2 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> host-python-lxml 4.9.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.19.4 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-rust-bin 1.64.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> sane-backends 1.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> strace 6.0 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> ulogd 2.0.7 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> unbound 1.17.0 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> wolfssl 5.5.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.6.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'