rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/include /home/autobuild/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-2/output-1/target/usr/doc find /home/autobuild/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-2/output-1/target/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/man /home/autobuild/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/info /home/autobuild/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/doc /home/autobuild/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-2/output-1/target/lib/debug /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-455-g4f00b909b9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-2/output-1/per-package /home/autobuild/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n nslcd -1 nslcd -1 * - - - nslcd user\n ntp -1 ntp -1 * - - - ntpd user\n\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n \n \n \n\n' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-2/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1742 number of 4KB nodes: 24840 Total image size: 88086444 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1742 objects. stage 2: creating image '/home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1742 0% [ ] 2/1742 0% [ ] 3/1742 0% [ ] 4/1742 0% [ ] 5/1742 0% [ ] 6/1742 0% [ ] 7/1742 0% [ ] 8/1742 0% [ ] 9/1742 0% [ ] 10/1742 0% [ ] 11/1742 0% [ ] 12/1742 0% [ ] 13/1742 0% [ ] 14/1742 0% [ ] 15/1742 0% [ ] 16/1742 0% [ ] 17/1742 0% [ ] 18/1742 1% [ ] 19/1742 1% [ ] 20/1742 1% [ ] 21/1742 1% [ ] 22/1742 1% [ ] 23/1742 1% [ ] 24/1742 1% [ ] 25/1742 1% [ ] 26/1742 1% [ ] 27/1742 1% [ ] 28/1742 1% [= ] 29/1742 1% [= ] 30/1742 1% [= ] 31/1742 1% [= ] 32/1742 1% [= ] 33/1742 1% [= ] 34/1742 1% [= ] 35/1742 2% [= ] 36/1742 2% [= ] 37/1742 2% [= ] 38/1742 2% [= ] 39/1742 2% [= ] 40/1742 2% [= ] 41/1742 2% [= ] 42/1742 2% [= ] 43/1742 2% [= ] 44/1742 2% [= ] 45/1742 2% [= ] 46/1742 2% [= ] 47/1742 2% [= ] 48/1742 2% [= ] 49/1742 2% [= ] 50/1742 2% [= ] 51/1742 2% [= ] 52/1742 2% [= ] 53/1742 3% [= ] 54/1742 3% [= ] 55/1742 3% [= ] 56/1742 3% [== ] 57/1742 3% [== ] 58/1742 3% [== ] 59/1742 3% [== ] 60/1742 3% [== ] 61/1742 3% [== ] 62/1742 3% [== ] 63/1742 3% [== ] 64/1742 3% [== ] 65/1742 3% [== ] 66/1742 3% [== ] 67/1742 3% [== ] 68/1742 3% [== ] 69/1742 3% [== ] 70/1742 4% [== ] 71/1742 4% [== ] 72/1742 4% [== ] 73/1742 4% [== ] 74/1742 4% [== ] 75/1742 4% [== ] 76/1742 4% [== ] 77/1742 4% [== ] 78/1742 4% [== ] 79/1742 4% [== ] 80/1742 4% [== ] 81/1742 4% [== ] 82/1742 4% [== ] 83/1742 4% [== ] 84/1742 4% [=== ] 85/1742 4% [=== ] 86/1742 4% [=== ] 87/1742 4% [=== ] 88/1742 5% [=== ] 89/1742 5% [=== ] 90/1742 5% [=== ] 91/1742 5% [=== ] 92/1742 5% [=== ] 93/1742 5% [=== ] 94/1742 5% [=== ] 95/1742 5% [=== ] 96/1742 5% [=== ] 97/1742 5% [=== ] 98/1742 5% [=== ] 99/1742 5% [=== ] 100/1742 5% [=== ] 101/1742 5% [=== ] 102/1742 5% [=== ] 103/1742 5% [=== ] 104/1742 5% [=== ] 105/1742 6% [=== ] 106/1742 6% [=== ] 107/1742 6% [=== ] 108/1742 6% [=== ] 109/1742 6% [=== ] 110/1742 6% [=== ] 111/1742 6% [=== ] 112/1742 6% [==== ] 113/1742 6% [==== ] 114/1742 6% [==== ] 115/1742 6% [==== ] 116/1742 6% [==== ] 117/1742 6% [==== ] 118/1742 6% [==== ] 119/1742 6% [==== ] 120/1742 6% [==== ] 121/1742 6% [==== ] 122/1742 7% [==== ] 123/1742 7% [==== ] 124/1742 7% [==== ] 125/1742 7% [==== ] 126/1742 7% [==== ] 127/1742 7% [==== ] 128/1742 7% [==== ] 129/1742 7% [==== ] 130/1742 7% [==== ] 131/1742 7% [==== ] 132/1742 7% [==== ] 133/1742 7% [==== ] 134/1742 7% [==== ] 135/1742 7% [==== ] 136/1742 7% [==== ] 137/1742 7% [==== ] 138/1742 7% [==== ] 139/1742 7% [==== ] 140/1742 8% [===== ] 141/1742 8% [===== ] 142/1742 8% [===== ] 143/1742 8% [===== ] 144/1742 8% [===== ] 145/1742 8% [===== ] 146/1742 8% [===== ] 147/1742 8% [===== ] 148/1742 8% [===== ] 149/1742 8% [===== ] 150/1742 8% [===== ] 151/1742 8% [===== ] 152/1742 8% [===== ] 153/1742 8% [===== ] 154/1742 8% [===== ] 155/1742 8% [===== ] 156/1742 8% [===== ] 157/1742 9% [===== ] 158/1742 9% [===== ] 159/1742 9% [===== ] 160/1742 9% [===== ] 161/1742 9% [===== ] 162/1742 9% [===== ] 163/1742 9% [===== ] 164/1742 9% [===== ] 165/1742 9% [===== ] 166/1742 9% [===== ] 167/1742 9% [===== ] 168/1742 9% [====== ] 169/1742 9% [====== ] 170/1742 9% [====== ] 171/1742 9% [====== ] 172/1742 9% [====== ] 173/1742 9% [====== ] 174/1742 9% [====== ] 175/1742 10% [====== ] 176/1742 10% [====== ] 177/1742 10% [====== ] 178/1742 10% [====== ] 179/1742 10% [====== ] 180/1742 10% [====== ] 181/1742 10% [====== ] 182/1742 10% [====== ] 183/1742 10% [====== ] 184/1742 10% [====== ] 185/1742 10% [====== ] 186/1742 10% [====== ] 187/1742 10% [====== ] 188/1742 10% [====== ] 189/1742 10% [====== ] 190/1742 10% [====== ] 191/1742 10% [====== ] 192/1742 11% [====== ] 193/1742 11% [====== ] 194/1742 11% [====== ] 195/1742 11% [====== ] 196/1742 11% [======= ] 197/1742 11% [======= ] 198/1742 11% [======= ] 199/1742 11% [======= ] 200/1742 11% [======= ] 201/1742 11% [======= ] 202/1742 11% [======= ] 203/1742 11% [======= ] 204/1742 11% [======= ] 205/1742 11% [======= ] 206/1742 11% [======= ] 207/1742 11% [======= ] 208/1742 11% [======= ] 209/1742 11% [======= ] 210/1742 12% [======= ] 211/1742 12% [======= ] 212/1742 12% [======= ] 213/1742 12% [======= ] 214/1742 12% [======= ] 215/1742 12% [======= ] 216/1742 12% [======= ] 217/1742 12% [======= ] 218/1742 12% [======= ] 219/1742 12% [======= ] 220/1742 12% [======= ] 221/1742 12% [======= ] 222/1742 12% [======= ] 223/1742 12% [======= ] 224/1742 12% [======== ] 225/1742 12% [======== ] 226/1742 12% [======== ] 227/1742 13% [======== ] 228/1742 13% [======== ] 229/1742 13% [======== ] 230/1742 13% [======== ] 231/1742 13% [======== ] 232/1742 13% [======== ] 233/1742 13% [======== ] 234/1742 13% [======== ] 235/1742 13% [======== ] 236/1742 13% [======== ] 237/1742 13% [======== ] 238/1742 13% [======== ] 239/1742 13% [======== ] 240/1742 13% [======== ] 241/1742 13% [======== ] 242/1742 13% [======== ] 243/1742 13% [======== ] 244/1742 14% [======== ] 245/1742 14% [======== ] 246/1742 14% [======== ] 247/1742 14% [======== ] 248/1742 14% [======== ] 249/1742 14% [======== ] 250/1742 14% [======== ] 251/1742 14% [======== ] 252/1742 14% [========= ] 253/1742 14% [========= ] 254/1742 14% [========= ] 255/1742 14% [========= ] 256/1742 14% [========= ] 257/1742 14% [========= ] 258/1742 14% [========= ] 259/1742 14% [========= ] 260/1742 14% [========= ] 261/1742 14% [========= ] 262/1742 15% [========= ] 263/1742 15% [========= ] 264/1742 15% [========= ] 265/1742 15% [========= ] 266/1742 15% [========= ] 267/1742 15% [========= ] 268/1742 15% [========= ] 269/1742 15% [========= ] 270/1742 15% [========= ] 271/1742 15% [========= ] 272/1742 15% [========= ] 273/1742 15% [========= ] 274/1742 15% [========= ] 275/1742 15% [========= ] 276/1742 15% [========= ] 277/1742 15% [========= ] 278/1742 15% [========= ] 279/1742 16% [========= ] 280/1742 16% [========== ] 281/1742 16% [========== ] 282/1742 16% [========== ] 283/1742 16% [========== ] 284/1742 16% [========== ] 285/1742 16% [========== ] 286/1742 16% [========== ] 287/1742 16% [========== ] 288/1742 16% [========== ] 289/1742 16% [========== ] 290/1742 16% [========== ] 291/1742 16% [========== ] 292/1742 16% [========== ] 293/1742 16% [========== ] 294/1742 16% [========== ] 295/1742 16% [========== ] 296/1742 16% [========== ] 297/1742 17% [========== ] 298/1742 17% [========== ] 299/1742 17% [========== ] 300/1742 17% [========== ] 301/1742 17% [========== ] 302/1742 17% [========== ] 303/1742 17% [========== ] 304/1742 17% [========== ] 305/1742 17% [========== ] 306/1742 17% [========== ] 307/1742 17% [========== ] 308/1742 17% [========== ] 309/1742 17% [=========== ] 310/1742 17% [=========== ] 311/1742 17% [=========== ] 312/1742 17% [=========== ] 313/1742 17% [=========== ] 314/1742 18% [=========== ] 315/1742 18% [=========== ] 316/1742 18% [=========== ] 317/1742 18% [=========== ] 318/1742 18% [=========== ] 319/1742 18% [=========== ] 320/1742 18% [=========== ] 321/1742 18% [=========== ] 322/1742 18% [=========== ] 323/1742 18% [=========== ] 324/1742 18% [=========== ] 325/1742 18% [=========== ] 326/1742 18% [=========== ] 327/1742 18% [=========== ] 328/1742 18% [=========== ] 329/1742 18% [=========== ] 330/1742 18% [=========== ] 331/1742 19% [=========== ] 332/1742 19% [=========== ] 333/1742 19% [=========== ] 334/1742 19% [=========== ] 335/1742 19% [=========== ] 336/1742 19% [=========== ] 337/1742 19% [============ ] 338/1742 19% [============ ] 339/1742 19% [============ ] 340/1742 19% [============ ] 341/1742 19% [============ ] 342/1742 19% [============ ] 343/1742 19% [============ ] 344/1742 19% [============ ] 345/1742 19% [============ ] 346/1742 19% [============ ] 347/1742 19% [============ ] 348/1742 19% [============ ] 349/1742 20% [============ ] 350/1742 20% [============ ] 351/1742 20% [============ ] 352/1742 20% [============ ] 353/1742 20% [============ ] 354/1742 20% [============ ] 355/1742 20% [============ ] 356/1742 20% [============ ] 357/1742 20% [============ ] 358/1742 20% [============ ] 359/1742 20% [============ ] 360/1742 20% [============ ] 361/1742 20% [============ ] 362/1742 20% [============ ] 363/1742 20% [============ ] 364/1742 20% [============ ] 365/1742 20% [============= ] 366/1742 21% [============= ] 367/1742 21% [============= ] 368/1742 21% [============= ] 369/1742 21% [============= ] 370/1742 21% [============= ] 371/1742 21% [============= ] 372/1742 21% [============= ] 373/1742 21% [============= ] 374/1742 21% [============= ] 375/1742 21% [============= ] 376/1742 21% [============= ] 377/1742 21% [============= ] 378/1742 21% [============= ] 379/1742 21% [============= ] 380/1742 21% [============= ] 381/1742 21% [============= ] 382/1742 21% [============= ] 383/1742 21% [============= ] 384/1742 22% [============= ] 385/1742 22% [============= ] 386/1742 22% [============= ] 387/1742 22% [============= ] 388/1742 22% [============= ] 389/1742 22% [============= ] 390/1742 22% [============= ] 391/1742 22% [============= ] 392/1742 22% [============= ] 393/1742 22% [============== ] 394/1742 22% [============== ] 395/1742 22% [============== ] 396/1742 22% [============== ] 397/1742 22% [============== ] 398/1742 22% [============== ] 399/1742 22% [============== ] 400/1742 22% [============== ] 401/1742 23% [============== ] 402/1742 23% [============== ] 403/1742 23% [============== ] 404/1742 23% [============== ] 405/1742 23% [============== ] 406/1742 23% [============== ] 407/1742 23% [============== ] 408/1742 23% [============== ] 409/1742 23% [============== ] 410/1742 23% [============== ] 411/1742 23% [============== ] 412/1742 23% [============== ] 413/1742 23% [============== ] 414/1742 23% [============== ] 415/1742 23% [============== ] 416/1742 23% [============== ] 417/1742 23% [============== ] 418/1742 23% [============== ] 419/1742 24% [============== ] 420/1742 24% [============== ] 421/1742 24% [=============== ] 422/1742 24% [=============== ] 423/1742 24% [=============== ] 424/1742 24% [=============== ] 425/1742 24% [=============== ] 426/1742 24% [=============== ] 427/1742 24% [=============== ] 428/1742 24% [=============== ] 429/1742 24% [=============== ] 430/1742 24% [=============== ] 431/1742 24% [=============== ] 432/1742 24% [=============== ] 433/1742 24% [=============== ] 434/1742 24% [=============== ] 435/1742 24% [=============== ] 436/1742 25% [=============== ] 437/1742 25% [=============== ] 438/1742 25% [=============== ] 439/1742 25% [=============== ] 440/1742 25% [=============== ] 441/1742 25% [=============== ] 442/1742 25% [=============== ] 443/1742 25% [=============== ] 444/1742 25% [=============== ] 445/1742 25% [=============== ] 446/1742 25% [=============== ] 447/1742 25% [=============== ] 448/1742 25% [=============== ] 449/1742 25% [================ ] 450/1742 25% [================ ] 451/1742 25% [================ ] 452/1742 25% [================ ] 453/1742 26% [================ ] 454/1742 26% [================ ] 455/1742 26% [================ ] 456/1742 26% [================ ] 457/1742 26% [================ ] 458/1742 26% [================ ] 459/1742 26% [================ ] 460/1742 26% [================ ] 461/1742 26% [================ ] 462/1742 26% [================ ] 463/1742 26% [================ ] 464/1742 26% [================ ] 465/1742 26% [================ ] 466/1742 26% [================ ] 467/1742 26% [================ ] 468/1742 26% [================ ] 469/1742 26% [================ ] 470/1742 26% [================ ] 471/1742 27% [================ ] 472/1742 27% [================ ] 473/1742 27% [================ ] 474/1742 27% [================ ] 475/1742 27% [================ ] 476/1742 27% [================ ] 477/1742 27% [================= ] 478/1742 27% [================= ] 479/1742 27% [================= ] 480/1742 27% [================= ] 481/1742 27% [================= ] 482/1742 27% [================= ] 483/1742 27% [================= ] 484/1742 27% [================= ] 485/1742 27% [================= ] 486/1742 27% [================= ] 487/1742 27% [================= ] 488/1742 28% [================= ] 489/1742 28% [================= ] 490/1742 28% [================= ] 491/1742 28% [================= ] 492/1742 28% [================= ] 493/1742 28% [================= ] 494/1742 28% [================= ] 495/1742 28% [================= ] 496/1742 28% [================= ] 497/1742 28% [================= ] 498/1742 28% [================= ] 499/1742 28% [================= ] 500/1742 28% [================= ] 501/1742 28% [================= ] 502/1742 28% [================= ] 503/1742 28% [================= ] 504/1742 28% [================= ] 505/1742 28% [================== ] 506/1742 29% [================== ] 507/1742 29% [================== ] 508/1742 29% [================== ] 509/1742 29% [================== ] 510/1742 29% [================== ] 511/1742 29% [================== ] 512/1742 29% [================== ] 513/1742 29% [================== ] 514/1742 29% [================== ] 515/1742 29% [================== ] 516/1742 29% [================== ] 517/1742 29% [================== ] 518/1742 29% [================== ] 519/1742 29% [================== ] 520/1742 29% [================== ] 521/1742 29% [================== ] 522/1742 29% [================== ] 523/1742 30% [================== ] 524/1742 30% [================== ] 525/1742 30% [================== ] 526/1742 30% [================== ] 527/1742 30% [================== ] 528/1742 30% [================== ] 529/1742 30% [================== ] 530/1742 30% [================== ] 531/1742 30% [================== ] 532/1742 30% [================== ] 533/1742 30% [=================== ] 534/1742 30% [=================== ] 535/1742 30% [=================== ] 536/1742 30% [=================== ] 537/1742 30% [=================== ] 538/1742 30% [=================== ] 539/1742 30% [=================== ] 540/1742 30% [=================== ] 541/1742 31% [=================== ] 542/1742 31% [=================== ] 543/1742 31% [=================== ] 544/1742 31% [=================== ] 545/1742 31% [=================== ] 546/1742 31% [=================== ] 547/1742 31% [=================== ] 548/1742 31% [=================== ] 549/1742 31% [=================== ] 550/1742 31% [=================== ] 551/1742 31% [=================== ] 552/1742 31% [=================== ] 553/1742 31% [=================== ] 554/1742 31% [=================== ] 555/1742 31% [=================== ] 556/1742 31% [=================== ] 557/1742 31% [=================== ] 558/1742 32% [=================== ] 559/1742 32% [=================== ] 560/1742 32% [=================== ] 561/1742 32% [==================== ] 562/1742 32% [==================== ] 563/1742 32% [==================== ] 564/1742 32% [==================== ] 565/1742 32% [==================== ] 566/1742 32% [==================== ] 567/1742 32% [==================== ] 568/1742 32% [==================== ] 569/1742 32% [==================== ] 570/1742 32% [==================== ] 571/1742 32% [==================== ] 572/1742 32% [==================== ] 573/1742 32% [==================== ] 574/1742 32% [==================== ] 575/1742 33% [==================== ] 576/1742 33% [==================== ] 577/1742 33% [==================== ] 578/1742 33% [==================== ] 579/1742 33% [==================== ] 580/1742 33% [==================== ] 581/1742 33% [==================== ] 582/1742 33% [==================== ] 583/1742 33% [==================== ] 584/1742 33% [==================== ] 585/1742 33% [==================== ] 586/1742 33% [==================== ] 587/1742 33% [==================== ] 588/1742 33% [==================== ] 589/1742 33% [==================== ] 590/1742 33% [===================== ] 591/1742 33% [===================== ] 592/1742 33% [===================== ] 593/1742 34% [===================== ] 594/1742 34% [===================== ] 595/1742 34% [===================== ] 596/1742 34% [===================== ] 597/1742 34% [===================== ] 598/1742 34% [===================== ] 599/1742 34% [===================== ] 600/1742 34% [===================== ] 601/1742 34% [===================== ] 602/1742 34% [===================== ] 603/1742 34% [===================== ] 604/1742 34% [===================== ] 605/1742 34% [===================== ] 606/1742 34% [===================== ] 607/1742 34% [===================== ] 608/1742 34% [===================== ] 609/1742 34% [===================== ] 610/1742 35% [===================== ] 611/1742 35% [===================== ] 612/1742 35% [===================== ] 613/1742 35% [===================== ] 614/1742 35% [===================== ] 615/1742 35% [===================== ] 616/1742 35% [===================== ] 617/1742 35% [===================== ] 618/1742 35% [====================== ] 619/1742 35% [====================== ] 620/1742 35% [====================== ] 621/1742 35% [====================== ] 622/1742 35% [====================== ] 623/1742 35% [====================== ] 624/1742 35% [====================== ] 625/1742 35% [====================== ] 626/1742 35% [====================== ] 627/1742 35% [====================== ] 628/1742 36% [====================== ] 629/1742 36% [====================== ] 630/1742 36% [====================== ] 631/1742 36% [====================== ] 632/1742 36% [====================== ] 633/1742 36% [====================== ] 634/1742 36% [====================== ] 635/1742 36% [====================== ] 636/1742 36% [====================== ] 637/1742 36% [====================== ] 638/1742 36% [====================== ] 639/1742 36% [====================== ] 640/1742 36% [====================== ] 641/1742 36% [====================== ] 642/1742 36% [====================== ] 643/1742 36% [====================== ] 644/1742 36% [====================== ] 645/1742 37% [====================== ] 646/1742 37% [======================= ] 647/1742 37% [======================= ] 648/1742 37% [======================= ] 649/1742 37% [======================= ] 650/1742 37% [======================= ] 651/1742 37% [======================= ] 652/1742 37% [======================= ] 653/1742 37% [======================= ] 654/1742 37% [======================= ] 655/1742 37% [======================= ] 656/1742 37% [======================= ] 657/1742 37% [======================= ] 658/1742 37% [======================= ] 659/1742 37% [======================= ] 660/1742 37% [======================= ] 661/1742 37% [======================= ] 662/1742 38% [======================= ] 663/1742 38% [======================= ] 664/1742 38% [======================= ] 665/1742 38% [======================= ] 666/1742 38% [======================= ] 667/1742 38% [======================= ] 668/1742 38% [======================= ] 669/1742 38% [======================= ] 670/1742 38% [======================= ] 671/1742 38% [======================= ] 672/1742 38% [======================= ] 673/1742 38% [======================= ] 674/1742 38% [======================== ] 675/1742 38% [======================== ] 676/1742 38% [======================== ] 677/1742 38% [======================== ] 678/1742 38% [======================== ] 679/1742 38% [======================== ] 680/1742 39% [======================== ] 681/1742 39% [======================== ] 682/1742 39% [======================== ] 683/1742 39% [======================== ] 684/1742 39% [======================== ] 685/1742 39% [======================== ] 686/1742 39% [======================== ] 687/1742 39% [======================== ] 688/1742 39% [======================== ] 689/1742 39% [======================== ] 690/1742 39% [======================== ] 691/1742 39% [======================== ] 692/1742 39% [======================== ] 693/1742 39% [======================== ] 694/1742 39% [======================== ] 695/1742 39% [======================== ] 696/1742 39% [======================== ] 697/1742 40% [======================== ] 698/1742 40% [======================== ] 699/1742 40% [======================== ] 700/1742 40% [======================== ] 701/1742 40% [======================== ] 702/1742 40% [========================= ] 703/1742 40% [========================= ] 704/1742 40% [========================= ] 705/1742 40% [========================= ] 706/1742 40% [========================= ] 707/1742 40% [========================= ] 708/1742 40% [========================= ] 709/1742 40% [========================= ] 710/1742 40% [========================= ] 711/1742 40% [========================= ] 712/1742 40% [========================= ] 713/1742 40% [========================= ] 714/1742 40% [========================= ] 715/1742 41% [========================= ] 716/1742 41% [========================= ] 717/1742 41% [========================= ] 718/1742 41% [========================= ] 719/1742 41% [========================= ] 720/1742 41% [========================= ] 721/1742 41% [========================= ] 722/1742 41% [========================= ] 723/1742 41% [========================= ] 724/1742 41% [========================= ] 725/1742 41% [========================= ] 726/1742 41% [========================= ] 727/1742 41% [========================= ] 728/1742 41% [========================= ] 729/1742 41% [========================= ] 730/1742 41% [========================== ] 731/1742 41% [========================== ] 732/1742 42% [========================== ] 733/1742 42% [========================== ] 734/1742 42% [========================== ] 735/1742 42% [========================== ] 736/1742 42% [========================== ] 737/1742 42% [========================== ] 738/1742 42% [========================== ] 739/1742 42% [========================== ] 740/1742 42% [========================== ] 741/1742 42% [========================== ] 742/1742 42% [========================== ] 743/1742 42% [========================== ] 744/1742 42% [========================== ] 745/1742 42% [========================== ] 746/1742 42% [========================== ] 747/1742 42% [========================== ] 748/1742 42% [========================== ] 749/1742 42% [========================== ] 750/1742 43% [========================== ] 751/1742 43% [========================== ] 752/1742 43% [========================== ] 753/1742 43% [========================== ] 754/1742 43% [========================== ] 755/1742 43% [========================== ] 756/1742 43% [========================== ] 757/1742 43% [========================== ] 758/1742 43% [=========================== ] 759/1742 43% [=========================== ] 760/1742 43% [=========================== ] 761/1742 43% [=========================== ] 762/1742 43% [=========================== ] 763/1742 43% [=========================== ] 764/1742 43% [=========================== ] 765/1742 43% [=========================== ] 766/1742 43% [=========================== ] 767/1742 44% [=========================== ] 768/1742 44% [=========================== ] 769/1742 44% [=========================== ] 770/1742 44% [=========================== ] 771/1742 44% [=========================== ] 772/1742 44% [=========================== ] 773/1742 44% [=========================== ] 774/1742 44% [=========================== ] 775/1742 44% [=========================== ] 776/1742 44% [=========================== ] 777/1742 44% [=========================== ] 778/1742 44% [=========================== ] 779/1742 44% [=========================== ] 780/1742 44% [=========================== ] 781/1742 44% [=========================== ] 782/1742 44% [=========================== ] 783/1742 44% [=========================== ] 784/1742 45% [=========================== ] 785/1742 45% [=========================== ] 786/1742 45% [============================ ] 787/1742 45% [============================ ] 788/1742 45% [============================ ] 789/1742 45% [============================ ] 790/1742 45% [============================ ] 791/1742 45% [============================ ] 792/1742 45% [============================ ] 793/1742 45% [============================ ] 794/1742 45% [============================ ] 795/1742 45% [============================ ] 796/1742 45% [============================ ] 797/1742 45% [============================ ] 798/1742 45% [============================ ] 799/1742 45% [============================ ] 800/1742 45% [============================ ] 801/1742 45% [============================ ] 802/1742 46% [============================ ] 803/1742 46% [============================ ] 804/1742 46% [============================ ] 805/1742 46% [============================ ] 806/1742 46% [============================ ] 807/1742 46% [============================ ] 808/1742 46% [============================ ] 809/1742 46% [============================ ] 810/1742 46% [============================ ] 811/1742 46% [============================ ] 812/1742 46% [============================ ] 813/1742 46% [============================ ] 814/1742 46% [============================= ] 815/1742 46% [============================= ] 816/1742 46% [============================= ] 817/1742 46% [============================= ] 818/1742 46% [============================= ] 819/1742 47% [============================= ] 820/1742 47% [============================= ] 821/1742 47% [============================= ] 822/1742 47% [============================= ] 823/1742 47% [============================= ] 824/1742 47% [============================= ] 825/1742 47% [============================= ] 826/1742 47% [============================= ] 827/1742 47% [============================= ] 828/1742 47% [============================= ] 829/1742 47% [============================= ] 830/1742 47% [============================= ] 831/1742 47% [============================= ] 832/1742 47% [============================= ] 833/1742 47% [============================= ] 834/1742 47% [============================= ] 835/1742 47% [============================= ] 836/1742 47% [============================= ] 837/1742 48% [============================= ] 838/1742 48% [============================= ] 839/1742 48% [============================= ] 840/1742 48% [============================= ] 841/1742 48% [============================= ] 842/1742 48% [============================== ] 843/1742 48% [============================== ] 844/1742 48% [============================== ] 845/1742 48% [============================== ] 846/1742 48% [============================== ] 847/1742 48% [============================== ] 848/1742 48% [============================== ] 849/1742 48% [============================== ] 850/1742 48% [============================== ] 851/1742 48% [============================== ] 852/1742 48% [============================== ] 853/1742 48% [============================== ] 854/1742 49% [============================== ] 855/1742 49% [============================== ] 856/1742 49% [============================== ] 857/1742 49% [============================== ] 858/1742 49% [============================== ] 859/1742 49% [============================== ] 860/1742 49% [============================== ] 861/1742 49% [============================== ] 862/1742 49% [============================== ] 863/1742 49% [============================== ] 864/1742 49% [============================== ] 865/1742 49% [============================== ] 866/1742 49% [============================== ] 867/1742 49% [============================== ] 868/1742 49% [============================== ] 869/1742 49% [============================== ] 870/1742 49% [=============================== ] 871/1742 50% [=============================== ] 872/1742 50% [=============================== ] 873/1742 50% [=============================== ] 874/1742 50% [=============================== ] 875/1742 50% [=============================== ] 876/1742 50% [=============================== ] 877/1742 50% [=============================== ] 878/1742 50% [=============================== ] 879/1742 50% [=============================== ] 880/1742 50% [=============================== ] 881/1742 50% [=============================== ] 882/1742 50% [=============================== ] 883/1742 50% [=============================== ] 884/1742 50% [=============================== ] 885/1742 50% [=============================== ] 886/1742 50% [=============================== ] 887/1742 50% [=============================== ] 888/1742 50% [=============================== ] 889/1742 51% [=============================== ] 890/1742 51% [=============================== ] 891/1742 51% [=============================== ] 892/1742 51% [=============================== ] 893/1742 51% [=============================== ] 894/1742 51% [=============================== ] 895/1742 51% [=============================== ] 896/1742 51% [=============================== ] 897/1742 51% [=============================== ] 898/1742 51% [=============================== ] 899/1742 51% [================================ ] 900/1742 51% [================================ ] 901/1742 51% [================================ ] 902/1742 51% [================================ ] 903/1742 51% [================================ ] 904/1742 51% [================================ ] 905/1742 51% [================================ ] 906/1742 52% [================================ ] 907/1742 52% [================================ ] 908/1742 52% [================================ ] 909/1742 52% [================================ ] 910/1742 52% [================================ ] 911/1742 52% [================================ ] 912/1742 52% [================================ ] 913/1742 52% [================================ ] 914/1742 52% [================================ ] 915/1742 52% [================================ ] 916/1742 52% [================================ ] 917/1742 52% [================================ ] 918/1742 52% [================================ ] 919/1742 52% [================================ ] 920/1742 52% [================================ ] 921/1742 52% [================================ ] 922/1742 52% [================================ ] 923/1742 52% [================================ ] 924/1742 53% [================================ ] 925/1742 53% [================================ ] 926/1742 53% [================================ ] 927/1742 53% [================================= ] 928/1742 53% [================================= ] 929/1742 53% [================================= ] 930/1742 53% [================================= ] 931/1742 53% [================================= ] 932/1742 53% [================================= ] 933/1742 53% [================================= ] 934/1742 53% [================================= ] 935/1742 53% [================================= ] 936/1742 53% [================================= ] 937/1742 53% [================================= ] 938/1742 53% [================================= ] 939/1742 53% [================================= ] 940/1742 53% [================================= ] 941/1742 54% [================================= ] 942/1742 54% [================================= ] 943/1742 54% [================================= ] 944/1742 54% [================================= ] 945/1742 54% [================================= ] 946/1742 54% [================================= ] 947/1742 54% [================================= ] 948/1742 54% [================================= ] 949/1742 54% [================================= ] 950/1742 54% [================================= ] 951/1742 54% [================================= ] 952/1742 54% [================================= ] 953/1742 54% [================================= ] 954/1742 54% [================================= ] 955/1742 54% [================================== ] 956/1742 54% [================================== ] 957/1742 54% [================================== ] 958/1742 54% [================================== ] 959/1742 55% [================================== ] 960/1742 55% [================================== ] 961/1742 55% [================================== ] 962/1742 55% [================================== ] 963/1742 55% [================================== ] 964/1742 55% [================================== ] 965/1742 55% [================================== ] 966/1742 55% [================================== ] 967/1742 55% [================================== ] 968/1742 55% [================================== ] 969/1742 55% [================================== ] 970/1742 55% [================================== ] 971/1742 55% [================================== ] 972/1742 55% [================================== ] 973/1742 55% [================================== ] 974/1742 55% [================================== ] 975/1742 55% [================================== ] 976/1742 56% [================================== ] 977/1742 56% [================================== ] 978/1742 56% [================================== ] 979/1742 56% [================================== ] 980/1742 56% [================================== ] 981/1742 56% [================================== ] 982/1742 56% [================================== ] 983/1742 56% [=================================== ] 984/1742 56% [=================================== ] 985/1742 56% [=================================== ] 986/1742 56% [=================================== ] 987/1742 56% [=================================== ] 988/1742 56% [=================================== ] 989/1742 56% [=================================== ] 990/1742 56% [=================================== ] 991/1742 56% [=================================== ] 992/1742 56% [=================================== ] 993/1742 57% [=================================== ] 994/1742 57% [=================================== ] 995/1742 57% [=================================== ] 996/1742 57% [=================================== ] 997/1742 57% [=================================== ] 998/1742 57% [=================================== ] 999/1742 57% [=================================== ] 1000/1742 57% [=================================== ] 1001/1742 57% [=================================== ] 1002/1742 57% [=================================== ] 1003/1742 57% [=================================== ] 1004/1742 57% [=================================== ] 1005/1742 57% [=================================== ] 1006/1742 57% [=================================== ] 1007/1742 57% [=================================== ] 1008/1742 57% [=================================== ] 1009/1742 57% [=================================== ] 1010/1742 57% [=================================== ] 1011/1742 58% [==================================== ] 1012/1742 58% [==================================== ] 1013/1742 58% [==================================== ] 1014/1742 58% [==================================== ] 1015/1742 58% [==================================== ] 1016/1742 58% [==================================== ] 1017/1742 58% [==================================== ] 1018/1742 58% [==================================== ] 1019/1742 58% [==================================== ] 1020/1742 58% [==================================== ] 1021/1742 58% [==================================== ] 1022/1742 58% [==================================== ] 1023/1742 58% [==================================== ] 1024/1742 58% [==================================== ] 1025/1742 58% [==================================== ] 1026/1742 58% [==================================== ] 1027/1742 58% [==================================== ] 1028/1742 59% [==================================== ] 1029/1742 59% [==================================== ] 1030/1742 59% [==================================== ] 1031/1742 59% [==================================== ] 1032/1742 59% [==================================== ] 1033/1742 59% [==================================== ] 1034/1742 59% [==================================== ] 1035/1742 59% [==================================== ] 1036/1742 59% [==================================== ] 1037/1742 59% [==================================== ] 1038/1742 59% [==================================== ] 1039/1742 59% [===================================== ] 1040/1742 59% [===================================== ] 1041/1742 59% [===================================== ] 1042/1742 59% [===================================== ] 1043/1742 59% [===================================== ] 1044/1742 59% [===================================== ] 1045/1742 59% [===================================== ] 1046/1742 60% [===================================== ] 1047/1742 60% [===================================== ] 1048/1742 60% [===================================== ] 1049/1742 60% [===================================== ] 1050/1742 60% [===================================== ] 1051/1742 60% [===================================== ] 1052/1742 60% [===================================== ] 1053/1742 60% [===================================== ] 1054/1742 60% [===================================== ] 1055/1742 60% [===================================== ] 1056/1742 60% [===================================== ] 1057/1742 60% [===================================== ] 1058/1742 60% [===================================== ] 1059/1742 60% [===================================== ] 1060/1742 60% [===================================== ] 1061/1742 60% [===================================== ] 1062/1742 60% [===================================== ] 1063/1742 61% [===================================== ] 1064/1742 61% [===================================== ] 1065/1742 61% [===================================== ] 1066/1742 61% [===================================== ] 1067/1742 61% [====================================== ] 1068/1742 61% [====================================== ] 1069/1742 61% [====================================== ] 1070/1742 61% [====================================== ] 1071/1742 61% [====================================== ] 1072/1742 61% [====================================== ] 1073/1742 61% [====================================== ] 1074/1742 61% [====================================== ] 1075/1742 61% [====================================== ] 1076/1742 61% [====================================== ] 1077/1742 61% [====================================== ] 1078/1742 61% [====================================== ] 1079/1742 61% [====================================== ] 1080/1742 61% [====================================== ] 1081/1742 62% [====================================== ] 1082/1742 62% [====================================== ] 1083/1742 62% [====================================== ] 1084/1742 62% [====================================== ] 1085/1742 62% [====================================== ] 1086/1742 62% [====================================== ] 1087/1742 62% [====================================== ] 1088/1742 62% [====================================== ] 1089/1742 62% [====================================== ] 1090/1742 62% [====================================== ] 1091/1742 62% [====================================== ] 1092/1742 62% [====================================== ] 1093/1742 62% [====================================== ] 1094/1742 62% [====================================== ] 1095/1742 62% [======================================= ] 1096/1742 62% [======================================= ] 1097/1742 62% [======================================= ] 1098/1742 63% [======================================= ] 1099/1742 63% [======================================= ] 1100/1742 63% [======================================= ] 1101/1742 63% [======================================= ] 1102/1742 63% [======================================= ] 1103/1742 63% [======================================= ] 1104/1742 63% [======================================= ] 1105/1742 63% [======================================= ] 1106/1742 63% [======================================= ] 1107/1742 63% [======================================= ] 1108/1742 63% [======================================= ] 1109/1742 63% [======================================= ] 1110/1742 63% [======================================= ] 1111/1742 63% [======================================= ] 1112/1742 63% [======================================= ] 1113/1742 63% [======================================= ] 1114/1742 63% [======================================= ] 1115/1742 64% [======================================= ] 1116/1742 64% [======================================= ] 1117/1742 64% [======================================= ] 1118/1742 64% [======================================= ] 1119/1742 64% [======================================= ] 1120/1742 64% [======================================= ] 1121/1742 64% [======================================= ] 1122/1742 64% [======================================= ] 1123/1742 64% [======================================== ] 1124/1742 64% [======================================== ] 1125/1742 64% [======================================== ] 1126/1742 64% [======================================== ] 1127/1742 64% [======================================== ] 1128/1742 64% [======================================== ] 1129/1742 64% [======================================== ] 1130/1742 64% [======================================== ] 1131/1742 64% [======================================== ] 1132/1742 64% [======================================== ] 1133/1742 65% [======================================== ] 1134/1742 65% [======================================== ] 1135/1742 65% [======================================== ] 1136/1742 65% [======================================== ] 1137/1742 65% [======================================== ] 1138/1742 65% [======================================== ] 1139/1742 65% [======================================== ] 1140/1742 65% [======================================== ] 1141/1742 65% [======================================== ] 1142/1742 65% [======================================== ] 1143/1742 65% [======================================== ] 1144/1742 65% [======================================== ] 1145/1742 65% [======================================== ] 1146/1742 65% [======================================== ] 1147/1742 65% [======================================== ] 1148/1742 65% [======================================== ] 1149/1742 65% [======================================== ] 1150/1742 66% [======================================== ] 1151/1742 66% [========================================= ] 1152/1742 66% [========================================= ] 1153/1742 66% [========================================= ] 1154/1742 66% [========================================= ] 1155/1742 66% [========================================= ] 1156/1742 66% [========================================= ] 1157/1742 66% [========================================= ] 1158/1742 66% [========================================= ] 1159/1742 66% [========================================= ] 1160/1742 66% [========================================= ] 1161/1742 66% [========================================= ] 1162/1742 66% [========================================= ] 1163/1742 66% [========================================= ] 1164/1742 66% [========================================= ] 1165/1742 66% [========================================= ] 1166/1742 66% [========================================= ] 1167/1742 66% [========================================= ] 1168/1742 67% [========================================= ] 1169/1742 67% [========================================= ] 1170/1742 67% [========================================= ] 1171/1742 67% [========================================= ] 1172/1742 67% [========================================= ] 1173/1742 67% [========================================= ] 1174/1742 67% [========================================= ] 1175/1742 67% [========================================= ] 1176/1742 67% [========================================= ] 1177/1742 67% [========================================= ] 1178/1742 67% [========================================= ] 1179/1742 67% [========================================= ] 1180/1742 67% [========================================== ] 1181/1742 67% [========================================== ] 1182/1742 67% [========================================== ] 1183/1742 67% [========================================== ] 1184/1742 67% [========================================== ] 1185/1742 68% [========================================== ] 1186/1742 68% [========================================== ] 1187/1742 68% [========================================== ] 1188/1742 68% [========================================== ] 1189/1742 68% [========================================== ] 1190/1742 68% [========================================== ] 1191/1742 68% [========================================== ] 1192/1742 68% [========================================== ] 1193/1742 68% [========================================== ] 1194/1742 68% [========================================== ] 1195/1742 68% [========================================== ] 1196/1742 68% [========================================== ] 1197/1742 68% [========================================== ] 1198/1742 68% [========================================== ] 1199/1742 68% [========================================== ] 1200/1742 68% [========================================== ] 1201/1742 68% [========================================== ] 1202/1742 69% [========================================== ] 1203/1742 69% [========================================== ] 1204/1742 69% [========================================== ] 1205/1742 69% [========================================== ] 1206/1742 69% [========================================== ] 1207/1742 69% [========================================== ] 1208/1742 69% [=========================================== ] 1209/1742 69% [=========================================== ] 1210/1742 69% [=========================================== ] 1211/1742 69% [=========================================== ] 1212/1742 69% [=========================================== ] 1213/1742 69% [=========================================== ] 1214/1742 69% [=========================================== ] 1215/1742 69% [=========================================== ] 1216/1742 69% [=========================================== ] 1217/1742 69% [=========================================== ] 1218/1742 69% [=========================================== ] 1219/1742 69% [=========================================== ] 1220/1742 70% [=========================================== ] 1221/1742 70% [=========================================== ] 1222/1742 70% [=========================================== ] 1223/1742 70% [=========================================== ] 1224/1742 70% [=========================================== ] 1225/1742 70% [=========================================== ] 1226/1742 70% [=========================================== ] 1227/1742 70% [=========================================== ] 1228/1742 70% [=========================================== ] 1229/1742 70% [=========================================== ] 1230/1742 70% [=========================================== ] 1231/1742 70% [=========================================== ] 1232/1742 70% [=========================================== ] 1233/1742 70% [=========================================== ] 1234/1742 70% [=========================================== ] 1235/1742 70% [=========================================== ] 1236/1742 70% [============================================ ] 1237/1742 71% [============================================ ] 1238/1742 71% [============================================ ] 1239/1742 71% [============================================ ] 1240/1742 71% [============================================ ] 1241/1742 71% [============================================ ] 1242/1742 71% [============================================ ] 1243/1742 71% [============================================ ] 1244/1742 71% [============================================ ] 1245/1742 71% [============================================ ] 1246/1742 71% [============================================ ] 1247/1742 71% [============================================ ] 1248/1742 71% [============================================ ] 1249/1742 71% [============================================ ] 1250/1742 71% [============================================ ] 1251/1742 71% [============================================ ] 1252/1742 71% [============================================ ] 1253/1742 71% [============================================ ] 1254/1742 71% [============================================ ] 1255/1742 72% [============================================ ] 1256/1742 72% [============================================ ] 1257/1742 72% [============================================ ] 1258/1742 72% [============================================ ] 1259/1742 72% [============================================ ] 1260/1742 72% [============================================ ] 1261/1742 72% [============================================ ] 1262/1742 72% [============================================ ] 1263/1742 72% [============================================ ] 1264/1742 72% [============================================= ] 1265/1742 72% [============================================= ] 1266/1742 72% [============================================= ] 1267/1742 72% [============================================= ] 1268/1742 72% [============================================= ] 1269/1742 72% [============================================= ] 1270/1742 72% [============================================= ] 1271/1742 72% [============================================= ] 1272/1742 73% [============================================= ] 1273/1742 73% [============================================= ] 1274/1742 73% [============================================= ] 1275/1742 73% [============================================= ] 1276/1742 73% [============================================= ] 1277/1742 73% [============================================= ] 1278/1742 73% [============================================= ] 1279/1742 73% [============================================= ] 1280/1742 73% [============================================= ] 1281/1742 73% [============================================= ] 1282/1742 73% [============================================= ] 1283/1742 73% [============================================= ] 1284/1742 73% [============================================= ] 1285/1742 73% [============================================= ] 1286/1742 73% [============================================= ] 1287/1742 73% [============================================= ] 1288/1742 73% [============================================= ] 1289/1742 73% [============================================= ] 1290/1742 74% [============================================= ] 1291/1742 74% [============================================= ] 1292/1742 74% [============================================== ] 1293/1742 74% [============================================== ] 1294/1742 74% [============================================== ] 1295/1742 74% [============================================== ] 1296/1742 74% [============================================== ] 1297/1742 74% [============================================== ] 1298/1742 74% [============================================== ] 1299/1742 74% [============================================== ] 1300/1742 74% [============================================== ] 1301/1742 74% [============================================== ] 1302/1742 74% [============================================== ] 1303/1742 74% [============================================== ] 1304/1742 74% [============================================== ] 1305/1742 74% [============================================== ] 1306/1742 74% [============================================== ] 1307/1742 75% [============================================== ] 1308/1742 75% [============================================== ] 1309/1742 75% [============================================== ] 1310/1742 75% [============================================== ] 1311/1742 75% [============================================== ] 1312/1742 75% [============================================== ] 1313/1742 75% [============================================== ] 1314/1742 75% [============================================== ] 1315/1742 75% [============================================== ] 1316/1742 75% [============================================== ] 1317/1742 75% [============================================== ] 1318/1742 75% [============================================== ] 1319/1742 75% [============================================== ] 1320/1742 75% [=============================================== ] 1321/1742 75% [=============================================== ] 1322/1742 75% [=============================================== ] 1323/1742 75% [=============================================== ] 1324/1742 76% [=============================================== ] 1325/1742 76% [=============================================== ] 1326/1742 76% [=============================================== ] 1327/1742 76% [=============================================== ] 1328/1742 76% [=============================================== ] 1329/1742 76% [=============================================== ] 1330/1742 76% [=============================================== ] 1331/1742 76% [=============================================== ] 1332/1742 76% [=============================================== ] 1333/1742 76% [=============================================== ] 1334/1742 76% [=============================================== ] 1335/1742 76% [=============================================== ] 1336/1742 76% [=============================================== ] 1337/1742 76% [=============================================== ] 1338/1742 76% [=============================================== ] 1339/1742 76% [=============================================== ] 1340/1742 76% [=============================================== ] 1341/1742 76% [=============================================== ] 1342/1742 77% [=============================================== ] 1343/1742 77% [=============================================== ] 1344/1742 77% [=============================================== ] 1345/1742 77% [=============================================== ] 1346/1742 77% [=============================================== ] 1347/1742 77% [=============================================== ] 1348/1742 77% [================================================ ] 1349/1742 77% [================================================ ] 1350/1742 77% [================================================ ] 1351/1742 77% [================================================ ] 1352/1742 77% [================================================ ] 1353/1742 77% [================================================ ] 1354/1742 77% [================================================ ] 1355/1742 77% [================================================ ] 1356/1742 77% [================================================ ] 1357/1742 77% [================================================ ] 1358/1742 77% [================================================ ] 1359/1742 78% [================================================ ] 1360/1742 78% [================================================ ] 1361/1742 78% [================================================ ] 1362/1742 78% [================================================ ] 1363/1742 78% [================================================ ] 1364/1742 78% [================================================ ] 1365/1742 78% [================================================ ] 1366/1742 78% [================================================ ] 1367/1742 78% [================================================ ] 1368/1742 78% [================================================ ] 1369/1742 78% [================================================ ] 1370/1742 78% [================================================ ] 1371/1742 78% [================================================ ] 1372/1742 78% [================================================ ] 1373/1742 78% [================================================ ] 1374/1742 78% [================================================ ] 1375/1742 78% [================================================ ] 1376/1742 78% [================================================= ] 1377/1742 79% [================================================= ] 1378/1742 79% [================================================= ] 1379/1742 79% [================================================= ] 1380/1742 79% [================================================= ] 1381/1742 79% [================================================= ] 1382/1742 79% [================================================= ] 1383/1742 79% [================================================= ] 1384/1742 79% [================================================= ] 1385/1742 79% [================================================= ] 1386/1742 79% [================================================= ] 1387/1742 79% [================================================= ] 1388/1742 79% [================================================= ] 1389/1742 79% [================================================= ] 1390/1742 79% [================================================= ] 1391/1742 79% [================================================= ] 1392/1742 79% [================================================= ] 1393/1742 79% [================================================= ] 1394/1742 80% [================================================= ] 1395/1742 80% [================================================= ] 1396/1742 80% [================================================= ] 1397/1742 80% [================================================= ] 1398/1742 80% [================================================= ] 1399/1742 80% [================================================= ] 1400/1742 80% [================================================= ] 1401/1742 80% [================================================= ] 1402/1742 80% [================================================= ] 1403/1742 80% [================================================= ] 1404/1742 80% [================================================== ] 1405/1742 80% [================================================== ] 1406/1742 80% [================================================== ] 1407/1742 80% [================================================== ] 1408/1742 80% [================================================== ] 1409/1742 80% [================================================== ] 1410/1742 80% [================================================== ] 1411/1742 80% [================================================== ] 1412/1742 81% [================================================== ] 1413/1742 81% [================================================== ] 1414/1742 81% [================================================== ] 1415/1742 81% [================================================== ] 1416/1742 81% [================================================== ] 1417/1742 81% [================================================== ] 1418/1742 81% [================================================== ] 1419/1742 81% [================================================== ] 1420/1742 81% [================================================== ] 1421/1742 81% [================================================== ] 1422/1742 81% [================================================== ] 1423/1742 81% [================================================== ] 1424/1742 81% [================================================== ] 1425/1742 81% [================================================== ] 1426/1742 81% [================================================== ] 1427/1742 81% [================================================== ] 1428/1742 81% [================================================== ] 1429/1742 82% [================================================== ] 1430/1742 82% [================================================== ] 1431/1742 82% [================================================== ] 1432/1742 82% [=================================================== ] 1433/1742 82% [=================================================== ] 1434/1742 82% [=================================================== ] 1435/1742 82% [=================================================== ] 1436/1742 82% [=================================================== ] 1437/1742 82% [=================================================== ] 1438/1742 82% [=================================================== ] 1439/1742 82% [=================================================== ] 1440/1742 82% [=================================================== ] 1441/1742 82% [=================================================== ] 1442/1742 82% [=================================================== ] 1443/1742 82% [=================================================== ] 1444/1742 82% [=================================================== ] 1445/1742 82% [=================================================== ] 1446/1742 83% [=================================================== ] 1447/1742 83% [=================================================== ] 1448/1742 83% [=================================================== ] 1449/1742 83% [=================================================== ] 1450/1742 83% [=================================================== ] 1451/1742 83% [=================================================== ] 1452/1742 83% [=================================================== ] 1453/1742 83% [=================================================== ] 1454/1742 83% [=================================================== ] 1455/1742 83% [=================================================== ] 1456/1742 83% [=================================================== ] 1457/1742 83% [=================================================== ] 1458/1742 83% [=================================================== ] 1459/1742 83% [=================================================== ] 1460/1742 83% [=================================================== ] 1461/1742 83% [==================================================== ] 1462/1742 83% [==================================================== ] 1463/1742 83% [==================================================== ] 1464/1742 84% [==================================================== ] 1465/1742 84% [==================================================== ] 1466/1742 84% [==================================================== ] 1467/1742 84% [==================================================== ] 1468/1742 84% [==================================================== ] 1469/1742 84% [==================================================== ] 1470/1742 84% [==================================================== ] 1471/1742 84% [==================================================== ] 1472/1742 84% [==================================================== ] 1473/1742 84% [==================================================== ] 1474/1742 84% [==================================================== ] 1475/1742 84% [==================================================== ] 1476/1742 84% [==================================================== ] 1477/1742 84% [==================================================== ] 1478/1742 84% [==================================================== ] 1479/1742 84% [==================================================== ] 1480/1742 84% [==================================================== ] 1481/1742 85% [==================================================== ] 1482/1742 85% [==================================================== ] 1483/1742 85% [==================================================== ] 1484/1742 85% [==================================================== ] 1485/1742 85% [==================================================== ] 1486/1742 85% [==================================================== ] 1487/1742 85% [==================================================== ] 1488/1742 85% [==================================================== ] 1489/1742 85% [===================================================== ] 1490/1742 85% [===================================================== ] 1491/1742 85% [===================================================== ] 1492/1742 85% [===================================================== ] 1493/1742 85% [===================================================== ] 1494/1742 85% [===================================================== ] 1495/1742 85% [===================================================== ] 1496/1742 85% [===================================================== ] 1497/1742 85% [===================================================== ] 1498/1742 85% [===================================================== ] 1499/1742 86% [===================================================== ] 1500/1742 86% [===================================================== ] 1501/1742 86% [===================================================== ] 1502/1742 86% [===================================================== ] 1503/1742 86% [===================================================== ] 1504/1742 86% [===================================================== ] 1505/1742 86% [===================================================== ] 1506/1742 86% [===================================================== ] 1507/1742 86% [===================================================== ] 1508/1742 86% [===================================================== ] 1509/1742 86% [===================================================== ] 1510/1742 86% [===================================================== ] 1511/1742 86% [===================================================== ] 1512/1742 86% [===================================================== ] 1513/1742 86% [===================================================== ] 1514/1742 86% [===================================================== ] 1515/1742 86% [===================================================== ] 1516/1742 87% [===================================================== ] 1517/1742 87% [====================================================== ] 1518/1742 87% [====================================================== ] 1519/1742 87% [====================================================== ] 1520/1742 87% [====================================================== ] 1521/1742 87% [====================================================== ] 1522/1742 87% [====================================================== ] 1523/1742 87% [====================================================== ] 1524/1742 87% [====================================================== ] 1525/1742 87% [====================================================== ] 1526/1742 87% [====================================================== ] 1527/1742 87% [====================================================== ] 1528/1742 87% [====================================================== ] 1529/1742 87% [====================================================== ] 1530/1742 87% [====================================================== ] 1531/1742 87% [====================================================== ] 1532/1742 87% [====================================================== ] 1533/1742 88% [====================================================== ] 1534/1742 88% [====================================================== ] 1535/1742 88% [====================================================== ] 1536/1742 88% [====================================================== ] 1537/1742 88% [====================================================== ] 1538/1742 88% [====================================================== ] 1539/1742 88% [====================================================== ] 1540/1742 88% [====================================================== ] 1541/1742 88% [====================================================== ] 1542/1742 88% [====================================================== ] 1543/1742 88% [====================================================== ] 1544/1742 88% [====================================================== ] 1545/1742 88% [======================================================= ] 1546/1742 88% [======================================================= ] 1547/1742 88% [======================================================= ] 1548/1742 88% [======================================================= ] 1549/1742 88% [======================================================= ] 1550/1742 88% [======================================================= ] 1551/1742 89% [======================================================= ] 1552/1742 89% [======================================================= ] 1553/1742 89% [======================================================= ] 1554/1742 89% [======================================================= ] 1555/1742 89% [======================================================= ] 1556/1742 89% [======================================================= ] 1557/1742 89% [======================================================= ] 1558/1742 89% [======================================================= ] 1559/1742 89% [======================================================= ] 1560/1742 89% [======================================================= ] 1561/1742 89% [======================================================= ] 1562/1742 89% [======================================================= ] 1563/1742 89% [======================================================= ] 1564/1742 89% [======================================================= ] 1565/1742 89% [======================================================= ] 1566/1742 89% [======================================================= ] 1567/1742 89% [======================================================= ] 1568/1742 90% [======================================================= ] 1569/1742 90% [======================================================= ] 1570/1742 90% [======================================================= ] 1571/1742 90% [======================================================= ] 1572/1742 90% [======================================================= ] 1573/1742 90% [======================================================== ] 1574/1742 90% [======================================================== ] 1575/1742 90% [======================================================== ] 1576/1742 90% [======================================================== ] 1577/1742 90% [======================================================== ] 1578/1742 90% [======================================================== ] 1579/1742 90% [======================================================== ] 1580/1742 90% [======================================================== ] 1581/1742 90% [======================================================== ] 1582/1742 90% [======================================================== ] 1583/1742 90% [======================================================== ] 1584/1742 90% [======================================================== ] 1585/1742 90% [======================================================== ] 1586/1742 91% [======================================================== ] 1587/1742 91% [======================================================== ] 1588/1742 91% [======================================================== ] 1589/1742 91% [======================================================== ] 1590/1742 91% [======================================================== ] 1591/1742 91% [======================================================== ] 1592/1742 91% [======================================================== ] 1593/1742 91% [======================================================== ] 1594/1742 91% [======================================================== ] 1595/1742 91% [======================================================== ] 1596/1742 91% [======================================================== ] 1597/1742 91% [======================================================== ] 1598/1742 91% [======================================================== ] 1599/1742 91% [======================================================== ] 1600/1742 91% [======================================================== ] 1601/1742 91% [========================================================= ] 1602/1742 91% [========================================================= ] 1603/1742 92% [========================================================= ] 1604/1742 92% [========================================================= ] 1605/1742 92% [========================================================= ] 1606/1742 92% [========================================================= ] 1607/1742 92% [========================================================= ] 1608/1742 92% [========================================================= ] 1609/1742 92% [========================================================= ] 1610/1742 92% [========================================================= ] 1611/1742 92% [========================================================= ] 1612/1742 92% [========================================================= ] 1613/1742 92% [========================================================= ] 1614/1742 92% [========================================================= ] 1615/1742 92% [========================================================= ] 1616/1742 92% [========================================================= ] 1617/1742 92% [========================================================= ] 1618/1742 92% [========================================================= ] 1619/1742 92% [========================================================= ] 1620/1742 92% [========================================================= ] 1621/1742 93% [========================================================= ] 1622/1742 93% [========================================================= ] 1623/1742 93% [========================================================= ] 1624/1742 93% [========================================================= ] 1625/1742 93% [========================================================= ] 1626/1742 93% [========================================================= ] 1627/1742 93% [========================================================= ] 1628/1742 93% [========================================================= ] 1629/1742 93% [========================================================== ] 1630/1742 93% [========================================================== ] 1631/1742 93% [========================================================== ] 1632/1742 93% [========================================================== ] 1633/1742 93% [========================================================== ] 1634/1742 93% [========================================================== ] 1635/1742 93% [========================================================== ] 1636/1742 93% [========================================================== ] 1637/1742 93% [========================================================== ] 1638/1742 94% [========================================================== ] 1639/1742 94% [========================================================== ] 1640/1742 94% [========================================================== ] 1641/1742 94% [========================================================== ] 1642/1742 94% [========================================================== ] 1643/1742 94% [========================================================== ] 1644/1742 94% [========================================================== ] 1645/1742 94% [========================================================== ] 1646/1742 94% [========================================================== ] 1647/1742 94% [========================================================== ] 1648/1742 94% [========================================================== ] 1649/1742 94% [========================================================== ] 1650/1742 94% [========================================================== ] 1651/1742 94% [========================================================== ] 1652/1742 94% [========================================================== ] 1653/1742 94% [========================================================== ] 1654/1742 94% [========================================================== ] 1655/1742 95% [========================================================== ] 1656/1742 95% [========================================================== ] 1657/1742 95% [=========================================================== ] 1658/1742 95% [=========================================================== ] 1659/1742 95% [=========================================================== ] 1660/1742 95% [=========================================================== ] 1661/1742 95% [=========================================================== ] 1662/1742 95% [=========================================================== ] 1663/1742 95% [=========================================================== ] 1664/1742 95% [=========================================================== ] 1665/1742 95% [=========================================================== ] 1666/1742 95% [=========================================================== ] 1667/1742 95% [=========================================================== ] 1668/1742 95% [=========================================================== ] 1669/1742 95% [=========================================================== ] 1670/1742 95% [=========================================================== ] 1671/1742 95% [=========================================================== ] 1672/1742 95% [=========================================================== ] 1673/1742 96% [=========================================================== ] 1674/1742 96% [=========================================================== ] 1675/1742 96% [=========================================================== ] 1676/1742 96% [=========================================================== ] 1677/1742 96% [=========================================================== ] 1678/1742 96% [=========================================================== ] 1679/1742 96% [=========================================================== ] 1680/1742 96% [=========================================================== ] 1681/1742 96% [=========================================================== ] 1682/1742 96% [=========================================================== ] 1683/1742 96% [=========================================================== ] 1684/1742 96% [=========================================================== ] 1685/1742 96% [============================================================ ] 1686/1742 96% [============================================================ ] 1687/1742 96% [============================================================ ] 1688/1742 96% [============================================================ ] 1689/1742 96% [============================================================ ] 1690/1742 97% [============================================================ ] 1691/1742 97% [============================================================ ] 1692/1742 97% [============================================================ ] 1693/1742 97% [============================================================ ] 1694/1742 97% [============================================================ ] 1695/1742 97% [============================================================ ] 1696/1742 97% [============================================================ ] 1697/1742 97% [============================================================ ] 1698/1742 97% [============================================================ ] 1699/1742 97% [============================================================ ] 1700/1742 97% [============================================================ ] 1701/1742 97% [============================================================ ] 1702/1742 97% [============================================================ ] 1703/1742 97% [============================================================ ] 1704/1742 97% [============================================================ ] 1705/1742 97% [============================================================ ] 1706/1742 97% [============================================================ ] 1707/1742 97% [============================================================ ] 1708/1742 98% [============================================================ ] 1709/1742 98% [============================================================ ] 1710/1742 98% [============================================================ ] 1711/1742 98% [============================================================ ] 1712/1742 98% [============================================================ ] 1713/1742 98% [============================================================= ] 1714/1742 98% [============================================================= ] 1715/1742 98% [============================================================= ] 1716/1742 98% [============================================================= ] 1717/1742 98% [============================================================= ] 1718/1742 98% [============================================================= ] 1719/1742 98% [============================================================= ] 1720/1742 98% [============================================================= ] 1721/1742 98% [============================================================= ] 1722/1742 98% [============================================================= ] 1723/1742 98% [============================================================= ] 1724/1742 98% [============================================================= ] 1725/1742 99% [============================================================= ] 1726/1742 99% [============================================================= ] 1727/1742 99% [============================================================= ] 1728/1742 99% [============================================================= ] 1729/1742 99% [============================================================= ] 1730/1742 99% [============================================================= ] 1731/1742 99% [============================================================= ] 1732/1742 99% [============================================================= ] 1733/1742 99% [============================================================= ] 1734/1742 99% [============================================================= ] 1735/1742 99% [============================================================= ] 1736/1742 99% [============================================================= ] 1737/1742 99% [============================================================= ] 1738/1742 99% [============================================================= ] 1739/1742 99% [============================================================= ] 1740/1742 99% [============================================================= ] 1741/1742 99% [==============================================================] 1742/1742 100% operation complete, 1742 objects in 50373 NAND pages. ln -snf /home/autobuild/autobuild/instance-2/output-1/host/mips64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-2/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-455-g4f00b909b9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 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-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.4.0 Collecting legal info >>> host-binutils 2.38 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-isl 0.24 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> 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) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> linux-headers 5.15.67 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> linux-pam 1.5.2 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libedit 20210910-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> daemon 0.8 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) COPYING: OK (sha256: 91329bb9be4ae0b7800081fa054e9bb760c60005b26958c1fb8461bc66bcd998) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ell 0.49 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> faad2 2.10.0 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> host-gdb 12.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gstreamer1 1.20.3 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmanette 0.2.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libminiupnpc 2.2.3 Collecting legal info LICENSE: OK (sha256: 90bb92bf524970569296022fea562c85a4ec4d99a16f3aef2144d13d7087b631) >>> libnetconf2 2.1.11 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libyang 2.0.194 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpfm4 4.11.0 Collecting legal info COPYING: OK (sha256: beef323d68fc5db9c67b20e8e9de7ccde371d20cdbcdd686804055b18b926d90) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libseccomp 2.5.4 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubootenv 0.3.3 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lttng-tools 2.13.2 Collecting legal info LICENSE: OK (sha256: 068e55c7dbe597400199aee75ac5e71bdb2ca88c4c9a4cfa8e1fbc61f933eda5) LICENSES/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/GPL-2.0: OK (sha256: 6841c85b94f9dab319356e3aaf9e969fcedad51d3aaadf665bf86f34f4186b62) LICENSES/LGPL-2.1: OK (sha256: d72921266bc8452a8789f8a04a82755373990d00b7e0b0f1a8edb8f854e94d1c) LICENSES/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mongoose 7.2 Collecting legal info LICENSE: OK (sha256: 9553d057f2ba980642f2c18d87ed38896cff1c9612d77d684a73a11fe1443b05) >>> neardal 4143d130ed39299bfc59d08d2c7c77dbc7f809e9 Collecting legal info COPYING: OK (sha256: 296a87e9098d3f2ce1ef80c73c53399dc2c7412f35d4175c45810ea15ed86406) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> nmon 16n Collecting legal info lmon16n.c: OK (md5: a8172601fdc05f3bc58455cbd3f4475e) lmon16n.c: OK (sha1: 024a3b56179838f0e04bf1706cc9ba56595301a8) lmon16n.c: OK (sha256: c0012cc2d925dee940c37ceae297abac64ba5a5c30e575e7418b04028613f5f2) >>> nss-pam-ldapd 0.9.12 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> ofono 1.34 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> paho-mqtt-c 1.3.10 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> pamtester 0.1.2 Collecting legal info LICENSE: OK (sha256: 1e3922a8ab0907c1f3bcc3e00005ef88930e50d0890f40a6a39f5f83b05f05cc) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> portaudio 190700_20210406 Collecting legal info LICENSE.txt: OK (sha256: ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> qlibc 2.4.6 Collecting legal info LICENSE: OK (sha256: 7c9d03656af4c0acf0a35e29459086498dd64080eac6d2945bc1c064aaf18132) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> slirp4netns 1.2.0 Collecting legal info COPYING: OK (sha256: 58db3cfabf8ec806bc060e54ab5466a31de4a3ae80fe4a8aa02fb6b1c053c93f) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tpm2-pkcs11 1.7.0 Collecting legal info LICENSE: OK (sha256: 793aa007f793458434d7cc60b1c827053a399308658b32fcaa6023802adc22e1) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wolfssl 5.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> xfsprogs 5.14.2 Collecting legal info LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 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-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.67: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'