mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-11/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-11/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-11/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-11/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-11/output-1/target/bin/sh rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/include /home/autobuild/autobuild/instance-11/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-11/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-11/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-11/output-1/target/usr/doc find /home/autobuild/autobuild/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-11/output-1/target/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-11/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/man /home/autobuild/autobuild/instance-11/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/info /home/autobuild/autobuild/instance-11/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/doc /home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-11/output-1/target/lib/debug /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-11/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-11/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-11/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-11/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-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-173-g9c0e8ace80"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-11/output-1/per-package /home/autobuild/autobuild/instance-11/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-11/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/sbin/mkfs.jffs2 -e 0x1080 --with-xattr -b -n -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/target -o /home/autobuild/autobuild/instance-11/output-1/images/rootfs.jffs2\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/jffs2/target table='/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' Erase size 0x1080 too small. Increasing to 8KiB minimum mkfs.jffs2: error!: Page size for this system is by default 16384 mkfs.jffs2: error!: Use the --pagesize=SIZE option if this is not what you want >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-11/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-11/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2033 objects. stage 2: creating image '/home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2' [ ] 1/2033 0% [ ] 2/2033 0% [ ] 3/2033 0% [ ] 4/2033 0% [ ] 5/2033 0% [ ] 6/2033 0% [ ] 7/2033 0% [ ] 8/2033 0% [ ] 9/2033 0% [ ] 10/2033 0% [ ] 11/2033 0% [ ] 12/2033 0% [ ] 13/2033 0% [ ] 14/2033 0% [ ] 15/2033 0% [ ] 16/2033 0% [ ] 17/2033 0% [ ] 18/2033 0% [ ] 19/2033 0% [ ] 20/2033 0% [ ] 21/2033 1% [ ] 22/2033 1% [ ] 23/2033 1% [ ] 24/2033 1% [ ] 25/2033 1% [ ] 26/2033 1% [ ] 27/2033 1% [ ] 28/2033 1% [ ] 29/2033 1% [ ] 30/2033 1% [ ] 31/2033 1% [ ] 32/2033 1% [= ] 33/2033 1% [= ] 34/2033 1% [= ] 35/2033 1% [= ] 36/2033 1% [= ] 37/2033 1% [= ] 38/2033 1% [= ] 39/2033 1% [= ] 40/2033 1% [= ] 41/2033 2% [= ] 42/2033 2% [= ] 43/2033 2% [= ] 44/2033 2% [= ] 45/2033 2% [= ] 46/2033 2% [= ] 47/2033 2% [= ] 48/2033 2% [= ] 49/2033 2% [= ] 50/2033 2% [= ] 51/2033 2% [= ] 52/2033 2% [= ] 53/2033 2% [= ] 54/2033 2% [= ] 55/2033 2% [= ] 56/2033 2% [= ] 57/2033 2% [= ] 58/2033 2% [= ] 59/2033 2% [= ] 60/2033 2% [= ] 61/2033 3% [= ] 62/2033 3% [= ] 63/2033 3% [= ] 64/2033 3% [= ] 65/2033 3% [== ] 66/2033 3% [== ] 67/2033 3% [== ] 68/2033 3% [== ] 69/2033 3% [== ] 70/2033 3% [== ] 71/2033 3% [== ] 72/2033 3% [== ] 73/2033 3% [== ] 74/2033 3% [== ] 75/2033 3% [== ] 76/2033 3% [== ] 77/2033 3% [== ] 78/2033 3% [== ] 79/2033 3% [== ] 80/2033 3% [== ] 81/2033 3% [== ] 82/2033 4% [== ] 83/2033 4% [== ] 84/2033 4% [== ] 85/2033 4% [== ] 86/2033 4% [== ] 87/2033 4% [== ] 88/2033 4% [== ] 89/2033 4% [== ] 90/2033 4% [== ] 91/2033 4% [== ] 92/2033 4% [== ] 93/2033 4% [== ] 94/2033 4% [== ] 95/2033 4% [== ] 96/2033 4% [== ] 97/2033 4% [== ] 98/2033 4% [=== ] 99/2033 4% [=== ] 100/2033 4% [=== ] 101/2033 4% [=== ] 102/2033 5% [=== ] 103/2033 5% [=== ] 104/2033 5% [=== ] 105/2033 5% [=== ] 106/2033 5% [=== ] 107/2033 5% [=== ] 108/2033 5% [=== ] 109/2033 5% [=== ] 110/2033 5% [=== ] 111/2033 5% [=== ] 112/2033 5% [=== ] 113/2033 5% [=== ] 114/2033 5% [=== ] 115/2033 5% [=== ] 116/2033 5% [=== ] 117/2033 5% [=== ] 118/2033 5% [=== ] 119/2033 5% [=== ] 120/2033 5% [=== ] 121/2033 5% [=== ] 122/2033 6% [=== ] 123/2033 6% [=== ] 124/2033 6% [=== ] 125/2033 6% [=== ] 126/2033 6% [=== ] 127/2033 6% [=== ] 128/2033 6% [=== ] 129/2033 6% [=== ] 130/2033 6% [=== ] 131/2033 6% [==== ] 132/2033 6% [==== ] 133/2033 6% [==== ] 134/2033 6% [==== ] 135/2033 6% [==== ] 136/2033 6% [==== ] 137/2033 6% [==== ] 138/2033 6% [==== ] 139/2033 6% [==== ] 140/2033 6% [==== ] 141/2033 6% [==== ] 142/2033 6% [==== ] 143/2033 7% [==== ] 144/2033 7% [==== ] 145/2033 7% [==== ] 146/2033 7% [==== ] 147/2033 7% [==== ] 148/2033 7% [==== ] 149/2033 7% [==== ] 150/2033 7% [==== ] 151/2033 7% [==== ] 152/2033 7% [==== ] 153/2033 7% [==== ] 154/2033 7% [==== ] 155/2033 7% [==== ] 156/2033 7% [==== ] 157/2033 7% [==== ] 158/2033 7% [==== ] 159/2033 7% [==== ] 160/2033 7% [==== ] 161/2033 7% [==== ] 162/2033 7% [==== ] 163/2033 8% [===== ] 164/2033 8% [===== ] 165/2033 8% [===== ] 166/2033 8% [===== ] 167/2033 8% [===== ] 168/2033 8% [===== ] 169/2033 8% [===== ] 170/2033 8% [===== ] 171/2033 8% [===== ] 172/2033 8% [===== ] 173/2033 8% [===== ] 174/2033 8% [===== ] 175/2033 8% [===== ] 176/2033 8% [===== ] 177/2033 8% [===== ] 178/2033 8% [===== ] 179/2033 8% [===== ] 180/2033 8% [===== ] 181/2033 8% [===== ] 182/2033 8% [===== ] 183/2033 9% [===== ] 184/2033 9% [===== ] 185/2033 9% [===== ] 186/2033 9% [===== ] 187/2033 9% [===== ] 188/2033 9% [===== ] 189/2033 9% [===== ] 190/2033 9% [===== ] 191/2033 9% [===== ] 192/2033 9% [===== ] 193/2033 9% [===== ] 194/2033 9% [===== ] 195/2033 9% [===== ] 196/2033 9% [====== ] 197/2033 9% [====== ] 198/2033 9% [====== ] 199/2033 9% [====== ] 200/2033 9% [====== ] 201/2033 9% [====== ] 202/2033 9% [====== ] 203/2033 9% [====== ] 204/2033 10% [====== ] 205/2033 10% [====== ] 206/2033 10% [====== ] 207/2033 10% [====== ] 208/2033 10% [====== ] 209/2033 10% [====== ] 210/2033 10% [====== ] 211/2033 10% [====== ] 212/2033 10% [====== ] 213/2033 10% [====== ] 214/2033 10% [====== ] 215/2033 10% [====== ] 216/2033 10% [====== ] 217/2033 10% [====== ] 218/2033 10% [====== ] 219/2033 10% [====== ] 220/2033 10% [====== ] 221/2033 10% [====== ] 222/2033 10% [====== ] 223/2033 10% [====== ] 224/2033 11% [====== ] 225/2033 11% [====== ] 226/2033 11% [====== ] 227/2033 11% [====== ] 228/2033 11% [====== ] 229/2033 11% [======= ] 230/2033 11% [======= ] 231/2033 11% [======= ] 232/2033 11% [======= ] 233/2033 11% [======= ] 234/2033 11% [======= ] 235/2033 11% [======= ] 236/2033 11% [======= ] 237/2033 11% [======= ] 238/2033 11% [======= ] 239/2033 11% [======= ] 240/2033 11% [======= ] 241/2033 11% [======= ] 242/2033 11% [======= ] 243/2033 11% [======= ] 244/2033 12% [======= ] 245/2033 12% [======= ] 246/2033 12% [======= ] 247/2033 12% [======= ] 248/2033 12% [======= ] 249/2033 12% [======= ] 250/2033 12% [======= ] 251/2033 12% [======= ] 252/2033 12% [======= ] 253/2033 12% [======= ] 254/2033 12% [======= ] 255/2033 12% [======= ] 256/2033 12% [======= ] 257/2033 12% [======= ] 258/2033 12% [======= ] 259/2033 12% [======= ] 260/2033 12% [======= ] 261/2033 12% [======= ] 262/2033 12% [======== ] 263/2033 12% [======== ] 264/2033 12% [======== ] 265/2033 13% [======== ] 266/2033 13% [======== ] 267/2033 13% [======== ] 268/2033 13% [======== ] 269/2033 13% [======== ] 270/2033 13% [======== ] 271/2033 13% [======== ] 272/2033 13% [======== ] 273/2033 13% [======== ] 274/2033 13% [======== ] 275/2033 13% [======== ] 276/2033 13% [======== ] 277/2033 13% [======== ] 278/2033 13% [======== ] 279/2033 13% [======== ] 280/2033 13% [======== ] 281/2033 13% [======== ] 282/2033 13% [======== ] 283/2033 13% [======== ] 284/2033 13% [======== ] 285/2033 14% [======== ] 286/2033 14% [======== ] 287/2033 14% [======== ] 288/2033 14% [======== ] 289/2033 14% [======== ] 290/2033 14% [======== ] 291/2033 14% [======== ] 292/2033 14% [======== ] 293/2033 14% [======== ] 294/2033 14% [======== ] 295/2033 14% [========= ] 296/2033 14% [========= ] 297/2033 14% [========= ] 298/2033 14% [========= ] 299/2033 14% [========= ] 300/2033 14% [========= ] 301/2033 14% [========= ] 302/2033 14% [========= ] 303/2033 14% [========= ] 304/2033 14% [========= ] 305/2033 15% [========= ] 306/2033 15% [========= ] 307/2033 15% [========= ] 308/2033 15% [========= ] 309/2033 15% [========= ] 310/2033 15% [========= ] 311/2033 15% [========= ] 312/2033 15% [========= ] 313/2033 15% [========= ] 314/2033 15% [========= ] 315/2033 15% [========= ] 316/2033 15% [========= ] 317/2033 15% [========= ] 318/2033 15% [========= ] 319/2033 15% [========= ] 320/2033 15% [========= ] 321/2033 15% [========= ] 322/2033 15% [========= ] 323/2033 15% [========= ] 324/2033 15% [========= ] 325/2033 15% [========= ] 326/2033 16% [========= ] 327/2033 16% [========== ] 328/2033 16% [========== ] 329/2033 16% [========== ] 330/2033 16% [========== ] 331/2033 16% [========== ] 332/2033 16% [========== ] 333/2033 16% [========== ] 334/2033 16% [========== ] 335/2033 16% [========== ] 336/2033 16% [========== ] 337/2033 16% [========== ] 338/2033 16% [========== ] 339/2033 16% [========== ] 340/2033 16% [========== ] 341/2033 16% [========== ] 342/2033 16% [========== ] 343/2033 16% [========== ] 344/2033 16% [========== ] 345/2033 16% [========== ] 346/2033 17% [========== ] 347/2033 17% [========== ] 348/2033 17% [========== ] 349/2033 17% [========== ] 350/2033 17% [========== ] 351/2033 17% [========== ] 352/2033 17% [========== ] 353/2033 17% [========== ] 354/2033 17% [========== ] 355/2033 17% [========== ] 356/2033 17% [========== ] 357/2033 17% [========== ] 358/2033 17% [========== ] 359/2033 17% [========== ] 360/2033 17% [=========== ] 361/2033 17% [=========== ] 362/2033 17% [=========== ] 363/2033 17% [=========== ] 364/2033 17% [=========== ] 365/2033 17% [=========== ] 366/2033 18% [=========== ] 367/2033 18% [=========== ] 368/2033 18% [=========== ] 369/2033 18% [=========== ] 370/2033 18% [=========== ] 371/2033 18% [=========== ] 372/2033 18% [=========== ] 373/2033 18% [=========== ] 374/2033 18% [=========== ] 375/2033 18% [=========== ] 376/2033 18% [=========== ] 377/2033 18% [=========== ] 378/2033 18% [=========== ] 379/2033 18% [=========== ] 380/2033 18% [=========== ] 381/2033 18% [=========== ] 382/2033 18% [=========== ] 383/2033 18% [=========== ] 384/2033 18% [=========== ] 385/2033 18% [=========== ] 386/2033 18% [=========== ] 387/2033 19% [=========== ] 388/2033 19% [=========== ] 389/2033 19% [=========== ] 390/2033 19% [=========== ] 391/2033 19% [=========== ] 392/2033 19% [=========== ] 393/2033 19% [============ ] 394/2033 19% [============ ] 395/2033 19% [============ ] 396/2033 19% [============ ] 397/2033 19% [============ ] 398/2033 19% [============ ] 399/2033 19% [============ ] 400/2033 19% [============ ] 401/2033 19% [============ ] 402/2033 19% [============ ] 403/2033 19% [============ ] 404/2033 19% [============ ] 405/2033 19% [============ ] 406/2033 19% [============ ] 407/2033 20% [============ ] 408/2033 20% [============ ] 409/2033 20% [============ ] 410/2033 20% [============ ] 411/2033 20% [============ ] 412/2033 20% [============ ] 413/2033 20% [============ ] 414/2033 20% [============ ] 415/2033 20% [============ ] 416/2033 20% [============ ] 417/2033 20% [============ ] 418/2033 20% [============ ] 419/2033 20% [============ ] 420/2033 20% [============ ] 421/2033 20% [============ ] 422/2033 20% [============ ] 423/2033 20% [============ ] 424/2033 20% [============ ] 425/2033 20% [============ ] 426/2033 20% [============= ] 427/2033 21% [============= ] 428/2033 21% [============= ] 429/2033 21% [============= ] 430/2033 21% [============= ] 431/2033 21% [============= ] 432/2033 21% [============= ] 433/2033 21% [============= ] 434/2033 21% [============= ] 435/2033 21% [============= ] 436/2033 21% [============= ] 437/2033 21% [============= ] 438/2033 21% [============= ] 439/2033 21% [============= ] 440/2033 21% [============= ] 441/2033 21% [============= ] 442/2033 21% [============= ] 443/2033 21% [============= ] 444/2033 21% [============= ] 445/2033 21% [============= ] 446/2033 21% [============= ] 447/2033 21% [============= ] 448/2033 22% [============= ] 449/2033 22% [============= ] 450/2033 22% [============= ] 451/2033 22% [============= ] 452/2033 22% [============= ] 453/2033 22% [============= ] 454/2033 22% [============= ] 455/2033 22% [============= ] 456/2033 22% [============= ] 457/2033 22% [============= ] 458/2033 22% [============= ] 459/2033 22% [============== ] 460/2033 22% [============== ] 461/2033 22% [============== ] 462/2033 22% [============== ] 463/2033 22% [============== ] 464/2033 22% [============== ] 465/2033 22% [============== ] 466/2033 22% [============== ] 467/2033 22% [============== ] 468/2033 23% [============== ] 469/2033 23% [============== ] 470/2033 23% [============== ] 471/2033 23% [============== ] 472/2033 23% [============== ] 473/2033 23% [============== ] 474/2033 23% [============== ] 475/2033 23% [============== ] 476/2033 23% [============== ] 477/2033 23% [============== ] 478/2033 23% [============== ] 479/2033 23% [============== ] 480/2033 23% [============== ] 481/2033 23% [============== ] 482/2033 23% [============== ] 483/2033 23% [============== ] 484/2033 23% [============== ] 485/2033 23% [============== ] 486/2033 23% [============== ] 487/2033 23% [============== ] 488/2033 24% [============== ] 489/2033 24% [============== ] 490/2033 24% [============== ] 491/2033 24% [=============== ] 492/2033 24% [=============== ] 493/2033 24% [=============== ] 494/2033 24% [=============== ] 495/2033 24% [=============== ] 496/2033 24% [=============== ] 497/2033 24% [=============== ] 498/2033 24% [=============== ] 499/2033 24% [=============== ] 500/2033 24% [=============== ] 501/2033 24% [=============== ] 502/2033 24% [=============== ] 503/2033 24% [=============== ] 504/2033 24% [=============== ] 505/2033 24% [=============== ] 506/2033 24% [=============== ] 507/2033 24% [=============== ] 508/2033 24% [=============== ] 509/2033 25% [=============== ] 510/2033 25% [=============== ] 511/2033 25% [=============== ] 512/2033 25% [=============== ] 513/2033 25% [=============== ] 514/2033 25% [=============== ] 515/2033 25% [=============== ] 516/2033 25% [=============== ] 517/2033 25% [=============== ] 518/2033 25% [=============== ] 519/2033 25% [=============== ] 520/2033 25% [=============== ] 521/2033 25% [=============== ] 522/2033 25% [=============== ] 523/2033 25% [=============== ] 524/2033 25% [================ ] 525/2033 25% [================ ] 526/2033 25% [================ ] 527/2033 25% [================ ] 528/2033 25% [================ ] 529/2033 26% [================ ] 530/2033 26% [================ ] 531/2033 26% [================ ] 532/2033 26% [================ ] 533/2033 26% [================ ] 534/2033 26% [================ ] 535/2033 26% [================ ] 536/2033 26% [================ ] 537/2033 26% [================ ] 538/2033 26% [================ ] 539/2033 26% [================ ] 540/2033 26% [================ ] 541/2033 26% [================ ] 542/2033 26% [================ ] 543/2033 26% [================ ] 544/2033 26% [================ ] 545/2033 26% [================ ] 546/2033 26% [================ ] 547/2033 26% [================ ] 548/2033 26% [================ ] 549/2033 27% [================ ] 550/2033 27% [================ ] 551/2033 27% [================ ] 552/2033 27% [================ ] 553/2033 27% [================ ] 554/2033 27% [================ ] 555/2033 27% [================ ] 556/2033 27% [================ ] 557/2033 27% [================= ] 558/2033 27% [================= ] 559/2033 27% [================= ] 560/2033 27% [================= ] 561/2033 27% [================= ] 562/2033 27% [================= ] 563/2033 27% [================= ] 564/2033 27% [================= ] 565/2033 27% [================= ] 566/2033 27% [================= ] 567/2033 27% [================= ] 568/2033 27% [================= ] 569/2033 27% [================= ] 570/2033 28% [================= ] 571/2033 28% [================= ] 572/2033 28% [================= ] 573/2033 28% [================= ] 574/2033 28% [================= ] 575/2033 28% [================= ] 576/2033 28% [================= ] 577/2033 28% [================= ] 578/2033 28% [================= ] 579/2033 28% [================= ] 580/2033 28% [================= ] 581/2033 28% [================= ] 582/2033 28% [================= ] 583/2033 28% [================= ] 584/2033 28% [================= ] 585/2033 28% [================= ] 586/2033 28% [================= ] 587/2033 28% [================= ] 588/2033 28% [================= ] 589/2033 28% [================= ] 590/2033 29% [================== ] 591/2033 29% [================== ] 592/2033 29% [================== ] 593/2033 29% [================== ] 594/2033 29% [================== ] 595/2033 29% [================== ] 596/2033 29% [================== ] 597/2033 29% [================== ] 598/2033 29% [================== ] 599/2033 29% [================== ] 600/2033 29% [================== ] 601/2033 29% [================== ] 602/2033 29% [================== ] 603/2033 29% [================== ] 604/2033 29% [================== ] 605/2033 29% [================== ] 606/2033 29% [================== ] 607/2033 29% [================== ] 608/2033 29% [================== ] 609/2033 29% [================== ] 610/2033 30% [================== ] 611/2033 30% [================== ] 612/2033 30% [================== ] 613/2033 30% [================== ] 614/2033 30% [================== ] 615/2033 30% [================== ] 616/2033 30% [================== ] 617/2033 30% [================== ] 618/2033 30% [================== ] 619/2033 30% [================== ] 620/2033 30% [================== ] 621/2033 30% [================== ] 622/2033 30% [================== ] 623/2033 30% [=================== ] 624/2033 30% [=================== ] 625/2033 30% [=================== ] 626/2033 30% [=================== ] 627/2033 30% [=================== ] 628/2033 30% [=================== ] 629/2033 30% [=================== ] 630/2033 30% [=================== ] 631/2033 31% [=================== ] 632/2033 31% [=================== ] 633/2033 31% [=================== ] 634/2033 31% [=================== ] 635/2033 31% [=================== ] 636/2033 31% [=================== ] 637/2033 31% [=================== ] 638/2033 31% [=================== ] 639/2033 31% [=================== ] 640/2033 31% [=================== ] 641/2033 31% [=================== ] 642/2033 31% [=================== ] 643/2033 31% [=================== ] 644/2033 31% [=================== ] 645/2033 31% [=================== ] 646/2033 31% [=================== ] 647/2033 31% [=================== ] 648/2033 31% [=================== ] 649/2033 31% [=================== ] 650/2033 31% [=================== ] 651/2033 32% [=================== ] 652/2033 32% [=================== ] 653/2033 32% [=================== ] 654/2033 32% [=================== ] 655/2033 32% [==================== ] 656/2033 32% [==================== ] 657/2033 32% [==================== ] 658/2033 32% [==================== ] 659/2033 32% [==================== ] 660/2033 32% [==================== ] 661/2033 32% [==================== ] 662/2033 32% [==================== ] 663/2033 32% [==================== ] 664/2033 32% [==================== ] 665/2033 32% [==================== ] 666/2033 32% [==================== ] 667/2033 32% [==================== ] 668/2033 32% [==================== ] 669/2033 32% [==================== ] 670/2033 32% [==================== ] 671/2033 33% [==================== ] 672/2033 33% [==================== ] 673/2033 33% [==================== ] 674/2033 33% [==================== ] 675/2033 33% [==================== ] 676/2033 33% [==================== ] 677/2033 33% [==================== ] 678/2033 33% [==================== ] 679/2033 33% [==================== ] 680/2033 33% [==================== ] 681/2033 33% [==================== ] 682/2033 33% [==================== ] 683/2033 33% [==================== ] 684/2033 33% [==================== ] 685/2033 33% [==================== ] 686/2033 33% [==================== ] 687/2033 33% [==================== ] 688/2033 33% [===================== ] 689/2033 33% [===================== ] 690/2033 33% [===================== ] 691/2033 33% [===================== ] 692/2033 34% [===================== ] 693/2033 34% [===================== ] 694/2033 34% [===================== ] 695/2033 34% [===================== ] 696/2033 34% [===================== ] 697/2033 34% [===================== ] 698/2033 34% [===================== ] 699/2033 34% [===================== ] 700/2033 34% [===================== ] 701/2033 34% [===================== ] 702/2033 34% [===================== ] 703/2033 34% [===================== ] 704/2033 34% [===================== ] 705/2033 34% [===================== ] 706/2033 34% [===================== ] 707/2033 34% [===================== ] 708/2033 34% [===================== ] 709/2033 34% [===================== ] 710/2033 34% [===================== ] 711/2033 34% [===================== ] 712/2033 35% [===================== ] 713/2033 35% [===================== ] 714/2033 35% [===================== ] 715/2033 35% [===================== ] 716/2033 35% [===================== ] 717/2033 35% [===================== ] 718/2033 35% [===================== ] 719/2033 35% [===================== ] 720/2033 35% [===================== ] 721/2033 35% [====================== ] 722/2033 35% [====================== ] 723/2033 35% [====================== ] 724/2033 35% [====================== ] 725/2033 35% [====================== ] 726/2033 35% [====================== ] 727/2033 35% [====================== ] 728/2033 35% [====================== ] 729/2033 35% [====================== ] 730/2033 35% [====================== ] 731/2033 35% [====================== ] 732/2033 36% [====================== ] 733/2033 36% [====================== ] 734/2033 36% [====================== ] 735/2033 36% [====================== ] 736/2033 36% [====================== ] 737/2033 36% [====================== ] 738/2033 36% [====================== ] 739/2033 36% [====================== ] 740/2033 36% [====================== ] 741/2033 36% [====================== ] 742/2033 36% [====================== ] 743/2033 36% [====================== ] 744/2033 36% [====================== ] 745/2033 36% [====================== ] 746/2033 36% [====================== ] 747/2033 36% [====================== ] 748/2033 36% [====================== ] 749/2033 36% [====================== ] 750/2033 36% [====================== ] 751/2033 36% [====================== ] 752/2033 36% [====================== ] 753/2033 37% [====================== ] 754/2033 37% [======================= ] 755/2033 37% [======================= ] 756/2033 37% [======================= ] 757/2033 37% [======================= ] 758/2033 37% [======================= ] 759/2033 37% [======================= ] 760/2033 37% [======================= ] 761/2033 37% [======================= ] 762/2033 37% [======================= ] 763/2033 37% [======================= ] 764/2033 37% [======================= ] 765/2033 37% [======================= ] 766/2033 37% [======================= ] 767/2033 37% [======================= ] 768/2033 37% [======================= ] 769/2033 37% [======================= ] 770/2033 37% [======================= ] 771/2033 37% [======================= ] 772/2033 37% [======================= ] 773/2033 38% [======================= ] 774/2033 38% [======================= ] 775/2033 38% [======================= ] 776/2033 38% [======================= ] 777/2033 38% [======================= ] 778/2033 38% [======================= ] 779/2033 38% [======================= ] 780/2033 38% [======================= ] 781/2033 38% [======================= ] 782/2033 38% [======================= ] 783/2033 38% [======================= ] 784/2033 38% [======================= ] 785/2033 38% [======================= ] 786/2033 38% [======================== ] 787/2033 38% [======================== ] 788/2033 38% [======================== ] 789/2033 38% [======================== ] 790/2033 38% [======================== ] 791/2033 38% [======================== ] 792/2033 38% [======================== ] 793/2033 39% [======================== ] 794/2033 39% [======================== ] 795/2033 39% [======================== ] 796/2033 39% [======================== ] 797/2033 39% [======================== ] 798/2033 39% [======================== ] 799/2033 39% [======================== ] 800/2033 39% [======================== ] 801/2033 39% [======================== ] 802/2033 39% [======================== ] 803/2033 39% [======================== ] 804/2033 39% [======================== ] 805/2033 39% [======================== ] 806/2033 39% [======================== ] 807/2033 39% [======================== ] 808/2033 39% [======================== ] 809/2033 39% [======================== ] 810/2033 39% [======================== ] 811/2033 39% [======================== ] 812/2033 39% [======================== ] 813/2033 39% [======================== ] 814/2033 40% [======================== ] 815/2033 40% [======================== ] 816/2033 40% [======================== ] 817/2033 40% [======================== ] 818/2033 40% [======================== ] 819/2033 40% [========================= ] 820/2033 40% [========================= ] 821/2033 40% [========================= ] 822/2033 40% [========================= ] 823/2033 40% [========================= ] 824/2033 40% [========================= ] 825/2033 40% [========================= ] 826/2033 40% [========================= ] 827/2033 40% [========================= ] 828/2033 40% [========================= ] 829/2033 40% [========================= ] 830/2033 40% [========================= ] 831/2033 40% [========================= ] 832/2033 40% [========================= ] 833/2033 40% [========================= ] 834/2033 41% [========================= ] 835/2033 41% [========================= ] 836/2033 41% [========================= ] 837/2033 41% [========================= ] 838/2033 41% [========================= ] 839/2033 41% [========================= ] 840/2033 41% [========================= ] 841/2033 41% [========================= ] 842/2033 41% [========================= ] 843/2033 41% [========================= ] 844/2033 41% [========================= ] 845/2033 41% [========================= ] 846/2033 41% [========================= ] 847/2033 41% [========================= ] 848/2033 41% [========================= ] 849/2033 41% [========================= ] 850/2033 41% [========================= ] 851/2033 41% [========================= ] 852/2033 41% [========================== ] 853/2033 41% [========================== ] 854/2033 42% [========================== ] 855/2033 42% [========================== ] 856/2033 42% [========================== ] 857/2033 42% [========================== ] 858/2033 42% [========================== ] 859/2033 42% [========================== ] 860/2033 42% [========================== ] 861/2033 42% [========================== ] 862/2033 42% [========================== ] 863/2033 42% [========================== ] 864/2033 42% [========================== ] 865/2033 42% [========================== ] 866/2033 42% [========================== ] 867/2033 42% [========================== ] 868/2033 42% [========================== ] 869/2033 42% [========================== ] 870/2033 42% [========================== ] 871/2033 42% [========================== ] 872/2033 42% [========================== ] 873/2033 42% [========================== ] 874/2033 42% [========================== ] 875/2033 43% [========================== ] 876/2033 43% [========================== ] 877/2033 43% [========================== ] 878/2033 43% [========================== ] 879/2033 43% [========================== ] 880/2033 43% [========================== ] 881/2033 43% [========================== ] 882/2033 43% [========================== ] 883/2033 43% [========================== ] 884/2033 43% [========================== ] 885/2033 43% [=========================== ] 886/2033 43% [=========================== ] 887/2033 43% [=========================== ] 888/2033 43% [=========================== ] 889/2033 43% [=========================== ] 890/2033 43% [=========================== ] 891/2033 43% [=========================== ] 892/2033 43% [=========================== ] 893/2033 43% [=========================== ] 894/2033 43% [=========================== ] 895/2033 44% [=========================== ] 896/2033 44% [=========================== ] 897/2033 44% [=========================== ] 898/2033 44% [=========================== ] 899/2033 44% [=========================== ] 900/2033 44% [=========================== ] 901/2033 44% [=========================== ] 902/2033 44% [=========================== ] 903/2033 44% [=========================== ] 904/2033 44% [=========================== ] 905/2033 44% [=========================== ] 906/2033 44% [=========================== ] 907/2033 44% [=========================== ] 908/2033 44% [=========================== ] 909/2033 44% [=========================== ] 910/2033 44% [=========================== ] 911/2033 44% [=========================== ] 912/2033 44% [=========================== ] 913/2033 44% [=========================== ] 914/2033 44% [=========================== ] 915/2033 45% [=========================== ] 916/2033 45% [=========================== ] 917/2033 45% [=========================== ] 918/2033 45% [============================ ] 919/2033 45% [============================ ] 920/2033 45% [============================ ] 921/2033 45% [============================ ] 922/2033 45% [============================ ] 923/2033 45% [============================ ] 924/2033 45% [============================ ] 925/2033 45% [============================ ] 926/2033 45% [============================ ] 927/2033 45% [============================ ] 928/2033 45% [============================ ] 929/2033 45% [============================ ] 930/2033 45% [============================ ] 931/2033 45% [============================ ] 932/2033 45% [============================ ] 933/2033 45% [============================ ] 934/2033 45% [============================ ] 935/2033 45% [============================ ] 936/2033 46% [============================ ] 937/2033 46% [============================ ] 938/2033 46% [============================ ] 939/2033 46% [============================ ] 940/2033 46% [============================ ] 941/2033 46% [============================ ] 942/2033 46% [============================ ] 943/2033 46% [============================ ] 944/2033 46% [============================ ] 945/2033 46% [============================ ] 946/2033 46% [============================ ] 947/2033 46% [============================ ] 948/2033 46% [============================ ] 949/2033 46% [============================ ] 950/2033 46% [============================= ] 951/2033 46% [============================= ] 952/2033 46% [============================= ] 953/2033 46% [============================= ] 954/2033 46% [============================= ] 955/2033 46% [============================= ] 956/2033 47% [============================= ] 957/2033 47% [============================= ] 958/2033 47% [============================= ] 959/2033 47% [============================= ] 960/2033 47% [============================= ] 961/2033 47% [============================= ] 962/2033 47% [============================= ] 963/2033 47% [============================= ] 964/2033 47% [============================= ] 965/2033 47% [============================= ] 966/2033 47% [============================= ] 967/2033 47% [============================= ] 968/2033 47% [============================= ] 969/2033 47% [============================= ] 970/2033 47% [============================= ] 971/2033 47% [============================= ] 972/2033 47% [============================= ] 973/2033 47% [============================= ] 974/2033 47% [============================= ] 975/2033 47% [============================= ] 976/2033 48% [============================= ] 977/2033 48% [============================= ] 978/2033 48% [============================= ] 979/2033 48% [============================= ] 980/2033 48% [============================= ] 981/2033 48% [============================= ] 982/2033 48% [============================= ] 983/2033 48% [============================== ] 984/2033 48% [============================== ] 985/2033 48% [============================== ] 986/2033 48% [============================== ] 987/2033 48% [============================== ] 988/2033 48% [============================== ] 989/2033 48% [============================== ] 990/2033 48% [============================== ] 991/2033 48% [============================== ] 992/2033 48% [============================== ] 993/2033 48% [============================== ] 994/2033 48% [============================== ] 995/2033 48% [============================== ] 996/2033 48% [============================== ] 997/2033 49% [============================== ] 998/2033 49% [============================== ] 999/2033 49% [============================== ] 1000/2033 49% [============================== ] 1001/2033 49% [============================== ] 1002/2033 49% [============================== ] 1003/2033 49% [============================== ] 1004/2033 49% [============================== ] 1005/2033 49% [============================== ] 1006/2033 49% [============================== ] 1007/2033 49% [============================== ] 1008/2033 49% [============================== ] 1009/2033 49% [============================== ] 1010/2033 49% [============================== ] 1011/2033 49% [============================== ] 1012/2033 49% [============================== ] 1013/2033 49% [============================== ] 1014/2033 49% [============================== ] 1015/2033 49% [============================== ] 1016/2033 49% [=============================== ] 1017/2033 50% [=============================== ] 1018/2033 50% [=============================== ] 1019/2033 50% [=============================== ] 1020/2033 50% [=============================== ] 1021/2033 50% [=============================== ] 1022/2033 50% [=============================== ] 1023/2033 50% [=============================== ] 1024/2033 50% [=============================== ] 1025/2033 50% [=============================== ] 1026/2033 50% [=============================== ] 1027/2033 50% [=============================== ] 1028/2033 50% [=============================== ] 1029/2033 50% [=============================== ] 1030/2033 50% [=============================== ] 1031/2033 50% [=============================== ] 1032/2033 50% [=============================== ] 1033/2033 50% [=============================== ] 1034/2033 50% [=============================== ] 1035/2033 50% [=============================== ] 1036/2033 50% [=============================== ] 1037/2033 51% [=============================== ] 1038/2033 51% [=============================== ] 1039/2033 51% [=============================== ] 1040/2033 51% [=============================== ] 1041/2033 51% [=============================== ] 1042/2033 51% [=============================== ] 1043/2033 51% [=============================== ] 1044/2033 51% [=============================== ] 1045/2033 51% [=============================== ] 1046/2033 51% [=============================== ] 1047/2033 51% [=============================== ] 1048/2033 51% [=============================== ] 1049/2033 51% [================================ ] 1050/2033 51% [================================ ] 1051/2033 51% [================================ ] 1052/2033 51% [================================ ] 1053/2033 51% [================================ ] 1054/2033 51% [================================ ] 1055/2033 51% [================================ ] 1056/2033 51% [================================ ] 1057/2033 51% [================================ ] 1058/2033 52% [================================ ] 1059/2033 52% [================================ ] 1060/2033 52% [================================ ] 1061/2033 52% [================================ ] 1062/2033 52% [================================ ] 1063/2033 52% [================================ ] 1064/2033 52% [================================ ] 1065/2033 52% [================================ ] 1066/2033 52% [================================ ] 1067/2033 52% [================================ ] 1068/2033 52% [================================ ] 1069/2033 52% [================================ ] 1070/2033 52% [================================ ] 1071/2033 52% [================================ ] 1072/2033 52% [================================ ] 1073/2033 52% [================================ ] 1074/2033 52% [================================ ] 1075/2033 52% [================================ ] 1076/2033 52% [================================ ] 1077/2033 52% [================================ ] 1078/2033 53% [================================ ] 1079/2033 53% [================================ ] 1080/2033 53% [================================ ] 1081/2033 53% [================================ ] 1082/2033 53% [================================= ] 1083/2033 53% [================================= ] 1084/2033 53% [================================= ] 1085/2033 53% [================================= ] 1086/2033 53% [================================= ] 1087/2033 53% [================================= ] 1088/2033 53% [================================= ] 1089/2033 53% [================================= ] 1090/2033 53% [================================= ] 1091/2033 53% [================================= ] 1092/2033 53% [================================= ] 1093/2033 53% [================================= ] 1094/2033 53% [================================= ] 1095/2033 53% [================================= ] 1096/2033 53% [================================= ] 1097/2033 53% [================================= ] 1098/2033 54% [================================= ] 1099/2033 54% [================================= ] 1100/2033 54% [================================= ] 1101/2033 54% [================================= ] 1102/2033 54% [================================= ] 1103/2033 54% [================================= ] 1104/2033 54% [================================= ] 1105/2033 54% [================================= ] 1106/2033 54% [================================= ] 1107/2033 54% [================================= ] 1108/2033 54% [================================= ] 1109/2033 54% [================================= ] 1110/2033 54% [================================= ] 1111/2033 54% [================================= ] 1112/2033 54% [================================= ] 1113/2033 54% [================================= ] 1114/2033 54% [================================== ] 1115/2033 54% [================================== ] 1116/2033 54% [================================== ] 1117/2033 54% [================================== ] 1118/2033 54% [================================== ] 1119/2033 55% [================================== ] 1120/2033 55% [================================== ] 1121/2033 55% [================================== ] 1122/2033 55% [================================== ] 1123/2033 55% [================================== ] 1124/2033 55% [================================== ] 1125/2033 55% [================================== ] 1126/2033 55% [================================== ] 1127/2033 55% [================================== ] 1128/2033 55% [================================== ] 1129/2033 55% [================================== ] 1130/2033 55% [================================== ] 1131/2033 55% [================================== ] 1132/2033 55% [================================== ] 1133/2033 55% [================================== ] 1134/2033 55% [================================== ] 1135/2033 55% [================================== ] 1136/2033 55% [================================== ] 1137/2033 55% [================================== ] 1138/2033 55% [================================== ] 1139/2033 56% [================================== ] 1140/2033 56% [================================== ] 1141/2033 56% [================================== ] 1142/2033 56% [================================== ] 1143/2033 56% [================================== ] 1144/2033 56% [================================== ] 1145/2033 56% [================================== ] 1146/2033 56% [================================== ] 1147/2033 56% [=================================== ] 1148/2033 56% [=================================== ] 1149/2033 56% [=================================== ] 1150/2033 56% [=================================== ] 1151/2033 56% [=================================== ] 1152/2033 56% [=================================== ] 1153/2033 56% [=================================== ] 1154/2033 56% [=================================== ] 1155/2033 56% [=================================== ] 1156/2033 56% [=================================== ] 1157/2033 56% [=================================== ] 1158/2033 56% [=================================== ] 1159/2033 57% [=================================== ] 1160/2033 57% [=================================== ] 1161/2033 57% [=================================== ] 1162/2033 57% [=================================== ] 1163/2033 57% [=================================== ] 1164/2033 57% [=================================== ] 1165/2033 57% [=================================== ] 1166/2033 57% [=================================== ] 1167/2033 57% [=================================== ] 1168/2033 57% [=================================== ] 1169/2033 57% [=================================== ] 1170/2033 57% [=================================== ] 1171/2033 57% [=================================== ] 1172/2033 57% [=================================== ] 1173/2033 57% [=================================== ] 1174/2033 57% [=================================== ] 1175/2033 57% [=================================== ] 1176/2033 57% [=================================== ] 1177/2033 57% [=================================== ] 1178/2033 57% [=================================== ] 1179/2033 57% [=================================== ] 1180/2033 58% [==================================== ] 1181/2033 58% [==================================== ] 1182/2033 58% [==================================== ] 1183/2033 58% [==================================== ] 1184/2033 58% [==================================== ] 1185/2033 58% [==================================== ] 1186/2033 58% [==================================== ] 1187/2033 58% [==================================== ] 1188/2033 58% [==================================== ] 1189/2033 58% [==================================== ] 1190/2033 58% [==================================== ] 1191/2033 58% [==================================== ] 1192/2033 58% [==================================== ] 1193/2033 58% [==================================== ] 1194/2033 58% [==================================== ] 1195/2033 58% [==================================== ] 1196/2033 58% [==================================== ] 1197/2033 58% [==================================== ] 1198/2033 58% [==================================== ] 1199/2033 58% [==================================== ] 1200/2033 59% [==================================== ] 1201/2033 59% [==================================== ] 1202/2033 59% [==================================== ] 1203/2033 59% [==================================== ] 1204/2033 59% [==================================== ] 1205/2033 59% [==================================== ] 1206/2033 59% [==================================== ] 1207/2033 59% [==================================== ] 1208/2033 59% [==================================== ] 1209/2033 59% [==================================== ] 1210/2033 59% [==================================== ] 1211/2033 59% [==================================== ] 1212/2033 59% [==================================== ] 1213/2033 59% [===================================== ] 1214/2033 59% [===================================== ] 1215/2033 59% [===================================== ] 1216/2033 59% [===================================== ] 1217/2033 59% [===================================== ] 1218/2033 59% [===================================== ] 1219/2033 59% [===================================== ] 1220/2033 60% [===================================== ] 1221/2033 60% [===================================== ] 1222/2033 60% [===================================== ] 1223/2033 60% [===================================== ] 1224/2033 60% [===================================== ] 1225/2033 60% [===================================== ] 1226/2033 60% [===================================== ] 1227/2033 60% [===================================== ] 1228/2033 60% [===================================== ] 1229/2033 60% [===================================== ] 1230/2033 60% [===================================== ] 1231/2033 60% [===================================== ] 1232/2033 60% [===================================== ] 1233/2033 60% [===================================== ] 1234/2033 60% [===================================== ] 1235/2033 60% [===================================== ] 1236/2033 60% [===================================== ] 1237/2033 60% [===================================== ] 1238/2033 60% [===================================== ] 1239/2033 60% [===================================== ] 1240/2033 60% [===================================== ] 1241/2033 61% [===================================== ] 1242/2033 61% [===================================== ] 1243/2033 61% [===================================== ] 1244/2033 61% [===================================== ] 1245/2033 61% [===================================== ] 1246/2033 61% [====================================== ] 1247/2033 61% [====================================== ] 1248/2033 61% [====================================== ] 1249/2033 61% [====================================== ] 1250/2033 61% [====================================== ] 1251/2033 61% [====================================== ] 1252/2033 61% [====================================== ] 1253/2033 61% [====================================== ] 1254/2033 61% [====================================== ] 1255/2033 61% [====================================== ] 1256/2033 61% [====================================== ] 1257/2033 61% [====================================== ] 1258/2033 61% [====================================== ] 1259/2033 61% [====================================== ] 1260/2033 61% [====================================== ] 1261/2033 62% [====================================== ] 1262/2033 62% [====================================== ] 1263/2033 62% [====================================== ] 1264/2033 62% [====================================== ] 1265/2033 62% [====================================== ] 1266/2033 62% [====================================== ] 1267/2033 62% [====================================== ] 1268/2033 62% [====================================== ] 1269/2033 62% [====================================== ] 1270/2033 62% [====================================== ] 1271/2033 62% [====================================== ] 1272/2033 62% [====================================== ] 1273/2033 62% [====================================== ] 1274/2033 62% [====================================== ] 1275/2033 62% [====================================== ] 1276/2033 62% [====================================== ] 1277/2033 62% [====================================== ] 1278/2033 62% [======================================= ] 1279/2033 62% [======================================= ] 1280/2033 62% [======================================= ] 1281/2033 63% [======================================= ] 1282/2033 63% [======================================= ] 1283/2033 63% [======================================= ] 1284/2033 63% [======================================= ] 1285/2033 63% [======================================= ] 1286/2033 63% [======================================= ] 1287/2033 63% [======================================= ] 1288/2033 63% [======================================= ] 1289/2033 63% [======================================= ] 1290/2033 63% [======================================= ] 1291/2033 63% [======================================= ] 1292/2033 63% [======================================= ] 1293/2033 63% [======================================= ] 1294/2033 63% [======================================= ] 1295/2033 63% [======================================= ] 1296/2033 63% [======================================= ] 1297/2033 63% [======================================= ] 1298/2033 63% [======================================= ] 1299/2033 63% [======================================= ] 1300/2033 63% [======================================= ] 1301/2033 63% [======================================= ] 1302/2033 64% [======================================= ] 1303/2033 64% [======================================= ] 1304/2033 64% [======================================= ] 1305/2033 64% [======================================= ] 1306/2033 64% [======================================= ] 1307/2033 64% [======================================= ] 1308/2033 64% [======================================= ] 1309/2033 64% [======================================= ] 1310/2033 64% [======================================= ] 1311/2033 64% [======================================== ] 1312/2033 64% [======================================== ] 1313/2033 64% [======================================== ] 1314/2033 64% [======================================== ] 1315/2033 64% [======================================== ] 1316/2033 64% [======================================== ] 1317/2033 64% [======================================== ] 1318/2033 64% [======================================== ] 1319/2033 64% [======================================== ] 1320/2033 64% [======================================== ] 1321/2033 64% [======================================== ] 1322/2033 65% [======================================== ] 1323/2033 65% [======================================== ] 1324/2033 65% [======================================== ] 1325/2033 65% [======================================== ] 1326/2033 65% [======================================== ] 1327/2033 65% [======================================== ] 1328/2033 65% [======================================== ] 1329/2033 65% [======================================== ] 1330/2033 65% [======================================== ] 1331/2033 65% [======================================== ] 1332/2033 65% [======================================== ] 1333/2033 65% [======================================== ] 1334/2033 65% [======================================== ] 1335/2033 65% [======================================== ] 1336/2033 65% [======================================== ] 1337/2033 65% [======================================== ] 1338/2033 65% [======================================== ] 1339/2033 65% [======================================== ] 1340/2033 65% [======================================== ] 1341/2033 65% [======================================== ] 1342/2033 66% [======================================== ] 1343/2033 66% [======================================== ] 1344/2033 66% [========================================= ] 1345/2033 66% [========================================= ] 1346/2033 66% [========================================= ] 1347/2033 66% [========================================= ] 1348/2033 66% [========================================= ] 1349/2033 66% [========================================= ] 1350/2033 66% [========================================= ] 1351/2033 66% [========================================= ] 1352/2033 66% [========================================= ] 1353/2033 66% [========================================= ] 1354/2033 66% [========================================= ] 1355/2033 66% [========================================= ] 1356/2033 66% [========================================= ] 1357/2033 66% [========================================= ] 1358/2033 66% [========================================= ] 1359/2033 66% [========================================= ] 1360/2033 66% [========================================= ] 1361/2033 66% [========================================= ] 1362/2033 66% [========================================= ] 1363/2033 67% [========================================= ] 1364/2033 67% [========================================= ] 1365/2033 67% [========================================= ] 1366/2033 67% [========================================= ] 1367/2033 67% [========================================= ] 1368/2033 67% [========================================= ] 1369/2033 67% [========================================= ] 1370/2033 67% [========================================= ] 1371/2033 67% [========================================= ] 1372/2033 67% [========================================= ] 1373/2033 67% [========================================= ] 1374/2033 67% [========================================= ] 1375/2033 67% [========================================= ] 1376/2033 67% [========================================= ] 1377/2033 67% [========================================== ] 1378/2033 67% [========================================== ] 1379/2033 67% [========================================== ] 1380/2033 67% [========================================== ] 1381/2033 67% [========================================== ] 1382/2033 67% [========================================== ] 1383/2033 68% [========================================== ] 1384/2033 68% [========================================== ] 1385/2033 68% [========================================== ] 1386/2033 68% [========================================== ] 1387/2033 68% [========================================== ] 1388/2033 68% [========================================== ] 1389/2033 68% [========================================== ] 1390/2033 68% [========================================== ] 1391/2033 68% [========================================== ] 1392/2033 68% [========================================== ] 1393/2033 68% [========================================== ] 1394/2033 68% [========================================== ] 1395/2033 68% [========================================== ] 1396/2033 68% [========================================== ] 1397/2033 68% [========================================== ] 1398/2033 68% [========================================== ] 1399/2033 68% [========================================== ] 1400/2033 68% [========================================== ] 1401/2033 68% [========================================== ] 1402/2033 68% [========================================== ] 1403/2033 69% [========================================== ] 1404/2033 69% [========================================== ] 1405/2033 69% [========================================== ] 1406/2033 69% [========================================== ] 1407/2033 69% [========================================== ] 1408/2033 69% [========================================== ] 1409/2033 69% [=========================================== ] 1410/2033 69% [=========================================== ] 1411/2033 69% [=========================================== ] 1412/2033 69% [=========================================== ] 1413/2033 69% [=========================================== ] 1414/2033 69% [=========================================== ] 1415/2033 69% [=========================================== ] 1416/2033 69% [=========================================== ] 1417/2033 69% [=========================================== ] 1418/2033 69% [=========================================== ] 1419/2033 69% [=========================================== ] 1420/2033 69% [=========================================== ] 1421/2033 69% [=========================================== ] 1422/2033 69% [=========================================== ] 1423/2033 69% [=========================================== ] 1424/2033 70% [=========================================== ] 1425/2033 70% [=========================================== ] 1426/2033 70% [=========================================== ] 1427/2033 70% [=========================================== ] 1428/2033 70% [=========================================== ] 1429/2033 70% [=========================================== ] 1430/2033 70% [=========================================== ] 1431/2033 70% [=========================================== ] 1432/2033 70% [=========================================== ] 1433/2033 70% [=========================================== ] 1434/2033 70% [=========================================== ] 1435/2033 70% [=========================================== ] 1436/2033 70% [=========================================== ] 1437/2033 70% [=========================================== ] 1438/2033 70% [=========================================== ] 1439/2033 70% [=========================================== ] 1440/2033 70% [=========================================== ] 1441/2033 70% [=========================================== ] 1442/2033 70% [============================================ ] 1443/2033 70% [============================================ ] 1444/2033 71% [============================================ ] 1445/2033 71% [============================================ ] 1446/2033 71% [============================================ ] 1447/2033 71% [============================================ ] 1448/2033 71% [============================================ ] 1449/2033 71% [============================================ ] 1450/2033 71% [============================================ ] 1451/2033 71% [============================================ ] 1452/2033 71% [============================================ ] 1453/2033 71% [============================================ ] 1454/2033 71% [============================================ ] 1455/2033 71% [============================================ ] 1456/2033 71% [============================================ ] 1457/2033 71% [============================================ ] 1458/2033 71% [============================================ ] 1459/2033 71% [============================================ ] 1460/2033 71% [============================================ ] 1461/2033 71% [============================================ ] 1462/2033 71% [============================================ ] 1463/2033 71% [============================================ ] 1464/2033 72% [============================================ ] 1465/2033 72% [============================================ ] 1466/2033 72% [============================================ ] 1467/2033 72% [============================================ ] 1468/2033 72% [============================================ ] 1469/2033 72% [============================================ ] 1470/2033 72% [============================================ ] 1471/2033 72% [============================================ ] 1472/2033 72% [============================================ ] 1473/2033 72% [============================================ ] 1474/2033 72% [============================================ ] 1475/2033 72% [============================================= ] 1476/2033 72% [============================================= ] 1477/2033 72% [============================================= ] 1478/2033 72% [============================================= ] 1479/2033 72% [============================================= ] 1480/2033 72% [============================================= ] 1481/2033 72% [============================================= ] 1482/2033 72% [============================================= ] 1483/2033 72% [============================================= ] 1484/2033 72% [============================================= ] 1485/2033 73% [============================================= ] 1486/2033 73% [============================================= ] 1487/2033 73% [============================================= ] 1488/2033 73% [============================================= ] 1489/2033 73% [============================================= ] 1490/2033 73% [============================================= ] 1491/2033 73% [============================================= ] 1492/2033 73% [============================================= ] 1493/2033 73% [============================================= ] 1494/2033 73% [============================================= ] 1495/2033 73% [============================================= ] 1496/2033 73% [============================================= ] 1497/2033 73% [============================================= ] 1498/2033 73% [============================================= ] 1499/2033 73% [============================================= ] 1500/2033 73% [============================================= ] 1501/2033 73% [============================================= ] 1502/2033 73% [============================================= ] 1503/2033 73% [============================================= ] 1504/2033 73% [============================================= ] 1505/2033 74% [============================================= ] 1506/2033 74% [============================================= ] 1507/2033 74% [============================================= ] 1508/2033 74% [============================================== ] 1509/2033 74% [============================================== ] 1510/2033 74% [============================================== ] 1511/2033 74% [============================================== ] 1512/2033 74% [============================================== ] 1513/2033 74% [============================================== ] 1514/2033 74% [============================================== ] 1515/2033 74% [============================================== ] 1516/2033 74% [============================================== ] 1517/2033 74% [============================================== ] 1518/2033 74% [============================================== ] 1519/2033 74% [============================================== ] 1520/2033 74% [============================================== ] 1521/2033 74% [============================================== ] 1522/2033 74% [============================================== ] 1523/2033 74% [============================================== ] 1524/2033 74% [============================================== ] 1525/2033 75% [============================================== ] 1526/2033 75% [============================================== ] 1527/2033 75% [============================================== ] 1528/2033 75% [============================================== ] 1529/2033 75% [============================================== ] 1530/2033 75% [============================================== ] 1531/2033 75% [============================================== ] 1532/2033 75% [============================================== ] 1533/2033 75% [============================================== ] 1534/2033 75% [============================================== ] 1535/2033 75% [============================================== ] 1536/2033 75% [============================================== ] 1537/2033 75% [============================================== ] 1538/2033 75% [============================================== ] 1539/2033 75% [============================================== ] 1540/2033 75% [============================================== ] 1541/2033 75% [=============================================== ] 1542/2033 75% [=============================================== ] 1543/2033 75% [=============================================== ] 1544/2033 75% [=============================================== ] 1545/2033 75% [=============================================== ] 1546/2033 76% [=============================================== ] 1547/2033 76% [=============================================== ] 1548/2033 76% [=============================================== ] 1549/2033 76% [=============================================== ] 1550/2033 76% [=============================================== ] 1551/2033 76% [=============================================== ] 1552/2033 76% [=============================================== ] 1553/2033 76% [=============================================== ] 1554/2033 76% [=============================================== ] 1555/2033 76% [=============================================== ] 1556/2033 76% [=============================================== ] 1557/2033 76% [=============================================== ] 1558/2033 76% [=============================================== ] 1559/2033 76% [=============================================== ] 1560/2033 76% [=============================================== ] 1561/2033 76% [=============================================== ] 1562/2033 76% [=============================================== ] 1563/2033 76% [=============================================== ] 1564/2033 76% [=============================================== ] 1565/2033 76% [=============================================== ] 1566/2033 77% [=============================================== ] 1567/2033 77% [=============================================== ] 1568/2033 77% [=============================================== ] 1569/2033 77% [=============================================== ] 1570/2033 77% [=============================================== ] 1571/2033 77% [=============================================== ] 1572/2033 77% [=============================================== ] 1573/2033 77% [================================================ ] 1574/2033 77% [================================================ ] 1575/2033 77% [================================================ ] 1576/2033 77% [================================================ ] 1577/2033 77% [================================================ ] 1578/2033 77% [================================================ ] 1579/2033 77% [================================================ ] 1580/2033 77% [================================================ ] 1581/2033 77% [================================================ ] 1582/2033 77% [================================================ ] 1583/2033 77% [================================================ ] 1584/2033 77% [================================================ ] 1585/2033 77% [================================================ ] 1586/2033 78% [================================================ ] 1587/2033 78% [================================================ ] 1588/2033 78% [================================================ ] 1589/2033 78% [================================================ ] 1590/2033 78% [================================================ ] 1591/2033 78% [================================================ ] 1592/2033 78% [================================================ ] 1593/2033 78% [================================================ ] 1594/2033 78% [================================================ ] 1595/2033 78% [================================================ ] 1596/2033 78% [================================================ ] 1597/2033 78% [================================================ ] 1598/2033 78% [================================================ ] 1599/2033 78% [================================================ ] 1600/2033 78% [================================================ ] 1601/2033 78% [================================================ ] 1602/2033 78% [================================================ ] 1603/2033 78% [================================================ ] 1604/2033 78% [================================================ ] 1605/2033 78% [================================================ ] 1606/2033 78% [================================================= ] 1607/2033 79% [================================================= ] 1608/2033 79% [================================================= ] 1609/2033 79% [================================================= ] 1610/2033 79% [================================================= ] 1611/2033 79% [================================================= ] 1612/2033 79% [================================================= ] 1613/2033 79% [================================================= ] 1614/2033 79% [================================================= ] 1615/2033 79% [================================================= ] 1616/2033 79% [================================================= ] 1617/2033 79% [================================================= ] 1618/2033 79% [================================================= ] 1619/2033 79% [================================================= ] 1620/2033 79% [================================================= ] 1621/2033 79% [================================================= ] 1622/2033 79% [================================================= ] 1623/2033 79% [================================================= ] 1624/2033 79% [================================================= ] 1625/2033 79% [================================================= ] 1626/2033 79% [================================================= ] 1627/2033 80% [================================================= ] 1628/2033 80% [================================================= ] 1629/2033 80% [================================================= ] 1630/2033 80% [================================================= ] 1631/2033 80% [================================================= ] 1632/2033 80% [================================================= ] 1633/2033 80% [================================================= ] 1634/2033 80% [================================================= ] 1635/2033 80% [================================================= ] 1636/2033 80% [================================================= ] 1637/2033 80% [================================================= ] 1638/2033 80% [================================================= ] 1639/2033 80% [================================================== ] 1640/2033 80% [================================================== ] 1641/2033 80% [================================================== ] 1642/2033 80% [================================================== ] 1643/2033 80% [================================================== ] 1644/2033 80% [================================================== ] 1645/2033 80% [================================================== ] 1646/2033 80% [================================================== ] 1647/2033 81% [================================================== ] 1648/2033 81% [================================================== ] 1649/2033 81% [================================================== ] 1650/2033 81% [================================================== ] 1651/2033 81% [================================================== ] 1652/2033 81% [================================================== ] 1653/2033 81% [================================================== ] 1654/2033 81% [================================================== ] 1655/2033 81% [================================================== ] 1656/2033 81% [================================================== ] 1657/2033 81% [================================================== ] 1658/2033 81% [================================================== ] 1659/2033 81% [================================================== ] 1660/2033 81% [================================================== ] 1661/2033 81% [================================================== ] 1662/2033 81% [================================================== ] 1663/2033 81% [================================================== ] 1664/2033 81% [================================================== ] 1665/2033 81% [================================================== ] 1666/2033 81% [================================================== ] 1667/2033 81% [================================================== ] 1668/2033 82% [================================================== ] 1669/2033 82% [================================================== ] 1670/2033 82% [================================================== ] 1671/2033 82% [================================================== ] 1672/2033 82% [=================================================== ] 1673/2033 82% [=================================================== ] 1674/2033 82% [=================================================== ] 1675/2033 82% [=================================================== ] 1676/2033 82% [=================================================== ] 1677/2033 82% [=================================================== ] 1678/2033 82% [=================================================== ] 1679/2033 82% [=================================================== ] 1680/2033 82% [=================================================== ] 1681/2033 82% [=================================================== ] 1682/2033 82% [=================================================== ] 1683/2033 82% [=================================================== ] 1684/2033 82% [=================================================== ] 1685/2033 82% [=================================================== ] 1686/2033 82% [=================================================== ] 1687/2033 82% [=================================================== ] 1688/2033 83% [=================================================== ] 1689/2033 83% [=================================================== ] 1690/2033 83% [=================================================== ] 1691/2033 83% [=================================================== ] 1692/2033 83% [=================================================== ] 1693/2033 83% [=================================================== ] 1694/2033 83% [=================================================== ] 1695/2033 83% [=================================================== ] 1696/2033 83% [=================================================== ] 1697/2033 83% [=================================================== ] 1698/2033 83% [=================================================== ] 1699/2033 83% [=================================================== ] 1700/2033 83% [=================================================== ] 1701/2033 83% [=================================================== ] 1702/2033 83% [=================================================== ] 1703/2033 83% [=================================================== ] 1704/2033 83% [=================================================== ] 1705/2033 83% [==================================================== ] 1706/2033 83% [==================================================== ] 1707/2033 83% [==================================================== ] 1708/2033 84% [==================================================== ] 1709/2033 84% [==================================================== ] 1710/2033 84% [==================================================== ] 1711/2033 84% [==================================================== ] 1712/2033 84% [==================================================== ] 1713/2033 84% [==================================================== ] 1714/2033 84% [==================================================== ] 1715/2033 84% [==================================================== ] 1716/2033 84% [==================================================== ] 1717/2033 84% [==================================================== ] 1718/2033 84% [==================================================== ] 1719/2033 84% [==================================================== ] 1720/2033 84% [==================================================== ] 1721/2033 84% [==================================================== ] 1722/2033 84% [==================================================== ] 1723/2033 84% [==================================================== ] 1724/2033 84% [==================================================== ] 1725/2033 84% [==================================================== ] 1726/2033 84% [==================================================== ] 1727/2033 84% [==================================================== ] 1728/2033 84% [==================================================== ] 1729/2033 85% [==================================================== ] 1730/2033 85% [==================================================== ] 1731/2033 85% [==================================================== ] 1732/2033 85% [==================================================== ] 1733/2033 85% [==================================================== ] 1734/2033 85% [==================================================== ] 1735/2033 85% [==================================================== ] 1736/2033 85% [==================================================== ] 1737/2033 85% [===================================================== ] 1738/2033 85% [===================================================== ] 1739/2033 85% [===================================================== ] 1740/2033 85% [===================================================== ] 1741/2033 85% [===================================================== ] 1742/2033 85% [===================================================== ] 1743/2033 85% [===================================================== ] 1744/2033 85% [===================================================== ] 1745/2033 85% [===================================================== ] 1746/2033 85% [===================================================== ] 1747/2033 85% [===================================================== ] 1748/2033 85% [===================================================== ] 1749/2033 86% [===================================================== ] 1750/2033 86% [===================================================== ] 1751/2033 86% [===================================================== ] 1752/2033 86% [===================================================== ] 1753/2033 86% [===================================================== ] 1754/2033 86% [===================================================== ] 1755/2033 86% [===================================================== ] 1756/2033 86% [===================================================== ] 1757/2033 86% [===================================================== ] 1758/2033 86% [===================================================== ] 1759/2033 86% [===================================================== ] 1760/2033 86% [===================================================== ] 1761/2033 86% [===================================================== ] 1762/2033 86% [===================================================== ] 1763/2033 86% [===================================================== ] 1764/2033 86% [===================================================== ] 1765/2033 86% [===================================================== ] 1766/2033 86% [===================================================== ] 1767/2033 86% [===================================================== ] 1768/2033 86% [===================================================== ] 1769/2033 87% [===================================================== ] 1770/2033 87% [====================================================== ] 1771/2033 87% [====================================================== ] 1772/2033 87% [====================================================== ] 1773/2033 87% [====================================================== ] 1774/2033 87% [====================================================== ] 1775/2033 87% [====================================================== ] 1776/2033 87% [====================================================== ] 1777/2033 87% [====================================================== ] 1778/2033 87% [====================================================== ] 1779/2033 87% [====================================================== ] 1780/2033 87% [====================================================== ] 1781/2033 87% [====================================================== ] 1782/2033 87% [====================================================== ] 1783/2033 87% [====================================================== ] 1784/2033 87% [====================================================== ] 1785/2033 87% [====================================================== ] 1786/2033 87% [====================================================== ] 1787/2033 87% [====================================================== ] 1788/2033 87% [====================================================== ] 1789/2033 87% [====================================================== ] 1790/2033 88% [====================================================== ] 1791/2033 88% [====================================================== ] 1792/2033 88% [====================================================== ] 1793/2033 88% [====================================================== ] 1794/2033 88% [====================================================== ] 1795/2033 88% [====================================================== ] 1796/2033 88% [====================================================== ] 1797/2033 88% [====================================================== ] 1798/2033 88% [====================================================== ] 1799/2033 88% [====================================================== ] 1800/2033 88% [====================================================== ] 1801/2033 88% [====================================================== ] 1802/2033 88% [====================================================== ] 1803/2033 88% [======================================================= ] 1804/2033 88% [======================================================= ] 1805/2033 88% [======================================================= ] 1806/2033 88% [======================================================= ] 1807/2033 88% [======================================================= ] 1808/2033 88% [======================================================= ] 1809/2033 88% [======================================================= ] 1810/2033 89% [======================================================= ] 1811/2033 89% [======================================================= ] 1812/2033 89% [======================================================= ] 1813/2033 89% [======================================================= ] 1814/2033 89% [======================================================= ] 1815/2033 89% [======================================================= ] 1816/2033 89% [======================================================= ] 1817/2033 89% [======================================================= ] 1818/2033 89% [======================================================= ] 1819/2033 89% [======================================================= ] 1820/2033 89% [======================================================= ] 1821/2033 89% [======================================================= ] 1822/2033 89% [======================================================= ] 1823/2033 89% [======================================================= ] 1824/2033 89% [======================================================= ] 1825/2033 89% [======================================================= ] 1826/2033 89% [======================================================= ] 1827/2033 89% [======================================================= ] 1828/2033 89% [======================================================= ] 1829/2033 89% [======================================================= ] 1830/2033 90% [======================================================= ] 1831/2033 90% [======================================================= ] 1832/2033 90% [======================================================= ] 1833/2033 90% [======================================================= ] 1834/2033 90% [======================================================= ] 1835/2033 90% [======================================================= ] 1836/2033 90% [======================================================== ] 1837/2033 90% [======================================================== ] 1838/2033 90% [======================================================== ] 1839/2033 90% [======================================================== ] 1840/2033 90% [======================================================== ] 1841/2033 90% [======================================================== ] 1842/2033 90% [======================================================== ] 1843/2033 90% [======================================================== ] 1844/2033 90% [======================================================== ] 1845/2033 90% [======================================================== ] 1846/2033 90% [======================================================== ] 1847/2033 90% [======================================================== ] 1848/2033 90% [======================================================== ] 1849/2033 90% [======================================================== ] 1850/2033 90% [======================================================== ] 1851/2033 91% [======================================================== ] 1852/2033 91% [======================================================== ] 1853/2033 91% [======================================================== ] 1854/2033 91% [======================================================== ] 1855/2033 91% [======================================================== ] 1856/2033 91% [======================================================== ] 1857/2033 91% [======================================================== ] 1858/2033 91% [======================================================== ] 1859/2033 91% [======================================================== ] 1860/2033 91% [======================================================== ] 1861/2033 91% [======================================================== ] 1862/2033 91% [======================================================== ] 1863/2033 91% [======================================================== ] 1864/2033 91% [======================================================== ] 1865/2033 91% [======================================================== ] 1866/2033 91% [======================================================== ] 1867/2033 91% [======================================================== ] 1868/2033 91% [======================================================== ] 1869/2033 91% [========================================================= ] 1870/2033 91% [========================================================= ] 1871/2033 92% [========================================================= ] 1872/2033 92% [========================================================= ] 1873/2033 92% [========================================================= ] 1874/2033 92% [========================================================= ] 1875/2033 92% [========================================================= ] 1876/2033 92% [========================================================= ] 1877/2033 92% [========================================================= ] 1878/2033 92% [========================================================= ] 1879/2033 92% [========================================================= ] 1880/2033 92% [========================================================= ] 1881/2033 92% [========================================================= ] 1882/2033 92% [========================================================= ] 1883/2033 92% [========================================================= ] 1884/2033 92% [========================================================= ] 1885/2033 92% [========================================================= ] 1886/2033 92% [========================================================= ] 1887/2033 92% [========================================================= ] 1888/2033 92% [========================================================= ] 1889/2033 92% [========================================================= ] 1890/2033 92% [========================================================= ] 1891/2033 93% [========================================================= ] 1892/2033 93% [========================================================= ] 1893/2033 93% [========================================================= ] 1894/2033 93% [========================================================= ] 1895/2033 93% [========================================================= ] 1896/2033 93% [========================================================= ] 1897/2033 93% [========================================================= ] 1898/2033 93% [========================================================= ] 1899/2033 93% [========================================================= ] 1900/2033 93% [========================================================= ] 1901/2033 93% [========================================================== ] 1902/2033 93% [========================================================== ] 1903/2033 93% [========================================================== ] 1904/2033 93% [========================================================== ] 1905/2033 93% [========================================================== ] 1906/2033 93% [========================================================== ] 1907/2033 93% [========================================================== ] 1908/2033 93% [========================================================== ] 1909/2033 93% [========================================================== ] 1910/2033 93% [========================================================== ] 1911/2033 93% [========================================================== ] 1912/2033 94% [========================================================== ] 1913/2033 94% [========================================================== ] 1914/2033 94% [========================================================== ] 1915/2033 94% [========================================================== ] 1916/2033 94% [========================================================== ] 1917/2033 94% [========================================================== ] 1918/2033 94% [========================================================== ] 1919/2033 94% [========================================================== ] 1920/2033 94% [========================================================== ] 1921/2033 94% [========================================================== ] 1922/2033 94% [========================================================== ] 1923/2033 94% [========================================================== ] 1924/2033 94% [========================================================== ] 1925/2033 94% [========================================================== ] 1926/2033 94% [========================================================== ] 1927/2033 94% [========================================================== ] 1928/2033 94% [========================================================== ] 1929/2033 94% [========================================================== ] 1930/2033 94% [========================================================== ] 1931/2033 94% [========================================================== ] 1932/2033 95% [========================================================== ] 1933/2033 95% [========================================================== ] 1934/2033 95% [=========================================================== ] 1935/2033 95% [=========================================================== ] 1936/2033 95% [=========================================================== ] 1937/2033 95% [=========================================================== ] 1938/2033 95% [=========================================================== ] 1939/2033 95% [=========================================================== ] 1940/2033 95% [=========================================================== ] 1941/2033 95% [=========================================================== ] 1942/2033 95% [=========================================================== ] 1943/2033 95% [=========================================================== ] 1944/2033 95% [=========================================================== ] 1945/2033 95% [=========================================================== ] 1946/2033 95% [=========================================================== ] 1947/2033 95% [=========================================================== ] 1948/2033 95% [=========================================================== ] 1949/2033 95% [=========================================================== ] 1950/2033 95% [=========================================================== ] 1951/2033 95% [=========================================================== ] 1952/2033 96% [=========================================================== ] 1953/2033 96% [=========================================================== ] 1954/2033 96% [=========================================================== ] 1955/2033 96% [=========================================================== ] 1956/2033 96% [=========================================================== ] 1957/2033 96% [=========================================================== ] 1958/2033 96% [=========================================================== ] 1959/2033 96% [=========================================================== ] 1960/2033 96% [=========================================================== ] 1961/2033 96% [=========================================================== ] 1962/2033 96% [=========================================================== ] 1963/2033 96% [=========================================================== ] 1964/2033 96% [=========================================================== ] 1965/2033 96% [=========================================================== ] 1966/2033 96% [=========================================================== ] 1967/2033 96% [============================================================ ] 1968/2033 96% [============================================================ ] 1969/2033 96% [============================================================ ] 1970/2033 96% [============================================================ ] 1971/2033 96% [============================================================ ] 1972/2033 96% [============================================================ ] 1973/2033 97% [============================================================ ] 1974/2033 97% [============================================================ ] 1975/2033 97% [============================================================ ] 1976/2033 97% [============================================================ ] 1977/2033 97% [============================================================ ] 1978/2033 97% [============================================================ ] 1979/2033 97% [============================================================ ] 1980/2033 97% [============================================================ ] 1981/2033 97% [============================================================ ] 1982/2033 97% [============================================================ ] 1983/2033 97% [============================================================ ] 1984/2033 97% [============================================================ ] 1985/2033 97% [============================================================ ] 1986/2033 97% [============================================================ ] 1987/2033 97% [============================================================ ] 1988/2033 97% [============================================================ ] 1989/2033 97% [============================================================ ] 1990/2033 97% [============================================================ ] 1991/2033 97% [============================================================ ] 1992/2033 97% [============================================================ ] 1993/2033 98% [============================================================ ] 1994/2033 98% [============================================================ ] 1995/2033 98% [============================================================ ] 1996/2033 98% [============================================================ ] 1997/2033 98% [============================================================ ] 1998/2033 98% [============================================================ ] 1999/2033 98% [============================================================ ] 2000/2033 98% [============================================================= ] 2001/2033 98% [============================================================= ] 2002/2033 98% [============================================================= ] 2003/2033 98% [============================================================= ] 2004/2033 98% [============================================================= ] 2005/2033 98% [============================================================= ] 2006/2033 98% [============================================================= ] 2007/2033 98% [============================================================= ] 2008/2033 98% [============================================================= ] 2009/2033 98% [============================================================= ] 2010/2033 98% [============================================================= ] 2011/2033 98% [============================================================= ] 2012/2033 98% [============================================================= ] 2013/2033 99% [============================================================= ] 2014/2033 99% [============================================================= ] 2015/2033 99% [============================================================= ] 2016/2033 99% [============================================================= ] 2017/2033 99% [============================================================= ] 2018/2033 99% [============================================================= ] 2019/2033 99% [============================================================= ] 2020/2033 99% [============================================================= ] 2021/2033 99% [============================================================= ] 2022/2033 99% [============================================================= ] 2023/2033 99% [============================================================= ] 2024/2033 99% [============================================================= ] 2025/2033 99% [============================================================= ] 2026/2033 99% [============================================================= ] 2027/2033 99% [============================================================= ] 2028/2033 99% [============================================================= ] 2029/2033 99% [============================================================= ] 2030/2033 99% [============================================================= ] 2031/2033 99% [============================================================= ] 2032/2033 99% [==============================================================] 2033/2033 100% operation complete, 2033 objects in 69243 NAND pages. ln -snf /home/autobuild/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-11/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-11/buildroot' >>> Buildroot 2022.05-173-g9c0e8ace80 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> alsa-lib 1.2.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> glibc 2.35-96-g2c4fc8e5ca742c6a3a1933799495bb0b00a807f0 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-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> audit 3.0.7 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> 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) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cryptsetup 2.4.3 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> host-environment-setup Collecting legal info >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-f2fs-tools 1.14.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fastd 22 Collecting legal info COPYRIGHT: OK (sha256: adf08b42f1b890b89e998360a864cb4f8441a0a57c9e95e2ce1bfdfc24c49976) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ima-evm-utils 1.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> host-imx-mkimage rel_imx_5.4.70_2.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ipset 7.15 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> jack1 0.126.0 Collecting legal info COPYING: OK (sha256: 661fe53a7e3fce790b185e35c60b7ed80d7efdf25fd7df5af6814a9a215a538f) COPYING.GPL: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LGPL: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 7.83.1 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglvnd 1.3.2 Collecting legal info README.md: OK (sha256: 224534547628a9e5e889d8808385bd38839e6bdb77d89c90ac04dad6891a4f5f) src/util/uthash/LICENSE: OK (sha256: bebdc0fd27cd37af8406e47af23c113866b7856c3f7349ffcbc672029ec8acf7) src/util/cJSON/LICENSE: OK (sha256: f6f207863675ca5a5128fd120b9aef4f4bbab73ffa57e5f771ccffc8e3cc56b7) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnspr 4.34 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libp11 0.4.11 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libpagekite 0.91.190530 Collecting legal info doc/COPYING.md: OK (sha256: ba443b9c9d4273d06aae3e147e9ad1ec199cc9c23455f486a039536d47f57eed) doc/LICENSE-2.0.txt: OK (sha256: 4a271d0bb6bb6e0bac880efddb46da73e6df3dcf0d9ca08a945a232f8ab882ef) doc/AGPLv3.txt: OK (sha256: 8e0f770cabe772d67d36469f6bf413afd2dcfa6ac37acfc65f770cf3a134106d) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> logsurfer 1.8 Collecting legal info >>> luksmeta 9 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> host-qoriq-rcw LSDK-20.12 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> rhash 1.4.2 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> urandom-scripts Collecting legal info >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> whetstone 1.2 Collecting legal info >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-11/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'