rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/info /home/autobuild/autobuild/instance-8/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/doc /home/autobuild/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-8/output-1/target/lib/debug /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-8/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/autobuild/autobuild/instance-8/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-8/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-8/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-rc1-127-gc11950fe4a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-8/output-1/per-package /home/autobuild/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-8/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -p -l -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-8/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" gzip -9 -c -n /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs.gz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1465 objects. stage 2: creating image '/home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/1465 0% [ ] 2/1465 0% [ ] 3/1465 0% [ ] 4/1465 0% [ ] 5/1465 0% [ ] 6/1465 0% [ ] 7/1465 0% [ ] 8/1465 0% [ ] 9/1465 0% [ ] 10/1465 0% [ ] 11/1465 0% [ ] 12/1465 0% [ ] 13/1465 0% [ ] 14/1465 0% [ ] 15/1465 1% [ ] 16/1465 1% [ ] 17/1465 1% [ ] 18/1465 1% [ ] 19/1465 1% [ ] 20/1465 1% [ ] 21/1465 1% [ ] 22/1465 1% [ ] 23/1465 1% [= ] 24/1465 1% [= ] 25/1465 1% [= ] 26/1465 1% [= ] 27/1465 1% [= ] 28/1465 1% [= ] 29/1465 1% [= ] 30/1465 2% [= ] 31/1465 2% [= ] 32/1465 2% [= ] 33/1465 2% [= ] 34/1465 2% [= ] 35/1465 2% [= ] 36/1465 2% [= ] 37/1465 2% [= ] 38/1465 2% [= ] 39/1465 2% [= ] 40/1465 2% [= ] 41/1465 2% [= ] 42/1465 2% [= ] 43/1465 2% [= ] 44/1465 3% [= ] 45/1465 3% [= ] 46/1465 3% [= ] 47/1465 3% [== ] 48/1465 3% [== ] 49/1465 3% [== ] 50/1465 3% [== ] 51/1465 3% [== ] 52/1465 3% [== ] 53/1465 3% [== ] 54/1465 3% [== ] 55/1465 3% [== ] 56/1465 3% [== ] 57/1465 3% [== ] 58/1465 3% [== ] 59/1465 4% [== ] 60/1465 4% [== ] 61/1465 4% [== ] 62/1465 4% [== ] 63/1465 4% [== ] 64/1465 4% [== ] 65/1465 4% [== ] 66/1465 4% [== ] 67/1465 4% [== ] 68/1465 4% [== ] 69/1465 4% [== ] 70/1465 4% [=== ] 71/1465 4% [=== ] 72/1465 4% [=== ] 73/1465 4% [=== ] 74/1465 5% [=== ] 75/1465 5% [=== ] 76/1465 5% [=== ] 77/1465 5% [=== ] 78/1465 5% [=== ] 79/1465 5% [=== ] 80/1465 5% [=== ] 81/1465 5% [=== ] 82/1465 5% [=== ] 83/1465 5% [=== ] 84/1465 5% [=== ] 85/1465 5% [=== ] 86/1465 5% [=== ] 87/1465 5% [=== ] 88/1465 6% [=== ] 89/1465 6% [=== ] 90/1465 6% [=== ] 91/1465 6% [=== ] 92/1465 6% [=== ] 93/1465 6% [=== ] 94/1465 6% [==== ] 95/1465 6% [==== ] 96/1465 6% [==== ] 97/1465 6% [==== ] 98/1465 6% [==== ] 99/1465 6% [==== ] 100/1465 6% [==== ] 101/1465 6% [==== ] 102/1465 6% [==== ] 103/1465 7% [==== ] 104/1465 7% [==== ] 105/1465 7% [==== ] 106/1465 7% [==== ] 107/1465 7% [==== ] 108/1465 7% [==== ] 109/1465 7% [==== ] 110/1465 7% [==== ] 111/1465 7% [==== ] 112/1465 7% [==== ] 113/1465 7% [==== ] 114/1465 7% [==== ] 115/1465 7% [==== ] 116/1465 7% [==== ] 117/1465 7% [==== ] 118/1465 8% [===== ] 119/1465 8% [===== ] 120/1465 8% [===== ] 121/1465 8% [===== ] 122/1465 8% [===== ] 123/1465 8% [===== ] 124/1465 8% [===== ] 125/1465 8% [===== ] 126/1465 8% [===== ] 127/1465 8% [===== ] 128/1465 8% [===== ] 129/1465 8% [===== ] 130/1465 8% [===== ] 131/1465 8% [===== ] 132/1465 9% [===== ] 133/1465 9% [===== ] 134/1465 9% [===== ] 135/1465 9% [===== ] 136/1465 9% [===== ] 137/1465 9% [===== ] 138/1465 9% [===== ] 139/1465 9% [===== ] 140/1465 9% [===== ] 141/1465 9% [====== ] 142/1465 9% [====== ] 143/1465 9% [====== ] 144/1465 9% [====== ] 145/1465 9% [====== ] 146/1465 9% [====== ] 147/1465 10% [====== ] 148/1465 10% [====== ] 149/1465 10% [====== ] 150/1465 10% [====== ] 151/1465 10% [====== ] 152/1465 10% [====== ] 153/1465 10% [====== ] 154/1465 10% [====== ] 155/1465 10% [====== ] 156/1465 10% [====== ] 157/1465 10% [====== ] 158/1465 10% [====== ] 159/1465 10% [====== ] 160/1465 10% [====== ] 161/1465 10% [====== ] 162/1465 11% [====== ] 163/1465 11% [====== ] 164/1465 11% [====== ] 165/1465 11% [======= ] 166/1465 11% [======= ] 167/1465 11% [======= ] 168/1465 11% [======= ] 169/1465 11% [======= ] 170/1465 11% [======= ] 171/1465 11% [======= ] 172/1465 11% [======= ] 173/1465 11% [======= ] 174/1465 11% [======= ] 175/1465 11% [======= ] 176/1465 12% [======= ] 177/1465 12% [======= ] 178/1465 12% [======= ] 179/1465 12% [======= ] 180/1465 12% [======= ] 181/1465 12% [======= ] 182/1465 12% [======= ] 183/1465 12% [======= ] 184/1465 12% [======= ] 185/1465 12% [======= ] 186/1465 12% [======= ] 187/1465 12% [======= ] 188/1465 12% [======= ] 189/1465 12% [======== ] 190/1465 12% [======== ] 191/1465 13% [======== ] 192/1465 13% [======== ] 193/1465 13% [======== ] 194/1465 13% [======== ] 195/1465 13% [======== ] 196/1465 13% [======== ] 197/1465 13% [======== ] 198/1465 13% [======== ] 199/1465 13% [======== ] 200/1465 13% [======== ] 201/1465 13% [======== ] 202/1465 13% [======== ] 203/1465 13% [======== ] 204/1465 13% [======== ] 205/1465 13% [======== ] 206/1465 14% [======== ] 207/1465 14% [======== ] 208/1465 14% [======== ] 209/1465 14% [======== ] 210/1465 14% [======== ] 211/1465 14% [======== ] 212/1465 14% [========= ] 213/1465 14% [========= ] 214/1465 14% [========= ] 215/1465 14% [========= ] 216/1465 14% [========= ] 217/1465 14% [========= ] 218/1465 14% [========= ] 219/1465 14% [========= ] 220/1465 15% [========= ] 221/1465 15% [========= ] 222/1465 15% [========= ] 223/1465 15% [========= ] 224/1465 15% [========= ] 225/1465 15% [========= ] 226/1465 15% [========= ] 227/1465 15% [========= ] 228/1465 15% [========= ] 229/1465 15% [========= ] 230/1465 15% [========= ] 231/1465 15% [========= ] 232/1465 15% [========= ] 233/1465 15% [========= ] 234/1465 15% [========= ] 235/1465 16% [========= ] 236/1465 16% [========== ] 237/1465 16% [========== ] 238/1465 16% [========== ] 239/1465 16% [========== ] 240/1465 16% [========== ] 241/1465 16% [========== ] 242/1465 16% [========== ] 243/1465 16% [========== ] 244/1465 16% [========== ] 245/1465 16% [========== ] 246/1465 16% [========== ] 247/1465 16% [========== ] 248/1465 16% [========== ] 249/1465 16% [========== ] 250/1465 17% [========== ] 251/1465 17% [========== ] 252/1465 17% [========== ] 253/1465 17% [========== ] 254/1465 17% [========== ] 255/1465 17% [========== ] 256/1465 17% [========== ] 257/1465 17% [========== ] 258/1465 17% [========== ] 259/1465 17% [=========== ] 260/1465 17% [=========== ] 261/1465 17% [=========== ] 262/1465 17% [=========== ] 263/1465 17% [=========== ] 264/1465 18% [=========== ] 265/1465 18% [=========== ] 266/1465 18% [=========== ] 267/1465 18% [=========== ] 268/1465 18% [=========== ] 269/1465 18% [=========== ] 270/1465 18% [=========== ] 271/1465 18% [=========== ] 272/1465 18% [=========== ] 273/1465 18% [=========== ] 274/1465 18% [=========== ] 275/1465 18% [=========== ] 276/1465 18% [=========== ] 277/1465 18% [=========== ] 278/1465 18% [=========== ] 279/1465 19% [=========== ] 280/1465 19% [=========== ] 281/1465 19% [=========== ] 282/1465 19% [=========== ] 283/1465 19% [============ ] 284/1465 19% [============ ] 285/1465 19% [============ ] 286/1465 19% [============ ] 287/1465 19% [============ ] 288/1465 19% [============ ] 289/1465 19% [============ ] 290/1465 19% [============ ] 291/1465 19% [============ ] 292/1465 19% [============ ] 293/1465 20% [============ ] 294/1465 20% [============ ] 295/1465 20% [============ ] 296/1465 20% [============ ] 297/1465 20% [============ ] 298/1465 20% [============ ] 299/1465 20% [============ ] 300/1465 20% [============ ] 301/1465 20% [============ ] 302/1465 20% [============ ] 303/1465 20% [============ ] 304/1465 20% [============ ] 305/1465 20% [============ ] 306/1465 20% [============ ] 307/1465 20% [============= ] 308/1465 21% [============= ] 309/1465 21% [============= ] 310/1465 21% [============= ] 311/1465 21% [============= ] 312/1465 21% [============= ] 313/1465 21% [============= ] 314/1465 21% [============= ] 315/1465 21% [============= ] 316/1465 21% [============= ] 317/1465 21% [============= ] 318/1465 21% [============= ] 319/1465 21% [============= ] 320/1465 21% [============= ] 321/1465 21% [============= ] 322/1465 21% [============= ] 323/1465 22% [============= ] 324/1465 22% [============= ] 325/1465 22% [============= ] 326/1465 22% [============= ] 327/1465 22% [============= ] 328/1465 22% [============= ] 329/1465 22% [============= ] 330/1465 22% [============== ] 331/1465 22% [============== ] 332/1465 22% [============== ] 333/1465 22% [============== ] 334/1465 22% [============== ] 335/1465 22% [============== ] 336/1465 22% [============== ] 337/1465 23% [============== ] 338/1465 23% [============== ] 339/1465 23% [============== ] 340/1465 23% [============== ] 341/1465 23% [============== ] 342/1465 23% [============== ] 343/1465 23% [============== ] 344/1465 23% [============== ] 345/1465 23% [============== ] 346/1465 23% [============== ] 347/1465 23% [============== ] 348/1465 23% [============== ] 349/1465 23% [============== ] 350/1465 23% [============== ] 351/1465 23% [============== ] 352/1465 24% [============== ] 353/1465 24% [============== ] 354/1465 24% [=============== ] 355/1465 24% [=============== ] 356/1465 24% [=============== ] 357/1465 24% [=============== ] 358/1465 24% [=============== ] 359/1465 24% [=============== ] 360/1465 24% [=============== ] 361/1465 24% [=============== ] 362/1465 24% [=============== ] 363/1465 24% [=============== ] 364/1465 24% [=============== ] 365/1465 24% [=============== ] 366/1465 24% [=============== ] 367/1465 25% [=============== ] 368/1465 25% [=============== ] 369/1465 25% [=============== ] 370/1465 25% [=============== ] 371/1465 25% [=============== ] 372/1465 25% [=============== ] 373/1465 25% [=============== ] 374/1465 25% [=============== ] 375/1465 25% [=============== ] 376/1465 25% [=============== ] 377/1465 25% [=============== ] 378/1465 25% [================ ] 379/1465 25% [================ ] 380/1465 25% [================ ] 381/1465 26% [================ ] 382/1465 26% [================ ] 383/1465 26% [================ ] 384/1465 26% [================ ] 385/1465 26% [================ ] 386/1465 26% [================ ] 387/1465 26% [================ ] 388/1465 26% [================ ] 389/1465 26% [================ ] 390/1465 26% [================ ] 391/1465 26% [================ ] 392/1465 26% [================ ] 393/1465 26% [================ ] 394/1465 26% [================ ] 395/1465 26% [================ ] 396/1465 27% [================ ] 397/1465 27% [================ ] 398/1465 27% [================ ] 399/1465 27% [================ ] 400/1465 27% [================ ] 401/1465 27% [================= ] 402/1465 27% [================= ] 403/1465 27% [================= ] 404/1465 27% [================= ] 405/1465 27% [================= ] 406/1465 27% [================= ] 407/1465 27% [================= ] 408/1465 27% [================= ] 409/1465 27% [================= ] 410/1465 27% [================= ] 411/1465 28% [================= ] 412/1465 28% [================= ] 413/1465 28% [================= ] 414/1465 28% [================= ] 415/1465 28% [================= ] 416/1465 28% [================= ] 417/1465 28% [================= ] 418/1465 28% [================= ] 419/1465 28% [================= ] 420/1465 28% [================= ] 421/1465 28% [================= ] 422/1465 28% [================= ] 423/1465 28% [================= ] 424/1465 28% [================= ] 425/1465 29% [================== ] 426/1465 29% [================== ] 427/1465 29% [================== ] 428/1465 29% [================== ] 429/1465 29% [================== ] 430/1465 29% [================== ] 431/1465 29% [================== ] 432/1465 29% [================== ] 433/1465 29% [================== ] 434/1465 29% [================== ] 435/1465 29% [================== ] 436/1465 29% [================== ] 437/1465 29% [================== ] 438/1465 29% [================== ] 439/1465 29% [================== ] 440/1465 30% [================== ] 441/1465 30% [================== ] 442/1465 30% [================== ] 443/1465 30% [================== ] 444/1465 30% [================== ] 445/1465 30% [================== ] 446/1465 30% [================== ] 447/1465 30% [================== ] 448/1465 30% [=================== ] 449/1465 30% [=================== ] 450/1465 30% [=================== ] 451/1465 30% [=================== ] 452/1465 30% [=================== ] 453/1465 30% [=================== ] 454/1465 30% [=================== ] 455/1465 31% [=================== ] 456/1465 31% [=================== ] 457/1465 31% [=================== ] 458/1465 31% [=================== ] 459/1465 31% [=================== ] 460/1465 31% [=================== ] 461/1465 31% [=================== ] 462/1465 31% [=================== ] 463/1465 31% [=================== ] 464/1465 31% [=================== ] 465/1465 31% [=================== ] 466/1465 31% [=================== ] 467/1465 31% [=================== ] 468/1465 31% [=================== ] 469/1465 32% [=================== ] 470/1465 32% [=================== ] 471/1465 32% [=================== ] 472/1465 32% [==================== ] 473/1465 32% [==================== ] 474/1465 32% [==================== ] 475/1465 32% [==================== ] 476/1465 32% [==================== ] 477/1465 32% [==================== ] 478/1465 32% [==================== ] 479/1465 32% [==================== ] 480/1465 32% [==================== ] 481/1465 32% [==================== ] 482/1465 32% [==================== ] 483/1465 32% [==================== ] 484/1465 33% [==================== ] 485/1465 33% [==================== ] 486/1465 33% [==================== ] 487/1465 33% [==================== ] 488/1465 33% [==================== ] 489/1465 33% [==================== ] 490/1465 33% [==================== ] 491/1465 33% [==================== ] 492/1465 33% [==================== ] 493/1465 33% [==================== ] 494/1465 33% [==================== ] 495/1465 33% [==================== ] 496/1465 33% [===================== ] 497/1465 33% [===================== ] 498/1465 33% [===================== ] 499/1465 34% [===================== ] 500/1465 34% [===================== ] 501/1465 34% [===================== ] 502/1465 34% [===================== ] 503/1465 34% [===================== ] 504/1465 34% [===================== ] 505/1465 34% [===================== ] 506/1465 34% [===================== ] 507/1465 34% [===================== ] 508/1465 34% [===================== ] 509/1465 34% [===================== ] 510/1465 34% [===================== ] 511/1465 34% [===================== ] 512/1465 34% [===================== ] 513/1465 35% [===================== ] 514/1465 35% [===================== ] 515/1465 35% [===================== ] 516/1465 35% [===================== ] 517/1465 35% [===================== ] 518/1465 35% [===================== ] 519/1465 35% [====================== ] 520/1465 35% [====================== ] 521/1465 35% [====================== ] 522/1465 35% [====================== ] 523/1465 35% [====================== ] 524/1465 35% [====================== ] 525/1465 35% [====================== ] 526/1465 35% [====================== ] 527/1465 35% [====================== ] 528/1465 36% [====================== ] 529/1465 36% [====================== ] 530/1465 36% [====================== ] 531/1465 36% [====================== ] 532/1465 36% [====================== ] 533/1465 36% [====================== ] 534/1465 36% [====================== ] 535/1465 36% [====================== ] 536/1465 36% [====================== ] 537/1465 36% [====================== ] 538/1465 36% [====================== ] 539/1465 36% [====================== ] 540/1465 36% [====================== ] 541/1465 36% [====================== ] 542/1465 36% [====================== ] 543/1465 37% [======================= ] 544/1465 37% [======================= ] 545/1465 37% [======================= ] 546/1465 37% [======================= ] 547/1465 37% [======================= ] 548/1465 37% [======================= ] 549/1465 37% [======================= ] 550/1465 37% [======================= ] 551/1465 37% [======================= ] 552/1465 37% [======================= ] 553/1465 37% [======================= ] 554/1465 37% [======================= ] 555/1465 37% [======================= ] 556/1465 37% [======================= ] 557/1465 38% [======================= ] 558/1465 38% [======================= ] 559/1465 38% [======================= ] 560/1465 38% [======================= ] 561/1465 38% [======================= ] 562/1465 38% [======================= ] 563/1465 38% [======================= ] 564/1465 38% [======================= ] 565/1465 38% [======================= ] 566/1465 38% [======================= ] 567/1465 38% [======================== ] 568/1465 38% [======================== ] 569/1465 38% [======================== ] 570/1465 38% [======================== ] 571/1465 38% [======================== ] 572/1465 39% [======================== ] 573/1465 39% [======================== ] 574/1465 39% [======================== ] 575/1465 39% [======================== ] 576/1465 39% [======================== ] 577/1465 39% [======================== ] 578/1465 39% [======================== ] 579/1465 39% [======================== ] 580/1465 39% [======================== ] 581/1465 39% [======================== ] 582/1465 39% [======================== ] 583/1465 39% [======================== ] 584/1465 39% [======================== ] 585/1465 39% [======================== ] 586/1465 40% [======================== ] 587/1465 40% [======================== ] 588/1465 40% [======================== ] 589/1465 40% [======================== ] 590/1465 40% [========================= ] 591/1465 40% [========================= ] 592/1465 40% [========================= ] 593/1465 40% [========================= ] 594/1465 40% [========================= ] 595/1465 40% [========================= ] 596/1465 40% [========================= ] 597/1465 40% [========================= ] 598/1465 40% [========================= ] 599/1465 40% [========================= ] 600/1465 40% [========================= ] 601/1465 41% [========================= ] 602/1465 41% [========================= ] 603/1465 41% [========================= ] 604/1465 41% [========================= ] 605/1465 41% [========================= ] 606/1465 41% [========================= ] 607/1465 41% [========================= ] 608/1465 41% [========================= ] 609/1465 41% [========================= ] 610/1465 41% [========================= ] 611/1465 41% [========================= ] 612/1465 41% [========================= ] 613/1465 41% [========================= ] 614/1465 41% [========================== ] 615/1465 41% [========================== ] 616/1465 42% [========================== ] 617/1465 42% [========================== ] 618/1465 42% [========================== ] 619/1465 42% [========================== ] 620/1465 42% [========================== ] 621/1465 42% [========================== ] 622/1465 42% [========================== ] 623/1465 42% [========================== ] 624/1465 42% [========================== ] 625/1465 42% [========================== ] 626/1465 42% [========================== ] 627/1465 42% [========================== ] 628/1465 42% [========================== ] 629/1465 42% [========================== ] 630/1465 43% [========================== ] 631/1465 43% [========================== ] 632/1465 43% [========================== ] 633/1465 43% [========================== ] 634/1465 43% [========================== ] 635/1465 43% [========================== ] 636/1465 43% [========================== ] 637/1465 43% [=========================== ] 638/1465 43% [=========================== ] 639/1465 43% [=========================== ] 640/1465 43% [=========================== ] 641/1465 43% [=========================== ] 642/1465 43% [=========================== ] 643/1465 43% [=========================== ] 644/1465 43% [=========================== ] 645/1465 44% [=========================== ] 646/1465 44% [=========================== ] 647/1465 44% [=========================== ] 648/1465 44% [=========================== ] 649/1465 44% [=========================== ] 650/1465 44% [=========================== ] 651/1465 44% [=========================== ] 652/1465 44% [=========================== ] 653/1465 44% [=========================== ] 654/1465 44% [=========================== ] 655/1465 44% [=========================== ] 656/1465 44% [=========================== ] 657/1465 44% [=========================== ] 658/1465 44% [=========================== ] 659/1465 44% [=========================== ] 660/1465 45% [=========================== ] 661/1465 45% [============================ ] 662/1465 45% [============================ ] 663/1465 45% [============================ ] 664/1465 45% [============================ ] 665/1465 45% [============================ ] 666/1465 45% [============================ ] 667/1465 45% [============================ ] 668/1465 45% [============================ ] 669/1465 45% [============================ ] 670/1465 45% [============================ ] 671/1465 45% [============================ ] 672/1465 45% [============================ ] 673/1465 45% [============================ ] 674/1465 46% [============================ ] 675/1465 46% [============================ ] 676/1465 46% [============================ ] 677/1465 46% [============================ ] 678/1465 46% [============================ ] 679/1465 46% [============================ ] 680/1465 46% [============================ ] 681/1465 46% [============================ ] 682/1465 46% [============================ ] 683/1465 46% [============================ ] 684/1465 46% [============================ ] 685/1465 46% [============================= ] 686/1465 46% [============================= ] 687/1465 46% [============================= ] 688/1465 46% [============================= ] 689/1465 47% [============================= ] 690/1465 47% [============================= ] 691/1465 47% [============================= ] 692/1465 47% [============================= ] 693/1465 47% [============================= ] 694/1465 47% [============================= ] 695/1465 47% [============================= ] 696/1465 47% [============================= ] 697/1465 47% [============================= ] 698/1465 47% [============================= ] 699/1465 47% [============================= ] 700/1465 47% [============================= ] 701/1465 47% [============================= ] 702/1465 47% [============================= ] 703/1465 47% [============================= ] 704/1465 48% [============================= ] 705/1465 48% [============================= ] 706/1465 48% [============================= ] 707/1465 48% [============================= ] 708/1465 48% [============================== ] 709/1465 48% [============================== ] 710/1465 48% [============================== ] 711/1465 48% [============================== ] 712/1465 48% [============================== ] 713/1465 48% [============================== ] 714/1465 48% [============================== ] 715/1465 48% [============================== ] 716/1465 48% [============================== ] 717/1465 48% [============================== ] 718/1465 49% [============================== ] 719/1465 49% [============================== ] 720/1465 49% [============================== ] 721/1465 49% [============================== ] 722/1465 49% [============================== ] 723/1465 49% [============================== ] 724/1465 49% [============================== ] 725/1465 49% [============================== ] 726/1465 49% [============================== ] 727/1465 49% [============================== ] 728/1465 49% [============================== ] 729/1465 49% [============================== ] 730/1465 49% [============================== ] 731/1465 49% [============================== ] 732/1465 49% [=============================== ] 733/1465 50% [=============================== ] 734/1465 50% [=============================== ] 735/1465 50% [=============================== ] 736/1465 50% [=============================== ] 737/1465 50% [=============================== ] 738/1465 50% [=============================== ] 739/1465 50% [=============================== ] 740/1465 50% [=============================== ] 741/1465 50% [=============================== ] 742/1465 50% [=============================== ] 743/1465 50% [=============================== ] 744/1465 50% [=============================== ] 745/1465 50% [=============================== ] 746/1465 50% [=============================== ] 747/1465 50% [=============================== ] 748/1465 51% [=============================== ] 749/1465 51% [=============================== ] 750/1465 51% [=============================== ] 751/1465 51% [=============================== ] 752/1465 51% [=============================== ] 753/1465 51% [=============================== ] 754/1465 51% [=============================== ] 755/1465 51% [=============================== ] 756/1465 51% [================================ ] 757/1465 51% [================================ ] 758/1465 51% [================================ ] 759/1465 51% [================================ ] 760/1465 51% [================================ ] 761/1465 51% [================================ ] 762/1465 52% [================================ ] 763/1465 52% [================================ ] 764/1465 52% [================================ ] 765/1465 52% [================================ ] 766/1465 52% [================================ ] 767/1465 52% [================================ ] 768/1465 52% [================================ ] 769/1465 52% [================================ ] 770/1465 52% [================================ ] 771/1465 52% [================================ ] 772/1465 52% [================================ ] 773/1465 52% [================================ ] 774/1465 52% [================================ ] 775/1465 52% [================================ ] 776/1465 52% [================================ ] 777/1465 53% [================================ ] 778/1465 53% [================================ ] 779/1465 53% [================================= ] 780/1465 53% [================================= ] 781/1465 53% [================================= ] 782/1465 53% [================================= ] 783/1465 53% [================================= ] 784/1465 53% [================================= ] 785/1465 53% [================================= ] 786/1465 53% [================================= ] 787/1465 53% [================================= ] 788/1465 53% [================================= ] 789/1465 53% [================================= ] 790/1465 53% [================================= ] 791/1465 53% [================================= ] 792/1465 54% [================================= ] 793/1465 54% [================================= ] 794/1465 54% [================================= ] 795/1465 54% [================================= ] 796/1465 54% [================================= ] 797/1465 54% [================================= ] 798/1465 54% [================================= ] 799/1465 54% [================================= ] 800/1465 54% [================================= ] 801/1465 54% [================================= ] 802/1465 54% [================================= ] 803/1465 54% [================================== ] 804/1465 54% [================================== ] 805/1465 54% [================================== ] 806/1465 55% [================================== ] 807/1465 55% [================================== ] 808/1465 55% [================================== ] 809/1465 55% [================================== ] 810/1465 55% [================================== ] 811/1465 55% [================================== ] 812/1465 55% [================================== ] 813/1465 55% [================================== ] 814/1465 55% [================================== ] 815/1465 55% [================================== ] 816/1465 55% [================================== ] 817/1465 55% [================================== ] 818/1465 55% [================================== ] 819/1465 55% [================================== ] 820/1465 55% [================================== ] 821/1465 56% [================================== ] 822/1465 56% [================================== ] 823/1465 56% [================================== ] 824/1465 56% [================================== ] 825/1465 56% [================================== ] 826/1465 56% [================================== ] 827/1465 56% [=================================== ] 828/1465 56% [=================================== ] 829/1465 56% [=================================== ] 830/1465 56% [=================================== ] 831/1465 56% [=================================== ] 832/1465 56% [=================================== ] 833/1465 56% [=================================== ] 834/1465 56% [=================================== ] 835/1465 56% [=================================== ] 836/1465 57% [=================================== ] 837/1465 57% [=================================== ] 838/1465 57% [=================================== ] 839/1465 57% [=================================== ] 840/1465 57% [=================================== ] 841/1465 57% [=================================== ] 842/1465 57% [=================================== ] 843/1465 57% [=================================== ] 844/1465 57% [=================================== ] 845/1465 57% [=================================== ] 846/1465 57% [=================================== ] 847/1465 57% [=================================== ] 848/1465 57% [=================================== ] 849/1465 57% [=================================== ] 850/1465 58% [==================================== ] 851/1465 58% [==================================== ] 852/1465 58% [==================================== ] 853/1465 58% [==================================== ] 854/1465 58% [==================================== ] 855/1465 58% [==================================== ] 856/1465 58% [==================================== ] 857/1465 58% [==================================== ] 858/1465 58% [==================================== ] 859/1465 58% [==================================== ] 860/1465 58% [==================================== ] 861/1465 58% [==================================== ] 862/1465 58% [==================================== ] 863/1465 58% [==================================== ] 864/1465 58% [==================================== ] 865/1465 59% [==================================== ] 866/1465 59% [==================================== ] 867/1465 59% [==================================== ] 868/1465 59% [==================================== ] 869/1465 59% [==================================== ] 870/1465 59% [==================================== ] 871/1465 59% [==================================== ] 872/1465 59% [==================================== ] 873/1465 59% [==================================== ] 874/1465 59% [===================================== ] 875/1465 59% [===================================== ] 876/1465 59% [===================================== ] 877/1465 59% [===================================== ] 878/1465 59% [===================================== ] 879/1465 60% [===================================== ] 880/1465 60% [===================================== ] 881/1465 60% [===================================== ] 882/1465 60% [===================================== ] 883/1465 60% [===================================== ] 884/1465 60% [===================================== ] 885/1465 60% [===================================== ] 886/1465 60% [===================================== ] 887/1465 60% [===================================== ] 888/1465 60% [===================================== ] 889/1465 60% [===================================== ] 890/1465 60% [===================================== ] 891/1465 60% [===================================== ] 892/1465 60% [===================================== ] 893/1465 60% [===================================== ] 894/1465 61% [===================================== ] 895/1465 61% [===================================== ] 896/1465 61% [===================================== ] 897/1465 61% [====================================== ] 898/1465 61% [====================================== ] 899/1465 61% [====================================== ] 900/1465 61% [====================================== ] 901/1465 61% [====================================== ] 902/1465 61% [====================================== ] 903/1465 61% [====================================== ] 904/1465 61% [====================================== ] 905/1465 61% [====================================== ] 906/1465 61% [====================================== ] 907/1465 61% [====================================== ] 908/1465 61% [====================================== ] 909/1465 62% [====================================== ] 910/1465 62% [====================================== ] 911/1465 62% [====================================== ] 912/1465 62% [====================================== ] 913/1465 62% [====================================== ] 914/1465 62% [====================================== ] 915/1465 62% [====================================== ] 916/1465 62% [====================================== ] 917/1465 62% [====================================== ] 918/1465 62% [====================================== ] 919/1465 62% [====================================== ] 920/1465 62% [====================================== ] 921/1465 62% [======================================= ] 922/1465 62% [======================================= ] 923/1465 63% [======================================= ] 924/1465 63% [======================================= ] 925/1465 63% [======================================= ] 926/1465 63% [======================================= ] 927/1465 63% [======================================= ] 928/1465 63% [======================================= ] 929/1465 63% [======================================= ] 930/1465 63% [======================================= ] 931/1465 63% [======================================= ] 932/1465 63% [======================================= ] 933/1465 63% [======================================= ] 934/1465 63% [======================================= ] 935/1465 63% [======================================= ] 936/1465 63% [======================================= ] 937/1465 63% [======================================= ] 938/1465 64% [======================================= ] 939/1465 64% [======================================= ] 940/1465 64% [======================================= ] 941/1465 64% [======================================= ] 942/1465 64% [======================================= ] 943/1465 64% [======================================= ] 944/1465 64% [======================================= ] 945/1465 64% [======================================== ] 946/1465 64% [======================================== ] 947/1465 64% [======================================== ] 948/1465 64% [======================================== ] 949/1465 64% [======================================== ] 950/1465 64% [======================================== ] 951/1465 64% [======================================== ] 952/1465 64% [======================================== ] 953/1465 65% [======================================== ] 954/1465 65% [======================================== ] 955/1465 65% [======================================== ] 956/1465 65% [======================================== ] 957/1465 65% [======================================== ] 958/1465 65% [======================================== ] 959/1465 65% [======================================== ] 960/1465 65% [======================================== ] 961/1465 65% [======================================== ] 962/1465 65% [======================================== ] 963/1465 65% [======================================== ] 964/1465 65% [======================================== ] 965/1465 65% [======================================== ] 966/1465 65% [======================================== ] 967/1465 66% [======================================== ] 968/1465 66% [========================================= ] 969/1465 66% [========================================= ] 970/1465 66% [========================================= ] 971/1465 66% [========================================= ] 972/1465 66% [========================================= ] 973/1465 66% [========================================= ] 974/1465 66% [========================================= ] 975/1465 66% [========================================= ] 976/1465 66% [========================================= ] 977/1465 66% [========================================= ] 978/1465 66% [========================================= ] 979/1465 66% [========================================= ] 980/1465 66% [========================================= ] 981/1465 66% [========================================= ] 982/1465 67% [========================================= ] 983/1465 67% [========================================= ] 984/1465 67% [========================================= ] 985/1465 67% [========================================= ] 986/1465 67% [========================================= ] 987/1465 67% [========================================= ] 988/1465 67% [========================================= ] 989/1465 67% [========================================= ] 990/1465 67% [========================================= ] 991/1465 67% [========================================= ] 992/1465 67% [========================================== ] 993/1465 67% [========================================== ] 994/1465 67% [========================================== ] 995/1465 67% [========================================== ] 996/1465 67% [========================================== ] 997/1465 68% [========================================== ] 998/1465 68% [========================================== ] 999/1465 68% [========================================== ] 1000/1465 68% [========================================== ] 1001/1465 68% [========================================== ] 1002/1465 68% [========================================== ] 1003/1465 68% [========================================== ] 1004/1465 68% [========================================== ] 1005/1465 68% [========================================== ] 1006/1465 68% [========================================== ] 1007/1465 68% [========================================== ] 1008/1465 68% [========================================== ] 1009/1465 68% [========================================== ] 1010/1465 68% [========================================== ] 1011/1465 69% [========================================== ] 1012/1465 69% [========================================== ] 1013/1465 69% [========================================== ] 1014/1465 69% [========================================== ] 1015/1465 69% [========================================== ] 1016/1465 69% [=========================================== ] 1017/1465 69% [=========================================== ] 1018/1465 69% [=========================================== ] 1019/1465 69% [=========================================== ] 1020/1465 69% [=========================================== ] 1021/1465 69% [=========================================== ] 1022/1465 69% [=========================================== ] 1023/1465 69% [=========================================== ] 1024/1465 69% [=========================================== ] 1025/1465 69% [=========================================== ] 1026/1465 70% [=========================================== ] 1027/1465 70% [=========================================== ] 1028/1465 70% [=========================================== ] 1029/1465 70% [=========================================== ] 1030/1465 70% [=========================================== ] 1031/1465 70% [=========================================== ] 1032/1465 70% [=========================================== ] 1033/1465 70% [=========================================== ] 1034/1465 70% [=========================================== ] 1035/1465 70% [=========================================== ] 1036/1465 70% [=========================================== ] 1037/1465 70% [=========================================== ] 1038/1465 70% [=========================================== ] 1039/1465 70% [============================================ ] 1040/1465 70% [============================================ ] 1041/1465 71% [============================================ ] 1042/1465 71% [============================================ ] 1043/1465 71% [============================================ ] 1044/1465 71% [============================================ ] 1045/1465 71% [============================================ ] 1046/1465 71% [============================================ ] 1047/1465 71% [============================================ ] 1048/1465 71% [============================================ ] 1049/1465 71% [============================================ ] 1050/1465 71% [============================================ ] 1051/1465 71% [============================================ ] 1052/1465 71% [============================================ ] 1053/1465 71% [============================================ ] 1054/1465 71% [============================================ ] 1055/1465 72% [============================================ ] 1056/1465 72% [============================================ ] 1057/1465 72% [============================================ ] 1058/1465 72% [============================================ ] 1059/1465 72% [============================================ ] 1060/1465 72% [============================================ ] 1061/1465 72% [============================================ ] 1062/1465 72% [============================================ ] 1063/1465 72% [============================================= ] 1064/1465 72% [============================================= ] 1065/1465 72% [============================================= ] 1066/1465 72% [============================================= ] 1067/1465 72% [============================================= ] 1068/1465 72% [============================================= ] 1069/1465 72% [============================================= ] 1070/1465 73% [============================================= ] 1071/1465 73% [============================================= ] 1072/1465 73% [============================================= ] 1073/1465 73% [============================================= ] 1074/1465 73% [============================================= ] 1075/1465 73% [============================================= ] 1076/1465 73% [============================================= ] 1077/1465 73% [============================================= ] 1078/1465 73% [============================================= ] 1079/1465 73% [============================================= ] 1080/1465 73% [============================================= ] 1081/1465 73% [============================================= ] 1082/1465 73% [============================================= ] 1083/1465 73% [============================================= ] 1084/1465 73% [============================================= ] 1085/1465 74% [============================================= ] 1086/1465 74% [============================================== ] 1087/1465 74% [============================================== ] 1088/1465 74% [============================================== ] 1089/1465 74% [============================================== ] 1090/1465 74% [============================================== ] 1091/1465 74% [============================================== ] 1092/1465 74% [============================================== ] 1093/1465 74% [============================================== ] 1094/1465 74% [============================================== ] 1095/1465 74% [============================================== ] 1096/1465 74% [============================================== ] 1097/1465 74% [============================================== ] 1098/1465 74% [============================================== ] 1099/1465 75% [============================================== ] 1100/1465 75% [============================================== ] 1101/1465 75% [============================================== ] 1102/1465 75% [============================================== ] 1103/1465 75% [============================================== ] 1104/1465 75% [============================================== ] 1105/1465 75% [============================================== ] 1106/1465 75% [============================================== ] 1107/1465 75% [============================================== ] 1108/1465 75% [============================================== ] 1109/1465 75% [============================================== ] 1110/1465 75% [=============================================== ] 1111/1465 75% [=============================================== ] 1112/1465 75% [=============================================== ] 1113/1465 75% [=============================================== ] 1114/1465 76% [=============================================== ] 1115/1465 76% [=============================================== ] 1116/1465 76% [=============================================== ] 1117/1465 76% [=============================================== ] 1118/1465 76% [=============================================== ] 1119/1465 76% [=============================================== ] 1120/1465 76% [=============================================== ] 1121/1465 76% [=============================================== ] 1122/1465 76% [=============================================== ] 1123/1465 76% [=============================================== ] 1124/1465 76% [=============================================== ] 1125/1465 76% [=============================================== ] 1126/1465 76% [=============================================== ] 1127/1465 76% [=============================================== ] 1128/1465 76% [=============================================== ] 1129/1465 77% [=============================================== ] 1130/1465 77% [=============================================== ] 1131/1465 77% [=============================================== ] 1132/1465 77% [=============================================== ] 1133/1465 77% [=============================================== ] 1134/1465 77% [================================================ ] 1135/1465 77% [================================================ ] 1136/1465 77% [================================================ ] 1137/1465 77% [================================================ ] 1138/1465 77% [================================================ ] 1139/1465 77% [================================================ ] 1140/1465 77% [================================================ ] 1141/1465 77% [================================================ ] 1142/1465 77% [================================================ ] 1143/1465 78% [================================================ ] 1144/1465 78% [================================================ ] 1145/1465 78% [================================================ ] 1146/1465 78% [================================================ ] 1147/1465 78% [================================================ ] 1148/1465 78% [================================================ ] 1149/1465 78% [================================================ ] 1150/1465 78% [================================================ ] 1151/1465 78% [================================================ ] 1152/1465 78% [================================================ ] 1153/1465 78% [================================================ ] 1154/1465 78% [================================================ ] 1155/1465 78% [================================================ ] 1156/1465 78% [================================================ ] 1157/1465 78% [================================================= ] 1158/1465 79% [================================================= ] 1159/1465 79% [================================================= ] 1160/1465 79% [================================================= ] 1161/1465 79% [================================================= ] 1162/1465 79% [================================================= ] 1163/1465 79% [================================================= ] 1164/1465 79% [================================================= ] 1165/1465 79% [================================================= ] 1166/1465 79% [================================================= ] 1167/1465 79% [================================================= ] 1168/1465 79% [================================================= ] 1169/1465 79% [================================================= ] 1170/1465 79% [================================================= ] 1171/1465 79% [================================================= ] 1172/1465 80% [================================================= ] 1173/1465 80% [================================================= ] 1174/1465 80% [================================================= ] 1175/1465 80% [================================================= ] 1176/1465 80% [================================================= ] 1177/1465 80% [================================================= ] 1178/1465 80% [================================================= ] 1179/1465 80% [================================================= ] 1180/1465 80% [================================================= ] 1181/1465 80% [================================================== ] 1182/1465 80% [================================================== ] 1183/1465 80% [================================================== ] 1184/1465 80% [================================================== ] 1185/1465 80% [================================================== ] 1186/1465 80% [================================================== ] 1187/1465 81% [================================================== ] 1188/1465 81% [================================================== ] 1189/1465 81% [================================================== ] 1190/1465 81% [================================================== ] 1191/1465 81% [================================================== ] 1192/1465 81% [================================================== ] 1193/1465 81% [================================================== ] 1194/1465 81% [================================================== ] 1195/1465 81% [================================================== ] 1196/1465 81% [================================================== ] 1197/1465 81% [================================================== ] 1198/1465 81% [================================================== ] 1199/1465 81% [================================================== ] 1200/1465 81% [================================================== ] 1201/1465 81% [================================================== ] 1202/1465 82% [================================================== ] 1203/1465 82% [================================================== ] 1204/1465 82% [================================================== ] 1205/1465 82% [=================================================== ] 1206/1465 82% [=================================================== ] 1207/1465 82% [=================================================== ] 1208/1465 82% [=================================================== ] 1209/1465 82% [=================================================== ] 1210/1465 82% [=================================================== ] 1211/1465 82% [=================================================== ] 1212/1465 82% [=================================================== ] 1213/1465 82% [=================================================== ] 1214/1465 82% [=================================================== ] 1215/1465 82% [=================================================== ] 1216/1465 83% [=================================================== ] 1217/1465 83% [=================================================== ] 1218/1465 83% [=================================================== ] 1219/1465 83% [=================================================== ] 1220/1465 83% [=================================================== ] 1221/1465 83% [=================================================== ] 1222/1465 83% [=================================================== ] 1223/1465 83% [=================================================== ] 1224/1465 83% [=================================================== ] 1225/1465 83% [=================================================== ] 1226/1465 83% [=================================================== ] 1227/1465 83% [=================================================== ] 1228/1465 83% [==================================================== ] 1229/1465 83% [==================================================== ] 1230/1465 83% [==================================================== ] 1231/1465 84% [==================================================== ] 1232/1465 84% [==================================================== ] 1233/1465 84% [==================================================== ] 1234/1465 84% [==================================================== ] 1235/1465 84% [==================================================== ] 1236/1465 84% [==================================================== ] 1237/1465 84% [==================================================== ] 1238/1465 84% [==================================================== ] 1239/1465 84% [==================================================== ] 1240/1465 84% [==================================================== ] 1241/1465 84% [==================================================== ] 1242/1465 84% [==================================================== ] 1243/1465 84% [==================================================== ] 1244/1465 84% [==================================================== ] 1245/1465 84% [==================================================== ] 1246/1465 85% [==================================================== ] 1247/1465 85% [==================================================== ] 1248/1465 85% [==================================================== ] 1249/1465 85% [==================================================== ] 1250/1465 85% [==================================================== ] 1251/1465 85% [==================================================== ] 1252/1465 85% [===================================================== ] 1253/1465 85% [===================================================== ] 1254/1465 85% [===================================================== ] 1255/1465 85% [===================================================== ] 1256/1465 85% [===================================================== ] 1257/1465 85% [===================================================== ] 1258/1465 85% [===================================================== ] 1259/1465 85% [===================================================== ] 1260/1465 86% [===================================================== ] 1261/1465 86% [===================================================== ] 1262/1465 86% [===================================================== ] 1263/1465 86% [===================================================== ] 1264/1465 86% [===================================================== ] 1265/1465 86% [===================================================== ] 1266/1465 86% [===================================================== ] 1267/1465 86% [===================================================== ] 1268/1465 86% [===================================================== ] 1269/1465 86% [===================================================== ] 1270/1465 86% [===================================================== ] 1271/1465 86% [===================================================== ] 1272/1465 86% [===================================================== ] 1273/1465 86% [===================================================== ] 1274/1465 86% [===================================================== ] 1275/1465 87% [====================================================== ] 1276/1465 87% [====================================================== ] 1277/1465 87% [====================================================== ] 1278/1465 87% [====================================================== ] 1279/1465 87% [====================================================== ] 1280/1465 87% [====================================================== ] 1281/1465 87% [====================================================== ] 1282/1465 87% [====================================================== ] 1283/1465 87% [====================================================== ] 1284/1465 87% [====================================================== ] 1285/1465 87% [====================================================== ] 1286/1465 87% [====================================================== ] 1287/1465 87% [====================================================== ] 1288/1465 87% [====================================================== ] 1289/1465 87% [====================================================== ] 1290/1465 88% [====================================================== ] 1291/1465 88% [====================================================== ] 1292/1465 88% [====================================================== ] 1293/1465 88% [====================================================== ] 1294/1465 88% [====================================================== ] 1295/1465 88% [====================================================== ] 1296/1465 88% [====================================================== ] 1297/1465 88% [====================================================== ] 1298/1465 88% [====================================================== ] 1299/1465 88% [======================================================= ] 1300/1465 88% [======================================================= ] 1301/1465 88% [======================================================= ] 1302/1465 88% [======================================================= ] 1303/1465 88% [======================================================= ] 1304/1465 89% [======================================================= ] 1305/1465 89% [======================================================= ] 1306/1465 89% [======================================================= ] 1307/1465 89% [======================================================= ] 1308/1465 89% [======================================================= ] 1309/1465 89% [======================================================= ] 1310/1465 89% [======================================================= ] 1311/1465 89% [======================================================= ] 1312/1465 89% [======================================================= ] 1313/1465 89% [======================================================= ] 1314/1465 89% [======================================================= ] 1315/1465 89% [======================================================= ] 1316/1465 89% [======================================================= ] 1317/1465 89% [======================================================= ] 1318/1465 89% [======================================================= ] 1319/1465 90% [======================================================= ] 1320/1465 90% [======================================================= ] 1321/1465 90% [======================================================= ] 1322/1465 90% [======================================================= ] 1323/1465 90% [======================================================== ] 1324/1465 90% [======================================================== ] 1325/1465 90% [======================================================== ] 1326/1465 90% [======================================================== ] 1327/1465 90% [======================================================== ] 1328/1465 90% [======================================================== ] 1329/1465 90% [======================================================== ] 1330/1465 90% [======================================================== ] 1331/1465 90% [======================================================== ] 1332/1465 90% [======================================================== ] 1333/1465 90% [======================================================== ] 1334/1465 91% [======================================================== ] 1335/1465 91% [======================================================== ] 1336/1465 91% [======================================================== ] 1337/1465 91% [======================================================== ] 1338/1465 91% [======================================================== ] 1339/1465 91% [======================================================== ] 1340/1465 91% [======================================================== ] 1341/1465 91% [======================================================== ] 1342/1465 91% [======================================================== ] 1343/1465 91% [======================================================== ] 1344/1465 91% [======================================================== ] 1345/1465 91% [======================================================== ] 1346/1465 91% [========================================================= ] 1347/1465 91% [========================================================= ] 1348/1465 92% [========================================================= ] 1349/1465 92% [========================================================= ] 1350/1465 92% [========================================================= ] 1351/1465 92% [========================================================= ] 1352/1465 92% [========================================================= ] 1353/1465 92% [========================================================= ] 1354/1465 92% [========================================================= ] 1355/1465 92% [========================================================= ] 1356/1465 92% [========================================================= ] 1357/1465 92% [========================================================= ] 1358/1465 92% [========================================================= ] 1359/1465 92% [========================================================= ] 1360/1465 92% [========================================================= ] 1361/1465 92% [========================================================= ] 1362/1465 92% [========================================================= ] 1363/1465 93% [========================================================= ] 1364/1465 93% [========================================================= ] 1365/1465 93% [========================================================= ] 1366/1465 93% [========================================================= ] 1367/1465 93% [========================================================= ] 1368/1465 93% [========================================================= ] 1369/1465 93% [========================================================= ] 1370/1465 93% [========================================================== ] 1371/1465 93% [========================================================== ] 1372/1465 93% [========================================================== ] 1373/1465 93% [========================================================== ] 1374/1465 93% [========================================================== ] 1375/1465 93% [========================================================== ] 1376/1465 93% [========================================================== ] 1377/1465 93% [========================================================== ] 1378/1465 94% [========================================================== ] 1379/1465 94% [========================================================== ] 1380/1465 94% [========================================================== ] 1381/1465 94% [========================================================== ] 1382/1465 94% [========================================================== ] 1383/1465 94% [========================================================== ] 1384/1465 94% [========================================================== ] 1385/1465 94% [========================================================== ] 1386/1465 94% [========================================================== ] 1387/1465 94% [========================================================== ] 1388/1465 94% [========================================================== ] 1389/1465 94% [========================================================== ] 1390/1465 94% [========================================================== ] 1391/1465 94% [========================================================== ] 1392/1465 95% [========================================================== ] 1393/1465 95% [========================================================== ] 1394/1465 95% [=========================================================== ] 1395/1465 95% [=========================================================== ] 1396/1465 95% [=========================================================== ] 1397/1465 95% [=========================================================== ] 1398/1465 95% [=========================================================== ] 1399/1465 95% [=========================================================== ] 1400/1465 95% [=========================================================== ] 1401/1465 95% [=========================================================== ] 1402/1465 95% [=========================================================== ] 1403/1465 95% [=========================================================== ] 1404/1465 95% [=========================================================== ] 1405/1465 95% [=========================================================== ] 1406/1465 95% [=========================================================== ] 1407/1465 96% [=========================================================== ] 1408/1465 96% [=========================================================== ] 1409/1465 96% [=========================================================== ] 1410/1465 96% [=========================================================== ] 1411/1465 96% [=========================================================== ] 1412/1465 96% [=========================================================== ] 1413/1465 96% [=========================================================== ] 1414/1465 96% [=========================================================== ] 1415/1465 96% [=========================================================== ] 1416/1465 96% [=========================================================== ] 1417/1465 96% [============================================================ ] 1418/1465 96% [============================================================ ] 1419/1465 96% [============================================================ ] 1420/1465 96% [============================================================ ] 1421/1465 96% [============================================================ ] 1422/1465 97% [============================================================ ] 1423/1465 97% [============================================================ ] 1424/1465 97% [============================================================ ] 1425/1465 97% [============================================================ ] 1426/1465 97% [============================================================ ] 1427/1465 97% [============================================================ ] 1428/1465 97% [============================================================ ] 1429/1465 97% [============================================================ ] 1430/1465 97% [============================================================ ] 1431/1465 97% [============================================================ ] 1432/1465 97% [============================================================ ] 1433/1465 97% [============================================================ ] 1434/1465 97% [============================================================ ] 1435/1465 97% [============================================================ ] 1436/1465 98% [============================================================ ] 1437/1465 98% [============================================================ ] 1438/1465 98% [============================================================ ] 1439/1465 98% [============================================================ ] 1440/1465 98% [============================================================ ] 1441/1465 98% [============================================================= ] 1442/1465 98% [============================================================= ] 1443/1465 98% [============================================================= ] 1444/1465 98% [============================================================= ] 1445/1465 98% [============================================================= ] 1446/1465 98% [============================================================= ] 1447/1465 98% [============================================================= ] 1448/1465 98% [============================================================= ] 1449/1465 98% [============================================================= ] 1450/1465 98% [============================================================= ] 1451/1465 99% [============================================================= ] 1452/1465 99% [============================================================= ] 1453/1465 99% [============================================================= ] 1454/1465 99% [============================================================= ] 1455/1465 99% [============================================================= ] 1456/1465 99% [============================================================= ] 1457/1465 99% [============================================================= ] 1458/1465 99% [============================================================= ] 1459/1465 99% [============================================================= ] 1460/1465 99% [============================================================= ] 1461/1465 99% [============================================================= ] 1462/1465 99% [============================================================= ] 1463/1465 99% [============================================================= ] 1464/1465 99% [==============================================================] 1465/1465 100% operation complete, 1465 objects in 29818 NAND pages. ln -snf /home/autobuild/autobuild/instance-8/output-1/host/armeb-buildroot-linux-gnueabihf/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2023.08-rc1-127-gc11950fe4a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info >>> host-binutils 2.40 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.12 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 >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> host-bootgen xilinx_v2023.1 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> 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) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cpio 2.14 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> exfat-utils 1.4.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flac 1.4.3 Collecting legal info COPYING.Xiph: OK (sha256: 12600ea1a7affcbf469bd0d8b2cd725e4167114a2ee834b88f5d2857bfd7ddbf) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssl Collecting legal info >>> libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> host-mkpasswd Collecting legal info >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pax-utils 1.2.6 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> psplash 44afb7506d43cca15582b4c5b90ba5580344d75d Collecting legal info COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 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-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sound-theme-borealis 0.9a Collecting legal info >>> spidev_test 5.8 Collecting legal info >>> tree 2.1.1 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xkeyboard-config 2.38 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.6 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2023.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: 3e980a770506b448897638632974bbcbdf2da3b99191dd0a03d3770097a46738) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 9936421f7516f7a17ae560b6989636b493e55c01128b543c7e72441568c3cba4) COPYING-fixesproto: OK (sha256: fb361c7c4322e4919ae193c5a20055d5190c23aa50480fd0a41f4d439cae2bc6) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 46f599055002bbf3e6ce244bde8d9ebe5ec24ae7906836db186773a9791d0b75) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da835951edc6e3b8d168d6afe7447c65d0b9a99937293cf3f288bba8244a9f86) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) COPYING-xwaylandproto: OK (sha256: 309bd89bc2b30c6e3d3eb78f5377fa576475499e0ba936a9c3cba50ba5d6375c) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.5.0 Collecting legal info COPYING: OK (sha256: 22616bf00b6db85ee3164775a95206894af987b85ff1a7703de55644bc722a39) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs 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-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'