rm -f -r /home/buildroot/autobuild/instance-1/output-1/target/usr/share/openrc mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/instance-1/output-1/target/bin/sh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-2816-g467d464abe"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n polkitd -1 polkitd -1 * - - - Polkit Daemon\n postgres -1 postgres -1 * /var/lib/pgsql /bin/sh - PostgreSQL Server\n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /etc/polkit-1/rules.d d 700 polkitd root - - - - -\n /usr/share/polkit-1/rules.d d 700 polkitd root - - - - -\n /usr/bin/pkexec f 4755 root root - - - - -\n /usr/lib/polkit-1/polkit-agent-helper-1 f 4755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/sbin/setfiles -m -r /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target -c /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/etc/selinux/targeted/policy/policy.33 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target/etc/selinux/targeted/contexts/files/file_contexts /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/buildroot/autobuild/instance-1/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/tar/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" bzip2 -9 -c /home/buildroot/autobuild/instance-1/output-1/images/rootfs.tar > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.tar.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/sbin/setfiles -m -r /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target -c /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/selinux/targeted/policy/policy.33 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/selinux/targeted/contexts/files/file_contexts /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2486 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2486 0% [ ] 2/2486 0% [ ] 3/2486 0% [ ] 4/2486 0% [ ] 5/2486 0% [ ] 6/2486 0% [ ] 7/2486 0% [ ] 8/2486 0% [ ] 9/2486 0% [ ] 10/2486 0% [ ] 11/2486 0% [ ] 12/2486 0% [ ] 13/2486 0% [ ] 14/2486 0% [ ] 15/2486 0% [ ] 16/2486 0% [ ] 17/2486 0% [ ] 18/2486 0% [ ] 19/2486 0% [ ] 20/2486 0% [ ] 21/2486 0% [ ] 22/2486 0% [ ] 23/2486 0% [ ] 24/2486 0% [ ] 25/2486 1% [ ] 26/2486 1% [ ] 27/2486 1% [ ] 28/2486 1% [ ] 29/2486 1% [ ] 30/2486 1% [ ] 31/2486 1% [ ] 32/2486 1% [ ] 33/2486 1% [ ] 34/2486 1% [ ] 35/2486 1% [ ] 36/2486 1% [ ] 37/2486 1% [ ] 38/2486 1% [ ] 39/2486 1% [ ] 40/2486 1% [= ] 41/2486 1% [= ] 42/2486 1% [= ] 43/2486 1% [= ] 44/2486 1% [= ] 45/2486 1% [= ] 46/2486 1% [= ] 47/2486 1% [= ] 48/2486 1% [= ] 49/2486 1% [= ] 50/2486 2% [= ] 51/2486 2% [= ] 52/2486 2% [= ] 53/2486 2% [= ] 54/2486 2% [= ] 55/2486 2% [= ] 56/2486 2% [= ] 57/2486 2% [= ] 58/2486 2% [= ] 59/2486 2% [= ] 60/2486 2% [= ] 61/2486 2% [= ] 62/2486 2% [= ] 63/2486 2% [= ] 64/2486 2% [= ] 65/2486 2% [= ] 66/2486 2% [= ] 67/2486 2% [= ] 68/2486 2% [= ] 69/2486 2% [= ] 70/2486 2% [= ] 71/2486 2% [= ] 72/2486 2% [= ] 73/2486 2% [= ] 74/2486 2% [= ] 75/2486 3% [= ] 76/2486 3% [= ] 77/2486 3% [= ] 78/2486 3% [= ] 79/2486 3% [= ] 80/2486 3% [== ] 81/2486 3% [== ] 82/2486 3% [== ] 83/2486 3% [== ] 84/2486 3% [== ] 85/2486 3% [== ] 86/2486 3% [== ] 87/2486 3% [== ] 88/2486 3% [== ] 89/2486 3% [== ] 90/2486 3% [== ] 91/2486 3% [== ] 92/2486 3% [== ] 93/2486 3% [== ] 94/2486 3% [== ] 95/2486 3% [== ] 96/2486 3% [== ] 97/2486 3% [== ] 98/2486 3% [== ] 99/2486 3% [== ] 100/2486 4% [== ] 101/2486 4% [== ] 102/2486 4% [== ] 103/2486 4% [== ] 104/2486 4% [== ] 105/2486 4% [== ] 106/2486 4% [== ] 107/2486 4% [== ] 108/2486 4% [== ] 109/2486 4% [== ] 110/2486 4% [== ] 111/2486 4% [== ] 112/2486 4% [== ] 113/2486 4% [== ] 114/2486 4% [== ] 115/2486 4% [== ] 116/2486 4% [== ] 117/2486 4% [== ] 118/2486 4% [== ] 119/2486 4% [== ] 120/2486 4% [=== ] 121/2486 4% [=== ] 122/2486 4% [=== ] 123/2486 4% [=== ] 124/2486 4% [=== ] 125/2486 5% [=== ] 126/2486 5% [=== ] 127/2486 5% [=== ] 128/2486 5% [=== ] 129/2486 5% [=== ] 130/2486 5% [=== ] 131/2486 5% [=== ] 132/2486 5% [=== ] 133/2486 5% [=== ] 134/2486 5% [=== ] 135/2486 5% [=== ] 136/2486 5% [=== ] 137/2486 5% [=== ] 138/2486 5% [=== ] 139/2486 5% [=== ] 140/2486 5% [=== ] 141/2486 5% [=== ] 142/2486 5% [=== ] 143/2486 5% [=== ] 144/2486 5% [=== ] 145/2486 5% [=== ] 146/2486 5% [=== ] 147/2486 5% [=== ] 148/2486 5% [=== ] 149/2486 5% [=== ] 150/2486 6% [=== ] 151/2486 6% [=== ] 152/2486 6% [=== ] 153/2486 6% [=== ] 154/2486 6% [=== ] 155/2486 6% [=== ] 156/2486 6% [=== ] 157/2486 6% [=== ] 158/2486 6% [=== ] 159/2486 6% [=== ] 160/2486 6% [==== ] 161/2486 6% [==== ] 162/2486 6% [==== ] 163/2486 6% [==== ] 164/2486 6% [==== ] 165/2486 6% [==== ] 166/2486 6% [==== ] 167/2486 6% [==== ] 168/2486 6% [==== ] 169/2486 6% [==== ] 170/2486 6% [==== ] 171/2486 6% [==== ] 172/2486 6% [==== ] 173/2486 6% [==== ] 174/2486 6% [==== ] 175/2486 7% [==== ] 176/2486 7% [==== ] 177/2486 7% [==== ] 178/2486 7% [==== ] 179/2486 7% [==== ] 180/2486 7% [==== ] 181/2486 7% [==== ] 182/2486 7% [==== ] 183/2486 7% [==== ] 184/2486 7% [==== ] 185/2486 7% [==== ] 186/2486 7% [==== ] 187/2486 7% [==== ] 188/2486 7% [==== ] 189/2486 7% [==== ] 190/2486 7% [==== ] 191/2486 7% [==== ] 192/2486 7% [==== ] 193/2486 7% [==== ] 194/2486 7% [==== ] 195/2486 7% [==== ] 196/2486 7% [==== ] 197/2486 7% [==== ] 198/2486 7% [==== ] 199/2486 8% [==== ] 200/2486 8% [===== ] 201/2486 8% [===== ] 202/2486 8% [===== ] 203/2486 8% [===== ] 204/2486 8% [===== ] 205/2486 8% [===== ] 206/2486 8% [===== ] 207/2486 8% [===== ] 208/2486 8% [===== ] 209/2486 8% [===== ] 210/2486 8% [===== ] 211/2486 8% [===== ] 212/2486 8% [===== ] 213/2486 8% [===== ] 214/2486 8% [===== ] 215/2486 8% [===== ] 216/2486 8% [===== ] 217/2486 8% [===== ] 218/2486 8% [===== ] 219/2486 8% [===== ] 220/2486 8% [===== ] 221/2486 8% [===== ] 222/2486 8% [===== ] 223/2486 8% [===== ] 224/2486 9% [===== ] 225/2486 9% [===== ] 226/2486 9% [===== ] 227/2486 9% [===== ] 228/2486 9% [===== ] 229/2486 9% [===== ] 230/2486 9% [===== ] 231/2486 9% [===== ] 232/2486 9% [===== ] 233/2486 9% [===== ] 234/2486 9% [===== ] 235/2486 9% [===== ] 236/2486 9% [===== ] 237/2486 9% [===== ] 238/2486 9% [===== ] 239/2486 9% [===== ] 240/2486 9% [====== ] 241/2486 9% [====== ] 242/2486 9% [====== ] 243/2486 9% [====== ] 244/2486 9% [====== ] 245/2486 9% [====== ] 246/2486 9% [====== ] 247/2486 9% [====== ] 248/2486 9% [====== ] 249/2486 10% [====== ] 250/2486 10% [====== ] 251/2486 10% [====== ] 252/2486 10% [====== ] 253/2486 10% [====== ] 254/2486 10% [====== ] 255/2486 10% [====== ] 256/2486 10% [====== ] 257/2486 10% [====== ] 258/2486 10% [====== ] 259/2486 10% [====== ] 260/2486 10% [====== ] 261/2486 10% [====== ] 262/2486 10% [====== ] 263/2486 10% [====== ] 264/2486 10% [====== ] 265/2486 10% [====== ] 266/2486 10% [====== ] 267/2486 10% [====== ] 268/2486 10% [====== ] 269/2486 10% [====== ] 270/2486 10% [====== ] 271/2486 10% [====== ] 272/2486 10% [====== ] 273/2486 10% [====== ] 274/2486 11% [====== ] 275/2486 11% [====== ] 276/2486 11% [====== ] 277/2486 11% [====== ] 278/2486 11% [====== ] 279/2486 11% [====== ] 280/2486 11% [======= ] 281/2486 11% [======= ] 282/2486 11% [======= ] 283/2486 11% [======= ] 284/2486 11% [======= ] 285/2486 11% [======= ] 286/2486 11% [======= ] 287/2486 11% [======= ] 288/2486 11% [======= ] 289/2486 11% [======= ] 290/2486 11% [======= ] 291/2486 11% [======= ] 292/2486 11% [======= ] 293/2486 11% [======= ] 294/2486 11% [======= ] 295/2486 11% [======= ] 296/2486 11% [======= ] 297/2486 11% [======= ] 298/2486 11% [======= ] 299/2486 12% [======= ] 300/2486 12% [======= ] 301/2486 12% [======= ] 302/2486 12% [======= ] 303/2486 12% [======= ] 304/2486 12% [======= ] 305/2486 12% [======= ] 306/2486 12% [======= ] 307/2486 12% [======= ] 308/2486 12% [======= ] 309/2486 12% [======= ] 310/2486 12% [======= ] 311/2486 12% [======= ] 312/2486 12% [======= ] 313/2486 12% [======= ] 314/2486 12% [======= ] 315/2486 12% [======= ] 316/2486 12% [======= ] 317/2486 12% [======= ] 318/2486 12% [======= ] 319/2486 12% [======= ] 320/2486 12% [======== ] 321/2486 12% [======== ] 322/2486 12% [======== ] 323/2486 12% [======== ] 324/2486 13% [======== ] 325/2486 13% [======== ] 326/2486 13% [======== ] 327/2486 13% [======== ] 328/2486 13% [======== ] 329/2486 13% [======== ] 330/2486 13% [======== ] 331/2486 13% [======== ] 332/2486 13% [======== ] 333/2486 13% [======== ] 334/2486 13% [======== ] 335/2486 13% [======== ] 336/2486 13% [======== ] 337/2486 13% [======== ] 338/2486 13% [======== ] 339/2486 13% [======== ] 340/2486 13% [======== ] 341/2486 13% [======== ] 342/2486 13% [======== ] 343/2486 13% [======== ] 344/2486 13% [======== ] 345/2486 13% [======== ] 346/2486 13% [======== ] 347/2486 13% [======== ] 348/2486 13% [======== ] 349/2486 14% [======== ] 350/2486 14% [======== ] 351/2486 14% [======== ] 352/2486 14% [======== ] 353/2486 14% [======== ] 354/2486 14% [======== ] 355/2486 14% [======== ] 356/2486 14% [======== ] 357/2486 14% [======== ] 358/2486 14% [======== ] 359/2486 14% [======== ] 360/2486 14% [========= ] 361/2486 14% [========= ] 362/2486 14% [========= ] 363/2486 14% [========= ] 364/2486 14% [========= ] 365/2486 14% [========= ] 366/2486 14% [========= ] 367/2486 14% [========= ] 368/2486 14% [========= ] 369/2486 14% [========= ] 370/2486 14% [========= ] 371/2486 14% [========= ] 372/2486 14% [========= ] 373/2486 15% [========= ] 374/2486 15% [========= ] 375/2486 15% [========= ] 376/2486 15% [========= ] 377/2486 15% [========= ] 378/2486 15% [========= ] 379/2486 15% [========= ] 380/2486 15% [========= ] 381/2486 15% [========= ] 382/2486 15% [========= ] 383/2486 15% [========= ] 384/2486 15% [========= ] 385/2486 15% [========= ] 386/2486 15% [========= ] 387/2486 15% [========= ] 388/2486 15% [========= ] 389/2486 15% [========= ] 390/2486 15% [========= ] 391/2486 15% [========= ] 392/2486 15% [========= ] 393/2486 15% [========= ] 394/2486 15% [========= ] 395/2486 15% [========= ] 396/2486 15% [========= ] 397/2486 15% [========= ] 398/2486 16% [========= ] 399/2486 16% [========= ] 400/2486 16% [========== ] 401/2486 16% [========== ] 402/2486 16% [========== ] 403/2486 16% [========== ] 404/2486 16% [========== ] 405/2486 16% [========== ] 406/2486 16% [========== ] 407/2486 16% [========== ] 408/2486 16% [========== ] 409/2486 16% [========== ] 410/2486 16% [========== ] 411/2486 16% [========== ] 412/2486 16% [========== ] 413/2486 16% [========== ] 414/2486 16% [========== ] 415/2486 16% [========== ] 416/2486 16% [========== ] 417/2486 16% [========== ] 418/2486 16% [========== ] 419/2486 16% [========== ] 420/2486 16% [========== ] 421/2486 16% [========== ] 422/2486 16% [========== ] 423/2486 17% [========== ] 424/2486 17% [========== ] 425/2486 17% [========== ] 426/2486 17% [========== ] 427/2486 17% [========== ] 428/2486 17% [========== ] 429/2486 17% [========== ] 430/2486 17% [========== ] 431/2486 17% [========== ] 432/2486 17% [========== ] 433/2486 17% [========== ] 434/2486 17% [========== ] 435/2486 17% [========== ] 436/2486 17% [========== ] 437/2486 17% [========== ] 438/2486 17% [========== ] 439/2486 17% [========== ] 440/2486 17% [========== ] 441/2486 17% [=========== ] 442/2486 17% [=========== ] 443/2486 17% [=========== ] 444/2486 17% [=========== ] 445/2486 17% [=========== ] 446/2486 17% [=========== ] 447/2486 17% [=========== ] 448/2486 18% [=========== ] 449/2486 18% [=========== ] 450/2486 18% [=========== ] 451/2486 18% [=========== ] 452/2486 18% [=========== ] 453/2486 18% [=========== ] 454/2486 18% [=========== ] 455/2486 18% [=========== ] 456/2486 18% [=========== ] 457/2486 18% [=========== ] 458/2486 18% [=========== ] 459/2486 18% [=========== ] 460/2486 18% [=========== ] 461/2486 18% [=========== ] 462/2486 18% [=========== ] 463/2486 18% [=========== ] 464/2486 18% [=========== ] 465/2486 18% [=========== ] 466/2486 18% [=========== ] 467/2486 18% [=========== ] 468/2486 18% [=========== ] 469/2486 18% [=========== ] 470/2486 18% [=========== ] 471/2486 18% [=========== ] 472/2486 18% [=========== ] 473/2486 19% [=========== ] 474/2486 19% [=========== ] 475/2486 19% [=========== ] 476/2486 19% [=========== ] 477/2486 19% [=========== ] 478/2486 19% [=========== ] 479/2486 19% [=========== ] 480/2486 19% [=========== ] 481/2486 19% [============ ] 482/2486 19% [============ ] 483/2486 19% [============ ] 484/2486 19% [============ ] 485/2486 19% [============ ] 486/2486 19% [============ ] 487/2486 19% [============ ] 488/2486 19% [============ ] 489/2486 19% [============ ] 490/2486 19% [============ ] 491/2486 19% [============ ] 492/2486 19% [============ ] 493/2486 19% [============ ] 494/2486 19% [============ ] 495/2486 19% [============ ] 496/2486 19% [============ ] 497/2486 19% [============ ] 498/2486 20% [============ ] 499/2486 20% [============ ] 500/2486 20% [============ ] 501/2486 20% [============ ] 502/2486 20% [============ ] 503/2486 20% [============ ] 504/2486 20% [============ ] 505/2486 20% [============ ] 506/2486 20% [============ ] 507/2486 20% [============ ] 508/2486 20% [============ ] 509/2486 20% [============ ] 510/2486 20% [============ ] 511/2486 20% [============ ] 512/2486 20% [============ ] 513/2486 20% [============ ] 514/2486 20% [============ ] 515/2486 20% [============ ] 516/2486 20% [============ ] 517/2486 20% [============ ] 518/2486 20% [============ ] 519/2486 20% [============ ] 520/2486 20% [============ ] 521/2486 20% [============= ] 522/2486 20% [============= ] 523/2486 21% [============= ] 524/2486 21% [============= ] 525/2486 21% [============= ] 526/2486 21% [============= ] 527/2486 21% [============= ] 528/2486 21% [============= ] 529/2486 21% [============= ] 530/2486 21% [============= ] 531/2486 21% [============= ] 532/2486 21% [============= ] 533/2486 21% [============= ] 534/2486 21% [============= ] 535/2486 21% [============= ] 536/2486 21% [============= ] 537/2486 21% [============= ] 538/2486 21% [============= ] 539/2486 21% [============= ] 540/2486 21% [============= ] 541/2486 21% [============= ] 542/2486 21% [============= ] 543/2486 21% [============= ] 544/2486 21% [============= ] 545/2486 21% [============= ] 546/2486 21% [============= ] 547/2486 22% [============= ] 548/2486 22% [============= ] 549/2486 22% [============= ] 550/2486 22% [============= ] 551/2486 22% [============= ] 552/2486 22% [============= ] 553/2486 22% [============= ] 554/2486 22% [============= ] 555/2486 22% [============= ] 556/2486 22% [============= ] 557/2486 22% [============= ] 558/2486 22% [============= ] 559/2486 22% [============= ] 560/2486 22% [============= ] 561/2486 22% [============== ] 562/2486 22% [============== ] 563/2486 22% [============== ] 564/2486 22% [============== ] 565/2486 22% [============== ] 566/2486 22% [============== ] 567/2486 22% [============== ] 568/2486 22% [============== ] 569/2486 22% [============== ] 570/2486 22% [============== ] 571/2486 22% [============== ] 572/2486 23% [============== ] 573/2486 23% [============== ] 574/2486 23% [============== ] 575/2486 23% [============== ] 576/2486 23% [============== ] 577/2486 23% [============== ] 578/2486 23% [============== ] 579/2486 23% [============== ] 580/2486 23% [============== ] 581/2486 23% [============== ] 582/2486 23% [============== ] 583/2486 23% [============== ] 584/2486 23% [============== ] 585/2486 23% [============== ] 586/2486 23% [============== ] 587/2486 23% [============== ] 588/2486 23% [============== ] 589/2486 23% [============== ] 590/2486 23% [============== ] 591/2486 23% [============== ] 592/2486 23% [============== ] 593/2486 23% [============== ] 594/2486 23% [============== ] 595/2486 23% [============== ] 596/2486 23% [============== ] 597/2486 24% [============== ] 598/2486 24% [============== ] 599/2486 24% [============== ] 600/2486 24% [============== ] 601/2486 24% [=============== ] 602/2486 24% [=============== ] 603/2486 24% [=============== ] 604/2486 24% [=============== ] 605/2486 24% [=============== ] 606/2486 24% [=============== ] 607/2486 24% [=============== ] 608/2486 24% [=============== ] 609/2486 24% [=============== ] 610/2486 24% [=============== ] 611/2486 24% [=============== ] 612/2486 24% [=============== ] 613/2486 24% [=============== ] 614/2486 24% [=============== ] 615/2486 24% [=============== ] 616/2486 24% [=============== ] 617/2486 24% [=============== ] 618/2486 24% [=============== ] 619/2486 24% [=============== ] 620/2486 24% [=============== ] 621/2486 24% [=============== ] 622/2486 25% [=============== ] 623/2486 25% [=============== ] 624/2486 25% [=============== ] 625/2486 25% [=============== ] 626/2486 25% [=============== ] 627/2486 25% [=============== ] 628/2486 25% [=============== ] 629/2486 25% [=============== ] 630/2486 25% [=============== ] 631/2486 25% [=============== ] 632/2486 25% [=============== ] 633/2486 25% [=============== ] 634/2486 25% [=============== ] 635/2486 25% [=============== ] 636/2486 25% [=============== ] 637/2486 25% [=============== ] 638/2486 25% [=============== ] 639/2486 25% [=============== ] 640/2486 25% [=============== ] 641/2486 25% [================ ] 642/2486 25% [================ ] 643/2486 25% [================ ] 644/2486 25% [================ ] 645/2486 25% [================ ] 646/2486 25% [================ ] 647/2486 26% [================ ] 648/2486 26% [================ ] 649/2486 26% [================ ] 650/2486 26% [================ ] 651/2486 26% [================ ] 652/2486 26% [================ ] 653/2486 26% [================ ] 654/2486 26% [================ ] 655/2486 26% [================ ] 656/2486 26% [================ ] 657/2486 26% [================ ] 658/2486 26% [================ ] 659/2486 26% [================ ] 660/2486 26% [================ ] 661/2486 26% [================ ] 662/2486 26% [================ ] 663/2486 26% [================ ] 664/2486 26% [================ ] 665/2486 26% [================ ] 666/2486 26% [================ ] 667/2486 26% [================ ] 668/2486 26% [================ ] 669/2486 26% [================ ] 670/2486 26% [================ ] 671/2486 26% [================ ] 672/2486 27% [================ ] 673/2486 27% [================ ] 674/2486 27% [================ ] 675/2486 27% [================ ] 676/2486 27% [================ ] 677/2486 27% [================ ] 678/2486 27% [================ ] 679/2486 27% [================ ] 680/2486 27% [================ ] 681/2486 27% [================= ] 682/2486 27% [================= ] 683/2486 27% [================= ] 684/2486 27% [================= ] 685/2486 27% [================= ] 686/2486 27% [================= ] 687/2486 27% [================= ] 688/2486 27% [================= ] 689/2486 27% [================= ] 690/2486 27% [================= ] 691/2486 27% [================= ] 692/2486 27% [================= ] 693/2486 27% [================= ] 694/2486 27% [================= ] 695/2486 27% [================= ] 696/2486 27% [================= ] 697/2486 28% [================= ] 698/2486 28% [================= ] 699/2486 28% [================= ] 700/2486 28% [================= ] 701/2486 28% [================= ] 702/2486 28% [================= ] 703/2486 28% [================= ] 704/2486 28% [================= ] 705/2486 28% [================= ] 706/2486 28% [================= ] 707/2486 28% [================= ] 708/2486 28% [================= ] 709/2486 28% [================= ] 710/2486 28% [================= ] 711/2486 28% [================= ] 712/2486 28% [================= ] 713/2486 28% [================= ] 714/2486 28% [================= ] 715/2486 28% [================= ] 716/2486 28% [================= ] 717/2486 28% [================= ] 718/2486 28% [================= ] 719/2486 28% [================= ] 720/2486 28% [================= ] 721/2486 29% [================== ] 722/2486 29% [================== ] 723/2486 29% [================== ] 724/2486 29% [================== ] 725/2486 29% [================== ] 726/2486 29% [================== ] 727/2486 29% [================== ] 728/2486 29% [================== ] 729/2486 29% [================== ] 730/2486 29% [================== ] 731/2486 29% [================== ] 732/2486 29% [================== ] 733/2486 29% [================== ] 734/2486 29% [================== ] 735/2486 29% [================== ] 736/2486 29% [================== ] 737/2486 29% [================== ] 738/2486 29% [================== ] 739/2486 29% [================== ] 740/2486 29% [================== ] 741/2486 29% [================== ] 742/2486 29% [================== ] 743/2486 29% [================== ] 744/2486 29% [================== ] 745/2486 29% [================== ] 746/2486 30% [================== ] 747/2486 30% [================== ] 748/2486 30% [================== ] 749/2486 30% [================== ] 750/2486 30% [================== ] 751/2486 30% [================== ] 752/2486 30% [================== ] 753/2486 30% [================== ] 754/2486 30% [================== ] 755/2486 30% [================== ] 756/2486 30% [================== ] 757/2486 30% [================== ] 758/2486 30% [================== ] 759/2486 30% [================== ] 760/2486 30% [================== ] 761/2486 30% [=================== ] 762/2486 30% [=================== ] 763/2486 30% [=================== ] 764/2486 30% [=================== ] 765/2486 30% [=================== ] 766/2486 30% [=================== ] 767/2486 30% [=================== ] 768/2486 30% [=================== ] 769/2486 30% [=================== ] 770/2486 30% [=================== ] 771/2486 31% [=================== ] 772/2486 31% [=================== ] 773/2486 31% [=================== ] 774/2486 31% [=================== ] 775/2486 31% [=================== ] 776/2486 31% [=================== ] 777/2486 31% [=================== ] 778/2486 31% [=================== ] 779/2486 31% [=================== ] 780/2486 31% [=================== ] 781/2486 31% [=================== ] 782/2486 31% [=================== ] 783/2486 31% [=================== ] 784/2486 31% [=================== ] 785/2486 31% [=================== ] 786/2486 31% [=================== ] 787/2486 31% [=================== ] 788/2486 31% [=================== ] 789/2486 31% [=================== ] 790/2486 31% [=================== ] 791/2486 31% [=================== ] 792/2486 31% [=================== ] 793/2486 31% [=================== ] 794/2486 31% [=================== ] 795/2486 31% [=================== ] 796/2486 32% [=================== ] 797/2486 32% [=================== ] 798/2486 32% [=================== ] 799/2486 32% [=================== ] 800/2486 32% [=================== ] 801/2486 32% [==================== ] 802/2486 32% [==================== ] 803/2486 32% [==================== ] 804/2486 32% [==================== ] 805/2486 32% [==================== ] 806/2486 32% [==================== ] 807/2486 32% [==================== ] 808/2486 32% [==================== ] 809/2486 32% [==================== ] 810/2486 32% [==================== ] 811/2486 32% [==================== ] 812/2486 32% [==================== ] 813/2486 32% [==================== ] 814/2486 32% [==================== ] 815/2486 32% [==================== ] 816/2486 32% [==================== ] 817/2486 32% [==================== ] 818/2486 32% [==================== ] 819/2486 32% [==================== ] 820/2486 32% [==================== ] 821/2486 33% [==================== ] 822/2486 33% [==================== ] 823/2486 33% [==================== ] 824/2486 33% [==================== ] 825/2486 33% [==================== ] 826/2486 33% [==================== ] 827/2486 33% [==================== ] 828/2486 33% [==================== ] 829/2486 33% [==================== ] 830/2486 33% [==================== ] 831/2486 33% [==================== ] 832/2486 33% [==================== ] 833/2486 33% [==================== ] 834/2486 33% [==================== ] 835/2486 33% [==================== ] 836/2486 33% [==================== ] 837/2486 33% [==================== ] 838/2486 33% [==================== ] 839/2486 33% [==================== ] 840/2486 33% [==================== ] 841/2486 33% [==================== ] 842/2486 33% [===================== ] 843/2486 33% [===================== ] 844/2486 33% [===================== ] 845/2486 33% [===================== ] 846/2486 34% [===================== ] 847/2486 34% [===================== ] 848/2486 34% [===================== ] 849/2486 34% [===================== ] 850/2486 34% [===================== ] 851/2486 34% [===================== ] 852/2486 34% [===================== ] 853/2486 34% [===================== ] 854/2486 34% [===================== ] 855/2486 34% [===================== ] 856/2486 34% [===================== ] 857/2486 34% [===================== ] 858/2486 34% [===================== ] 859/2486 34% [===================== ] 860/2486 34% [===================== ] 861/2486 34% [===================== ] 862/2486 34% [===================== ] 863/2486 34% [===================== ] 864/2486 34% [===================== ] 865/2486 34% [===================== ] 866/2486 34% [===================== ] 867/2486 34% [===================== ] 868/2486 34% [===================== ] 869/2486 34% [===================== ] 870/2486 34% [===================== ] 871/2486 35% [===================== ] 872/2486 35% [===================== ] 873/2486 35% [===================== ] 874/2486 35% [===================== ] 875/2486 35% [===================== ] 876/2486 35% [===================== ] 877/2486 35% [===================== ] 878/2486 35% [===================== ] 879/2486 35% [===================== ] 880/2486 35% [===================== ] 881/2486 35% [===================== ] 882/2486 35% [====================== ] 883/2486 35% [====================== ] 884/2486 35% [====================== ] 885/2486 35% [====================== ] 886/2486 35% [====================== ] 887/2486 35% [====================== ] 888/2486 35% [====================== ] 889/2486 35% [====================== ] 890/2486 35% [====================== ] 891/2486 35% [====================== ] 892/2486 35% [====================== ] 893/2486 35% [====================== ] 894/2486 35% [====================== ] 895/2486 36% [====================== ] 896/2486 36% [====================== ] 897/2486 36% [====================== ] 898/2486 36% [====================== ] 899/2486 36% [====================== ] 900/2486 36% [====================== ] 901/2486 36% [====================== ] 902/2486 36% [====================== ] 903/2486 36% [====================== ] 904/2486 36% [====================== ] 905/2486 36% [====================== ] 906/2486 36% [====================== ] 907/2486 36% [====================== ] 908/2486 36% [====================== ] 909/2486 36% [====================== ] 910/2486 36% [====================== ] 911/2486 36% [====================== ] 912/2486 36% [====================== ] 913/2486 36% [====================== ] 914/2486 36% [====================== ] 915/2486 36% [====================== ] 916/2486 36% [====================== ] 917/2486 36% [====================== ] 918/2486 36% [====================== ] 919/2486 36% [====================== ] 920/2486 37% [====================== ] 921/2486 37% [====================== ] 922/2486 37% [======================= ] 923/2486 37% [======================= ] 924/2486 37% [======================= ] 925/2486 37% [======================= ] 926/2486 37% [======================= ] 927/2486 37% [======================= ] 928/2486 37% [======================= ] 929/2486 37% [======================= ] 930/2486 37% [======================= ] 931/2486 37% [======================= ] 932/2486 37% [======================= ] 933/2486 37% [======================= ] 934/2486 37% [======================= ] 935/2486 37% [======================= ] 936/2486 37% [======================= ] 937/2486 37% [======================= ] 938/2486 37% [======================= ] 939/2486 37% [======================= ] 940/2486 37% [======================= ] 941/2486 37% [======================= ] 942/2486 37% [======================= ] 943/2486 37% [======================= ] 944/2486 37% [======================= ] 945/2486 38% [======================= ] 946/2486 38% [======================= ] 947/2486 38% [======================= ] 948/2486 38% [======================= ] 949/2486 38% [======================= ] 950/2486 38% [======================= ] 951/2486 38% [======================= ] 952/2486 38% [======================= ] 953/2486 38% [======================= ] 954/2486 38% [======================= ] 955/2486 38% [======================= ] 956/2486 38% [======================= ] 957/2486 38% [======================= ] 958/2486 38% [======================= ] 959/2486 38% [======================= ] 960/2486 38% [======================= ] 961/2486 38% [======================= ] 962/2486 38% [======================== ] 963/2486 38% [======================== ] 964/2486 38% [======================== ] 965/2486 38% [======================== ] 966/2486 38% [======================== ] 967/2486 38% [======================== ] 968/2486 38% [======================== ] 969/2486 38% [======================== ] 970/2486 39% [======================== ] 971/2486 39% [======================== ] 972/2486 39% [======================== ] 973/2486 39% [======================== ] 974/2486 39% [======================== ] 975/2486 39% [======================== ] 976/2486 39% [======================== ] 977/2486 39% [======================== ] 978/2486 39% [======================== ] 979/2486 39% [======================== ] 980/2486 39% [======================== ] 981/2486 39% [======================== ] 982/2486 39% [======================== ] 983/2486 39% [======================== ] 984/2486 39% [======================== ] 985/2486 39% [======================== ] 986/2486 39% [======================== ] 987/2486 39% [======================== ] 988/2486 39% [======================== ] 989/2486 39% [======================== ] 990/2486 39% [======================== ] 991/2486 39% [======================== ] 992/2486 39% [======================== ] 993/2486 39% [======================== ] 994/2486 39% [======================== ] 995/2486 40% [======================== ] 996/2486 40% [======================== ] 997/2486 40% [======================== ] 998/2486 40% [======================== ] 999/2486 40% [======================== ] 1000/2486 40% [======================== ] 1001/2486 40% [======================== ] 1002/2486 40% [========================= ] 1003/2486 40% [========================= ] 1004/2486 40% [========================= ] 1005/2486 40% [========================= ] 1006/2486 40% [========================= ] 1007/2486 40% [========================= ] 1008/2486 40% [========================= ] 1009/2486 40% [========================= ] 1010/2486 40% [========================= ] 1011/2486 40% [========================= ] 1012/2486 40% [========================= ] 1013/2486 40% [========================= ] 1014/2486 40% [========================= ] 1015/2486 40% [========================= ] 1016/2486 40% [========================= ] 1017/2486 40% [========================= ] 1018/2486 40% [========================= ] 1019/2486 40% [========================= ] 1020/2486 41% [========================= ] 1021/2486 41% [========================= ] 1022/2486 41% [========================= ] 1023/2486 41% [========================= ] 1024/2486 41% [========================= ] 1025/2486 41% [========================= ] 1026/2486 41% [========================= ] 1027/2486 41% [========================= ] 1028/2486 41% [========================= ] 1029/2486 41% [========================= ] 1030/2486 41% [========================= ] 1031/2486 41% [========================= ] 1032/2486 41% [========================= ] 1033/2486 41% [========================= ] 1034/2486 41% [========================= ] 1035/2486 41% [========================= ] 1036/2486 41% [========================= ] 1037/2486 41% [========================= ] 1038/2486 41% [========================= ] 1039/2486 41% [========================= ] 1040/2486 41% [========================= ] 1041/2486 41% [========================= ] 1042/2486 41% [========================== ] 1043/2486 41% [========================== ] 1044/2486 41% [========================== ] 1045/2486 42% [========================== ] 1046/2486 42% [========================== ] 1047/2486 42% [========================== ] 1048/2486 42% [========================== ] 1049/2486 42% [========================== ] 1050/2486 42% [========================== ] 1051/2486 42% [========================== ] 1052/2486 42% [========================== ] 1053/2486 42% [========================== ] 1054/2486 42% [========================== ] 1055/2486 42% [========================== ] 1056/2486 42% [========================== ] 1057/2486 42% [========================== ] 1058/2486 42% [========================== ] 1059/2486 42% [========================== ] 1060/2486 42% [========================== ] 1061/2486 42% [========================== ] 1062/2486 42% [========================== ] 1063/2486 42% [========================== ] 1064/2486 42% [========================== ] 1065/2486 42% [========================== ] 1066/2486 42% [========================== ] 1067/2486 42% [========================== ] 1068/2486 42% [========================== ] 1069/2486 43% [========================== ] 1070/2486 43% [========================== ] 1071/2486 43% [========================== ] 1072/2486 43% [========================== ] 1073/2486 43% [========================== ] 1074/2486 43% [========================== ] 1075/2486 43% [========================== ] 1076/2486 43% [========================== ] 1077/2486 43% [========================== ] 1078/2486 43% [========================== ] 1079/2486 43% [========================== ] 1080/2486 43% [========================== ] 1081/2486 43% [========================== ] 1082/2486 43% [=========================== ] 1083/2486 43% [=========================== ] 1084/2486 43% [=========================== ] 1085/2486 43% [=========================== ] 1086/2486 43% [=========================== ] 1087/2486 43% [=========================== ] 1088/2486 43% [=========================== ] 1089/2486 43% [=========================== ] 1090/2486 43% [=========================== ] 1091/2486 43% [=========================== ] 1092/2486 43% [=========================== ] 1093/2486 43% [=========================== ] 1094/2486 44% [=========================== ] 1095/2486 44% [=========================== ] 1096/2486 44% [=========================== ] 1097/2486 44% [=========================== ] 1098/2486 44% [=========================== ] 1099/2486 44% [=========================== ] 1100/2486 44% [=========================== ] 1101/2486 44% [=========================== ] 1102/2486 44% [=========================== ] 1103/2486 44% [=========================== ] 1104/2486 44% [=========================== ] 1105/2486 44% [=========================== ] 1106/2486 44% [=========================== ] 1107/2486 44% [=========================== ] 1108/2486 44% [=========================== ] 1109/2486 44% [=========================== ] 1110/2486 44% [=========================== ] 1111/2486 44% [=========================== ] 1112/2486 44% [=========================== ] 1113/2486 44% [=========================== ] 1114/2486 44% [=========================== ] 1115/2486 44% [=========================== ] 1116/2486 44% [=========================== ] 1117/2486 44% [=========================== ] 1118/2486 44% [=========================== ] 1119/2486 45% [=========================== ] 1120/2486 45% [=========================== ] 1121/2486 45% [=========================== ] 1122/2486 45% [============================ ] 1123/2486 45% [============================ ] 1124/2486 45% [============================ ] 1125/2486 45% [============================ ] 1126/2486 45% [============================ ] 1127/2486 45% [============================ ] 1128/2486 45% [============================ ] 1129/2486 45% [============================ ] 1130/2486 45% [============================ ] 1131/2486 45% [============================ ] 1132/2486 45% [============================ ] 1133/2486 45% [============================ ] 1134/2486 45% [============================ ] 1135/2486 45% [============================ ] 1136/2486 45% [============================ ] 1137/2486 45% [============================ ] 1138/2486 45% [============================ ] 1139/2486 45% [============================ ] 1140/2486 45% [============================ ] 1141/2486 45% [============================ ] 1142/2486 45% [============================ ] 1143/2486 45% [============================ ] 1144/2486 46% [============================ ] 1145/2486 46% [============================ ] 1146/2486 46% [============================ ] 1147/2486 46% [============================ ] 1148/2486 46% [============================ ] 1149/2486 46% [============================ ] 1150/2486 46% [============================ ] 1151/2486 46% [============================ ] 1152/2486 46% [============================ ] 1153/2486 46% [============================ ] 1154/2486 46% [============================ ] 1155/2486 46% [============================ ] 1156/2486 46% [============================ ] 1157/2486 46% [============================ ] 1158/2486 46% [============================ ] 1159/2486 46% [============================ ] 1160/2486 46% [============================ ] 1161/2486 46% [============================ ] 1162/2486 46% [============================= ] 1163/2486 46% [============================= ] 1164/2486 46% [============================= ] 1165/2486 46% [============================= ] 1166/2486 46% [============================= ] 1167/2486 46% [============================= ] 1168/2486 46% [============================= ] 1169/2486 47% [============================= ] 1170/2486 47% [============================= ] 1171/2486 47% [============================= ] 1172/2486 47% [============================= ] 1173/2486 47% [============================= ] 1174/2486 47% [============================= ] 1175/2486 47% [============================= ] 1176/2486 47% [============================= ] 1177/2486 47% [============================= ] 1178/2486 47% [============================= ] 1179/2486 47% [============================= ] 1180/2486 47% [============================= ] 1181/2486 47% [============================= ] 1182/2486 47% [============================= ] 1183/2486 47% [============================= ] 1184/2486 47% [============================= ] 1185/2486 47% [============================= ] 1186/2486 47% [============================= ] 1187/2486 47% [============================= ] 1188/2486 47% [============================= ] 1189/2486 47% [============================= ] 1190/2486 47% [============================= ] 1191/2486 47% [============================= ] 1192/2486 47% [============================= ] 1193/2486 47% [============================= ] 1194/2486 48% [============================= ] 1195/2486 48% [============================= ] 1196/2486 48% [============================= ] 1197/2486 48% [============================= ] 1198/2486 48% [============================= ] 1199/2486 48% [============================= ] 1200/2486 48% [============================= ] 1201/2486 48% [============================= ] 1202/2486 48% [============================== ] 1203/2486 48% [============================== ] 1204/2486 48% [============================== ] 1205/2486 48% [============================== ] 1206/2486 48% [============================== ] 1207/2486 48% [============================== ] 1208/2486 48% [============================== ] 1209/2486 48% [============================== ] 1210/2486 48% [============================== ] 1211/2486 48% [============================== ] 1212/2486 48% [============================== ] 1213/2486 48% [============================== ] 1214/2486 48% [============================== ] 1215/2486 48% [============================== ] 1216/2486 48% [============================== ] 1217/2486 48% [============================== ] 1218/2486 48% [============================== ] 1219/2486 49% [============================== ] 1220/2486 49% [============================== ] 1221/2486 49% [============================== ] 1222/2486 49% [============================== ] 1223/2486 49% [============================== ] 1224/2486 49% [============================== ] 1225/2486 49% [============================== ] 1226/2486 49% [============================== ] 1227/2486 49% [============================== ] 1228/2486 49% [============================== ] 1229/2486 49% [============================== ] 1230/2486 49% [============================== ] 1231/2486 49% [============================== ] 1232/2486 49% [============================== ] 1233/2486 49% [============================== ] 1234/2486 49% [============================== ] 1235/2486 49% [============================== ] 1236/2486 49% [============================== ] 1237/2486 49% [============================== ] 1238/2486 49% [============================== ] 1239/2486 49% [============================== ] 1240/2486 49% [============================== ] 1241/2486 49% [============================== ] 1242/2486 49% [=============================== ] 1243/2486 50% [=============================== ] 1244/2486 50% [=============================== ] 1245/2486 50% [=============================== ] 1246/2486 50% [=============================== ] 1247/2486 50% [=============================== ] 1248/2486 50% [=============================== ] 1249/2486 50% [=============================== ] 1250/2486 50% [=============================== ] 1251/2486 50% [=============================== ] 1252/2486 50% [=============================== ] 1253/2486 50% [=============================== ] 1254/2486 50% [=============================== ] 1255/2486 50% [=============================== ] 1256/2486 50% [=============================== ] 1257/2486 50% [=============================== ] 1258/2486 50% [=============================== ] 1259/2486 50% [=============================== ] 1260/2486 50% [=============================== ] 1261/2486 50% [=============================== ] 1262/2486 50% [=============================== ] 1263/2486 50% [=============================== ] 1264/2486 50% [=============================== ] 1265/2486 50% [=============================== ] 1266/2486 50% [=============================== ] 1267/2486 50% [=============================== ] 1268/2486 51% [=============================== ] 1269/2486 51% [=============================== ] 1270/2486 51% [=============================== ] 1271/2486 51% [=============================== ] 1272/2486 51% [=============================== ] 1273/2486 51% [=============================== ] 1274/2486 51% [=============================== ] 1275/2486 51% [=============================== ] 1276/2486 51% [=============================== ] 1277/2486 51% [=============================== ] 1278/2486 51% [=============================== ] 1279/2486 51% [=============================== ] 1280/2486 51% [=============================== ] 1281/2486 51% [=============================== ] 1282/2486 51% [=============================== ] 1283/2486 51% [================================ ] 1284/2486 51% [================================ ] 1285/2486 51% [================================ ] 1286/2486 51% [================================ ] 1287/2486 51% [================================ ] 1288/2486 51% [================================ ] 1289/2486 51% [================================ ] 1290/2486 51% [================================ ] 1291/2486 51% [================================ ] 1292/2486 51% [================================ ] 1293/2486 52% [================================ ] 1294/2486 52% [================================ ] 1295/2486 52% [================================ ] 1296/2486 52% [================================ ] 1297/2486 52% [================================ ] 1298/2486 52% [================================ ] 1299/2486 52% [================================ ] 1300/2486 52% [================================ ] 1301/2486 52% [================================ ] 1302/2486 52% [================================ ] 1303/2486 52% [================================ ] 1304/2486 52% [================================ ] 1305/2486 52% [================================ ] 1306/2486 52% [================================ ] 1307/2486 52% [================================ ] 1308/2486 52% [================================ ] 1309/2486 52% [================================ ] 1310/2486 52% [================================ ] 1311/2486 52% [================================ ] 1312/2486 52% [================================ ] 1313/2486 52% [================================ ] 1314/2486 52% [================================ ] 1315/2486 52% [================================ ] 1316/2486 52% [================================ ] 1317/2486 52% [================================ ] 1318/2486 53% [================================ ] 1319/2486 53% [================================ ] 1320/2486 53% [================================ ] 1321/2486 53% [================================ ] 1322/2486 53% [================================ ] 1323/2486 53% [================================= ] 1324/2486 53% [================================= ] 1325/2486 53% [================================= ] 1326/2486 53% [================================= ] 1327/2486 53% [================================= ] 1328/2486 53% [================================= ] 1329/2486 53% [================================= ] 1330/2486 53% [================================= ] 1331/2486 53% [================================= ] 1332/2486 53% [================================= ] 1333/2486 53% [================================= ] 1334/2486 53% [================================= ] 1335/2486 53% [================================= ] 1336/2486 53% [================================= ] 1337/2486 53% [================================= ] 1338/2486 53% [================================= ] 1339/2486 53% [================================= ] 1340/2486 53% [================================= ] 1341/2486 53% [================================= ] 1342/2486 53% [================================= ] 1343/2486 54% [================================= ] 1344/2486 54% [================================= ] 1345/2486 54% [================================= ] 1346/2486 54% [================================= ] 1347/2486 54% [================================= ] 1348/2486 54% [================================= ] 1349/2486 54% [================================= ] 1350/2486 54% [================================= ] 1351/2486 54% [================================= ] 1352/2486 54% [================================= ] 1353/2486 54% [================================= ] 1354/2486 54% [================================= ] 1355/2486 54% [================================= ] 1356/2486 54% [================================= ] 1357/2486 54% [================================= ] 1358/2486 54% [================================= ] 1359/2486 54% [================================= ] 1360/2486 54% [================================= ] 1361/2486 54% [================================= ] 1362/2486 54% [================================= ] 1363/2486 54% [================================== ] 1364/2486 54% [================================== ] 1365/2486 54% [================================== ] 1366/2486 54% [================================== ] 1367/2486 54% [================================== ] 1368/2486 55% [================================== ] 1369/2486 55% [================================== ] 1370/2486 55% [================================== ] 1371/2486 55% [================================== ] 1372/2486 55% [================================== ] 1373/2486 55% [================================== ] 1374/2486 55% [================================== ] 1375/2486 55% [================================== ] 1376/2486 55% [================================== ] 1377/2486 55% [================================== ] 1378/2486 55% [================================== ] 1379/2486 55% [================================== ] 1380/2486 55% [================================== ] 1381/2486 55% [================================== ] 1382/2486 55% [================================== ] 1383/2486 55% [================================== ] 1384/2486 55% [================================== ] 1385/2486 55% [================================== ] 1386/2486 55% [================================== ] 1387/2486 55% [================================== ] 1388/2486 55% [================================== ] 1389/2486 55% [================================== ] 1390/2486 55% [================================== ] 1391/2486 55% [================================== ] 1392/2486 55% [================================== ] 1393/2486 56% [================================== ] 1394/2486 56% [================================== ] 1395/2486 56% [================================== ] 1396/2486 56% [================================== ] 1397/2486 56% [================================== ] 1398/2486 56% [================================== ] 1399/2486 56% [================================== ] 1400/2486 56% [================================== ] 1401/2486 56% [================================== ] 1402/2486 56% [================================== ] 1403/2486 56% [=================================== ] 1404/2486 56% [=================================== ] 1405/2486 56% [=================================== ] 1406/2486 56% [=================================== ] 1407/2486 56% [=================================== ] 1408/2486 56% [=================================== ] 1409/2486 56% [=================================== ] 1410/2486 56% [=================================== ] 1411/2486 56% [=================================== ] 1412/2486 56% [=================================== ] 1413/2486 56% [=================================== ] 1414/2486 56% [=================================== ] 1415/2486 56% [=================================== ] 1416/2486 56% [=================================== ] 1417/2486 56% [=================================== ] 1418/2486 57% [=================================== ] 1419/2486 57% [=================================== ] 1420/2486 57% [=================================== ] 1421/2486 57% [=================================== ] 1422/2486 57% [=================================== ] 1423/2486 57% [=================================== ] 1424/2486 57% [=================================== ] 1425/2486 57% [=================================== ] 1426/2486 57% [=================================== ] 1427/2486 57% [=================================== ] 1428/2486 57% [=================================== ] 1429/2486 57% [=================================== ] 1430/2486 57% [=================================== ] 1431/2486 57% [=================================== ] 1432/2486 57% [=================================== ] 1433/2486 57% [=================================== ] 1434/2486 57% [=================================== ] 1435/2486 57% [=================================== ] 1436/2486 57% [=================================== ] 1437/2486 57% [=================================== ] 1438/2486 57% [=================================== ] 1439/2486 57% [=================================== ] 1440/2486 57% [=================================== ] 1441/2486 57% [=================================== ] 1442/2486 58% [=================================== ] 1443/2486 58% [==================================== ] 1444/2486 58% [==================================== ] 1445/2486 58% [==================================== ] 1446/2486 58% [==================================== ] 1447/2486 58% [==================================== ] 1448/2486 58% [==================================== ] 1449/2486 58% [==================================== ] 1450/2486 58% [==================================== ] 1451/2486 58% [==================================== ] 1452/2486 58% [==================================== ] 1453/2486 58% [==================================== ] 1454/2486 58% [==================================== ] 1455/2486 58% [==================================== ] 1456/2486 58% [==================================== ] 1457/2486 58% [==================================== ] 1458/2486 58% [==================================== ] 1459/2486 58% [==================================== ] 1460/2486 58% [==================================== ] 1461/2486 58% [==================================== ] 1462/2486 58% [==================================== ] 1463/2486 58% [==================================== ] 1464/2486 58% [==================================== ] 1465/2486 58% [==================================== ] 1466/2486 58% [==================================== ] 1467/2486 59% [==================================== ] 1468/2486 59% [==================================== ] 1469/2486 59% [==================================== ] 1470/2486 59% [==================================== ] 1471/2486 59% [==================================== ] 1472/2486 59% [==================================== ] 1473/2486 59% [==================================== ] 1474/2486 59% [==================================== ] 1475/2486 59% [==================================== ] 1476/2486 59% [==================================== ] 1477/2486 59% [==================================== ] 1478/2486 59% [==================================== ] 1479/2486 59% [==================================== ] 1480/2486 59% [==================================== ] 1481/2486 59% [==================================== ] 1482/2486 59% [==================================== ] 1483/2486 59% [===================================== ] 1484/2486 59% [===================================== ] 1485/2486 59% [===================================== ] 1486/2486 59% [===================================== ] 1487/2486 59% [===================================== ] 1488/2486 59% [===================================== ] 1489/2486 59% [===================================== ] 1490/2486 59% [===================================== ] 1491/2486 59% [===================================== ] 1492/2486 60% [===================================== ] 1493/2486 60% [===================================== ] 1494/2486 60% [===================================== ] 1495/2486 60% [===================================== ] 1496/2486 60% [===================================== ] 1497/2486 60% [===================================== ] 1498/2486 60% [===================================== ] 1499/2486 60% [===================================== ] 1500/2486 60% [===================================== ] 1501/2486 60% [===================================== ] 1502/2486 60% [===================================== ] 1503/2486 60% [===================================== ] 1504/2486 60% [===================================== ] 1505/2486 60% [===================================== ] 1506/2486 60% [===================================== ] 1507/2486 60% [===================================== ] 1508/2486 60% [===================================== ] 1509/2486 60% [===================================== ] 1510/2486 60% [===================================== ] 1511/2486 60% [===================================== ] 1512/2486 60% [===================================== ] 1513/2486 60% [===================================== ] 1514/2486 60% [===================================== ] 1515/2486 60% [===================================== ] 1516/2486 60% [===================================== ] 1517/2486 61% [===================================== ] 1518/2486 61% [===================================== ] 1519/2486 61% [===================================== ] 1520/2486 61% [===================================== ] 1521/2486 61% [===================================== ] 1522/2486 61% [===================================== ] 1523/2486 61% [====================================== ] 1524/2486 61% [====================================== ] 1525/2486 61% [====================================== ] 1526/2486 61% [====================================== ] 1527/2486 61% [====================================== ] 1528/2486 61% [====================================== ] 1529/2486 61% [====================================== ] 1530/2486 61% [====================================== ] 1531/2486 61% [====================================== ] 1532/2486 61% [====================================== ] 1533/2486 61% [====================================== ] 1534/2486 61% [====================================== ] 1535/2486 61% [====================================== ] 1536/2486 61% [====================================== ] 1537/2486 61% [====================================== ] 1538/2486 61% [====================================== ] 1539/2486 61% [====================================== ] 1540/2486 61% [====================================== ] 1541/2486 61% [====================================== ] 1542/2486 62% [====================================== ] 1543/2486 62% [====================================== ] 1544/2486 62% [====================================== ] 1545/2486 62% [====================================== ] 1546/2486 62% [====================================== ] 1547/2486 62% [====================================== ] 1548/2486 62% [====================================== ] 1549/2486 62% [====================================== ] 1550/2486 62% [====================================== ] 1551/2486 62% [====================================== ] 1552/2486 62% [====================================== ] 1553/2486 62% [====================================== ] 1554/2486 62% [====================================== ] 1555/2486 62% [====================================== ] 1556/2486 62% [====================================== ] 1557/2486 62% [====================================== ] 1558/2486 62% [====================================== ] 1559/2486 62% [====================================== ] 1560/2486 62% [====================================== ] 1561/2486 62% [====================================== ] 1562/2486 62% [====================================== ] 1563/2486 62% [======================================= ] 1564/2486 62% [======================================= ] 1565/2486 62% [======================================= ] 1566/2486 62% [======================================= ] 1567/2486 63% [======================================= ] 1568/2486 63% [======================================= ] 1569/2486 63% [======================================= ] 1570/2486 63% [======================================= ] 1571/2486 63% [======================================= ] 1572/2486 63% [======================================= ] 1573/2486 63% [======================================= ] 1574/2486 63% [======================================= ] 1575/2486 63% [======================================= ] 1576/2486 63% [======================================= ] 1577/2486 63% [======================================= ] 1578/2486 63% [======================================= ] 1579/2486 63% [======================================= ] 1580/2486 63% [======================================= ] 1581/2486 63% [======================================= ] 1582/2486 63% [======================================= ] 1583/2486 63% [======================================= ] 1584/2486 63% [======================================= ] 1585/2486 63% [======================================= ] 1586/2486 63% [======================================= ] 1587/2486 63% [======================================= ] 1588/2486 63% [======================================= ] 1589/2486 63% [======================================= ] 1590/2486 63% [======================================= ] 1591/2486 63% [======================================= ] 1592/2486 64% [======================================= ] 1593/2486 64% [======================================= ] 1594/2486 64% [======================================= ] 1595/2486 64% [======================================= ] 1596/2486 64% [======================================= ] 1597/2486 64% [======================================= ] 1598/2486 64% [======================================= ] 1599/2486 64% [======================================= ] 1600/2486 64% [======================================= ] 1601/2486 64% [======================================= ] 1602/2486 64% [======================================= ] 1603/2486 64% [======================================== ] 1604/2486 64% [======================================== ] 1605/2486 64% [======================================== ] 1606/2486 64% [======================================== ] 1607/2486 64% [======================================== ] 1608/2486 64% [======================================== ] 1609/2486 64% [======================================== ] 1610/2486 64% [======================================== ] 1611/2486 64% [======================================== ] 1612/2486 64% [======================================== ] 1613/2486 64% [======================================== ] 1614/2486 64% [======================================== ] 1615/2486 64% [======================================== ] 1616/2486 65% [======================================== ] 1617/2486 65% [======================================== ] 1618/2486 65% [======================================== ] 1619/2486 65% [======================================== ] 1620/2486 65% [======================================== ] 1621/2486 65% [======================================== ] 1622/2486 65% [======================================== ] 1623/2486 65% [======================================== ] 1624/2486 65% [======================================== ] 1625/2486 65% [======================================== ] 1626/2486 65% [======================================== ] 1627/2486 65% [======================================== ] 1628/2486 65% [======================================== ] 1629/2486 65% [======================================== ] 1630/2486 65% [======================================== ] 1631/2486 65% [======================================== ] 1632/2486 65% [======================================== ] 1633/2486 65% [======================================== ] 1634/2486 65% [======================================== ] 1635/2486 65% [======================================== ] 1636/2486 65% [======================================== ] 1637/2486 65% [======================================== ] 1638/2486 65% [======================================== ] 1639/2486 65% [======================================== ] 1640/2486 65% [======================================== ] 1641/2486 66% [======================================== ] 1642/2486 66% [======================================== ] 1643/2486 66% [========================================= ] 1644/2486 66% [========================================= ] 1645/2486 66% [========================================= ] 1646/2486 66% [========================================= ] 1647/2486 66% [========================================= ] 1648/2486 66% [========================================= ] 1649/2486 66% [========================================= ] 1650/2486 66% [========================================= ] 1651/2486 66% [========================================= ] 1652/2486 66% [========================================= ] 1653/2486 66% [========================================= ] 1654/2486 66% [========================================= ] 1655/2486 66% [========================================= ] 1656/2486 66% [========================================= ] 1657/2486 66% [========================================= ] 1658/2486 66% [========================================= ] 1659/2486 66% [========================================= ] 1660/2486 66% [========================================= ] 1661/2486 66% [========================================= ] 1662/2486 66% [========================================= ] 1663/2486 66% [========================================= ] 1664/2486 66% [========================================= ] 1665/2486 66% [========================================= ] 1666/2486 67% [========================================= ] 1667/2486 67% [========================================= ] 1668/2486 67% [========================================= ] 1669/2486 67% [========================================= ] 1670/2486 67% [========================================= ] 1671/2486 67% [========================================= ] 1672/2486 67% [========================================= ] 1673/2486 67% [========================================= ] 1674/2486 67% [========================================= ] 1675/2486 67% [========================================= ] 1676/2486 67% [========================================= ] 1677/2486 67% [========================================= ] 1678/2486 67% [========================================= ] 1679/2486 67% [========================================= ] 1680/2486 67% [========================================= ] 1681/2486 67% [========================================= ] 1682/2486 67% [========================================= ] 1683/2486 67% [========================================= ] 1684/2486 67% [========================================== ] 1685/2486 67% [========================================== ] 1686/2486 67% [========================================== ] 1687/2486 67% [========================================== ] 1688/2486 67% [========================================== ] 1689/2486 67% [========================================== ] 1690/2486 67% [========================================== ] 1691/2486 68% [========================================== ] 1692/2486 68% [========================================== ] 1693/2486 68% [========================================== ] 1694/2486 68% [========================================== ] 1695/2486 68% [========================================== ] 1696/2486 68% [========================================== ] 1697/2486 68% [========================================== ] 1698/2486 68% [========================================== ] 1699/2486 68% [========================================== ] 1700/2486 68% [========================================== ] 1701/2486 68% [========================================== ] 1702/2486 68% [========================================== ] 1703/2486 68% [========================================== ] 1704/2486 68% [========================================== ] 1705/2486 68% [========================================== ] 1706/2486 68% [========================================== ] 1707/2486 68% [========================================== ] 1708/2486 68% [========================================== ] 1709/2486 68% [========================================== ] 1710/2486 68% [========================================== ] 1711/2486 68% [========================================== ] 1712/2486 68% [========================================== ] 1713/2486 68% [========================================== ] 1714/2486 68% [========================================== ] 1715/2486 68% [========================================== ] 1716/2486 69% [========================================== ] 1717/2486 69% [========================================== ] 1718/2486 69% [========================================== ] 1719/2486 69% [========================================== ] 1720/2486 69% [========================================== ] 1721/2486 69% [========================================== ] 1722/2486 69% [========================================== ] 1723/2486 69% [========================================== ] 1724/2486 69% [=========================================== ] 1725/2486 69% [=========================================== ] 1726/2486 69% [=========================================== ] 1727/2486 69% [=========================================== ] 1728/2486 69% [=========================================== ] 1729/2486 69% [=========================================== ] 1730/2486 69% [=========================================== ] 1731/2486 69% [=========================================== ] 1732/2486 69% [=========================================== ] 1733/2486 69% [=========================================== ] 1734/2486 69% [=========================================== ] 1735/2486 69% [=========================================== ] 1736/2486 69% [=========================================== ] 1737/2486 69% [=========================================== ] 1738/2486 69% [=========================================== ] 1739/2486 69% [=========================================== ] 1740/2486 69% [=========================================== ] 1741/2486 70% [=========================================== ] 1742/2486 70% [=========================================== ] 1743/2486 70% [=========================================== ] 1744/2486 70% [=========================================== ] 1745/2486 70% [=========================================== ] 1746/2486 70% [=========================================== ] 1747/2486 70% [=========================================== ] 1748/2486 70% [=========================================== ] 1749/2486 70% [=========================================== ] 1750/2486 70% [=========================================== ] 1751/2486 70% [=========================================== ] 1752/2486 70% [=========================================== ] 1753/2486 70% [=========================================== ] 1754/2486 70% [=========================================== ] 1755/2486 70% [=========================================== ] 1756/2486 70% [=========================================== ] 1757/2486 70% [=========================================== ] 1758/2486 70% [=========================================== ] 1759/2486 70% [=========================================== ] 1760/2486 70% [=========================================== ] 1761/2486 70% [=========================================== ] 1762/2486 70% [=========================================== ] 1763/2486 70% [=========================================== ] 1764/2486 70% [============================================ ] 1765/2486 70% [============================================ ] 1766/2486 71% [============================================ ] 1767/2486 71% [============================================ ] 1768/2486 71% [============================================ ] 1769/2486 71% [============================================ ] 1770/2486 71% [============================================ ] 1771/2486 71% [============================================ ] 1772/2486 71% [============================================ ] 1773/2486 71% [============================================ ] 1774/2486 71% [============================================ ] 1775/2486 71% [============================================ ] 1776/2486 71% [============================================ ] 1777/2486 71% [============================================ ] 1778/2486 71% [============================================ ] 1779/2486 71% [============================================ ] 1780/2486 71% [============================================ ] 1781/2486 71% [============================================ ] 1782/2486 71% [============================================ ] 1783/2486 71% [============================================ ] 1784/2486 71% [============================================ ] 1785/2486 71% [============================================ ] 1786/2486 71% [============================================ ] 1787/2486 71% [============================================ ] 1788/2486 71% [============================================ ] 1789/2486 71% [============================================ ] 1790/2486 72% [============================================ ] 1791/2486 72% [============================================ ] 1792/2486 72% [============================================ ] 1793/2486 72% [============================================ ] 1794/2486 72% [============================================ ] 1795/2486 72% [============================================ ] 1796/2486 72% [============================================ ] 1797/2486 72% [============================================ ] 1798/2486 72% [============================================ ] 1799/2486 72% [============================================ ] 1800/2486 72% [============================================ ] 1801/2486 72% [============================================ ] 1802/2486 72% [============================================ ] 1803/2486 72% [============================================ ] 1804/2486 72% [============================================= ] 1805/2486 72% [============================================= ] 1806/2486 72% [============================================= ] 1807/2486 72% [============================================= ] 1808/2486 72% [============================================= ] 1809/2486 72% [============================================= ] 1810/2486 72% [============================================= ] 1811/2486 72% [============================================= ] 1812/2486 72% [============================================= ] 1813/2486 72% [============================================= ] 1814/2486 72% [============================================= ] 1815/2486 73% [============================================= ] 1816/2486 73% [============================================= ] 1817/2486 73% [============================================= ] 1818/2486 73% [============================================= ] 1819/2486 73% [============================================= ] 1820/2486 73% [============================================= ] 1821/2486 73% [============================================= ] 1822/2486 73% [============================================= ] 1823/2486 73% [============================================= ] 1824/2486 73% [============================================= ] 1825/2486 73% [============================================= ] 1826/2486 73% [============================================= ] 1827/2486 73% [============================================= ] 1828/2486 73% [============================================= ] 1829/2486 73% [============================================= ] 1830/2486 73% [============================================= ] 1831/2486 73% [============================================= ] 1832/2486 73% [============================================= ] 1833/2486 73% [============================================= ] 1834/2486 73% [============================================= ] 1835/2486 73% [============================================= ] 1836/2486 73% [============================================= ] 1837/2486 73% [============================================= ] 1838/2486 73% [============================================= ] 1839/2486 73% [============================================= ] 1840/2486 74% [============================================= ] 1841/2486 74% [============================================= ] 1842/2486 74% [============================================= ] 1843/2486 74% [============================================= ] 1844/2486 74% [============================================== ] 1845/2486 74% [============================================== ] 1846/2486 74% [============================================== ] 1847/2486 74% [============================================== ] 1848/2486 74% [============================================== ] 1849/2486 74% [============================================== ] 1850/2486 74% [============================================== ] 1851/2486 74% [============================================== ] 1852/2486 74% [============================================== ] 1853/2486 74% [============================================== ] 1854/2486 74% [============================================== ] 1855/2486 74% [============================================== ] 1856/2486 74% [============================================== ] 1857/2486 74% [============================================== ] 1858/2486 74% [============================================== ] 1859/2486 74% [============================================== ] 1860/2486 74% [============================================== ] 1861/2486 74% [============================================== ] 1862/2486 74% [============================================== ] 1863/2486 74% [============================================== ] 1864/2486 74% [============================================== ] 1865/2486 75% [============================================== ] 1866/2486 75% [============================================== ] 1867/2486 75% [============================================== ] 1868/2486 75% [============================================== ] 1869/2486 75% [============================================== ] 1870/2486 75% [============================================== ] 1871/2486 75% [============================================== ] 1872/2486 75% [============================================== ] 1873/2486 75% [============================================== ] 1874/2486 75% [============================================== ] 1875/2486 75% [============================================== ] 1876/2486 75% [============================================== ] 1877/2486 75% [============================================== ] 1878/2486 75% [============================================== ] 1879/2486 75% [============================================== ] 1880/2486 75% [============================================== ] 1881/2486 75% [============================================== ] 1882/2486 75% [============================================== ] 1883/2486 75% [============================================== ] 1884/2486 75% [=============================================== ] 1885/2486 75% [=============================================== ] 1886/2486 75% [=============================================== ] 1887/2486 75% [=============================================== ] 1888/2486 75% [=============================================== ] 1889/2486 75% [=============================================== ] 1890/2486 76% [=============================================== ] 1891/2486 76% [=============================================== ] 1892/2486 76% [=============================================== ] 1893/2486 76% [=============================================== ] 1894/2486 76% [=============================================== ] 1895/2486 76% [=============================================== ] 1896/2486 76% [=============================================== ] 1897/2486 76% [=============================================== ] 1898/2486 76% [=============================================== ] 1899/2486 76% [=============================================== ] 1900/2486 76% [=============================================== ] 1901/2486 76% [=============================================== ] 1902/2486 76% [=============================================== ] 1903/2486 76% [=============================================== ] 1904/2486 76% [=============================================== ] 1905/2486 76% [=============================================== ] 1906/2486 76% [=============================================== ] 1907/2486 76% [=============================================== ] 1908/2486 76% [=============================================== ] 1909/2486 76% [=============================================== ] 1910/2486 76% [=============================================== ] 1911/2486 76% [=============================================== ] 1912/2486 76% [=============================================== ] 1913/2486 76% [=============================================== ] 1914/2486 76% [=============================================== ] 1915/2486 77% [=============================================== ] 1916/2486 77% [=============================================== ] 1917/2486 77% [=============================================== ] 1918/2486 77% [=============================================== ] 1919/2486 77% [=============================================== ] 1920/2486 77% [=============================================== ] 1921/2486 77% [=============================================== ] 1922/2486 77% [=============================================== ] 1923/2486 77% [=============================================== ] 1924/2486 77% [================================================ ] 1925/2486 77% [================================================ ] 1926/2486 77% [================================================ ] 1927/2486 77% [================================================ ] 1928/2486 77% [================================================ ] 1929/2486 77% [================================================ ] 1930/2486 77% [================================================ ] 1931/2486 77% [================================================ ] 1932/2486 77% [================================================ ] 1933/2486 77% [================================================ ] 1934/2486 77% [================================================ ] 1935/2486 77% [================================================ ] 1936/2486 77% [================================================ ] 1937/2486 77% [================================================ ] 1938/2486 77% [================================================ ] 1939/2486 77% [================================================ ] 1940/2486 78% [================================================ ] 1941/2486 78% [================================================ ] 1942/2486 78% [================================================ ] 1943/2486 78% [================================================ ] 1944/2486 78% [================================================ ] 1945/2486 78% [================================================ ] 1946/2486 78% [================================================ ] 1947/2486 78% [================================================ ] 1948/2486 78% [================================================ ] 1949/2486 78% [================================================ ] 1950/2486 78% [================================================ ] 1951/2486 78% [================================================ ] 1952/2486 78% [================================================ ] 1953/2486 78% [================================================ ] 1954/2486 78% [================================================ ] 1955/2486 78% [================================================ ] 1956/2486 78% [================================================ ] 1957/2486 78% [================================================ ] 1958/2486 78% [================================================ ] 1959/2486 78% [================================================ ] 1960/2486 78% [================================================ ] 1961/2486 78% [================================================ ] 1962/2486 78% [================================================ ] 1963/2486 78% [================================================ ] 1964/2486 79% [================================================= ] 1965/2486 79% [================================================= ] 1966/2486 79% [================================================= ] 1967/2486 79% [================================================= ] 1968/2486 79% [================================================= ] 1969/2486 79% [================================================= ] 1970/2486 79% [================================================= ] 1971/2486 79% [================================================= ] 1972/2486 79% [================================================= ] 1973/2486 79% [================================================= ] 1974/2486 79% [================================================= ] 1975/2486 79% [================================================= ] 1976/2486 79% [================================================= ] 1977/2486 79% [================================================= ] 1978/2486 79% [================================================= ] 1979/2486 79% [================================================= ] 1980/2486 79% [================================================= ] 1981/2486 79% [================================================= ] 1982/2486 79% [================================================= ] 1983/2486 79% [================================================= ] 1984/2486 79% [================================================= ] 1985/2486 79% [================================================= ] 1986/2486 79% [================================================= ] 1987/2486 79% [================================================= ] 1988/2486 79% [================================================= ] 1989/2486 80% [================================================= ] 1990/2486 80% [================================================= ] 1991/2486 80% [================================================= ] 1992/2486 80% [================================================= ] 1993/2486 80% [================================================= ] 1994/2486 80% [================================================= ] 1995/2486 80% [================================================= ] 1996/2486 80% [================================================= ] 1997/2486 80% [================================================= ] 1998/2486 80% [================================================= ] 1999/2486 80% [================================================= ] 2000/2486 80% [================================================= ] 2001/2486 80% [================================================= ] 2002/2486 80% [================================================= ] 2003/2486 80% [================================================= ] 2004/2486 80% [================================================== ] 2005/2486 80% [================================================== ] 2006/2486 80% [================================================== ] 2007/2486 80% [================================================== ] 2008/2486 80% [================================================== ] 2009/2486 80% [================================================== ] 2010/2486 80% [================================================== ] 2011/2486 80% [================================================== ] 2012/2486 80% [================================================== ] 2013/2486 80% [================================================== ] 2014/2486 81% [================================================== ] 2015/2486 81% [================================================== ] 2016/2486 81% [================================================== ] 2017/2486 81% [================================================== ] 2018/2486 81% [================================================== ] 2019/2486 81% [================================================== ] 2020/2486 81% [================================================== ] 2021/2486 81% [================================================== ] 2022/2486 81% [================================================== ] 2023/2486 81% [================================================== ] 2024/2486 81% [================================================== ] 2025/2486 81% [================================================== ] 2026/2486 81% [================================================== ] 2027/2486 81% [================================================== ] 2028/2486 81% [================================================== ] 2029/2486 81% [================================================== ] 2030/2486 81% [================================================== ] 2031/2486 81% [================================================== ] 2032/2486 81% [================================================== ] 2033/2486 81% [================================================== ] 2034/2486 81% [================================================== ] 2035/2486 81% [================================================== ] 2036/2486 81% [================================================== ] 2037/2486 81% [================================================== ] 2038/2486 81% [================================================== ] 2039/2486 82% [================================================== ] 2040/2486 82% [================================================== ] 2041/2486 82% [================================================== ] 2042/2486 82% [================================================== ] 2043/2486 82% [================================================== ] 2044/2486 82% [=================================================== ] 2045/2486 82% [=================================================== ] 2046/2486 82% [=================================================== ] 2047/2486 82% [=================================================== ] 2048/2486 82% [=================================================== ] 2049/2486 82% [=================================================== ] 2050/2486 82% [=================================================== ] 2051/2486 82% [=================================================== ] 2052/2486 82% [=================================================== ] 2053/2486 82% [=================================================== ] 2054/2486 82% [=================================================== ] 2055/2486 82% [=================================================== ] 2056/2486 82% [=================================================== ] 2057/2486 82% [=================================================== ] 2058/2486 82% [=================================================== ] 2059/2486 82% [=================================================== ] 2060/2486 82% [=================================================== ] 2061/2486 82% [=================================================== ] 2062/2486 82% [=================================================== ] 2063/2486 82% [=================================================== ] 2064/2486 83% [=================================================== ] 2065/2486 83% [=================================================== ] 2066/2486 83% [=================================================== ] 2067/2486 83% [=================================================== ] 2068/2486 83% [=================================================== ] 2069/2486 83% [=================================================== ] 2070/2486 83% [=================================================== ] 2071/2486 83% [=================================================== ] 2072/2486 83% [=================================================== ] 2073/2486 83% [=================================================== ] 2074/2486 83% [=================================================== ] 2075/2486 83% [=================================================== ] 2076/2486 83% [=================================================== ] 2077/2486 83% [=================================================== ] 2078/2486 83% [=================================================== ] 2079/2486 83% [=================================================== ] 2080/2486 83% [=================================================== ] 2081/2486 83% [=================================================== ] 2082/2486 83% [=================================================== ] 2083/2486 83% [=================================================== ] 2084/2486 83% [=================================================== ] 2085/2486 83% [==================================================== ] 2086/2486 83% [==================================================== ] 2087/2486 83% [==================================================== ] 2088/2486 83% [==================================================== ] 2089/2486 84% [==================================================== ] 2090/2486 84% [==================================================== ] 2091/2486 84% [==================================================== ] 2092/2486 84% [==================================================== ] 2093/2486 84% [==================================================== ] 2094/2486 84% [==================================================== ] 2095/2486 84% [==================================================== ] 2096/2486 84% [==================================================== ] 2097/2486 84% [==================================================== ] 2098/2486 84% [==================================================== ] 2099/2486 84% [==================================================== ] 2100/2486 84% [==================================================== ] 2101/2486 84% [==================================================== ] 2102/2486 84% [==================================================== ] 2103/2486 84% [==================================================== ] 2104/2486 84% [==================================================== ] 2105/2486 84% [==================================================== ] 2106/2486 84% [==================================================== ] 2107/2486 84% [==================================================== ] 2108/2486 84% [==================================================== ] 2109/2486 84% [==================================================== ] 2110/2486 84% [==================================================== ] 2111/2486 84% [==================================================== ] 2112/2486 84% [==================================================== ] 2113/2486 84% [==================================================== ] 2114/2486 85% [==================================================== ] 2115/2486 85% [==================================================== ] 2116/2486 85% [==================================================== ] 2117/2486 85% [==================================================== ] 2118/2486 85% [==================================================== ] 2119/2486 85% [==================================================== ] 2120/2486 85% [==================================================== ] 2121/2486 85% [==================================================== ] 2122/2486 85% [==================================================== ] 2123/2486 85% [==================================================== ] 2124/2486 85% [==================================================== ] 2125/2486 85% [===================================================== ] 2126/2486 85% [===================================================== ] 2127/2486 85% [===================================================== ] 2128/2486 85% [===================================================== ] 2129/2486 85% [===================================================== ] 2130/2486 85% [===================================================== ] 2131/2486 85% [===================================================== ] 2132/2486 85% [===================================================== ] 2133/2486 85% [===================================================== ] 2134/2486 85% [===================================================== ] 2135/2486 85% [===================================================== ] 2136/2486 85% [===================================================== ] 2137/2486 85% [===================================================== ] 2138/2486 86% [===================================================== ] 2139/2486 86% [===================================================== ] 2140/2486 86% [===================================================== ] 2141/2486 86% [===================================================== ] 2142/2486 86% [===================================================== ] 2143/2486 86% [===================================================== ] 2144/2486 86% [===================================================== ] 2145/2486 86% [===================================================== ] 2146/2486 86% [===================================================== ] 2147/2486 86% [===================================================== ] 2148/2486 86% [===================================================== ] 2149/2486 86% [===================================================== ] 2150/2486 86% [===================================================== ] 2151/2486 86% [===================================================== ] 2152/2486 86% [===================================================== ] 2153/2486 86% [===================================================== ] 2154/2486 86% [===================================================== ] 2155/2486 86% [===================================================== ] 2156/2486 86% [===================================================== ] 2157/2486 86% [===================================================== ] 2158/2486 86% [===================================================== ] 2159/2486 86% [===================================================== ] 2160/2486 86% [===================================================== ] 2161/2486 86% [===================================================== ] 2162/2486 86% [===================================================== ] 2163/2486 87% [===================================================== ] 2164/2486 87% [===================================================== ] 2165/2486 87% [====================================================== ] 2166/2486 87% [====================================================== ] 2167/2486 87% [====================================================== ] 2168/2486 87% [====================================================== ] 2169/2486 87% [====================================================== ] 2170/2486 87% [====================================================== ] 2171/2486 87% [====================================================== ] 2172/2486 87% [====================================================== ] 2173/2486 87% [====================================================== ] 2174/2486 87% [====================================================== ] 2175/2486 87% [====================================================== ] 2176/2486 87% [====================================================== ] 2177/2486 87% [====================================================== ] 2178/2486 87% [====================================================== ] 2179/2486 87% [====================================================== ] 2180/2486 87% [====================================================== ] 2181/2486 87% [====================================================== ] 2182/2486 87% [====================================================== ] 2183/2486 87% [====================================================== ] 2184/2486 87% [====================================================== ] 2185/2486 87% [====================================================== ] 2186/2486 87% [====================================================== ] 2187/2486 87% [====================================================== ] 2188/2486 88% [====================================================== ] 2189/2486 88% [====================================================== ] 2190/2486 88% [====================================================== ] 2191/2486 88% [====================================================== ] 2192/2486 88% [====================================================== ] 2193/2486 88% [====================================================== ] 2194/2486 88% [====================================================== ] 2195/2486 88% [====================================================== ] 2196/2486 88% [====================================================== ] 2197/2486 88% [====================================================== ] 2198/2486 88% [====================================================== ] 2199/2486 88% [====================================================== ] 2200/2486 88% [====================================================== ] 2201/2486 88% [====================================================== ] 2202/2486 88% [====================================================== ] 2203/2486 88% [====================================================== ] 2204/2486 88% [====================================================== ] 2205/2486 88% [======================================================= ] 2206/2486 88% [======================================================= ] 2207/2486 88% [======================================================= ] 2208/2486 88% [======================================================= ] 2209/2486 88% [======================================================= ] 2210/2486 88% [======================================================= ] 2211/2486 88% [======================================================= ] 2212/2486 88% [======================================================= ] 2213/2486 89% [======================================================= ] 2214/2486 89% [======================================================= ] 2215/2486 89% [======================================================= ] 2216/2486 89% [======================================================= ] 2217/2486 89% [======================================================= ] 2218/2486 89% [======================================================= ] 2219/2486 89% [======================================================= ] 2220/2486 89% [======================================================= ] 2221/2486 89% [======================================================= ] 2222/2486 89% [======================================================= ] 2223/2486 89% [======================================================= ] 2224/2486 89% [======================================================= ] 2225/2486 89% [======================================================= ] 2226/2486 89% [======================================================= ] 2227/2486 89% [======================================================= ] 2228/2486 89% [======================================================= ] 2229/2486 89% [======================================================= ] 2230/2486 89% [======================================================= ] 2231/2486 89% [======================================================= ] 2232/2486 89% [======================================================= ] 2233/2486 89% [======================================================= ] 2234/2486 89% [======================================================= ] 2235/2486 89% [======================================================= ] 2236/2486 89% [======================================================= ] 2237/2486 89% [======================================================= ] 2238/2486 90% [======================================================= ] 2239/2486 90% [======================================================= ] 2240/2486 90% [======================================================= ] 2241/2486 90% [======================================================= ] 2242/2486 90% [======================================================= ] 2243/2486 90% [======================================================= ] 2244/2486 90% [======================================================= ] 2245/2486 90% [======================================================== ] 2246/2486 90% [======================================================== ] 2247/2486 90% [======================================================== ] 2248/2486 90% [======================================================== ] 2249/2486 90% [======================================================== ] 2250/2486 90% [======================================================== ] 2251/2486 90% [======================================================== ] 2252/2486 90% [======================================================== ] 2253/2486 90% [======================================================== ] 2254/2486 90% [======================================================== ] 2255/2486 90% [======================================================== ] 2256/2486 90% [======================================================== ] 2257/2486 90% [======================================================== ] 2258/2486 90% [======================================================== ] 2259/2486 90% [======================================================== ] 2260/2486 90% [======================================================== ] 2261/2486 90% [======================================================== ] 2262/2486 90% [======================================================== ] 2263/2486 91% [======================================================== ] 2264/2486 91% [======================================================== ] 2265/2486 91% [======================================================== ] 2266/2486 91% [======================================================== ] 2267/2486 91% [======================================================== ] 2268/2486 91% [======================================================== ] 2269/2486 91% [======================================================== ] 2270/2486 91% [======================================================== ] 2271/2486 91% [======================================================== ] 2272/2486 91% [======================================================== ] 2273/2486 91% [======================================================== ] 2274/2486 91% [======================================================== ] 2275/2486 91% [======================================================== ] 2276/2486 91% [======================================================== ] 2277/2486 91% [======================================================== ] 2278/2486 91% [======================================================== ] 2279/2486 91% [======================================================== ] 2280/2486 91% [======================================================== ] 2281/2486 91% [======================================================== ] 2282/2486 91% [======================================================== ] 2283/2486 91% [======================================================== ] 2284/2486 91% [======================================================== ] 2285/2486 91% [========================================================= ] 2286/2486 91% [========================================================= ] 2287/2486 91% [========================================================= ] 2288/2486 92% [========================================================= ] 2289/2486 92% [========================================================= ] 2290/2486 92% [========================================================= ] 2291/2486 92% [========================================================= ] 2292/2486 92% [========================================================= ] 2293/2486 92% [========================================================= ] 2294/2486 92% [========================================================= ] 2295/2486 92% [========================================================= ] 2296/2486 92% [========================================================= ] 2297/2486 92% [========================================================= ] 2298/2486 92% [========================================================= ] 2299/2486 92% [========================================================= ] 2300/2486 92% [========================================================= ] 2301/2486 92% [========================================================= ] 2302/2486 92% [========================================================= ] 2303/2486 92% [========================================================= ] 2304/2486 92% [========================================================= ] 2305/2486 92% [========================================================= ] 2306/2486 92% [========================================================= ] 2307/2486 92% [========================================================= ] 2308/2486 92% [========================================================= ] 2309/2486 92% [========================================================= ] 2310/2486 92% [========================================================= ] 2311/2486 92% [========================================================= ] 2312/2486 93% [========================================================= ] 2313/2486 93% [========================================================= ] 2314/2486 93% [========================================================= ] 2315/2486 93% [========================================================= ] 2316/2486 93% [========================================================= ] 2317/2486 93% [========================================================= ] 2318/2486 93% [========================================================= ] 2319/2486 93% [========================================================= ] 2320/2486 93% [========================================================= ] 2321/2486 93% [========================================================= ] 2322/2486 93% [========================================================= ] 2323/2486 93% [========================================================= ] 2324/2486 93% [========================================================= ] 2325/2486 93% [========================================================== ] 2326/2486 93% [========================================================== ] 2327/2486 93% [========================================================== ] 2328/2486 93% [========================================================== ] 2329/2486 93% [========================================================== ] 2330/2486 93% [========================================================== ] 2331/2486 93% [========================================================== ] 2332/2486 93% [========================================================== ] 2333/2486 93% [========================================================== ] 2334/2486 93% [========================================================== ] 2335/2486 93% [========================================================== ] 2336/2486 93% [========================================================== ] 2337/2486 94% [========================================================== ] 2338/2486 94% [========================================================== ] 2339/2486 94% [========================================================== ] 2340/2486 94% [========================================================== ] 2341/2486 94% [========================================================== ] 2342/2486 94% [========================================================== ] 2343/2486 94% [========================================================== ] 2344/2486 94% [========================================================== ] 2345/2486 94% [========================================================== ] 2346/2486 94% [========================================================== ] 2347/2486 94% [========================================================== ] 2348/2486 94% [========================================================== ] 2349/2486 94% [========================================================== ] 2350/2486 94% [========================================================== ] 2351/2486 94% [========================================================== ] 2352/2486 94% [========================================================== ] 2353/2486 94% [========================================================== ] 2354/2486 94% [========================================================== ] 2355/2486 94% [========================================================== ] 2356/2486 94% [========================================================== ] 2357/2486 94% [========================================================== ] 2358/2486 94% [========================================================== ] 2359/2486 94% [========================================================== ] 2360/2486 94% [========================================================== ] 2361/2486 94% [========================================================== ] 2362/2486 95% [========================================================== ] 2363/2486 95% [========================================================== ] 2364/2486 95% [========================================================== ] 2365/2486 95% [=========================================================== ] 2366/2486 95% [=========================================================== ] 2367/2486 95% [=========================================================== ] 2368/2486 95% [=========================================================== ] 2369/2486 95% [=========================================================== ] 2370/2486 95% [=========================================================== ] 2371/2486 95% [=========================================================== ] 2372/2486 95% [=========================================================== ] 2373/2486 95% [=========================================================== ] 2374/2486 95% [=========================================================== ] 2375/2486 95% [=========================================================== ] 2376/2486 95% [=========================================================== ] 2377/2486 95% [=========================================================== ] 2378/2486 95% [=========================================================== ] 2379/2486 95% [=========================================================== ] 2380/2486 95% [=========================================================== ] 2381/2486 95% [=========================================================== ] 2382/2486 95% [=========================================================== ] 2383/2486 95% [=========================================================== ] 2384/2486 95% [=========================================================== ] 2385/2486 95% [=========================================================== ] 2386/2486 95% [=========================================================== ] 2387/2486 96% [=========================================================== ] 2388/2486 96% [=========================================================== ] 2389/2486 96% [=========================================================== ] 2390/2486 96% [=========================================================== ] 2391/2486 96% [=========================================================== ] 2392/2486 96% [=========================================================== ] 2393/2486 96% [=========================================================== ] 2394/2486 96% [=========================================================== ] 2395/2486 96% [=========================================================== ] 2396/2486 96% [=========================================================== ] 2397/2486 96% [=========================================================== ] 2398/2486 96% [=========================================================== ] 2399/2486 96% [=========================================================== ] 2400/2486 96% [=========================================================== ] 2401/2486 96% [=========================================================== ] 2402/2486 96% [=========================================================== ] 2403/2486 96% [=========================================================== ] 2404/2486 96% [=========================================================== ] 2405/2486 96% [============================================================ ] 2406/2486 96% [============================================================ ] 2407/2486 96% [============================================================ ] 2408/2486 96% [============================================================ ] 2409/2486 96% [============================================================ ] 2410/2486 96% [============================================================ ] 2411/2486 96% [============================================================ ] 2412/2486 97% [============================================================ ] 2413/2486 97% [============================================================ ] 2414/2486 97% [============================================================ ] 2415/2486 97% [============================================================ ] 2416/2486 97% [============================================================ ] 2417/2486 97% [============================================================ ] 2418/2486 97% [============================================================ ] 2419/2486 97% [============================================================ ] 2420/2486 97% [============================================================ ] 2421/2486 97% [============================================================ ] 2422/2486 97% [============================================================ ] 2423/2486 97% [============================================================ ] 2424/2486 97% [============================================================ ] 2425/2486 97% [============================================================ ] 2426/2486 97% [============================================================ ] 2427/2486 97% [============================================================ ] 2428/2486 97% [============================================================ ] 2429/2486 97% [============================================================ ] 2430/2486 97% [============================================================ ] 2431/2486 97% [============================================================ ] 2432/2486 97% [============================================================ ] 2433/2486 97% [============================================================ ] 2434/2486 97% [============================================================ ] 2435/2486 97% [============================================================ ] 2436/2486 97% [============================================================ ] 2437/2486 98% [============================================================ ] 2438/2486 98% [============================================================ ] 2439/2486 98% [============================================================ ] 2440/2486 98% [============================================================ ] 2441/2486 98% [============================================================ ] 2442/2486 98% [============================================================ ] 2443/2486 98% [============================================================ ] 2444/2486 98% [============================================================ ] 2445/2486 98% [============================================================= ] 2446/2486 98% [============================================================= ] 2447/2486 98% [============================================================= ] 2448/2486 98% [============================================================= ] 2449/2486 98% [============================================================= ] 2450/2486 98% [============================================================= ] 2451/2486 98% [============================================================= ] 2452/2486 98% [============================================================= ] 2453/2486 98% [============================================================= ] 2454/2486 98% [============================================================= ] 2455/2486 98% [============================================================= ] 2456/2486 98% [============================================================= ] 2457/2486 98% [============================================================= ] 2458/2486 98% [============================================================= ] 2459/2486 98% [============================================================= ] 2460/2486 98% [============================================================= ] 2461/2486 98% [============================================================= ] 2462/2486 99% [============================================================= ] 2463/2486 99% [============================================================= ] 2464/2486 99% [============================================================= ] 2465/2486 99% [============================================================= ] 2466/2486 99% [============================================================= ] 2467/2486 99% [============================================================= ] 2468/2486 99% [============================================================= ] 2469/2486 99% [============================================================= ] 2470/2486 99% [============================================================= ] 2471/2486 99% [============================================================= ] 2472/2486 99% [============================================================= ] 2473/2486 99% [============================================================= ] 2474/2486 99% [============================================================= ] 2475/2486 99% [============================================================= ] 2476/2486 99% [============================================================= ] 2477/2486 99% [============================================================= ] 2478/2486 99% [============================================================= ] 2479/2486 99% [============================================================= ] 2480/2486 99% [============================================================= ] 2481/2486 99% [============================================================= ] 2482/2486 99% [============================================================= ] 2483/2486 99% [============================================================= ] 2484/2486 99% [============================================================= ] 2485/2486 99% [==============================================================] 2486/2486 100% operation complete, 2486 objects in 50374 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2022.05-2816-g467d464abe Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.10.158 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> atftp 0.8.0 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> atop 2.7.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bluez-tools f65321736475429316f07ee94ec0deac8e46ec4a Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> bluez5_utils 5.65 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmrender-resurrect 0.1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> gstreamer1 1.20.4 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gst1-plugins-base 1.20.4 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.6.2 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> liburcu 0.13.2 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> matio 1.5.23 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> multipath-tools 0.9.3 Collecting legal info LICENSES/GPL-2.0: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSES/GPL-3.0: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) LICENSES/LGPL-2.0: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) LICENSES/LGPL-2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README.md: OK (sha256: 1e6095ac219062b8ddb2416d2a3cc40560619cd6b3ba609f5602bbd320413be0) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> paxtest 0.9.15 Collecting legal info README: OK (sha256: fe8759e6d3ff462c876ded6e95e3fb297d607bc45799bb264ec9a170b5046522) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> polkit 122 Collecting legal info COPYING: OK (sha256: d2e2aa973e29c75e1b492e67ea7b7da9de2d501d49a934657971fd74f9a0b0a8) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> postgresql 14.6 Collecting legal info COPYRIGHT: OK (sha256: f6d6616acdb598742e2a7c64fa0551c1c72c309d279fd2d90370e5fdd41c8945) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> putty 0.76 Collecting legal info LICENCE: OK (sha256: 3f3e870dd3d0867d79370b1d433602c60bb91b59de04e5d8f2a149b788530d53) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-cython 0.29.32 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> refpolicy 2.20220106 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-policycoreutils 3.2 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libsemanage 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-audit 3.0.7 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-setools 4.4.0 Collecting legal info COPYING: OK (sha256: 2f7547e10f76a382c24c053595f38a5cc6dda9347f508f254ca490e0046a9624) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-python-networkx 2.8.8 Collecting legal info LICENSE.txt: OK (sha256: aae9f809fb1a1592ed72e9f52df10cfad8fe226b8d4d28385f90dd4341ce7119) >>> host-python-decorator 5.1.1 Collecting legal info LICENSE.txt: OK (sha256: fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782e) >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> sound-theme-borealis 0.9a Collecting legal info >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> swupdate 2022.05 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> 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) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> udev-gentoo-scripts 33 Collecting legal info init.d/udev-settle: OK (sha256: 329f95829088b95650b9012ae688f09baa1637985425a7964d33683363f48702) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> usbmount 0.0.22 Collecting legal info debian/copyright: OK (sha256: 797a416c87923338aa3ed05cce3cfdac6101f0142e72d5ab05c7bd76af5e527b) >>> usbutils 015 Collecting legal info LICENSES/GPL-2.0-only.txt: OK (sha256: 91412672119c72352b76c1d48fa1a8b7cdc7f70be7929e468c8805db468e23e4) LICENSES/GPL-3.0-only.txt: OK (sha256: 4631da83311d27f99078d0d102e31bd34a4fcbcc2dae2aa40f1454a5b48125dc) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.158: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'