echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-3/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-3/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-1675-ge4ecf82f99"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-3/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-3/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-3/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-3/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 43d9d54b-4ddc-4d3d-acb2-eb19f84501d5 Node size: 16384 Sector size: 4096 Filesystem size: 245.00MiB Block group profiles: Data: single 112.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 245.00MiB /home/buildroot/autobuild/instance-3/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2202 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2202 0% [ ] 2/2202 0% [ ] 3/2202 0% [ ] 4/2202 0% [ ] 5/2202 0% [ ] 6/2202 0% [ ] 7/2202 0% [ ] 8/2202 0% [ ] 9/2202 0% [ ] 10/2202 0% [ ] 11/2202 0% [ ] 12/2202 0% [ ] 13/2202 0% [ ] 14/2202 0% [ ] 15/2202 0% [ ] 16/2202 0% [ ] 17/2202 0% [ ] 18/2202 0% [ ] 19/2202 0% [ ] 20/2202 0% [ ] 21/2202 0% [ ] 22/2202 0% [ ] 23/2202 1% [ ] 24/2202 1% [ ] 25/2202 1% [ ] 26/2202 1% [ ] 27/2202 1% [ ] 28/2202 1% [ ] 29/2202 1% [ ] 30/2202 1% [ ] 31/2202 1% [ ] 32/2202 1% [ ] 33/2202 1% [ ] 34/2202 1% [ ] 35/2202 1% [= ] 36/2202 1% [= ] 37/2202 1% [= ] 38/2202 1% [= ] 39/2202 1% [= ] 40/2202 1% [= ] 41/2202 1% [= ] 42/2202 1% [= ] 43/2202 1% [= ] 44/2202 1% [= ] 45/2202 2% [= ] 46/2202 2% [= ] 47/2202 2% [= ] 48/2202 2% [= ] 49/2202 2% [= ] 50/2202 2% [= ] 51/2202 2% [= ] 52/2202 2% [= ] 53/2202 2% [= ] 54/2202 2% [= ] 55/2202 2% [= ] 56/2202 2% [= ] 57/2202 2% [= ] 58/2202 2% [= ] 59/2202 2% [= ] 60/2202 2% [= ] 61/2202 2% [= ] 62/2202 2% [= ] 63/2202 2% [= ] 64/2202 2% [= ] 65/2202 2% [= ] 66/2202 2% [= ] 67/2202 3% [= ] 68/2202 3% [= ] 69/2202 3% [= ] 70/2202 3% [= ] 71/2202 3% [== ] 72/2202 3% [== ] 73/2202 3% [== ] 74/2202 3% [== ] 75/2202 3% [== ] 76/2202 3% [== ] 77/2202 3% [== ] 78/2202 3% [== ] 79/2202 3% [== ] 80/2202 3% [== ] 81/2202 3% [== ] 82/2202 3% [== ] 83/2202 3% [== ] 84/2202 3% [== ] 85/2202 3% [== ] 86/2202 3% [== ] 87/2202 3% [== ] 88/2202 3% [== ] 89/2202 4% [== ] 90/2202 4% [== ] 91/2202 4% [== ] 92/2202 4% [== ] 93/2202 4% [== ] 94/2202 4% [== ] 95/2202 4% [== ] 96/2202 4% [== ] 97/2202 4% [== ] 98/2202 4% [== ] 99/2202 4% [== ] 100/2202 4% [== ] 101/2202 4% [== ] 102/2202 4% [== ] 103/2202 4% [== ] 104/2202 4% [== ] 105/2202 4% [== ] 106/2202 4% [=== ] 107/2202 4% [=== ] 108/2202 4% [=== ] 109/2202 4% [=== ] 110/2202 4% [=== ] 111/2202 5% [=== ] 112/2202 5% [=== ] 113/2202 5% [=== ] 114/2202 5% [=== ] 115/2202 5% [=== ] 116/2202 5% [=== ] 117/2202 5% [=== ] 118/2202 5% [=== ] 119/2202 5% [=== ] 120/2202 5% [=== ] 121/2202 5% [=== ] 122/2202 5% [=== ] 123/2202 5% [=== ] 124/2202 5% [=== ] 125/2202 5% [=== ] 126/2202 5% [=== ] 127/2202 5% [=== ] 128/2202 5% [=== ] 129/2202 5% [=== ] 130/2202 5% [=== ] 131/2202 5% [=== ] 132/2202 5% [=== ] 133/2202 6% [=== ] 134/2202 6% [=== ] 135/2202 6% [=== ] 136/2202 6% [=== ] 137/2202 6% [=== ] 138/2202 6% [=== ] 139/2202 6% [=== ] 140/2202 6% [=== ] 141/2202 6% [=== ] 142/2202 6% [==== ] 143/2202 6% [==== ] 144/2202 6% [==== ] 145/2202 6% [==== ] 146/2202 6% [==== ] 147/2202 6% [==== ] 148/2202 6% [==== ] 149/2202 6% [==== ] 150/2202 6% [==== ] 151/2202 6% [==== ] 152/2202 6% [==== ] 153/2202 6% [==== ] 154/2202 6% [==== ] 155/2202 7% [==== ] 156/2202 7% [==== ] 157/2202 7% [==== ] 158/2202 7% [==== ] 159/2202 7% [==== ] 160/2202 7% [==== ] 161/2202 7% [==== ] 162/2202 7% [==== ] 163/2202 7% [==== ] 164/2202 7% [==== ] 165/2202 7% [==== ] 166/2202 7% [==== ] 167/2202 7% [==== ] 168/2202 7% [==== ] 169/2202 7% [==== ] 170/2202 7% [==== ] 171/2202 7% [==== ] 172/2202 7% [==== ] 173/2202 7% [==== ] 174/2202 7% [==== ] 175/2202 7% [==== ] 176/2202 7% [==== ] 177/2202 8% [===== ] 178/2202 8% [===== ] 179/2202 8% [===== ] 180/2202 8% [===== ] 181/2202 8% [===== ] 182/2202 8% [===== ] 183/2202 8% [===== ] 184/2202 8% [===== ] 185/2202 8% [===== ] 186/2202 8% [===== ] 187/2202 8% [===== ] 188/2202 8% [===== ] 189/2202 8% [===== ] 190/2202 8% [===== ] 191/2202 8% [===== ] 192/2202 8% [===== ] 193/2202 8% [===== ] 194/2202 8% [===== ] 195/2202 8% [===== ] 196/2202 8% [===== ] 197/2202 8% [===== ] 198/2202 8% [===== ] 199/2202 9% [===== ] 200/2202 9% [===== ] 201/2202 9% [===== ] 202/2202 9% [===== ] 203/2202 9% [===== ] 204/2202 9% [===== ] 205/2202 9% [===== ] 206/2202 9% [===== ] 207/2202 9% [===== ] 208/2202 9% [===== ] 209/2202 9% [===== ] 210/2202 9% [===== ] 211/2202 9% [===== ] 212/2202 9% [===== ] 213/2202 9% [====== ] 214/2202 9% [====== ] 215/2202 9% [====== ] 216/2202 9% [====== ] 217/2202 9% [====== ] 218/2202 9% [====== ] 219/2202 9% [====== ] 220/2202 9% [====== ] 221/2202 10% [====== ] 222/2202 10% [====== ] 223/2202 10% [====== ] 224/2202 10% [====== ] 225/2202 10% [====== ] 226/2202 10% [====== ] 227/2202 10% [====== ] 228/2202 10% [====== ] 229/2202 10% [====== ] 230/2202 10% [====== ] 231/2202 10% [====== ] 232/2202 10% [====== ] 233/2202 10% [====== ] 234/2202 10% [====== ] 235/2202 10% [====== ] 236/2202 10% [====== ] 237/2202 10% [====== ] 238/2202 10% [====== ] 239/2202 10% [====== ] 240/2202 10% [====== ] 241/2202 10% [====== ] 242/2202 10% [====== ] 243/2202 11% [====== ] 244/2202 11% [====== ] 245/2202 11% [====== ] 246/2202 11% [====== ] 247/2202 11% [====== ] 248/2202 11% [======= ] 249/2202 11% [======= ] 250/2202 11% [======= ] 251/2202 11% [======= ] 252/2202 11% [======= ] 253/2202 11% [======= ] 254/2202 11% [======= ] 255/2202 11% [======= ] 256/2202 11% [======= ] 257/2202 11% [======= ] 258/2202 11% [======= ] 259/2202 11% [======= ] 260/2202 11% [======= ] 261/2202 11% [======= ] 262/2202 11% [======= ] 263/2202 11% [======= ] 264/2202 11% [======= ] 265/2202 12% [======= ] 266/2202 12% [======= ] 267/2202 12% [======= ] 268/2202 12% [======= ] 269/2202 12% [======= ] 270/2202 12% [======= ] 271/2202 12% [======= ] 272/2202 12% [======= ] 273/2202 12% [======= ] 274/2202 12% [======= ] 275/2202 12% [======= ] 276/2202 12% [======= ] 277/2202 12% [======= ] 278/2202 12% [======= ] 279/2202 12% [======= ] 280/2202 12% [======= ] 281/2202 12% [======= ] 282/2202 12% [======= ] 283/2202 12% [======= ] 284/2202 12% [======== ] 285/2202 12% [======== ] 286/2202 12% [======== ] 287/2202 13% [======== ] 288/2202 13% [======== ] 289/2202 13% [======== ] 290/2202 13% [======== ] 291/2202 13% [======== ] 292/2202 13% [======== ] 293/2202 13% [======== ] 294/2202 13% [======== ] 295/2202 13% [======== ] 296/2202 13% [======== ] 297/2202 13% [======== ] 298/2202 13% [======== ] 299/2202 13% [======== ] 300/2202 13% [======== ] 301/2202 13% [======== ] 302/2202 13% [======== ] 303/2202 13% [======== ] 304/2202 13% [======== ] 305/2202 13% [======== ] 306/2202 13% [======== ] 307/2202 13% [======== ] 308/2202 13% [======== ] 309/2202 14% [======== ] 310/2202 14% [======== ] 311/2202 14% [======== ] 312/2202 14% [======== ] 313/2202 14% [======== ] 314/2202 14% [======== ] 315/2202 14% [======== ] 316/2202 14% [======== ] 317/2202 14% [======== ] 318/2202 14% [======== ] 319/2202 14% [========= ] 320/2202 14% [========= ] 321/2202 14% [========= ] 322/2202 14% [========= ] 323/2202 14% [========= ] 324/2202 14% [========= ] 325/2202 14% [========= ] 326/2202 14% [========= ] 327/2202 14% [========= ] 328/2202 14% [========= ] 329/2202 14% [========= ] 330/2202 14% [========= ] 331/2202 15% [========= ] 332/2202 15% [========= ] 333/2202 15% [========= ] 334/2202 15% [========= ] 335/2202 15% [========= ] 336/2202 15% [========= ] 337/2202 15% [========= ] 338/2202 15% [========= ] 339/2202 15% [========= ] 340/2202 15% [========= ] 341/2202 15% [========= ] 342/2202 15% [========= ] 343/2202 15% [========= ] 344/2202 15% [========= ] 345/2202 15% [========= ] 346/2202 15% [========= ] 347/2202 15% [========= ] 348/2202 15% [========= ] 349/2202 15% [========= ] 350/2202 15% [========= ] 351/2202 15% [========= ] 352/2202 15% [========= ] 353/2202 16% [========= ] 354/2202 16% [========= ] 355/2202 16% [========== ] 356/2202 16% [========== ] 357/2202 16% [========== ] 358/2202 16% [========== ] 359/2202 16% [========== ] 360/2202 16% [========== ] 361/2202 16% [========== ] 362/2202 16% [========== ] 363/2202 16% [========== ] 364/2202 16% [========== ] 365/2202 16% [========== ] 366/2202 16% [========== ] 367/2202 16% [========== ] 368/2202 16% [========== ] 369/2202 16% [========== ] 370/2202 16% [========== ] 371/2202 16% [========== ] 372/2202 16% [========== ] 373/2202 16% [========== ] 374/2202 16% [========== ] 375/2202 17% [========== ] 376/2202 17% [========== ] 377/2202 17% [========== ] 378/2202 17% [========== ] 379/2202 17% [========== ] 380/2202 17% [========== ] 381/2202 17% [========== ] 382/2202 17% [========== ] 383/2202 17% [========== ] 384/2202 17% [========== ] 385/2202 17% [========== ] 386/2202 17% [========== ] 387/2202 17% [========== ] 388/2202 17% [========== ] 389/2202 17% [========== ] 390/2202 17% [=========== ] 391/2202 17% [=========== ] 392/2202 17% [=========== ] 393/2202 17% [=========== ] 394/2202 17% [=========== ] 395/2202 17% [=========== ] 396/2202 17% [=========== ] 397/2202 18% [=========== ] 398/2202 18% [=========== ] 399/2202 18% [=========== ] 400/2202 18% [=========== ] 401/2202 18% [=========== ] 402/2202 18% [=========== ] 403/2202 18% [=========== ] 404/2202 18% [=========== ] 405/2202 18% [=========== ] 406/2202 18% [=========== ] 407/2202 18% [=========== ] 408/2202 18% [=========== ] 409/2202 18% [=========== ] 410/2202 18% [=========== ] 411/2202 18% [=========== ] 412/2202 18% [=========== ] 413/2202 18% [=========== ] 414/2202 18% [=========== ] 415/2202 18% [=========== ] 416/2202 18% [=========== ] 417/2202 18% [=========== ] 418/2202 18% [=========== ] 419/2202 19% [=========== ] 420/2202 19% [=========== ] 421/2202 19% [=========== ] 422/2202 19% [=========== ] 423/2202 19% [=========== ] 424/2202 19% [=========== ] 425/2202 19% [=========== ] 426/2202 19% [============ ] 427/2202 19% [============ ] 428/2202 19% [============ ] 429/2202 19% [============ ] 430/2202 19% [============ ] 431/2202 19% [============ ] 432/2202 19% [============ ] 433/2202 19% [============ ] 434/2202 19% [============ ] 435/2202 19% [============ ] 436/2202 19% [============ ] 437/2202 19% [============ ] 438/2202 19% [============ ] 439/2202 19% [============ ] 440/2202 19% [============ ] 441/2202 20% [============ ] 442/2202 20% [============ ] 443/2202 20% [============ ] 444/2202 20% [============ ] 445/2202 20% [============ ] 446/2202 20% [============ ] 447/2202 20% [============ ] 448/2202 20% [============ ] 449/2202 20% [============ ] 450/2202 20% [============ ] 451/2202 20% [============ ] 452/2202 20% [============ ] 453/2202 20% [============ ] 454/2202 20% [============ ] 455/2202 20% [============ ] 456/2202 20% [============ ] 457/2202 20% [============ ] 458/2202 20% [============ ] 459/2202 20% [============ ] 460/2202 20% [============ ] 461/2202 20% [============= ] 462/2202 20% [============= ] 463/2202 21% [============= ] 464/2202 21% [============= ] 465/2202 21% [============= ] 466/2202 21% [============= ] 467/2202 21% [============= ] 468/2202 21% [============= ] 469/2202 21% [============= ] 470/2202 21% [============= ] 471/2202 21% [============= ] 472/2202 21% [============= ] 473/2202 21% [============= ] 474/2202 21% [============= ] 475/2202 21% [============= ] 476/2202 21% [============= ] 477/2202 21% [============= ] 478/2202 21% [============= ] 479/2202 21% [============= ] 480/2202 21% [============= ] 481/2202 21% [============= ] 482/2202 21% [============= ] 483/2202 21% [============= ] 484/2202 21% [============= ] 485/2202 22% [============= ] 486/2202 22% [============= ] 487/2202 22% [============= ] 488/2202 22% [============= ] 489/2202 22% [============= ] 490/2202 22% [============= ] 491/2202 22% [============= ] 492/2202 22% [============= ] 493/2202 22% [============= ] 494/2202 22% [============= ] 495/2202 22% [============= ] 496/2202 22% [============= ] 497/2202 22% [============== ] 498/2202 22% [============== ] 499/2202 22% [============== ] 500/2202 22% [============== ] 501/2202 22% [============== ] 502/2202 22% [============== ] 503/2202 22% [============== ] 504/2202 22% [============== ] 505/2202 22% [============== ] 506/2202 22% [============== ] 507/2202 23% [============== ] 508/2202 23% [============== ] 509/2202 23% [============== ] 510/2202 23% [============== ] 511/2202 23% [============== ] 512/2202 23% [============== ] 513/2202 23% [============== ] 514/2202 23% [============== ] 515/2202 23% [============== ] 516/2202 23% [============== ] 517/2202 23% [============== ] 518/2202 23% [============== ] 519/2202 23% [============== ] 520/2202 23% [============== ] 521/2202 23% [============== ] 522/2202 23% [============== ] 523/2202 23% [============== ] 524/2202 23% [============== ] 525/2202 23% [============== ] 526/2202 23% [============== ] 527/2202 23% [============== ] 528/2202 23% [============== ] 529/2202 24% [============== ] 530/2202 24% [============== ] 531/2202 24% [============== ] 532/2202 24% [=============== ] 533/2202 24% [=============== ] 534/2202 24% [=============== ] 535/2202 24% [=============== ] 536/2202 24% [=============== ] 537/2202 24% [=============== ] 538/2202 24% [=============== ] 539/2202 24% [=============== ] 540/2202 24% [=============== ] 541/2202 24% [=============== ] 542/2202 24% [=============== ] 543/2202 24% [=============== ] 544/2202 24% [=============== ] 545/2202 24% [=============== ] 546/2202 24% [=============== ] 547/2202 24% [=============== ] 548/2202 24% [=============== ] 549/2202 24% [=============== ] 550/2202 24% [=============== ] 551/2202 25% [=============== ] 552/2202 25% [=============== ] 553/2202 25% [=============== ] 554/2202 25% [=============== ] 555/2202 25% [=============== ] 556/2202 25% [=============== ] 557/2202 25% [=============== ] 558/2202 25% [=============== ] 559/2202 25% [=============== ] 560/2202 25% [=============== ] 561/2202 25% [=============== ] 562/2202 25% [=============== ] 563/2202 25% [=============== ] 564/2202 25% [=============== ] 565/2202 25% [=============== ] 566/2202 25% [=============== ] 567/2202 25% [=============== ] 568/2202 25% [================ ] 569/2202 25% [================ ] 570/2202 25% [================ ] 571/2202 25% [================ ] 572/2202 25% [================ ] 573/2202 26% [================ ] 574/2202 26% [================ ] 575/2202 26% [================ ] 576/2202 26% [================ ] 577/2202 26% [================ ] 578/2202 26% [================ ] 579/2202 26% [================ ] 580/2202 26% [================ ] 581/2202 26% [================ ] 582/2202 26% [================ ] 583/2202 26% [================ ] 584/2202 26% [================ ] 585/2202 26% [================ ] 586/2202 26% [================ ] 587/2202 26% [================ ] 588/2202 26% [================ ] 589/2202 26% [================ ] 590/2202 26% [================ ] 591/2202 26% [================ ] 592/2202 26% [================ ] 593/2202 26% [================ ] 594/2202 26% [================ ] 595/2202 27% [================ ] 596/2202 27% [================ ] 597/2202 27% [================ ] 598/2202 27% [================ ] 599/2202 27% [================ ] 600/2202 27% [================ ] 601/2202 27% [================ ] 602/2202 27% [================ ] 603/2202 27% [================= ] 604/2202 27% [================= ] 605/2202 27% [================= ] 606/2202 27% [================= ] 607/2202 27% [================= ] 608/2202 27% [================= ] 609/2202 27% [================= ] 610/2202 27% [================= ] 611/2202 27% [================= ] 612/2202 27% [================= ] 613/2202 27% [================= ] 614/2202 27% [================= ] 615/2202 27% [================= ] 616/2202 27% [================= ] 617/2202 28% [================= ] 618/2202 28% [================= ] 619/2202 28% [================= ] 620/2202 28% [================= ] 621/2202 28% [================= ] 622/2202 28% [================= ] 623/2202 28% [================= ] 624/2202 28% [================= ] 625/2202 28% [================= ] 626/2202 28% [================= ] 627/2202 28% [================= ] 628/2202 28% [================= ] 629/2202 28% [================= ] 630/2202 28% [================= ] 631/2202 28% [================= ] 632/2202 28% [================= ] 633/2202 28% [================= ] 634/2202 28% [================= ] 635/2202 28% [================= ] 636/2202 28% [================= ] 637/2202 28% [================= ] 638/2202 28% [================= ] 639/2202 29% [================== ] 640/2202 29% [================== ] 641/2202 29% [================== ] 642/2202 29% [================== ] 643/2202 29% [================== ] 644/2202 29% [================== ] 645/2202 29% [================== ] 646/2202 29% [================== ] 647/2202 29% [================== ] 648/2202 29% [================== ] 649/2202 29% [================== ] 650/2202 29% [================== ] 651/2202 29% [================== ] 652/2202 29% [================== ] 653/2202 29% [================== ] 654/2202 29% [================== ] 655/2202 29% [================== ] 656/2202 29% [================== ] 657/2202 29% [================== ] 658/2202 29% [================== ] 659/2202 29% [================== ] 660/2202 29% [================== ] 661/2202 30% [================== ] 662/2202 30% [================== ] 663/2202 30% [================== ] 664/2202 30% [================== ] 665/2202 30% [================== ] 666/2202 30% [================== ] 667/2202 30% [================== ] 668/2202 30% [================== ] 669/2202 30% [================== ] 670/2202 30% [================== ] 671/2202 30% [================== ] 672/2202 30% [================== ] 673/2202 30% [================== ] 674/2202 30% [=================== ] 675/2202 30% [=================== ] 676/2202 30% [=================== ] 677/2202 30% [=================== ] 678/2202 30% [=================== ] 679/2202 30% [=================== ] 680/2202 30% [=================== ] 681/2202 30% [=================== ] 682/2202 30% [=================== ] 683/2202 31% [=================== ] 684/2202 31% [=================== ] 685/2202 31% [=================== ] 686/2202 31% [=================== ] 687/2202 31% [=================== ] 688/2202 31% [=================== ] 689/2202 31% [=================== ] 690/2202 31% [=================== ] 691/2202 31% [=================== ] 692/2202 31% [=================== ] 693/2202 31% [=================== ] 694/2202 31% [=================== ] 695/2202 31% [=================== ] 696/2202 31% [=================== ] 697/2202 31% [=================== ] 698/2202 31% [=================== ] 699/2202 31% [=================== ] 700/2202 31% [=================== ] 701/2202 31% [=================== ] 702/2202 31% [=================== ] 703/2202 31% [=================== ] 704/2202 31% [=================== ] 705/2202 32% [=================== ] 706/2202 32% [=================== ] 707/2202 32% [=================== ] 708/2202 32% [=================== ] 709/2202 32% [=================== ] 710/2202 32% [==================== ] 711/2202 32% [==================== ] 712/2202 32% [==================== ] 713/2202 32% [==================== ] 714/2202 32% [==================== ] 715/2202 32% [==================== ] 716/2202 32% [==================== ] 717/2202 32% [==================== ] 718/2202 32% [==================== ] 719/2202 32% [==================== ] 720/2202 32% [==================== ] 721/2202 32% [==================== ] 722/2202 32% [==================== ] 723/2202 32% [==================== ] 724/2202 32% [==================== ] 725/2202 32% [==================== ] 726/2202 32% [==================== ] 727/2202 33% [==================== ] 728/2202 33% [==================== ] 729/2202 33% [==================== ] 730/2202 33% [==================== ] 731/2202 33% [==================== ] 732/2202 33% [==================== ] 733/2202 33% [==================== ] 734/2202 33% [==================== ] 735/2202 33% [==================== ] 736/2202 33% [==================== ] 737/2202 33% [==================== ] 738/2202 33% [==================== ] 739/2202 33% [==================== ] 740/2202 33% [==================== ] 741/2202 33% [==================== ] 742/2202 33% [==================== ] 743/2202 33% [==================== ] 744/2202 33% [==================== ] 745/2202 33% [===================== ] 746/2202 33% [===================== ] 747/2202 33% [===================== ] 748/2202 33% [===================== ] 749/2202 34% [===================== ] 750/2202 34% [===================== ] 751/2202 34% [===================== ] 752/2202 34% [===================== ] 753/2202 34% [===================== ] 754/2202 34% [===================== ] 755/2202 34% [===================== ] 756/2202 34% [===================== ] 757/2202 34% [===================== ] 758/2202 34% [===================== ] 759/2202 34% [===================== ] 760/2202 34% [===================== ] 761/2202 34% [===================== ] 762/2202 34% [===================== ] 763/2202 34% [===================== ] 764/2202 34% [===================== ] 765/2202 34% [===================== ] 766/2202 34% [===================== ] 767/2202 34% [===================== ] 768/2202 34% [===================== ] 769/2202 34% [===================== ] 770/2202 34% [===================== ] 771/2202 35% [===================== ] 772/2202 35% [===================== ] 773/2202 35% [===================== ] 774/2202 35% [===================== ] 775/2202 35% [===================== ] 776/2202 35% [===================== ] 777/2202 35% [===================== ] 778/2202 35% [===================== ] 779/2202 35% [===================== ] 780/2202 35% [===================== ] 781/2202 35% [====================== ] 782/2202 35% [====================== ] 783/2202 35% [====================== ] 784/2202 35% [====================== ] 785/2202 35% [====================== ] 786/2202 35% [====================== ] 787/2202 35% [====================== ] 788/2202 35% [====================== ] 789/2202 35% [====================== ] 790/2202 35% [====================== ] 791/2202 35% [====================== ] 792/2202 35% [====================== ] 793/2202 36% [====================== ] 794/2202 36% [====================== ] 795/2202 36% [====================== ] 796/2202 36% [====================== ] 797/2202 36% [====================== ] 798/2202 36% [====================== ] 799/2202 36% [====================== ] 800/2202 36% [====================== ] 801/2202 36% [====================== ] 802/2202 36% [====================== ] 803/2202 36% [====================== ] 804/2202 36% [====================== ] 805/2202 36% [====================== ] 806/2202 36% [====================== ] 807/2202 36% [====================== ] 808/2202 36% [====================== ] 809/2202 36% [====================== ] 810/2202 36% [====================== ] 811/2202 36% [====================== ] 812/2202 36% [====================== ] 813/2202 36% [====================== ] 814/2202 36% [====================== ] 815/2202 37% [====================== ] 816/2202 37% [======================= ] 817/2202 37% [======================= ] 818/2202 37% [======================= ] 819/2202 37% [======================= ] 820/2202 37% [======================= ] 821/2202 37% [======================= ] 822/2202 37% [======================= ] 823/2202 37% [======================= ] 824/2202 37% [======================= ] 825/2202 37% [======================= ] 826/2202 37% [======================= ] 827/2202 37% [======================= ] 828/2202 37% [======================= ] 829/2202 37% [======================= ] 830/2202 37% [======================= ] 831/2202 37% [======================= ] 832/2202 37% [======================= ] 833/2202 37% [======================= ] 834/2202 37% [======================= ] 835/2202 37% [======================= ] 836/2202 37% [======================= ] 837/2202 38% [======================= ] 838/2202 38% [======================= ] 839/2202 38% [======================= ] 840/2202 38% [======================= ] 841/2202 38% [======================= ] 842/2202 38% [======================= ] 843/2202 38% [======================= ] 844/2202 38% [======================= ] 845/2202 38% [======================= ] 846/2202 38% [======================= ] 847/2202 38% [======================= ] 848/2202 38% [======================= ] 849/2202 38% [======================= ] 850/2202 38% [======================= ] 851/2202 38% [======================= ] 852/2202 38% [======================== ] 853/2202 38% [======================== ] 854/2202 38% [======================== ] 855/2202 38% [======================== ] 856/2202 38% [======================== ] 857/2202 38% [======================== ] 858/2202 38% [======================== ] 859/2202 39% [======================== ] 860/2202 39% [======================== ] 861/2202 39% [======================== ] 862/2202 39% [======================== ] 863/2202 39% [======================== ] 864/2202 39% [======================== ] 865/2202 39% [======================== ] 866/2202 39% [======================== ] 867/2202 39% [======================== ] 868/2202 39% [======================== ] 869/2202 39% [======================== ] 870/2202 39% [======================== ] 871/2202 39% [======================== ] 872/2202 39% [======================== ] 873/2202 39% [======================== ] 874/2202 39% [======================== ] 875/2202 39% [======================== ] 876/2202 39% [======================== ] 877/2202 39% [======================== ] 878/2202 39% [======================== ] 879/2202 39% [======================== ] 880/2202 39% [======================== ] 881/2202 40% [======================== ] 882/2202 40% [======================== ] 883/2202 40% [======================== ] 884/2202 40% [======================== ] 885/2202 40% [======================== ] 886/2202 40% [======================== ] 887/2202 40% [========================= ] 888/2202 40% [========================= ] 889/2202 40% [========================= ] 890/2202 40% [========================= ] 891/2202 40% [========================= ] 892/2202 40% [========================= ] 893/2202 40% [========================= ] 894/2202 40% [========================= ] 895/2202 40% [========================= ] 896/2202 40% [========================= ] 897/2202 40% [========================= ] 898/2202 40% [========================= ] 899/2202 40% [========================= ] 900/2202 40% [========================= ] 901/2202 40% [========================= ] 902/2202 40% [========================= ] 903/2202 41% [========================= ] 904/2202 41% [========================= ] 905/2202 41% [========================= ] 906/2202 41% [========================= ] 907/2202 41% [========================= ] 908/2202 41% [========================= ] 909/2202 41% [========================= ] 910/2202 41% [========================= ] 911/2202 41% [========================= ] 912/2202 41% [========================= ] 913/2202 41% [========================= ] 914/2202 41% [========================= ] 915/2202 41% [========================= ] 916/2202 41% [========================= ] 917/2202 41% [========================= ] 918/2202 41% [========================= ] 919/2202 41% [========================= ] 920/2202 41% [========================= ] 921/2202 41% [========================= ] 922/2202 41% [========================= ] 923/2202 41% [========================== ] 924/2202 41% [========================== ] 925/2202 42% [========================== ] 926/2202 42% [========================== ] 927/2202 42% [========================== ] 928/2202 42% [========================== ] 929/2202 42% [========================== ] 930/2202 42% [========================== ] 931/2202 42% [========================== ] 932/2202 42% [========================== ] 933/2202 42% [========================== ] 934/2202 42% [========================== ] 935/2202 42% [========================== ] 936/2202 42% [========================== ] 937/2202 42% [========================== ] 938/2202 42% [========================== ] 939/2202 42% [========================== ] 940/2202 42% [========================== ] 941/2202 42% [========================== ] 942/2202 42% [========================== ] 943/2202 42% [========================== ] 944/2202 42% [========================== ] 945/2202 42% [========================== ] 946/2202 42% [========================== ] 947/2202 43% [========================== ] 948/2202 43% [========================== ] 949/2202 43% [========================== ] 950/2202 43% [========================== ] 951/2202 43% [========================== ] 952/2202 43% [========================== ] 953/2202 43% [========================== ] 954/2202 43% [========================== ] 955/2202 43% [========================== ] 956/2202 43% [========================== ] 957/2202 43% [========================== ] 958/2202 43% [=========================== ] 959/2202 43% [=========================== ] 960/2202 43% [=========================== ] 961/2202 43% [=========================== ] 962/2202 43% [=========================== ] 963/2202 43% [=========================== ] 964/2202 43% [=========================== ] 965/2202 43% [=========================== ] 966/2202 43% [=========================== ] 967/2202 43% [=========================== ] 968/2202 43% [=========================== ] 969/2202 44% [=========================== ] 970/2202 44% [=========================== ] 971/2202 44% [=========================== ] 972/2202 44% [=========================== ] 973/2202 44% [=========================== ] 974/2202 44% [=========================== ] 975/2202 44% [=========================== ] 976/2202 44% [=========================== ] 977/2202 44% [=========================== ] 978/2202 44% [=========================== ] 979/2202 44% [=========================== ] 980/2202 44% [=========================== ] 981/2202 44% [=========================== ] 982/2202 44% [=========================== ] 983/2202 44% [=========================== ] 984/2202 44% [=========================== ] 985/2202 44% [=========================== ] 986/2202 44% [=========================== ] 987/2202 44% [=========================== ] 988/2202 44% [=========================== ] 989/2202 44% [=========================== ] 990/2202 44% [=========================== ] 991/2202 45% [=========================== ] 992/2202 45% [=========================== ] 993/2202 45% [=========================== ] 994/2202 45% [============================ ] 995/2202 45% [============================ ] 996/2202 45% [============================ ] 997/2202 45% [============================ ] 998/2202 45% [============================ ] 999/2202 45% [============================ ] 1000/2202 45% [============================ ] 1001/2202 45% [============================ ] 1002/2202 45% [============================ ] 1003/2202 45% [============================ ] 1004/2202 45% [============================ ] 1005/2202 45% [============================ ] 1006/2202 45% [============================ ] 1007/2202 45% [============================ ] 1008/2202 45% [============================ ] 1009/2202 45% [============================ ] 1010/2202 45% [============================ ] 1011/2202 45% [============================ ] 1012/2202 45% [============================ ] 1013/2202 46% [============================ ] 1014/2202 46% [============================ ] 1015/2202 46% [============================ ] 1016/2202 46% [============================ ] 1017/2202 46% [============================ ] 1018/2202 46% [============================ ] 1019/2202 46% [============================ ] 1020/2202 46% [============================ ] 1021/2202 46% [============================ ] 1022/2202 46% [============================ ] 1023/2202 46% [============================ ] 1024/2202 46% [============================ ] 1025/2202 46% [============================ ] 1026/2202 46% [============================ ] 1027/2202 46% [============================ ] 1028/2202 46% [============================ ] 1029/2202 46% [============================= ] 1030/2202 46% [============================= ] 1031/2202 46% [============================= ] 1032/2202 46% [============================= ] 1033/2202 46% [============================= ] 1034/2202 46% [============================= ] 1035/2202 47% [============================= ] 1036/2202 47% [============================= ] 1037/2202 47% [============================= ] 1038/2202 47% [============================= ] 1039/2202 47% [============================= ] 1040/2202 47% [============================= ] 1041/2202 47% [============================= ] 1042/2202 47% [============================= ] 1043/2202 47% [============================= ] 1044/2202 47% [============================= ] 1045/2202 47% [============================= ] 1046/2202 47% [============================= ] 1047/2202 47% [============================= ] 1048/2202 47% [============================= ] 1049/2202 47% [============================= ] 1050/2202 47% [============================= ] 1051/2202 47% [============================= ] 1052/2202 47% [============================= ] 1053/2202 47% [============================= ] 1054/2202 47% [============================= ] 1055/2202 47% [============================= ] 1056/2202 47% [============================= ] 1057/2202 48% [============================= ] 1058/2202 48% [============================= ] 1059/2202 48% [============================= ] 1060/2202 48% [============================= ] 1061/2202 48% [============================= ] 1062/2202 48% [============================= ] 1063/2202 48% [============================= ] 1064/2202 48% [============================= ] 1065/2202 48% [============================== ] 1066/2202 48% [============================== ] 1067/2202 48% [============================== ] 1068/2202 48% [============================== ] 1069/2202 48% [============================== ] 1070/2202 48% [============================== ] 1071/2202 48% [============================== ] 1072/2202 48% [============================== ] 1073/2202 48% [============================== ] 1074/2202 48% [============================== ] 1075/2202 48% [============================== ] 1076/2202 48% [============================== ] 1077/2202 48% [============================== ] 1078/2202 48% [============================== ] 1079/2202 49% [============================== ] 1080/2202 49% [============================== ] 1081/2202 49% [============================== ] 1082/2202 49% [============================== ] 1083/2202 49% [============================== ] 1084/2202 49% [============================== ] 1085/2202 49% [============================== ] 1086/2202 49% [============================== ] 1087/2202 49% [============================== ] 1088/2202 49% [============================== ] 1089/2202 49% [============================== ] 1090/2202 49% [============================== ] 1091/2202 49% [============================== ] 1092/2202 49% [============================== ] 1093/2202 49% [============================== ] 1094/2202 49% [============================== ] 1095/2202 49% [============================== ] 1096/2202 49% [============================== ] 1097/2202 49% [============================== ] 1098/2202 49% [============================== ] 1099/2202 49% [============================== ] 1100/2202 49% [=============================== ] 1101/2202 50% [=============================== ] 1102/2202 50% [=============================== ] 1103/2202 50% [=============================== ] 1104/2202 50% [=============================== ] 1105/2202 50% [=============================== ] 1106/2202 50% [=============================== ] 1107/2202 50% [=============================== ] 1108/2202 50% [=============================== ] 1109/2202 50% [=============================== ] 1110/2202 50% [=============================== ] 1111/2202 50% [=============================== ] 1112/2202 50% [=============================== ] 1113/2202 50% [=============================== ] 1114/2202 50% [=============================== ] 1115/2202 50% [=============================== ] 1116/2202 50% [=============================== ] 1117/2202 50% [=============================== ] 1118/2202 50% [=============================== ] 1119/2202 50% [=============================== ] 1120/2202 50% [=============================== ] 1121/2202 50% [=============================== ] 1122/2202 50% [=============================== ] 1123/2202 50% [=============================== ] 1124/2202 51% [=============================== ] 1125/2202 51% [=============================== ] 1126/2202 51% [=============================== ] 1127/2202 51% [=============================== ] 1128/2202 51% [=============================== ] 1129/2202 51% [=============================== ] 1130/2202 51% [=============================== ] 1131/2202 51% [=============================== ] 1132/2202 51% [=============================== ] 1133/2202 51% [=============================== ] 1134/2202 51% [=============================== ] 1135/2202 51% [=============================== ] 1136/2202 51% [================================ ] 1137/2202 51% [================================ ] 1138/2202 51% [================================ ] 1139/2202 51% [================================ ] 1140/2202 51% [================================ ] 1141/2202 51% [================================ ] 1142/2202 51% [================================ ] 1143/2202 51% [================================ ] 1144/2202 51% [================================ ] 1145/2202 51% [================================ ] 1146/2202 52% [================================ ] 1147/2202 52% [================================ ] 1148/2202 52% [================================ ] 1149/2202 52% [================================ ] 1150/2202 52% [================================ ] 1151/2202 52% [================================ ] 1152/2202 52% [================================ ] 1153/2202 52% [================================ ] 1154/2202 52% [================================ ] 1155/2202 52% [================================ ] 1156/2202 52% [================================ ] 1157/2202 52% [================================ ] 1158/2202 52% [================================ ] 1159/2202 52% [================================ ] 1160/2202 52% [================================ ] 1161/2202 52% [================================ ] 1162/2202 52% [================================ ] 1163/2202 52% [================================ ] 1164/2202 52% [================================ ] 1165/2202 52% [================================ ] 1166/2202 52% [================================ ] 1167/2202 52% [================================ ] 1168/2202 53% [================================ ] 1169/2202 53% [================================ ] 1170/2202 53% [================================ ] 1171/2202 53% [================================ ] 1172/2202 53% [================================= ] 1173/2202 53% [================================= ] 1174/2202 53% [================================= ] 1175/2202 53% [================================= ] 1176/2202 53% [================================= ] 1177/2202 53% [================================= ] 1178/2202 53% [================================= ] 1179/2202 53% [================================= ] 1180/2202 53% [================================= ] 1181/2202 53% [================================= ] 1182/2202 53% [================================= ] 1183/2202 53% [================================= ] 1184/2202 53% [================================= ] 1185/2202 53% [================================= ] 1186/2202 53% [================================= ] 1187/2202 53% [================================= ] 1188/2202 53% [================================= ] 1189/2202 53% [================================= ] 1190/2202 54% [================================= ] 1191/2202 54% [================================= ] 1192/2202 54% [================================= ] 1193/2202 54% [================================= ] 1194/2202 54% [================================= ] 1195/2202 54% [================================= ] 1196/2202 54% [================================= ] 1197/2202 54% [================================= ] 1198/2202 54% [================================= ] 1199/2202 54% [================================= ] 1200/2202 54% [================================= ] 1201/2202 54% [================================= ] 1202/2202 54% [================================= ] 1203/2202 54% [================================= ] 1204/2202 54% [================================= ] 1205/2202 54% [================================= ] 1206/2202 54% [================================= ] 1207/2202 54% [================================== ] 1208/2202 54% [================================== ] 1209/2202 54% [================================== ] 1210/2202 54% [================================== ] 1211/2202 54% [================================== ] 1212/2202 55% [================================== ] 1213/2202 55% [================================== ] 1214/2202 55% [================================== ] 1215/2202 55% [================================== ] 1216/2202 55% [================================== ] 1217/2202 55% [================================== ] 1218/2202 55% [================================== ] 1219/2202 55% [================================== ] 1220/2202 55% [================================== ] 1221/2202 55% [================================== ] 1222/2202 55% [================================== ] 1223/2202 55% [================================== ] 1224/2202 55% [================================== ] 1225/2202 55% [================================== ] 1226/2202 55% [================================== ] 1227/2202 55% [================================== ] 1228/2202 55% [================================== ] 1229/2202 55% [================================== ] 1230/2202 55% [================================== ] 1231/2202 55% [================================== ] 1232/2202 55% [================================== ] 1233/2202 55% [================================== ] 1234/2202 56% [================================== ] 1235/2202 56% [================================== ] 1236/2202 56% [================================== ] 1237/2202 56% [================================== ] 1238/2202 56% [================================== ] 1239/2202 56% [================================== ] 1240/2202 56% [================================== ] 1241/2202 56% [================================== ] 1242/2202 56% [================================== ] 1243/2202 56% [=================================== ] 1244/2202 56% [=================================== ] 1245/2202 56% [=================================== ] 1246/2202 56% [=================================== ] 1247/2202 56% [=================================== ] 1248/2202 56% [=================================== ] 1249/2202 56% [=================================== ] 1250/2202 56% [=================================== ] 1251/2202 56% [=================================== ] 1252/2202 56% [=================================== ] 1253/2202 56% [=================================== ] 1254/2202 56% [=================================== ] 1255/2202 56% [=================================== ] 1256/2202 57% [=================================== ] 1257/2202 57% [=================================== ] 1258/2202 57% [=================================== ] 1259/2202 57% [=================================== ] 1260/2202 57% [=================================== ] 1261/2202 57% [=================================== ] 1262/2202 57% [=================================== ] 1263/2202 57% [=================================== ] 1264/2202 57% [=================================== ] 1265/2202 57% [=================================== ] 1266/2202 57% [=================================== ] 1267/2202 57% [=================================== ] 1268/2202 57% [=================================== ] 1269/2202 57% [=================================== ] 1270/2202 57% [=================================== ] 1271/2202 57% [=================================== ] 1272/2202 57% [=================================== ] 1273/2202 57% [=================================== ] 1274/2202 57% [=================================== ] 1275/2202 57% [=================================== ] 1276/2202 57% [=================================== ] 1277/2202 57% [=================================== ] 1278/2202 58% [==================================== ] 1279/2202 58% [==================================== ] 1280/2202 58% [==================================== ] 1281/2202 58% [==================================== ] 1282/2202 58% [==================================== ] 1283/2202 58% [==================================== ] 1284/2202 58% [==================================== ] 1285/2202 58% [==================================== ] 1286/2202 58% [==================================== ] 1287/2202 58% [==================================== ] 1288/2202 58% [==================================== ] 1289/2202 58% [==================================== ] 1290/2202 58% [==================================== ] 1291/2202 58% [==================================== ] 1292/2202 58% [==================================== ] 1293/2202 58% [==================================== ] 1294/2202 58% [==================================== ] 1295/2202 58% [==================================== ] 1296/2202 58% [==================================== ] 1297/2202 58% [==================================== ] 1298/2202 58% [==================================== ] 1299/2202 58% [==================================== ] 1300/2202 59% [==================================== ] 1301/2202 59% [==================================== ] 1302/2202 59% [==================================== ] 1303/2202 59% [==================================== ] 1304/2202 59% [==================================== ] 1305/2202 59% [==================================== ] 1306/2202 59% [==================================== ] 1307/2202 59% [==================================== ] 1308/2202 59% [==================================== ] 1309/2202 59% [==================================== ] 1310/2202 59% [==================================== ] 1311/2202 59% [==================================== ] 1312/2202 59% [==================================== ] 1313/2202 59% [==================================== ] 1314/2202 59% [===================================== ] 1315/2202 59% [===================================== ] 1316/2202 59% [===================================== ] 1317/2202 59% [===================================== ] 1318/2202 59% [===================================== ] 1319/2202 59% [===================================== ] 1320/2202 59% [===================================== ] 1321/2202 59% [===================================== ] 1322/2202 60% [===================================== ] 1323/2202 60% [===================================== ] 1324/2202 60% [===================================== ] 1325/2202 60% [===================================== ] 1326/2202 60% [===================================== ] 1327/2202 60% [===================================== ] 1328/2202 60% [===================================== ] 1329/2202 60% [===================================== ] 1330/2202 60% [===================================== ] 1331/2202 60% [===================================== ] 1332/2202 60% [===================================== ] 1333/2202 60% [===================================== ] 1334/2202 60% [===================================== ] 1335/2202 60% [===================================== ] 1336/2202 60% [===================================== ] 1337/2202 60% [===================================== ] 1338/2202 60% [===================================== ] 1339/2202 60% [===================================== ] 1340/2202 60% [===================================== ] 1341/2202 60% [===================================== ] 1342/2202 60% [===================================== ] 1343/2202 60% [===================================== ] 1344/2202 61% [===================================== ] 1345/2202 61% [===================================== ] 1346/2202 61% [===================================== ] 1347/2202 61% [===================================== ] 1348/2202 61% [===================================== ] 1349/2202 61% [====================================== ] 1350/2202 61% [====================================== ] 1351/2202 61% [====================================== ] 1352/2202 61% [====================================== ] 1353/2202 61% [====================================== ] 1354/2202 61% [====================================== ] 1355/2202 61% [====================================== ] 1356/2202 61% [====================================== ] 1357/2202 61% [====================================== ] 1358/2202 61% [====================================== ] 1359/2202 61% [====================================== ] 1360/2202 61% [====================================== ] 1361/2202 61% [====================================== ] 1362/2202 61% [====================================== ] 1363/2202 61% [====================================== ] 1364/2202 61% [====================================== ] 1365/2202 61% [====================================== ] 1366/2202 62% [====================================== ] 1367/2202 62% [====================================== ] 1368/2202 62% [====================================== ] 1369/2202 62% [====================================== ] 1370/2202 62% [====================================== ] 1371/2202 62% [====================================== ] 1372/2202 62% [====================================== ] 1373/2202 62% [====================================== ] 1374/2202 62% [====================================== ] 1375/2202 62% [====================================== ] 1376/2202 62% [====================================== ] 1377/2202 62% [====================================== ] 1378/2202 62% [====================================== ] 1379/2202 62% [====================================== ] 1380/2202 62% [====================================== ] 1381/2202 62% [====================================== ] 1382/2202 62% [====================================== ] 1383/2202 62% [====================================== ] 1384/2202 62% [====================================== ] 1385/2202 62% [======================================= ] 1386/2202 62% [======================================= ] 1387/2202 62% [======================================= ] 1388/2202 63% [======================================= ] 1389/2202 63% [======================================= ] 1390/2202 63% [======================================= ] 1391/2202 63% [======================================= ] 1392/2202 63% [======================================= ] 1393/2202 63% [======================================= ] 1394/2202 63% [======================================= ] 1395/2202 63% [======================================= ] 1396/2202 63% [======================================= ] 1397/2202 63% [======================================= ] 1398/2202 63% [======================================= ] 1399/2202 63% [======================================= ] 1400/2202 63% [======================================= ] 1401/2202 63% [======================================= ] 1402/2202 63% [======================================= ] 1403/2202 63% [======================================= ] 1404/2202 63% [======================================= ] 1405/2202 63% [======================================= ] 1406/2202 63% [======================================= ] 1407/2202 63% [======================================= ] 1408/2202 63% [======================================= ] 1409/2202 63% [======================================= ] 1410/2202 64% [======================================= ] 1411/2202 64% [======================================= ] 1412/2202 64% [======================================= ] 1413/2202 64% [======================================= ] 1414/2202 64% [======================================= ] 1415/2202 64% [======================================= ] 1416/2202 64% [======================================= ] 1417/2202 64% [======================================= ] 1418/2202 64% [======================================= ] 1419/2202 64% [======================================= ] 1420/2202 64% [======================================== ] 1421/2202 64% [======================================== ] 1422/2202 64% [======================================== ] 1423/2202 64% [======================================== ] 1424/2202 64% [======================================== ] 1425/2202 64% [======================================== ] 1426/2202 64% [======================================== ] 1427/2202 64% [======================================== ] 1428/2202 64% [======================================== ] 1429/2202 64% [======================================== ] 1430/2202 64% [======================================== ] 1431/2202 64% [======================================== ] 1432/2202 65% [======================================== ] 1433/2202 65% [======================================== ] 1434/2202 65% [======================================== ] 1435/2202 65% [======================================== ] 1436/2202 65% [======================================== ] 1437/2202 65% [======================================== ] 1438/2202 65% [======================================== ] 1439/2202 65% [======================================== ] 1440/2202 65% [======================================== ] 1441/2202 65% [======================================== ] 1442/2202 65% [======================================== ] 1443/2202 65% [======================================== ] 1444/2202 65% [======================================== ] 1445/2202 65% [======================================== ] 1446/2202 65% [======================================== ] 1447/2202 65% [======================================== ] 1448/2202 65% [======================================== ] 1449/2202 65% [======================================== ] 1450/2202 65% [======================================== ] 1451/2202 65% [======================================== ] 1452/2202 65% [======================================== ] 1453/2202 65% [======================================== ] 1454/2202 66% [======================================== ] 1455/2202 66% [======================================== ] 1456/2202 66% [========================================= ] 1457/2202 66% [========================================= ] 1458/2202 66% [========================================= ] 1459/2202 66% [========================================= ] 1460/2202 66% [========================================= ] 1461/2202 66% [========================================= ] 1462/2202 66% [========================================= ] 1463/2202 66% [========================================= ] 1464/2202 66% [========================================= ] 1465/2202 66% [========================================= ] 1466/2202 66% [========================================= ] 1467/2202 66% [========================================= ] 1468/2202 66% [========================================= ] 1469/2202 66% [========================================= ] 1470/2202 66% [========================================= ] 1471/2202 66% [========================================= ] 1472/2202 66% [========================================= ] 1473/2202 66% [========================================= ] 1474/2202 66% [========================================= ] 1475/2202 66% [========================================= ] 1476/2202 67% [========================================= ] 1477/2202 67% [========================================= ] 1478/2202 67% [========================================= ] 1479/2202 67% [========================================= ] 1480/2202 67% [========================================= ] 1481/2202 67% [========================================= ] 1482/2202 67% [========================================= ] 1483/2202 67% [========================================= ] 1484/2202 67% [========================================= ] 1485/2202 67% [========================================= ] 1486/2202 67% [========================================= ] 1487/2202 67% [========================================= ] 1488/2202 67% [========================================= ] 1489/2202 67% [========================================= ] 1490/2202 67% [========================================= ] 1491/2202 67% [========================================== ] 1492/2202 67% [========================================== ] 1493/2202 67% [========================================== ] 1494/2202 67% [========================================== ] 1495/2202 67% [========================================== ] 1496/2202 67% [========================================== ] 1497/2202 67% [========================================== ] 1498/2202 68% [========================================== ] 1499/2202 68% [========================================== ] 1500/2202 68% [========================================== ] 1501/2202 68% [========================================== ] 1502/2202 68% [========================================== ] 1503/2202 68% [========================================== ] 1504/2202 68% [========================================== ] 1505/2202 68% [========================================== ] 1506/2202 68% [========================================== ] 1507/2202 68% [========================================== ] 1508/2202 68% [========================================== ] 1509/2202 68% [========================================== ] 1510/2202 68% [========================================== ] 1511/2202 68% [========================================== ] 1512/2202 68% [========================================== ] 1513/2202 68% [========================================== ] 1514/2202 68% [========================================== ] 1515/2202 68% [========================================== ] 1516/2202 68% [========================================== ] 1517/2202 68% [========================================== ] 1518/2202 68% [========================================== ] 1519/2202 68% [========================================== ] 1520/2202 69% [========================================== ] 1521/2202 69% [========================================== ] 1522/2202 69% [========================================== ] 1523/2202 69% [========================================== ] 1524/2202 69% [========================================== ] 1525/2202 69% [========================================== ] 1526/2202 69% [========================================== ] 1527/2202 69% [=========================================== ] 1528/2202 69% [=========================================== ] 1529/2202 69% [=========================================== ] 1530/2202 69% [=========================================== ] 1531/2202 69% [=========================================== ] 1532/2202 69% [=========================================== ] 1533/2202 69% [=========================================== ] 1534/2202 69% [=========================================== ] 1535/2202 69% [=========================================== ] 1536/2202 69% [=========================================== ] 1537/2202 69% [=========================================== ] 1538/2202 69% [=========================================== ] 1539/2202 69% [=========================================== ] 1540/2202 69% [=========================================== ] 1541/2202 69% [=========================================== ] 1542/2202 70% [=========================================== ] 1543/2202 70% [=========================================== ] 1544/2202 70% [=========================================== ] 1545/2202 70% [=========================================== ] 1546/2202 70% [=========================================== ] 1547/2202 70% [=========================================== ] 1548/2202 70% [=========================================== ] 1549/2202 70% [=========================================== ] 1550/2202 70% [=========================================== ] 1551/2202 70% [=========================================== ] 1552/2202 70% [=========================================== ] 1553/2202 70% [=========================================== ] 1554/2202 70% [=========================================== ] 1555/2202 70% [=========================================== ] 1556/2202 70% [=========================================== ] 1557/2202 70% [=========================================== ] 1558/2202 70% [=========================================== ] 1559/2202 70% [=========================================== ] 1560/2202 70% [=========================================== ] 1561/2202 70% [=========================================== ] 1562/2202 70% [============================================ ] 1563/2202 70% [============================================ ] 1564/2202 71% [============================================ ] 1565/2202 71% [============================================ ] 1566/2202 71% [============================================ ] 1567/2202 71% [============================================ ] 1568/2202 71% [============================================ ] 1569/2202 71% [============================================ ] 1570/2202 71% [============================================ ] 1571/2202 71% [============================================ ] 1572/2202 71% [============================================ ] 1573/2202 71% [============================================ ] 1574/2202 71% [============================================ ] 1575/2202 71% [============================================ ] 1576/2202 71% [============================================ ] 1577/2202 71% [============================================ ] 1578/2202 71% [============================================ ] 1579/2202 71% [============================================ ] 1580/2202 71% [============================================ ] 1581/2202 71% [============================================ ] 1582/2202 71% [============================================ ] 1583/2202 71% [============================================ ] 1584/2202 71% [============================================ ] 1585/2202 71% [============================================ ] 1586/2202 72% [============================================ ] 1587/2202 72% [============================================ ] 1588/2202 72% [============================================ ] 1589/2202 72% [============================================ ] 1590/2202 72% [============================================ ] 1591/2202 72% [============================================ ] 1592/2202 72% [============================================ ] 1593/2202 72% [============================================ ] 1594/2202 72% [============================================ ] 1595/2202 72% [============================================ ] 1596/2202 72% [============================================ ] 1597/2202 72% [============================================ ] 1598/2202 72% [============================================= ] 1599/2202 72% [============================================= ] 1600/2202 72% [============================================= ] 1601/2202 72% [============================================= ] 1602/2202 72% [============================================= ] 1603/2202 72% [============================================= ] 1604/2202 72% [============================================= ] 1605/2202 72% [============================================= ] 1606/2202 72% [============================================= ] 1607/2202 72% [============================================= ] 1608/2202 73% [============================================= ] 1609/2202 73% [============================================= ] 1610/2202 73% [============================================= ] 1611/2202 73% [============================================= ] 1612/2202 73% [============================================= ] 1613/2202 73% [============================================= ] 1614/2202 73% [============================================= ] 1615/2202 73% [============================================= ] 1616/2202 73% [============================================= ] 1617/2202 73% [============================================= ] 1618/2202 73% [============================================= ] 1619/2202 73% [============================================= ] 1620/2202 73% [============================================= ] 1621/2202 73% [============================================= ] 1622/2202 73% [============================================= ] 1623/2202 73% [============================================= ] 1624/2202 73% [============================================= ] 1625/2202 73% [============================================= ] 1626/2202 73% [============================================= ] 1627/2202 73% [============================================= ] 1628/2202 73% [============================================= ] 1629/2202 73% [============================================= ] 1630/2202 74% [============================================= ] 1631/2202 74% [============================================= ] 1632/2202 74% [============================================= ] 1633/2202 74% [============================================== ] 1634/2202 74% [============================================== ] 1635/2202 74% [============================================== ] 1636/2202 74% [============================================== ] 1637/2202 74% [============================================== ] 1638/2202 74% [============================================== ] 1639/2202 74% [============================================== ] 1640/2202 74% [============================================== ] 1641/2202 74% [============================================== ] 1642/2202 74% [============================================== ] 1643/2202 74% [============================================== ] 1644/2202 74% [============================================== ] 1645/2202 74% [============================================== ] 1646/2202 74% [============================================== ] 1647/2202 74% [============================================== ] 1648/2202 74% [============================================== ] 1649/2202 74% [============================================== ] 1650/2202 74% [============================================== ] 1651/2202 74% [============================================== ] 1652/2202 75% [============================================== ] 1653/2202 75% [============================================== ] 1654/2202 75% [============================================== ] 1655/2202 75% [============================================== ] 1656/2202 75% [============================================== ] 1657/2202 75% [============================================== ] 1658/2202 75% [============================================== ] 1659/2202 75% [============================================== ] 1660/2202 75% [============================================== ] 1661/2202 75% [============================================== ] 1662/2202 75% [============================================== ] 1663/2202 75% [============================================== ] 1664/2202 75% [============================================== ] 1665/2202 75% [============================================== ] 1666/2202 75% [============================================== ] 1667/2202 75% [============================================== ] 1668/2202 75% [============================================== ] 1669/2202 75% [=============================================== ] 1670/2202 75% [=============================================== ] 1671/2202 75% [=============================================== ] 1672/2202 75% [=============================================== ] 1673/2202 75% [=============================================== ] 1674/2202 76% [=============================================== ] 1675/2202 76% [=============================================== ] 1676/2202 76% [=============================================== ] 1677/2202 76% [=============================================== ] 1678/2202 76% [=============================================== ] 1679/2202 76% [=============================================== ] 1680/2202 76% [=============================================== ] 1681/2202 76% [=============================================== ] 1682/2202 76% [=============================================== ] 1683/2202 76% [=============================================== ] 1684/2202 76% [=============================================== ] 1685/2202 76% [=============================================== ] 1686/2202 76% [=============================================== ] 1687/2202 76% [=============================================== ] 1688/2202 76% [=============================================== ] 1689/2202 76% [=============================================== ] 1690/2202 76% [=============================================== ] 1691/2202 76% [=============================================== ] 1692/2202 76% [=============================================== ] 1693/2202 76% [=============================================== ] 1694/2202 76% [=============================================== ] 1695/2202 76% [=============================================== ] 1696/2202 77% [=============================================== ] 1697/2202 77% [=============================================== ] 1698/2202 77% [=============================================== ] 1699/2202 77% [=============================================== ] 1700/2202 77% [=============================================== ] 1701/2202 77% [=============================================== ] 1702/2202 77% [=============================================== ] 1703/2202 77% [=============================================== ] 1704/2202 77% [================================================ ] 1705/2202 77% [================================================ ] 1706/2202 77% [================================================ ] 1707/2202 77% [================================================ ] 1708/2202 77% [================================================ ] 1709/2202 77% [================================================ ] 1710/2202 77% [================================================ ] 1711/2202 77% [================================================ ] 1712/2202 77% [================================================ ] 1713/2202 77% [================================================ ] 1714/2202 77% [================================================ ] 1715/2202 77% [================================================ ] 1716/2202 77% [================================================ ] 1717/2202 77% [================================================ ] 1718/2202 78% [================================================ ] 1719/2202 78% [================================================ ] 1720/2202 78% [================================================ ] 1721/2202 78% [================================================ ] 1722/2202 78% [================================================ ] 1723/2202 78% [================================================ ] 1724/2202 78% [================================================ ] 1725/2202 78% [================================================ ] 1726/2202 78% [================================================ ] 1727/2202 78% [================================================ ] 1728/2202 78% [================================================ ] 1729/2202 78% [================================================ ] 1730/2202 78% [================================================ ] 1731/2202 78% [================================================ ] 1732/2202 78% [================================================ ] 1733/2202 78% [================================================ ] 1734/2202 78% [================================================ ] 1735/2202 78% [================================================ ] 1736/2202 78% [================================================ ] 1737/2202 78% [================================================ ] 1738/2202 78% [================================================ ] 1739/2202 78% [================================================ ] 1740/2202 79% [================================================= ] 1741/2202 79% [================================================= ] 1742/2202 79% [================================================= ] 1743/2202 79% [================================================= ] 1744/2202 79% [================================================= ] 1745/2202 79% [================================================= ] 1746/2202 79% [================================================= ] 1747/2202 79% [================================================= ] 1748/2202 79% [================================================= ] 1749/2202 79% [================================================= ] 1750/2202 79% [================================================= ] 1751/2202 79% [================================================= ] 1752/2202 79% [================================================= ] 1753/2202 79% [================================================= ] 1754/2202 79% [================================================= ] 1755/2202 79% [================================================= ] 1756/2202 79% [================================================= ] 1757/2202 79% [================================================= ] 1758/2202 79% [================================================= ] 1759/2202 79% [================================================= ] 1760/2202 79% [================================================= ] 1761/2202 79% [================================================= ] 1762/2202 80% [================================================= ] 1763/2202 80% [================================================= ] 1764/2202 80% [================================================= ] 1765/2202 80% [================================================= ] 1766/2202 80% [================================================= ] 1767/2202 80% [================================================= ] 1768/2202 80% [================================================= ] 1769/2202 80% [================================================= ] 1770/2202 80% [================================================= ] 1771/2202 80% [================================================= ] 1772/2202 80% [================================================= ] 1773/2202 80% [================================================= ] 1774/2202 80% [================================================= ] 1775/2202 80% [================================================== ] 1776/2202 80% [================================================== ] 1777/2202 80% [================================================== ] 1778/2202 80% [================================================== ] 1779/2202 80% [================================================== ] 1780/2202 80% [================================================== ] 1781/2202 80% [================================================== ] 1782/2202 80% [================================================== ] 1783/2202 80% [================================================== ] 1784/2202 81% [================================================== ] 1785/2202 81% [================================================== ] 1786/2202 81% [================================================== ] 1787/2202 81% [================================================== ] 1788/2202 81% [================================================== ] 1789/2202 81% [================================================== ] 1790/2202 81% [================================================== ] 1791/2202 81% [================================================== ] 1792/2202 81% [================================================== ] 1793/2202 81% [================================================== ] 1794/2202 81% [================================================== ] 1795/2202 81% [================================================== ] 1796/2202 81% [================================================== ] 1797/2202 81% [================================================== ] 1798/2202 81% [================================================== ] 1799/2202 81% [================================================== ] 1800/2202 81% [================================================== ] 1801/2202 81% [================================================== ] 1802/2202 81% [================================================== ] 1803/2202 81% [================================================== ] 1804/2202 81% [================================================== ] 1805/2202 81% [================================================== ] 1806/2202 82% [================================================== ] 1807/2202 82% [================================================== ] 1808/2202 82% [================================================== ] 1809/2202 82% [================================================== ] 1810/2202 82% [================================================== ] 1811/2202 82% [=================================================== ] 1812/2202 82% [=================================================== ] 1813/2202 82% [=================================================== ] 1814/2202 82% [=================================================== ] 1815/2202 82% [=================================================== ] 1816/2202 82% [=================================================== ] 1817/2202 82% [=================================================== ] 1818/2202 82% [=================================================== ] 1819/2202 82% [=================================================== ] 1820/2202 82% [=================================================== ] 1821/2202 82% [=================================================== ] 1822/2202 82% [=================================================== ] 1823/2202 82% [=================================================== ] 1824/2202 82% [=================================================== ] 1825/2202 82% [=================================================== ] 1826/2202 82% [=================================================== ] 1827/2202 82% [=================================================== ] 1828/2202 83% [=================================================== ] 1829/2202 83% [=================================================== ] 1830/2202 83% [=================================================== ] 1831/2202 83% [=================================================== ] 1832/2202 83% [=================================================== ] 1833/2202 83% [=================================================== ] 1834/2202 83% [=================================================== ] 1835/2202 83% [=================================================== ] 1836/2202 83% [=================================================== ] 1837/2202 83% [=================================================== ] 1838/2202 83% [=================================================== ] 1839/2202 83% [=================================================== ] 1840/2202 83% [=================================================== ] 1841/2202 83% [=================================================== ] 1842/2202 83% [=================================================== ] 1843/2202 83% [=================================================== ] 1844/2202 83% [=================================================== ] 1845/2202 83% [=================================================== ] 1846/2202 83% [==================================================== ] 1847/2202 83% [==================================================== ] 1848/2202 83% [==================================================== ] 1849/2202 83% [==================================================== ] 1850/2202 84% [==================================================== ] 1851/2202 84% [==================================================== ] 1852/2202 84% [==================================================== ] 1853/2202 84% [==================================================== ] 1854/2202 84% [==================================================== ] 1855/2202 84% [==================================================== ] 1856/2202 84% [==================================================== ] 1857/2202 84% [==================================================== ] 1858/2202 84% [==================================================== ] 1859/2202 84% [==================================================== ] 1860/2202 84% [==================================================== ] 1861/2202 84% [==================================================== ] 1862/2202 84% [==================================================== ] 1863/2202 84% [==================================================== ] 1864/2202 84% [==================================================== ] 1865/2202 84% [==================================================== ] 1866/2202 84% [==================================================== ] 1867/2202 84% [==================================================== ] 1868/2202 84% [==================================================== ] 1869/2202 84% [==================================================== ] 1870/2202 84% [==================================================== ] 1871/2202 84% [==================================================== ] 1872/2202 85% [==================================================== ] 1873/2202 85% [==================================================== ] 1874/2202 85% [==================================================== ] 1875/2202 85% [==================================================== ] 1876/2202 85% [==================================================== ] 1877/2202 85% [==================================================== ] 1878/2202 85% [==================================================== ] 1879/2202 85% [==================================================== ] 1880/2202 85% [==================================================== ] 1881/2202 85% [==================================================== ] 1882/2202 85% [===================================================== ] 1883/2202 85% [===================================================== ] 1884/2202 85% [===================================================== ] 1885/2202 85% [===================================================== ] 1886/2202 85% [===================================================== ] 1887/2202 85% [===================================================== ] 1888/2202 85% [===================================================== ] 1889/2202 85% [===================================================== ] 1890/2202 85% [===================================================== ] 1891/2202 85% [===================================================== ] 1892/2202 85% [===================================================== ] 1893/2202 85% [===================================================== ] 1894/2202 86% [===================================================== ] 1895/2202 86% [===================================================== ] 1896/2202 86% [===================================================== ] 1897/2202 86% [===================================================== ] 1898/2202 86% [===================================================== ] 1899/2202 86% [===================================================== ] 1900/2202 86% [===================================================== ] 1901/2202 86% [===================================================== ] 1902/2202 86% [===================================================== ] 1903/2202 86% [===================================================== ] 1904/2202 86% [===================================================== ] 1905/2202 86% [===================================================== ] 1906/2202 86% [===================================================== ] 1907/2202 86% [===================================================== ] 1908/2202 86% [===================================================== ] 1909/2202 86% [===================================================== ] 1910/2202 86% [===================================================== ] 1911/2202 86% [===================================================== ] 1912/2202 86% [===================================================== ] 1913/2202 86% [===================================================== ] 1914/2202 86% [===================================================== ] 1915/2202 86% [===================================================== ] 1916/2202 87% [===================================================== ] 1917/2202 87% [====================================================== ] 1918/2202 87% [====================================================== ] 1919/2202 87% [====================================================== ] 1920/2202 87% [====================================================== ] 1921/2202 87% [====================================================== ] 1922/2202 87% [====================================================== ] 1923/2202 87% [====================================================== ] 1924/2202 87% [====================================================== ] 1925/2202 87% [====================================================== ] 1926/2202 87% [====================================================== ] 1927/2202 87% [====================================================== ] 1928/2202 87% [====================================================== ] 1929/2202 87% [====================================================== ] 1930/2202 87% [====================================================== ] 1931/2202 87% [====================================================== ] 1932/2202 87% [====================================================== ] 1933/2202 87% [====================================================== ] 1934/2202 87% [====================================================== ] 1935/2202 87% [====================================================== ] 1936/2202 87% [====================================================== ] 1937/2202 87% [====================================================== ] 1938/2202 88% [====================================================== ] 1939/2202 88% [====================================================== ] 1940/2202 88% [====================================================== ] 1941/2202 88% [====================================================== ] 1942/2202 88% [====================================================== ] 1943/2202 88% [====================================================== ] 1944/2202 88% [====================================================== ] 1945/2202 88% [====================================================== ] 1946/2202 88% [====================================================== ] 1947/2202 88% [====================================================== ] 1948/2202 88% [====================================================== ] 1949/2202 88% [====================================================== ] 1950/2202 88% [====================================================== ] 1951/2202 88% [====================================================== ] 1952/2202 88% [====================================================== ] 1953/2202 88% [======================================================= ] 1954/2202 88% [======================================================= ] 1955/2202 88% [======================================================= ] 1956/2202 88% [======================================================= ] 1957/2202 88% [======================================================= ] 1958/2202 88% [======================================================= ] 1959/2202 88% [======================================================= ] 1960/2202 89% [======================================================= ] 1961/2202 89% [======================================================= ] 1962/2202 89% [======================================================= ] 1963/2202 89% [======================================================= ] 1964/2202 89% [======================================================= ] 1965/2202 89% [======================================================= ] 1966/2202 89% [======================================================= ] 1967/2202 89% [======================================================= ] 1968/2202 89% [======================================================= ] 1969/2202 89% [======================================================= ] 1970/2202 89% [======================================================= ] 1971/2202 89% [======================================================= ] 1972/2202 89% [======================================================= ] 1973/2202 89% [======================================================= ] 1974/2202 89% [======================================================= ] 1975/2202 89% [======================================================= ] 1976/2202 89% [======================================================= ] 1977/2202 89% [======================================================= ] 1978/2202 89% [======================================================= ] 1979/2202 89% [======================================================= ] 1980/2202 89% [======================================================= ] 1981/2202 89% [======================================================= ] 1982/2202 90% [======================================================= ] 1983/2202 90% [======================================================= ] 1984/2202 90% [======================================================= ] 1985/2202 90% [======================================================= ] 1986/2202 90% [======================================================= ] 1987/2202 90% [======================================================= ] 1988/2202 90% [======================================================== ] 1989/2202 90% [======================================================== ] 1990/2202 90% [======================================================== ] 1991/2202 90% [======================================================== ] 1992/2202 90% [======================================================== ] 1993/2202 90% [======================================================== ] 1994/2202 90% [======================================================== ] 1995/2202 90% [======================================================== ] 1996/2202 90% [======================================================== ] 1997/2202 90% [======================================================== ] 1998/2202 90% [======================================================== ] 1999/2202 90% [======================================================== ] 2000/2202 90% [======================================================== ] 2001/2202 90% [======================================================== ] 2002/2202 90% [======================================================== ] 2003/2202 90% [======================================================== ] 2004/2202 91% [======================================================== ] 2005/2202 91% [======================================================== ] 2006/2202 91% [======================================================== ] 2007/2202 91% [======================================================== ] 2008/2202 91% [======================================================== ] 2009/2202 91% [======================================================== ] 2010/2202 91% [======================================================== ] 2011/2202 91% [======================================================== ] 2012/2202 91% [======================================================== ] 2013/2202 91% [======================================================== ] 2014/2202 91% [======================================================== ] 2015/2202 91% [======================================================== ] 2016/2202 91% [======================================================== ] 2017/2202 91% [======================================================== ] 2018/2202 91% [======================================================== ] 2019/2202 91% [======================================================== ] 2020/2202 91% [======================================================== ] 2021/2202 91% [======================================================== ] 2022/2202 91% [======================================================== ] 2023/2202 91% [======================================================== ] 2024/2202 91% [========================================================= ] 2025/2202 91% [========================================================= ] 2026/2202 92% [========================================================= ] 2027/2202 92% [========================================================= ] 2028/2202 92% [========================================================= ] 2029/2202 92% [========================================================= ] 2030/2202 92% [========================================================= ] 2031/2202 92% [========================================================= ] 2032/2202 92% [========================================================= ] 2033/2202 92% [========================================================= ] 2034/2202 92% [========================================================= ] 2035/2202 92% [========================================================= ] 2036/2202 92% [========================================================= ] 2037/2202 92% [========================================================= ] 2038/2202 92% [========================================================= ] 2039/2202 92% [========================================================= ] 2040/2202 92% [========================================================= ] 2041/2202 92% [========================================================= ] 2042/2202 92% [========================================================= ] 2043/2202 92% [========================================================= ] 2044/2202 92% [========================================================= ] 2045/2202 92% [========================================================= ] 2046/2202 92% [========================================================= ] 2047/2202 92% [========================================================= ] 2048/2202 93% [========================================================= ] 2049/2202 93% [========================================================= ] 2050/2202 93% [========================================================= ] 2051/2202 93% [========================================================= ] 2052/2202 93% [========================================================= ] 2053/2202 93% [========================================================= ] 2054/2202 93% [========================================================= ] 2055/2202 93% [========================================================= ] 2056/2202 93% [========================================================= ] 2057/2202 93% [========================================================= ] 2058/2202 93% [========================================================= ] 2059/2202 93% [========================================================== ] 2060/2202 93% [========================================================== ] 2061/2202 93% [========================================================== ] 2062/2202 93% [========================================================== ] 2063/2202 93% [========================================================== ] 2064/2202 93% [========================================================== ] 2065/2202 93% [========================================================== ] 2066/2202 93% [========================================================== ] 2067/2202 93% [========================================================== ] 2068/2202 93% [========================================================== ] 2069/2202 93% [========================================================== ] 2070/2202 94% [========================================================== ] 2071/2202 94% [========================================================== ] 2072/2202 94% [========================================================== ] 2073/2202 94% [========================================================== ] 2074/2202 94% [========================================================== ] 2075/2202 94% [========================================================== ] 2076/2202 94% [========================================================== ] 2077/2202 94% [========================================================== ] 2078/2202 94% [========================================================== ] 2079/2202 94% [========================================================== ] 2080/2202 94% [========================================================== ] 2081/2202 94% [========================================================== ] 2082/2202 94% [========================================================== ] 2083/2202 94% [========================================================== ] 2084/2202 94% [========================================================== ] 2085/2202 94% [========================================================== ] 2086/2202 94% [========================================================== ] 2087/2202 94% [========================================================== ] 2088/2202 94% [========================================================== ] 2089/2202 94% [========================================================== ] 2090/2202 94% [========================================================== ] 2091/2202 94% [========================================================== ] 2092/2202 95% [========================================================== ] 2093/2202 95% [========================================================== ] 2094/2202 95% [========================================================== ] 2095/2202 95% [=========================================================== ] 2096/2202 95% [=========================================================== ] 2097/2202 95% [=========================================================== ] 2098/2202 95% [=========================================================== ] 2099/2202 95% [=========================================================== ] 2100/2202 95% [=========================================================== ] 2101/2202 95% [=========================================================== ] 2102/2202 95% [=========================================================== ] 2103/2202 95% [=========================================================== ] 2104/2202 95% [=========================================================== ] 2105/2202 95% [=========================================================== ] 2106/2202 95% [=========================================================== ] 2107/2202 95% [=========================================================== ] 2108/2202 95% [=========================================================== ] 2109/2202 95% [=========================================================== ] 2110/2202 95% [=========================================================== ] 2111/2202 95% [=========================================================== ] 2112/2202 95% [=========================================================== ] 2113/2202 95% [=========================================================== ] 2114/2202 96% [=========================================================== ] 2115/2202 96% [=========================================================== ] 2116/2202 96% [=========================================================== ] 2117/2202 96% [=========================================================== ] 2118/2202 96% [=========================================================== ] 2119/2202 96% [=========================================================== ] 2120/2202 96% [=========================================================== ] 2121/2202 96% [=========================================================== ] 2122/2202 96% [=========================================================== ] 2123/2202 96% [=========================================================== ] 2124/2202 96% [=========================================================== ] 2125/2202 96% [=========================================================== ] 2126/2202 96% [=========================================================== ] 2127/2202 96% [=========================================================== ] 2128/2202 96% [=========================================================== ] 2129/2202 96% [=========================================================== ] 2130/2202 96% [============================================================ ] 2131/2202 96% [============================================================ ] 2132/2202 96% [============================================================ ] 2133/2202 96% [============================================================ ] 2134/2202 96% [============================================================ ] 2135/2202 96% [============================================================ ] 2136/2202 97% [============================================================ ] 2137/2202 97% [============================================================ ] 2138/2202 97% [============================================================ ] 2139/2202 97% [============================================================ ] 2140/2202 97% [============================================================ ] 2141/2202 97% [============================================================ ] 2142/2202 97% [============================================================ ] 2143/2202 97% [============================================================ ] 2144/2202 97% [============================================================ ] 2145/2202 97% [============================================================ ] 2146/2202 97% [============================================================ ] 2147/2202 97% [============================================================ ] 2148/2202 97% [============================================================ ] 2149/2202 97% [============================================================ ] 2150/2202 97% [============================================================ ] 2151/2202 97% [============================================================ ] 2152/2202 97% [============================================================ ] 2153/2202 97% [============================================================ ] 2154/2202 97% [============================================================ ] 2155/2202 97% [============================================================ ] 2156/2202 97% [============================================================ ] 2157/2202 97% [============================================================ ] 2158/2202 98% [============================================================ ] 2159/2202 98% [============================================================ ] 2160/2202 98% [============================================================ ] 2161/2202 98% [============================================================ ] 2162/2202 98% [============================================================ ] 2163/2202 98% [============================================================ ] 2164/2202 98% [============================================================ ] 2165/2202 98% [============================================================ ] 2166/2202 98% [============================================================= ] 2167/2202 98% [============================================================= ] 2168/2202 98% [============================================================= ] 2169/2202 98% [============================================================= ] 2170/2202 98% [============================================================= ] 2171/2202 98% [============================================================= ] 2172/2202 98% [============================================================= ] 2173/2202 98% [============================================================= ] 2174/2202 98% [============================================================= ] 2175/2202 98% [============================================================= ] 2176/2202 98% [============================================================= ] 2177/2202 98% [============================================================= ] 2178/2202 98% [============================================================= ] 2179/2202 98% [============================================================= ] 2180/2202 99% [============================================================= ] 2181/2202 99% [============================================================= ] 2182/2202 99% [============================================================= ] 2183/2202 99% [============================================================= ] 2184/2202 99% [============================================================= ] 2185/2202 99% [============================================================= ] 2186/2202 99% [============================================================= ] 2187/2202 99% [============================================================= ] 2188/2202 99% [============================================================= ] 2189/2202 99% [============================================================= ] 2190/2202 99% [============================================================= ] 2191/2202 99% [============================================================= ] 2192/2202 99% [============================================================= ] 2193/2202 99% [============================================================= ] 2194/2202 99% [============================================================= ] 2195/2202 99% [============================================================= ] 2196/2202 99% [============================================================= ] 2197/2202 99% [============================================================= ] 2198/2202 99% [============================================================= ] 2199/2202 99% [============================================================= ] 2200/2202 99% [============================================================= ] 2201/2202 99% [==============================================================] 2202/2202 100% operation complete, 2202 objects in 41101 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/microblazeel-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2022.05-1675-ge4ecf82f99 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.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-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.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-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apache 2.4.54 Collecting legal info LICENSE: OK (sha256: 47b8c2b6c3309282a99d4a3001575c790fead690cc14734628c4667d2bbffc43) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> 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) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-checksec 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: 7888fee828bf56d547fc1f634e40638984148b4fc41373b7626eb465060640de) >>> collectd 5.12.0 Collecting legal info COPYING: OK (sha256: ed0409b2b1c30566dab5fcdaf46ee70e140c99788e22f0267645a9357b476ae4) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> host-cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libbluray 1.3.1 Collecting legal info COPYING: OK (sha256: b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.3 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libdrm 2.4.112 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> host-meson 0.63.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openipmi 2.0.32 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.BSD: OK (sha256: 185323a62589e7ee80f86bf2ea29caad9a09fdda0ea3f1c00db8b778c7edf60e) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> opensc 0.22.0 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> pcsc-lite 1.9.8 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-cython 0.29.32 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> sdl2 2.24.0 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> wayland-protocols 1.26 Collecting legal info COPYING: OK (sha256: f1a2b233e8a9a71c40f4aa885be08a0842ac85bb8588703c1dd7e6e6502e3124) >>> wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.10.2 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> xkeyboard-config 2.36 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.1 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'