Missing dependencies for copas 2.0.2-1: lua >= 5.1, < 5.4 (not installed) coxpcall >= 1.14 (not installed) Missing dependencies for valua 0.3-1: lua >= 5.1, < 5.4 (not installed) Missing dependencies for wsapi 1.7-1: coxpcall >= 1.14 (not installed) 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-15/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-15/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-15/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-15/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-15/output-1/host/bin PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-15/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-15/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-15/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-15/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-15/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-15/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%saphira%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%saphira%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/lua/5.4/doc rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/luarocks rm -f -r /home/autobuild/autobuild/instance-15/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/autobuild/autobuild/instance-15/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/autobuild/autobuild/instance-15/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/autobuild/autobuild/instance-15/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-15/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-15/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-15/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-15/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-15/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-15/output-1/target/etc/passwd printf '%s\n' C en_US locale-archive > /home/autobuild/autobuild/instance-15/output-1/build/locales.nopurge for dir in /home/autobuild/autobuild/instance-15/output-1/target/usr/share/locale /home/autobuild/autobuild/instance-15/output-1/target/usr/share/X11/locale /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/autobuild/autobuild/instance-15/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/autobuild/autobuild/instance-15/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/autobuild/autobuild/instance-15/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/autobuild/autobuild/instance-15/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/include /home/autobuild/autobuild/instance-15/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-15/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-15/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-15/output-1/target/usr/doc find /home/autobuild/autobuild/instance-15/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-15/output-1/target/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/man /home/autobuild/autobuild/instance-15/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/info /home/autobuild/autobuild/instance-15/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/doc /home/autobuild/autobuild/instance-15/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-15/output-1/target/usr/share 2>/dev/null || true find /home/autobuild/autobuild/instance-15/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-15/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-15/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-15/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-987-g417eb476fd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-15/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-15/output-1/per-package /home/autobuild/autobuild/instance-15/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-15/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n saned -1 saned -1 * /etc/sane.d - - Saned User\n\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/images rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-15/output-1/target/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-15/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-15/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-15/output-1/host/sbin/mkfs.ext2 -d /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target -r 0 -N 0 -m 5 -L "rootfs" -O ^64bit /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-15/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 9f12b041-a2f4-4e2d-93ef-c49c0fce7958 Superblock backups stored on blocks: 32768, 65536, 98304, 131072, 163840, 196608, 229376, 262144, 294912, 327680, 360448, 393216, 425984, 458752, 491520, 524288, 557056, 589824, 622592, 655360, 688128, 720896, 753664, 786432, 819200, 851968, 884736, 917504, 950272, 983040, 1015808, 1048576, 1081344, 1114112, 1146880, 1179648, 1212416, 1245184, 1277952 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" xz -9 -C crc32 -c -T 1 /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-15/output-1/images/rootfs.ext2.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/images rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-15/output-1/target/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-15/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-15/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-15/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-15/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-15/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2475 objects. stage 2: creating image '/home/autobuild/autobuild/instance-15/output-1/images/rootfs.yaffs2' [ ] 1/2475 0% [ ] 2/2475 0% [ ] 3/2475 0% [ ] 4/2475 0% [ ] 5/2475 0% [ ] 6/2475 0% [ ] 7/2475 0% [ ] 8/2475 0% [ ] 9/2475 0% [ ] 10/2475 0% [ ] 11/2475 0% [ ] 12/2475 0% [ ] 13/2475 0% [ ] 14/2475 0% [ ] 15/2475 0% [ ] 16/2475 0% [ ] 17/2475 0% [ ] 18/2475 0% [ ] 19/2475 0% [ ] 20/2475 0% [ ] 21/2475 0% [ ] 22/2475 0% [ ] 23/2475 0% [ ] 24/2475 0% [ ] 25/2475 1% [ ] 26/2475 1% [ ] 27/2475 1% [ ] 28/2475 1% [ ] 29/2475 1% [ ] 30/2475 1% [ ] 31/2475 1% [ ] 32/2475 1% [ ] 33/2475 1% [ ] 34/2475 1% [ ] 35/2475 1% [ ] 36/2475 1% [ ] 37/2475 1% [ ] 38/2475 1% [ ] 39/2475 1% [= ] 40/2475 1% [= ] 41/2475 1% [= ] 42/2475 1% [= ] 43/2475 1% [= ] 44/2475 1% [= ] 45/2475 1% [= ] 46/2475 1% [= ] 47/2475 1% [= ] 48/2475 1% [= ] 49/2475 1% [= ] 50/2475 2% [= ] 51/2475 2% [= ] 52/2475 2% [= ] 53/2475 2% [= ] 54/2475 2% [= ] 55/2475 2% [= ] 56/2475 2% [= ] 57/2475 2% [= ] 58/2475 2% [= ] 59/2475 2% [= ] 60/2475 2% [= ] 61/2475 2% [= ] 62/2475 2% [= ] 63/2475 2% [= ] 64/2475 2% [= ] 65/2475 2% [= ] 66/2475 2% [= ] 67/2475 2% [= ] 68/2475 2% [= ] 69/2475 2% [= ] 70/2475 2% [= ] 71/2475 2% [= ] 72/2475 2% [= ] 73/2475 2% [= ] 74/2475 2% [= ] 75/2475 3% [= ] 76/2475 3% [= ] 77/2475 3% [= ] 78/2475 3% [= ] 79/2475 3% [== ] 80/2475 3% [== ] 81/2475 3% [== ] 82/2475 3% [== ] 83/2475 3% [== ] 84/2475 3% [== ] 85/2475 3% [== ] 86/2475 3% [== ] 87/2475 3% [== ] 88/2475 3% [== ] 89/2475 3% [== ] 90/2475 3% [== ] 91/2475 3% [== ] 92/2475 3% [== ] 93/2475 3% [== ] 94/2475 3% [== ] 95/2475 3% [== ] 96/2475 3% [== ] 97/2475 3% [== ] 98/2475 3% [== ] 99/2475 4% [== ] 100/2475 4% [== ] 101/2475 4% [== ] 102/2475 4% [== ] 103/2475 4% [== ] 104/2475 4% [== ] 105/2475 4% [== ] 106/2475 4% [== ] 107/2475 4% [== ] 108/2475 4% [== ] 109/2475 4% [== ] 110/2475 4% [== ] 111/2475 4% [== ] 112/2475 4% [== ] 113/2475 4% [== ] 114/2475 4% [== ] 115/2475 4% [== ] 116/2475 4% [== ] 117/2475 4% [== ] 118/2475 4% [== ] 119/2475 4% [=== ] 120/2475 4% [=== ] 121/2475 4% [=== ] 122/2475 4% [=== ] 123/2475 4% [=== ] 124/2475 5% [=== ] 125/2475 5% [=== ] 126/2475 5% [=== ] 127/2475 5% [=== ] 128/2475 5% [=== ] 129/2475 5% [=== ] 130/2475 5% [=== ] 131/2475 5% [=== ] 132/2475 5% [=== ] 133/2475 5% [=== ] 134/2475 5% [=== ] 135/2475 5% [=== ] 136/2475 5% [=== ] 137/2475 5% [=== ] 138/2475 5% [=== ] 139/2475 5% [=== ] 140/2475 5% [=== ] 141/2475 5% [=== ] 142/2475 5% [=== ] 143/2475 5% [=== ] 144/2475 5% [=== ] 145/2475 5% [=== ] 146/2475 5% [=== ] 147/2475 5% [=== ] 148/2475 5% [=== ] 149/2475 6% [=== ] 150/2475 6% [=== ] 151/2475 6% [=== ] 152/2475 6% [=== ] 153/2475 6% [=== ] 154/2475 6% [=== ] 155/2475 6% [=== ] 156/2475 6% [=== ] 157/2475 6% [=== ] 158/2475 6% [=== ] 159/2475 6% [==== ] 160/2475 6% [==== ] 161/2475 6% [==== ] 162/2475 6% [==== ] 163/2475 6% [==== ] 164/2475 6% [==== ] 165/2475 6% [==== ] 166/2475 6% [==== ] 167/2475 6% [==== ] 168/2475 6% [==== ] 169/2475 6% [==== ] 170/2475 6% [==== ] 171/2475 6% [==== ] 172/2475 6% [==== ] 173/2475 6% [==== ] 174/2475 7% [==== ] 175/2475 7% [==== ] 176/2475 7% [==== ] 177/2475 7% [==== ] 178/2475 7% [==== ] 179/2475 7% [==== ] 180/2475 7% [==== ] 181/2475 7% [==== ] 182/2475 7% [==== ] 183/2475 7% [==== ] 184/2475 7% [==== ] 185/2475 7% [==== ] 186/2475 7% [==== ] 187/2475 7% [==== ] 188/2475 7% [==== ] 189/2475 7% [==== ] 190/2475 7% [==== ] 191/2475 7% [==== ] 192/2475 7% [==== ] 193/2475 7% [==== ] 194/2475 7% [==== ] 195/2475 7% [==== ] 196/2475 7% [==== ] 197/2475 7% [==== ] 198/2475 8% [==== ] 199/2475 8% [===== ] 200/2475 8% [===== ] 201/2475 8% [===== ] 202/2475 8% [===== ] 203/2475 8% [===== ] 204/2475 8% [===== ] 205/2475 8% [===== ] 206/2475 8% [===== ] 207/2475 8% [===== ] 208/2475 8% [===== ] 209/2475 8% [===== ] 210/2475 8% [===== ] 211/2475 8% [===== ] 212/2475 8% [===== ] 213/2475 8% [===== ] 214/2475 8% [===== ] 215/2475 8% [===== ] 216/2475 8% [===== ] 217/2475 8% [===== ] 218/2475 8% [===== ] 219/2475 8% [===== ] 220/2475 8% [===== ] 221/2475 8% [===== ] 222/2475 8% [===== ] 223/2475 9% [===== ] 224/2475 9% [===== ] 225/2475 9% [===== ] 226/2475 9% [===== ] 227/2475 9% [===== ] 228/2475 9% [===== ] 229/2475 9% [===== ] 230/2475 9% [===== ] 231/2475 9% [===== ] 232/2475 9% [===== ] 233/2475 9% [===== ] 234/2475 9% [===== ] 235/2475 9% [===== ] 236/2475 9% [===== ] 237/2475 9% [===== ] 238/2475 9% [===== ] 239/2475 9% [====== ] 240/2475 9% [====== ] 241/2475 9% [====== ] 242/2475 9% [====== ] 243/2475 9% [====== ] 244/2475 9% [====== ] 245/2475 9% [====== ] 246/2475 9% [====== ] 247/2475 9% [====== ] 248/2475 10% [====== ] 249/2475 10% [====== ] 250/2475 10% [====== ] 251/2475 10% [====== ] 252/2475 10% [====== ] 253/2475 10% [====== ] 254/2475 10% [====== ] 255/2475 10% [====== ] 256/2475 10% [====== ] 257/2475 10% [====== ] 258/2475 10% [====== ] 259/2475 10% [====== ] 260/2475 10% [====== ] 261/2475 10% [====== ] 262/2475 10% [====== ] 263/2475 10% [====== ] 264/2475 10% [====== ] 265/2475 10% [====== ] 266/2475 10% [====== ] 267/2475 10% [====== ] 268/2475 10% [====== ] 269/2475 10% [====== ] 270/2475 10% [====== ] 271/2475 10% [====== ] 272/2475 10% [====== ] 273/2475 11% [====== ] 274/2475 11% [====== ] 275/2475 11% [====== ] 276/2475 11% [====== ] 277/2475 11% [====== ] 278/2475 11% [====== ] 279/2475 11% [======= ] 280/2475 11% [======= ] 281/2475 11% [======= ] 282/2475 11% [======= ] 283/2475 11% [======= ] 284/2475 11% [======= ] 285/2475 11% [======= ] 286/2475 11% [======= ] 287/2475 11% [======= ] 288/2475 11% [======= ] 289/2475 11% [======= ] 290/2475 11% [======= ] 291/2475 11% [======= ] 292/2475 11% [======= ] 293/2475 11% [======= ] 294/2475 11% [======= ] 295/2475 11% [======= ] 296/2475 11% [======= ] 297/2475 12% [======= ] 298/2475 12% [======= ] 299/2475 12% [======= ] 300/2475 12% [======= ] 301/2475 12% [======= ] 302/2475 12% [======= ] 303/2475 12% [======= ] 304/2475 12% [======= ] 305/2475 12% [======= ] 306/2475 12% [======= ] 307/2475 12% [======= ] 308/2475 12% [======= ] 309/2475 12% [======= ] 310/2475 12% [======= ] 311/2475 12% [======= ] 312/2475 12% [======= ] 313/2475 12% [======= ] 314/2475 12% [======= ] 315/2475 12% [======= ] 316/2475 12% [======= ] 317/2475 12% [======= ] 318/2475 12% [======= ] 319/2475 12% [======== ] 320/2475 12% [======== ] 321/2475 12% [======== ] 322/2475 13% [======== ] 323/2475 13% [======== ] 324/2475 13% [======== ] 325/2475 13% [======== ] 326/2475 13% [======== ] 327/2475 13% [======== ] 328/2475 13% [======== ] 329/2475 13% [======== ] 330/2475 13% [======== ] 331/2475 13% [======== ] 332/2475 13% [======== ] 333/2475 13% [======== ] 334/2475 13% [======== ] 335/2475 13% [======== ] 336/2475 13% [======== ] 337/2475 13% [======== ] 338/2475 13% [======== ] 339/2475 13% [======== ] 340/2475 13% [======== ] 341/2475 13% [======== ] 342/2475 13% [======== ] 343/2475 13% [======== ] 344/2475 13% [======== ] 345/2475 13% [======== ] 346/2475 13% [======== ] 347/2475 14% [======== ] 348/2475 14% [======== ] 349/2475 14% [======== ] 350/2475 14% [======== ] 351/2475 14% [======== ] 352/2475 14% [======== ] 353/2475 14% [======== ] 354/2475 14% [======== ] 355/2475 14% [======== ] 356/2475 14% [======== ] 357/2475 14% [======== ] 358/2475 14% [======== ] 359/2475 14% [========= ] 360/2475 14% [========= ] 361/2475 14% [========= ] 362/2475 14% [========= ] 363/2475 14% [========= ] 364/2475 14% [========= ] 365/2475 14% [========= ] 366/2475 14% [========= ] 367/2475 14% [========= ] 368/2475 14% [========= ] 369/2475 14% [========= ] 370/2475 14% [========= ] 371/2475 14% [========= ] 372/2475 15% [========= ] 373/2475 15% [========= ] 374/2475 15% [========= ] 375/2475 15% [========= ] 376/2475 15% [========= ] 377/2475 15% [========= ] 378/2475 15% [========= ] 379/2475 15% [========= ] 380/2475 15% [========= ] 381/2475 15% [========= ] 382/2475 15% [========= ] 383/2475 15% [========= ] 384/2475 15% [========= ] 385/2475 15% [========= ] 386/2475 15% [========= ] 387/2475 15% [========= ] 388/2475 15% [========= ] 389/2475 15% [========= ] 390/2475 15% [========= ] 391/2475 15% [========= ] 392/2475 15% [========= ] 393/2475 15% [========= ] 394/2475 15% [========= ] 395/2475 15% [========= ] 396/2475 16% [========= ] 397/2475 16% [========= ] 398/2475 16% [========= ] 399/2475 16% [========== ] 400/2475 16% [========== ] 401/2475 16% [========== ] 402/2475 16% [========== ] 403/2475 16% [========== ] 404/2475 16% [========== ] 405/2475 16% [========== ] 406/2475 16% [========== ] 407/2475 16% [========== ] 408/2475 16% [========== ] 409/2475 16% [========== ] 410/2475 16% [========== ] 411/2475 16% [========== ] 412/2475 16% [========== ] 413/2475 16% [========== ] 414/2475 16% [========== ] 415/2475 16% [========== ] 416/2475 16% [========== ] 417/2475 16% [========== ] 418/2475 16% [========== ] 419/2475 16% [========== ] 420/2475 16% [========== ] 421/2475 17% [========== ] 422/2475 17% [========== ] 423/2475 17% [========== ] 424/2475 17% [========== ] 425/2475 17% [========== ] 426/2475 17% [========== ] 427/2475 17% [========== ] 428/2475 17% [========== ] 429/2475 17% [========== ] 430/2475 17% [========== ] 431/2475 17% [========== ] 432/2475 17% [========== ] 433/2475 17% [========== ] 434/2475 17% [========== ] 435/2475 17% [========== ] 436/2475 17% [========== ] 437/2475 17% [========== ] 438/2475 17% [========== ] 439/2475 17% [=========== ] 440/2475 17% [=========== ] 441/2475 17% [=========== ] 442/2475 17% [=========== ] 443/2475 17% [=========== ] 444/2475 17% [=========== ] 445/2475 17% [=========== ] 446/2475 18% [=========== ] 447/2475 18% [=========== ] 448/2475 18% [=========== ] 449/2475 18% [=========== ] 450/2475 18% [=========== ] 451/2475 18% [=========== ] 452/2475 18% [=========== ] 453/2475 18% [=========== ] 454/2475 18% [=========== ] 455/2475 18% [=========== ] 456/2475 18% [=========== ] 457/2475 18% [=========== ] 458/2475 18% [=========== ] 459/2475 18% [=========== ] 460/2475 18% [=========== ] 461/2475 18% [=========== ] 462/2475 18% [=========== ] 463/2475 18% [=========== ] 464/2475 18% [=========== ] 465/2475 18% [=========== ] 466/2475 18% [=========== ] 467/2475 18% [=========== ] 468/2475 18% [=========== ] 469/2475 18% [=========== ] 470/2475 18% [=========== ] 471/2475 19% [=========== ] 472/2475 19% [=========== ] 473/2475 19% [=========== ] 474/2475 19% [=========== ] 475/2475 19% [=========== ] 476/2475 19% [=========== ] 477/2475 19% [=========== ] 478/2475 19% [=========== ] 479/2475 19% [============ ] 480/2475 19% [============ ] 481/2475 19% [============ ] 482/2475 19% [============ ] 483/2475 19% [============ ] 484/2475 19% [============ ] 485/2475 19% [============ ] 486/2475 19% [============ ] 487/2475 19% [============ ] 488/2475 19% [============ ] 489/2475 19% [============ ] 490/2475 19% [============ ] 491/2475 19% [============ ] 492/2475 19% [============ ] 493/2475 19% [============ ] 494/2475 19% [============ ] 495/2475 20% [============ ] 496/2475 20% [============ ] 497/2475 20% [============ ] 498/2475 20% [============ ] 499/2475 20% [============ ] 500/2475 20% [============ ] 501/2475 20% [============ ] 502/2475 20% [============ ] 503/2475 20% [============ ] 504/2475 20% [============ ] 505/2475 20% [============ ] 506/2475 20% [============ ] 507/2475 20% [============ ] 508/2475 20% [============ ] 509/2475 20% [============ ] 510/2475 20% [============ ] 511/2475 20% [============ ] 512/2475 20% [============ ] 513/2475 20% [============ ] 514/2475 20% [============ ] 515/2475 20% [============ ] 516/2475 20% [============ ] 517/2475 20% [============ ] 518/2475 20% [============= ] 519/2475 20% [============= ] 520/2475 21% [============= ] 521/2475 21% [============= ] 522/2475 21% [============= ] 523/2475 21% [============= ] 524/2475 21% [============= ] 525/2475 21% [============= ] 526/2475 21% [============= ] 527/2475 21% [============= ] 528/2475 21% [============= ] 529/2475 21% [============= ] 530/2475 21% [============= ] 531/2475 21% [============= ] 532/2475 21% [============= ] 533/2475 21% [============= ] 534/2475 21% [============= ] 535/2475 21% [============= ] 536/2475 21% [============= ] 537/2475 21% [============= ] 538/2475 21% [============= ] 539/2475 21% [============= ] 540/2475 21% [============= ] 541/2475 21% [============= ] 542/2475 21% [============= ] 543/2475 21% [============= ] 544/2475 21% [============= ] 545/2475 22% [============= ] 546/2475 22% [============= ] 547/2475 22% [============= ] 548/2475 22% [============= ] 549/2475 22% [============= ] 550/2475 22% [============= ] 551/2475 22% [============= ] 552/2475 22% [============= ] 553/2475 22% [============= ] 554/2475 22% [============= ] 555/2475 22% [============= ] 556/2475 22% [============= ] 557/2475 22% [============= ] 558/2475 22% [============== ] 559/2475 22% [============== ] 560/2475 22% [============== ] 561/2475 22% [============== ] 562/2475 22% [============== ] 563/2475 22% [============== ] 564/2475 22% [============== ] 565/2475 22% [============== ] 566/2475 22% [============== ] 567/2475 22% [============== ] 568/2475 22% [============== ] 569/2475 22% [============== ] 570/2475 23% [============== ] 571/2475 23% [============== ] 572/2475 23% [============== ] 573/2475 23% [============== ] 574/2475 23% [============== ] 575/2475 23% [============== ] 576/2475 23% [============== ] 577/2475 23% [============== ] 578/2475 23% [============== ] 579/2475 23% [============== ] 580/2475 23% [============== ] 581/2475 23% [============== ] 582/2475 23% [============== ] 583/2475 23% [============== ] 584/2475 23% [============== ] 585/2475 23% [============== ] 586/2475 23% [============== ] 587/2475 23% [============== ] 588/2475 23% [============== ] 589/2475 23% [============== ] 590/2475 23% [============== ] 591/2475 23% [============== ] 592/2475 23% [============== ] 593/2475 23% [============== ] 594/2475 24% [============== ] 595/2475 24% [============== ] 596/2475 24% [============== ] 597/2475 24% [============== ] 598/2475 24% [=============== ] 599/2475 24% [=============== ] 600/2475 24% [=============== ] 601/2475 24% [=============== ] 602/2475 24% [=============== ] 603/2475 24% [=============== ] 604/2475 24% [=============== ] 605/2475 24% [=============== ] 606/2475 24% [=============== ] 607/2475 24% [=============== ] 608/2475 24% [=============== ] 609/2475 24% [=============== ] 610/2475 24% [=============== ] 611/2475 24% [=============== ] 612/2475 24% [=============== ] 613/2475 24% [=============== ] 614/2475 24% [=============== ] 615/2475 24% [=============== ] 616/2475 24% [=============== ] 617/2475 24% [=============== ] 618/2475 24% [=============== ] 619/2475 25% [=============== ] 620/2475 25% [=============== ] 621/2475 25% [=============== ] 622/2475 25% [=============== ] 623/2475 25% [=============== ] 624/2475 25% [=============== ] 625/2475 25% [=============== ] 626/2475 25% [=============== ] 627/2475 25% [=============== ] 628/2475 25% [=============== ] 629/2475 25% [=============== ] 630/2475 25% [=============== ] 631/2475 25% [=============== ] 632/2475 25% [=============== ] 633/2475 25% [=============== ] 634/2475 25% [=============== ] 635/2475 25% [=============== ] 636/2475 25% [=============== ] 637/2475 25% [=============== ] 638/2475 25% [================ ] 639/2475 25% [================ ] 640/2475 25% [================ ] 641/2475 25% [================ ] 642/2475 25% [================ ] 643/2475 25% [================ ] 644/2475 26% [================ ] 645/2475 26% [================ ] 646/2475 26% [================ ] 647/2475 26% [================ ] 648/2475 26% [================ ] 649/2475 26% [================ ] 650/2475 26% [================ ] 651/2475 26% [================ ] 652/2475 26% [================ ] 653/2475 26% [================ ] 654/2475 26% [================ ] 655/2475 26% [================ ] 656/2475 26% [================ ] 657/2475 26% [================ ] 658/2475 26% [================ ] 659/2475 26% [================ ] 660/2475 26% [================ ] 661/2475 26% [================ ] 662/2475 26% [================ ] 663/2475 26% [================ ] 664/2475 26% [================ ] 665/2475 26% [================ ] 666/2475 26% [================ ] 667/2475 26% [================ ] 668/2475 26% [================ ] 669/2475 27% [================ ] 670/2475 27% [================ ] 671/2475 27% [================ ] 672/2475 27% [================ ] 673/2475 27% [================ ] 674/2475 27% [================ ] 675/2475 27% [================ ] 676/2475 27% [================ ] 677/2475 27% [================ ] 678/2475 27% [================= ] 679/2475 27% [================= ] 680/2475 27% [================= ] 681/2475 27% [================= ] 682/2475 27% [================= ] 683/2475 27% [================= ] 684/2475 27% [================= ] 685/2475 27% [================= ] 686/2475 27% [================= ] 687/2475 27% [================= ] 688/2475 27% [================= ] 689/2475 27% [================= ] 690/2475 27% [================= ] 691/2475 27% [================= ] 692/2475 27% [================= ] 693/2475 28% [================= ] 694/2475 28% [================= ] 695/2475 28% [================= ] 696/2475 28% [================= ] 697/2475 28% [================= ] 698/2475 28% [================= ] 699/2475 28% [================= ] 700/2475 28% [================= ] 701/2475 28% [================= ] 702/2475 28% [================= ] 703/2475 28% [================= ] 704/2475 28% [================= ] 705/2475 28% [================= ] 706/2475 28% [================= ] 707/2475 28% [================= ] 708/2475 28% [================= ] 709/2475 28% [================= ] 710/2475 28% [================= ] 711/2475 28% [================= ] 712/2475 28% [================= ] 713/2475 28% [================= ] 714/2475 28% [================= ] 715/2475 28% [================= ] 716/2475 28% [================= ] 717/2475 28% [================= ] 718/2475 29% [================== ] 719/2475 29% [================== ] 720/2475 29% [================== ] 721/2475 29% [================== ] 722/2475 29% [================== ] 723/2475 29% [================== ] 724/2475 29% [================== ] 725/2475 29% [================== ] 726/2475 29% [================== ] 727/2475 29% [================== ] 728/2475 29% [================== ] 729/2475 29% [================== ] 730/2475 29% [================== ] 731/2475 29% [================== ] 732/2475 29% [================== ] 733/2475 29% [================== ] 734/2475 29% [================== ] 735/2475 29% [================== ] 736/2475 29% [================== ] 737/2475 29% [================== ] 738/2475 29% [================== ] 739/2475 29% [================== ] 740/2475 29% [================== ] 741/2475 29% [================== ] 742/2475 29% [================== ] 743/2475 30% [================== ] 744/2475 30% [================== ] 745/2475 30% [================== ] 746/2475 30% [================== ] 747/2475 30% [================== ] 748/2475 30% [================== ] 749/2475 30% [================== ] 750/2475 30% [================== ] 751/2475 30% [================== ] 752/2475 30% [================== ] 753/2475 30% [================== ] 754/2475 30% [================== ] 755/2475 30% [================== ] 756/2475 30% [================== ] 757/2475 30% [================== ] 758/2475 30% [=================== ] 759/2475 30% [=================== ] 760/2475 30% [=================== ] 761/2475 30% [=================== ] 762/2475 30% [=================== ] 763/2475 30% [=================== ] 764/2475 30% [=================== ] 765/2475 30% [=================== ] 766/2475 30% [=================== ] 767/2475 30% [=================== ] 768/2475 31% [=================== ] 769/2475 31% [=================== ] 770/2475 31% [=================== ] 771/2475 31% [=================== ] 772/2475 31% [=================== ] 773/2475 31% [=================== ] 774/2475 31% [=================== ] 775/2475 31% [=================== ] 776/2475 31% [=================== ] 777/2475 31% [=================== ] 778/2475 31% [=================== ] 779/2475 31% [=================== ] 780/2475 31% [=================== ] 781/2475 31% [=================== ] 782/2475 31% [=================== ] 783/2475 31% [=================== ] 784/2475 31% [=================== ] 785/2475 31% [=================== ] 786/2475 31% [=================== ] 787/2475 31% [=================== ] 788/2475 31% [=================== ] 789/2475 31% [=================== ] 790/2475 31% [=================== ] 791/2475 31% [=================== ] 792/2475 32% [=================== ] 793/2475 32% [=================== ] 794/2475 32% [=================== ] 795/2475 32% [=================== ] 796/2475 32% [=================== ] 797/2475 32% [=================== ] 798/2475 32% [==================== ] 799/2475 32% [==================== ] 800/2475 32% [==================== ] 801/2475 32% [==================== ] 802/2475 32% [==================== ] 803/2475 32% [==================== ] 804/2475 32% [==================== ] 805/2475 32% [==================== ] 806/2475 32% [==================== ] 807/2475 32% [==================== ] 808/2475 32% [==================== ] 809/2475 32% [==================== ] 810/2475 32% [==================== ] 811/2475 32% [==================== ] 812/2475 32% [==================== ] 813/2475 32% [==================== ] 814/2475 32% [==================== ] 815/2475 32% [==================== ] 816/2475 32% [==================== ] 817/2475 33% [==================== ] 818/2475 33% [==================== ] 819/2475 33% [==================== ] 820/2475 33% [==================== ] 821/2475 33% [==================== ] 822/2475 33% [==================== ] 823/2475 33% [==================== ] 824/2475 33% [==================== ] 825/2475 33% [==================== ] 826/2475 33% [==================== ] 827/2475 33% [==================== ] 828/2475 33% [==================== ] 829/2475 33% [==================== ] 830/2475 33% [==================== ] 831/2475 33% [==================== ] 832/2475 33% [==================== ] 833/2475 33% [==================== ] 834/2475 33% [==================== ] 835/2475 33% [==================== ] 836/2475 33% [==================== ] 837/2475 33% [==================== ] 838/2475 33% [===================== ] 839/2475 33% [===================== ] 840/2475 33% [===================== ] 841/2475 33% [===================== ] 842/2475 34% [===================== ] 843/2475 34% [===================== ] 844/2475 34% [===================== ] 845/2475 34% [===================== ] 846/2475 34% [===================== ] 847/2475 34% [===================== ] 848/2475 34% [===================== ] 849/2475 34% [===================== ] 850/2475 34% [===================== ] 851/2475 34% [===================== ] 852/2475 34% [===================== ] 853/2475 34% [===================== ] 854/2475 34% [===================== ] 855/2475 34% [===================== ] 856/2475 34% [===================== ] 857/2475 34% [===================== ] 858/2475 34% [===================== ] 859/2475 34% [===================== ] 860/2475 34% [===================== ] 861/2475 34% [===================== ] 862/2475 34% [===================== ] 863/2475 34% [===================== ] 864/2475 34% [===================== ] 865/2475 34% [===================== ] 866/2475 34% [===================== ] 867/2475 35% [===================== ] 868/2475 35% [===================== ] 869/2475 35% [===================== ] 870/2475 35% [===================== ] 871/2475 35% [===================== ] 872/2475 35% [===================== ] 873/2475 35% [===================== ] 874/2475 35% [===================== ] 875/2475 35% [===================== ] 876/2475 35% [===================== ] 877/2475 35% [===================== ] 878/2475 35% [====================== ] 879/2475 35% [====================== ] 880/2475 35% [====================== ] 881/2475 35% [====================== ] 882/2475 35% [====================== ] 883/2475 35% [====================== ] 884/2475 35% [====================== ] 885/2475 35% [====================== ] 886/2475 35% [====================== ] 887/2475 35% [====================== ] 888/2475 35% [====================== ] 889/2475 35% [====================== ] 890/2475 35% [====================== ] 891/2475 36% [====================== ] 892/2475 36% [====================== ] 893/2475 36% [====================== ] 894/2475 36% [====================== ] 895/2475 36% [====================== ] 896/2475 36% [====================== ] 897/2475 36% [====================== ] 898/2475 36% [====================== ] 899/2475 36% [====================== ] 900/2475 36% [====================== ] 901/2475 36% [====================== ] 902/2475 36% [====================== ] 903/2475 36% [====================== ] 904/2475 36% [====================== ] 905/2475 36% [====================== ] 906/2475 36% [====================== ] 907/2475 36% [====================== ] 908/2475 36% [====================== ] 909/2475 36% [====================== ] 910/2475 36% [====================== ] 911/2475 36% [====================== ] 912/2475 36% [====================== ] 913/2475 36% [====================== ] 914/2475 36% [====================== ] 915/2475 36% [====================== ] 916/2475 37% [====================== ] 917/2475 37% [====================== ] 918/2475 37% [======================= ] 919/2475 37% [======================= ] 920/2475 37% [======================= ] 921/2475 37% [======================= ] 922/2475 37% [======================= ] 923/2475 37% [======================= ] 924/2475 37% [======================= ] 925/2475 37% [======================= ] 926/2475 37% [======================= ] 927/2475 37% [======================= ] 928/2475 37% [======================= ] 929/2475 37% [======================= ] 930/2475 37% [======================= ] 931/2475 37% [======================= ] 932/2475 37% [======================= ] 933/2475 37% [======================= ] 934/2475 37% [======================= ] 935/2475 37% [======================= ] 936/2475 37% [======================= ] 937/2475 37% [======================= ] 938/2475 37% [======================= ] 939/2475 37% [======================= ] 940/2475 37% [======================= ] 941/2475 38% [======================= ] 942/2475 38% [======================= ] 943/2475 38% [======================= ] 944/2475 38% [======================= ] 945/2475 38% [======================= ] 946/2475 38% [======================= ] 947/2475 38% [======================= ] 948/2475 38% [======================= ] 949/2475 38% [======================= ] 950/2475 38% [======================= ] 951/2475 38% [======================= ] 952/2475 38% [======================= ] 953/2475 38% [======================= ] 954/2475 38% [======================= ] 955/2475 38% [======================= ] 956/2475 38% [======================= ] 957/2475 38% [======================= ] 958/2475 38% [======================== ] 959/2475 38% [======================== ] 960/2475 38% [======================== ] 961/2475 38% [======================== ] 962/2475 38% [======================== ] 963/2475 38% [======================== ] 964/2475 38% [======================== ] 965/2475 38% [======================== ] 966/2475 39% [======================== ] 967/2475 39% [======================== ] 968/2475 39% [======================== ] 969/2475 39% [======================== ] 970/2475 39% [======================== ] 971/2475 39% [======================== ] 972/2475 39% [======================== ] 973/2475 39% [======================== ] 974/2475 39% [======================== ] 975/2475 39% [======================== ] 976/2475 39% [======================== ] 977/2475 39% [======================== ] 978/2475 39% [======================== ] 979/2475 39% [======================== ] 980/2475 39% [======================== ] 981/2475 39% [======================== ] 982/2475 39% [======================== ] 983/2475 39% [======================== ] 984/2475 39% [======================== ] 985/2475 39% [======================== ] 986/2475 39% [======================== ] 987/2475 39% [======================== ] 988/2475 39% [======================== ] 989/2475 39% [======================== ] 990/2475 40% [======================== ] 991/2475 40% [======================== ] 992/2475 40% [======================== ] 993/2475 40% [======================== ] 994/2475 40% [======================== ] 995/2475 40% [======================== ] 996/2475 40% [======================== ] 997/2475 40% [========================= ] 998/2475 40% [========================= ] 999/2475 40% [========================= ] 1000/2475 40% [========================= ] 1001/2475 40% [========================= ] 1002/2475 40% [========================= ] 1003/2475 40% [========================= ] 1004/2475 40% [========================= ] 1005/2475 40% [========================= ] 1006/2475 40% [========================= ] 1007/2475 40% [========================= ] 1008/2475 40% [========================= ] 1009/2475 40% [========================= ] 1010/2475 40% [========================= ] 1011/2475 40% [========================= ] 1012/2475 40% [========================= ] 1013/2475 40% [========================= ] 1014/2475 40% [========================= ] 1015/2475 41% [========================= ] 1016/2475 41% [========================= ] 1017/2475 41% [========================= ] 1018/2475 41% [========================= ] 1019/2475 41% [========================= ] 1020/2475 41% [========================= ] 1021/2475 41% [========================= ] 1022/2475 41% [========================= ] 1023/2475 41% [========================= ] 1024/2475 41% [========================= ] 1025/2475 41% [========================= ] 1026/2475 41% [========================= ] 1027/2475 41% [========================= ] 1028/2475 41% [========================= ] 1029/2475 41% [========================= ] 1030/2475 41% [========================= ] 1031/2475 41% [========================= ] 1032/2475 41% [========================= ] 1033/2475 41% [========================= ] 1034/2475 41% [========================= ] 1035/2475 41% [========================= ] 1036/2475 41% [========================= ] 1037/2475 41% [========================== ] 1038/2475 41% [========================== ] 1039/2475 41% [========================== ] 1040/2475 42% [========================== ] 1041/2475 42% [========================== ] 1042/2475 42% [========================== ] 1043/2475 42% [========================== ] 1044/2475 42% [========================== ] 1045/2475 42% [========================== ] 1046/2475 42% [========================== ] 1047/2475 42% [========================== ] 1048/2475 42% [========================== ] 1049/2475 42% [========================== ] 1050/2475 42% [========================== ] 1051/2475 42% [========================== ] 1052/2475 42% [========================== ] 1053/2475 42% [========================== ] 1054/2475 42% [========================== ] 1055/2475 42% [========================== ] 1056/2475 42% [========================== ] 1057/2475 42% [========================== ] 1058/2475 42% [========================== ] 1059/2475 42% [========================== ] 1060/2475 42% [========================== ] 1061/2475 42% [========================== ] 1062/2475 42% [========================== ] 1063/2475 42% [========================== ] 1064/2475 42% [========================== ] 1065/2475 43% [========================== ] 1066/2475 43% [========================== ] 1067/2475 43% [========================== ] 1068/2475 43% [========================== ] 1069/2475 43% [========================== ] 1070/2475 43% [========================== ] 1071/2475 43% [========================== ] 1072/2475 43% [========================== ] 1073/2475 43% [========================== ] 1074/2475 43% [========================== ] 1075/2475 43% [========================== ] 1076/2475 43% [========================== ] 1077/2475 43% [=========================== ] 1078/2475 43% [=========================== ] 1079/2475 43% [=========================== ] 1080/2475 43% [=========================== ] 1081/2475 43% [=========================== ] 1082/2475 43% [=========================== ] 1083/2475 43% [=========================== ] 1084/2475 43% [=========================== ] 1085/2475 43% [=========================== ] 1086/2475 43% [=========================== ] 1087/2475 43% [=========================== ] 1088/2475 43% [=========================== ] 1089/2475 44% [=========================== ] 1090/2475 44% [=========================== ] 1091/2475 44% [=========================== ] 1092/2475 44% [=========================== ] 1093/2475 44% [=========================== ] 1094/2475 44% [=========================== ] 1095/2475 44% [=========================== ] 1096/2475 44% [=========================== ] 1097/2475 44% [=========================== ] 1098/2475 44% [=========================== ] 1099/2475 44% [=========================== ] 1100/2475 44% [=========================== ] 1101/2475 44% [=========================== ] 1102/2475 44% [=========================== ] 1103/2475 44% [=========================== ] 1104/2475 44% [=========================== ] 1105/2475 44% [=========================== ] 1106/2475 44% [=========================== ] 1107/2475 44% [=========================== ] 1108/2475 44% [=========================== ] 1109/2475 44% [=========================== ] 1110/2475 44% [=========================== ] 1111/2475 44% [=========================== ] 1112/2475 44% [=========================== ] 1113/2475 44% [=========================== ] 1114/2475 45% [=========================== ] 1115/2475 45% [=========================== ] 1116/2475 45% [=========================== ] 1117/2475 45% [============================ ] 1118/2475 45% [============================ ] 1119/2475 45% [============================ ] 1120/2475 45% [============================ ] 1121/2475 45% [============================ ] 1122/2475 45% [============================ ] 1123/2475 45% [============================ ] 1124/2475 45% [============================ ] 1125/2475 45% [============================ ] 1126/2475 45% [============================ ] 1127/2475 45% [============================ ] 1128/2475 45% [============================ ] 1129/2475 45% [============================ ] 1130/2475 45% [============================ ] 1131/2475 45% [============================ ] 1132/2475 45% [============================ ] 1133/2475 45% [============================ ] 1134/2475 45% [============================ ] 1135/2475 45% [============================ ] 1136/2475 45% [============================ ] 1137/2475 45% [============================ ] 1138/2475 45% [============================ ] 1139/2475 46% [============================ ] 1140/2475 46% [============================ ] 1141/2475 46% [============================ ] 1142/2475 46% [============================ ] 1143/2475 46% [============================ ] 1144/2475 46% [============================ ] 1145/2475 46% [============================ ] 1146/2475 46% [============================ ] 1147/2475 46% [============================ ] 1148/2475 46% [============================ ] 1149/2475 46% [============================ ] 1150/2475 46% [============================ ] 1151/2475 46% [============================ ] 1152/2475 46% [============================ ] 1153/2475 46% [============================ ] 1154/2475 46% [============================ ] 1155/2475 46% [============================ ] 1156/2475 46% [============================ ] 1157/2475 46% [============================= ] 1158/2475 46% [============================= ] 1159/2475 46% [============================= ] 1160/2475 46% [============================= ] 1161/2475 46% [============================= ] 1162/2475 46% [============================= ] 1163/2475 46% [============================= ] 1164/2475 47% [============================= ] 1165/2475 47% [============================= ] 1166/2475 47% [============================= ] 1167/2475 47% [============================= ] 1168/2475 47% [============================= ] 1169/2475 47% [============================= ] 1170/2475 47% [============================= ] 1171/2475 47% [============================= ] 1172/2475 47% [============================= ] 1173/2475 47% [============================= ] 1174/2475 47% [============================= ] 1175/2475 47% [============================= ] 1176/2475 47% [============================= ] 1177/2475 47% [============================= ] 1178/2475 47% [============================= ] 1179/2475 47% [============================= ] 1180/2475 47% [============================= ] 1181/2475 47% [============================= ] 1182/2475 47% [============================= ] 1183/2475 47% [============================= ] 1184/2475 47% [============================= ] 1185/2475 47% [============================= ] 1186/2475 47% [============================= ] 1187/2475 47% [============================= ] 1188/2475 48% [============================= ] 1189/2475 48% [============================= ] 1190/2475 48% [============================= ] 1191/2475 48% [============================= ] 1192/2475 48% [============================= ] 1193/2475 48% [============================= ] 1194/2475 48% [============================= ] 1195/2475 48% [============================= ] 1196/2475 48% [============================= ] 1197/2475 48% [============================== ] 1198/2475 48% [============================== ] 1199/2475 48% [============================== ] 1200/2475 48% [============================== ] 1201/2475 48% [============================== ] 1202/2475 48% [============================== ] 1203/2475 48% [============================== ] 1204/2475 48% [============================== ] 1205/2475 48% [============================== ] 1206/2475 48% [============================== ] 1207/2475 48% [============================== ] 1208/2475 48% [============================== ] 1209/2475 48% [============================== ] 1210/2475 48% [============================== ] 1211/2475 48% [============================== ] 1212/2475 48% [============================== ] 1213/2475 49% [============================== ] 1214/2475 49% [============================== ] 1215/2475 49% [============================== ] 1216/2475 49% [============================== ] 1217/2475 49% [============================== ] 1218/2475 49% [============================== ] 1219/2475 49% [============================== ] 1220/2475 49% [============================== ] 1221/2475 49% [============================== ] 1222/2475 49% [============================== ] 1223/2475 49% [============================== ] 1224/2475 49% [============================== ] 1225/2475 49% [============================== ] 1226/2475 49% [============================== ] 1227/2475 49% [============================== ] 1228/2475 49% [============================== ] 1229/2475 49% [============================== ] 1230/2475 49% [============================== ] 1231/2475 49% [============================== ] 1232/2475 49% [============================== ] 1233/2475 49% [============================== ] 1234/2475 49% [============================== ] 1235/2475 49% [============================== ] 1236/2475 49% [============================== ] 1237/2475 49% [=============================== ] 1238/2475 50% [=============================== ] 1239/2475 50% [=============================== ] 1240/2475 50% [=============================== ] 1241/2475 50% [=============================== ] 1242/2475 50% [=============================== ] 1243/2475 50% [=============================== ] 1244/2475 50% [=============================== ] 1245/2475 50% [=============================== ] 1246/2475 50% [=============================== ] 1247/2475 50% [=============================== ] 1248/2475 50% [=============================== ] 1249/2475 50% [=============================== ] 1250/2475 50% [=============================== ] 1251/2475 50% [=============================== ] 1252/2475 50% [=============================== ] 1253/2475 50% [=============================== ] 1254/2475 50% [=============================== ] 1255/2475 50% [=============================== ] 1256/2475 50% [=============================== ] 1257/2475 50% [=============================== ] 1258/2475 50% [=============================== ] 1259/2475 50% [=============================== ] 1260/2475 50% [=============================== ] 1261/2475 50% [=============================== ] 1262/2475 50% [=============================== ] 1263/2475 51% [=============================== ] 1264/2475 51% [=============================== ] 1265/2475 51% [=============================== ] 1266/2475 51% [=============================== ] 1267/2475 51% [=============================== ] 1268/2475 51% [=============================== ] 1269/2475 51% [=============================== ] 1270/2475 51% [=============================== ] 1271/2475 51% [=============================== ] 1272/2475 51% [=============================== ] 1273/2475 51% [=============================== ] 1274/2475 51% [=============================== ] 1275/2475 51% [=============================== ] 1276/2475 51% [=============================== ] 1277/2475 51% [================================ ] 1278/2475 51% [================================ ] 1279/2475 51% [================================ ] 1280/2475 51% [================================ ] 1281/2475 51% [================================ ] 1282/2475 51% [================================ ] 1283/2475 51% [================================ ] 1284/2475 51% [================================ ] 1285/2475 51% [================================ ] 1286/2475 51% [================================ ] 1287/2475 52% [================================ ] 1288/2475 52% [================================ ] 1289/2475 52% [================================ ] 1290/2475 52% [================================ ] 1291/2475 52% [================================ ] 1292/2475 52% [================================ ] 1293/2475 52% [================================ ] 1294/2475 52% [================================ ] 1295/2475 52% [================================ ] 1296/2475 52% [================================ ] 1297/2475 52% [================================ ] 1298/2475 52% [================================ ] 1299/2475 52% [================================ ] 1300/2475 52% [================================ ] 1301/2475 52% [================================ ] 1302/2475 52% [================================ ] 1303/2475 52% [================================ ] 1304/2475 52% [================================ ] 1305/2475 52% [================================ ] 1306/2475 52% [================================ ] 1307/2475 52% [================================ ] 1308/2475 52% [================================ ] 1309/2475 52% [================================ ] 1310/2475 52% [================================ ] 1311/2475 52% [================================ ] 1312/2475 53% [================================ ] 1313/2475 53% [================================ ] 1314/2475 53% [================================ ] 1315/2475 53% [================================ ] 1316/2475 53% [================================ ] 1317/2475 53% [================================= ] 1318/2475 53% [================================= ] 1319/2475 53% [================================= ] 1320/2475 53% [================================= ] 1321/2475 53% [================================= ] 1322/2475 53% [================================= ] 1323/2475 53% [================================= ] 1324/2475 53% [================================= ] 1325/2475 53% [================================= ] 1326/2475 53% [================================= ] 1327/2475 53% [================================= ] 1328/2475 53% [================================= ] 1329/2475 53% [================================= ] 1330/2475 53% [================================= ] 1331/2475 53% [================================= ] 1332/2475 53% [================================= ] 1333/2475 53% [================================= ] 1334/2475 53% [================================= ] 1335/2475 53% [================================= ] 1336/2475 53% [================================= ] 1337/2475 54% [================================= ] 1338/2475 54% [================================= ] 1339/2475 54% [================================= ] 1340/2475 54% [================================= ] 1341/2475 54% [================================= ] 1342/2475 54% [================================= ] 1343/2475 54% [================================= ] 1344/2475 54% [================================= ] 1345/2475 54% [================================= ] 1346/2475 54% [================================= ] 1347/2475 54% [================================= ] 1348/2475 54% [================================= ] 1349/2475 54% [================================= ] 1350/2475 54% [================================= ] 1351/2475 54% [================================= ] 1352/2475 54% [================================= ] 1353/2475 54% [================================= ] 1354/2475 54% [================================= ] 1355/2475 54% [================================= ] 1356/2475 54% [================================= ] 1357/2475 54% [================================== ] 1358/2475 54% [================================== ] 1359/2475 54% [================================== ] 1360/2475 54% [================================== ] 1361/2475 54% [================================== ] 1362/2475 55% [================================== ] 1363/2475 55% [================================== ] 1364/2475 55% [================================== ] 1365/2475 55% [================================== ] 1366/2475 55% [================================== ] 1367/2475 55% [================================== ] 1368/2475 55% [================================== ] 1369/2475 55% [================================== ] 1370/2475 55% [================================== ] 1371/2475 55% [================================== ] 1372/2475 55% [================================== ] 1373/2475 55% [================================== ] 1374/2475 55% [================================== ] 1375/2475 55% [================================== ] 1376/2475 55% [================================== ] 1377/2475 55% [================================== ] 1378/2475 55% [================================== ] 1379/2475 55% [================================== ] 1380/2475 55% [================================== ] 1381/2475 55% [================================== ] 1382/2475 55% [================================== ] 1383/2475 55% [================================== ] 1384/2475 55% [================================== ] 1385/2475 55% [================================== ] 1386/2475 56% [================================== ] 1387/2475 56% [================================== ] 1388/2475 56% [================================== ] 1389/2475 56% [================================== ] 1390/2475 56% [================================== ] 1391/2475 56% [================================== ] 1392/2475 56% [================================== ] 1393/2475 56% [================================== ] 1394/2475 56% [================================== ] 1395/2475 56% [================================== ] 1396/2475 56% [================================== ] 1397/2475 56% [=================================== ] 1398/2475 56% [=================================== ] 1399/2475 56% [=================================== ] 1400/2475 56% [=================================== ] 1401/2475 56% [=================================== ] 1402/2475 56% [=================================== ] 1403/2475 56% [=================================== ] 1404/2475 56% [=================================== ] 1405/2475 56% [=================================== ] 1406/2475 56% [=================================== ] 1407/2475 56% [=================================== ] 1408/2475 56% [=================================== ] 1409/2475 56% [=================================== ] 1410/2475 56% [=================================== ] 1411/2475 57% [=================================== ] 1412/2475 57% [=================================== ] 1413/2475 57% [=================================== ] 1414/2475 57% [=================================== ] 1415/2475 57% [=================================== ] 1416/2475 57% [=================================== ] 1417/2475 57% [=================================== ] 1418/2475 57% [=================================== ] 1419/2475 57% [=================================== ] 1420/2475 57% [=================================== ] 1421/2475 57% [=================================== ] 1422/2475 57% [=================================== ] 1423/2475 57% [=================================== ] 1424/2475 57% [=================================== ] 1425/2475 57% [=================================== ] 1426/2475 57% [=================================== ] 1427/2475 57% [=================================== ] 1428/2475 57% [=================================== ] 1429/2475 57% [=================================== ] 1430/2475 57% [=================================== ] 1431/2475 57% [=================================== ] 1432/2475 57% [=================================== ] 1433/2475 57% [=================================== ] 1434/2475 57% [=================================== ] 1435/2475 57% [=================================== ] 1436/2475 58% [=================================== ] 1437/2475 58% [==================================== ] 1438/2475 58% [==================================== ] 1439/2475 58% [==================================== ] 1440/2475 58% [==================================== ] 1441/2475 58% [==================================== ] 1442/2475 58% [==================================== ] 1443/2475 58% [==================================== ] 1444/2475 58% [==================================== ] 1445/2475 58% [==================================== ] 1446/2475 58% [==================================== ] 1447/2475 58% [==================================== ] 1448/2475 58% [==================================== ] 1449/2475 58% [==================================== ] 1450/2475 58% [==================================== ] 1451/2475 58% [==================================== ] 1452/2475 58% [==================================== ] 1453/2475 58% [==================================== ] 1454/2475 58% [==================================== ] 1455/2475 58% [==================================== ] 1456/2475 58% [==================================== ] 1457/2475 58% [==================================== ] 1458/2475 58% [==================================== ] 1459/2475 58% [==================================== ] 1460/2475 58% [==================================== ] 1461/2475 59% [==================================== ] 1462/2475 59% [==================================== ] 1463/2475 59% [==================================== ] 1464/2475 59% [==================================== ] 1465/2475 59% [==================================== ] 1466/2475 59% [==================================== ] 1467/2475 59% [==================================== ] 1468/2475 59% [==================================== ] 1469/2475 59% [==================================== ] 1470/2475 59% [==================================== ] 1471/2475 59% [==================================== ] 1472/2475 59% [==================================== ] 1473/2475 59% [==================================== ] 1474/2475 59% [==================================== ] 1475/2475 59% [==================================== ] 1476/2475 59% [==================================== ] 1477/2475 59% [===================================== ] 1478/2475 59% [===================================== ] 1479/2475 59% [===================================== ] 1480/2475 59% [===================================== ] 1481/2475 59% [===================================== ] 1482/2475 59% [===================================== ] 1483/2475 59% [===================================== ] 1484/2475 59% [===================================== ] 1485/2475 60% [===================================== ] 1486/2475 60% [===================================== ] 1487/2475 60% [===================================== ] 1488/2475 60% [===================================== ] 1489/2475 60% [===================================== ] 1490/2475 60% [===================================== ] 1491/2475 60% [===================================== ] 1492/2475 60% [===================================== ] 1493/2475 60% [===================================== ] 1494/2475 60% [===================================== ] 1495/2475 60% [===================================== ] 1496/2475 60% [===================================== ] 1497/2475 60% [===================================== ] 1498/2475 60% [===================================== ] 1499/2475 60% [===================================== ] 1500/2475 60% [===================================== ] 1501/2475 60% [===================================== ] 1502/2475 60% [===================================== ] 1503/2475 60% [===================================== ] 1504/2475 60% [===================================== ] 1505/2475 60% [===================================== ] 1506/2475 60% [===================================== ] 1507/2475 60% [===================================== ] 1508/2475 60% [===================================== ] 1509/2475 60% [===================================== ] 1510/2475 61% [===================================== ] 1511/2475 61% [===================================== ] 1512/2475 61% [===================================== ] 1513/2475 61% [===================================== ] 1514/2475 61% [===================================== ] 1515/2475 61% [===================================== ] 1516/2475 61% [====================================== ] 1517/2475 61% [====================================== ] 1518/2475 61% [====================================== ] 1519/2475 61% [====================================== ] 1520/2475 61% [====================================== ] 1521/2475 61% [====================================== ] 1522/2475 61% [====================================== ] 1523/2475 61% [====================================== ] 1524/2475 61% [====================================== ] 1525/2475 61% [====================================== ] 1526/2475 61% [====================================== ] 1527/2475 61% [====================================== ] 1528/2475 61% [====================================== ] 1529/2475 61% [====================================== ] 1530/2475 61% [====================================== ] 1531/2475 61% [====================================== ] 1532/2475 61% [====================================== ] 1533/2475 61% [====================================== ] 1534/2475 61% [====================================== ] 1535/2475 62% [====================================== ] 1536/2475 62% [====================================== ] 1537/2475 62% [====================================== ] 1538/2475 62% [====================================== ] 1539/2475 62% [====================================== ] 1540/2475 62% [====================================== ] 1541/2475 62% [====================================== ] 1542/2475 62% [====================================== ] 1543/2475 62% [====================================== ] 1544/2475 62% [====================================== ] 1545/2475 62% [====================================== ] 1546/2475 62% [====================================== ] 1547/2475 62% [====================================== ] 1548/2475 62% [====================================== ] 1549/2475 62% [====================================== ] 1550/2475 62% [====================================== ] 1551/2475 62% [====================================== ] 1552/2475 62% [====================================== ] 1553/2475 62% [====================================== ] 1554/2475 62% [====================================== ] 1555/2475 62% [====================================== ] 1556/2475 62% [======================================= ] 1557/2475 62% [======================================= ] 1558/2475 62% [======================================= ] 1559/2475 62% [======================================= ] 1560/2475 63% [======================================= ] 1561/2475 63% [======================================= ] 1562/2475 63% [======================================= ] 1563/2475 63% [======================================= ] 1564/2475 63% [======================================= ] 1565/2475 63% [======================================= ] 1566/2475 63% [======================================= ] 1567/2475 63% [======================================= ] 1568/2475 63% [======================================= ] 1569/2475 63% [======================================= ] 1570/2475 63% [======================================= ] 1571/2475 63% [======================================= ] 1572/2475 63% [======================================= ] 1573/2475 63% [======================================= ] 1574/2475 63% [======================================= ] 1575/2475 63% [======================================= ] 1576/2475 63% [======================================= ] 1577/2475 63% [======================================= ] 1578/2475 63% [======================================= ] 1579/2475 63% [======================================= ] 1580/2475 63% [======================================= ] 1581/2475 63% [======================================= ] 1582/2475 63% [======================================= ] 1583/2475 63% [======================================= ] 1584/2475 64% [======================================= ] 1585/2475 64% [======================================= ] 1586/2475 64% [======================================= ] 1587/2475 64% [======================================= ] 1588/2475 64% [======================================= ] 1589/2475 64% [======================================= ] 1590/2475 64% [======================================= ] 1591/2475 64% [======================================= ] 1592/2475 64% [======================================= ] 1593/2475 64% [======================================= ] 1594/2475 64% [======================================= ] 1595/2475 64% [======================================= ] 1596/2475 64% [======================================== ] 1597/2475 64% [======================================== ] 1598/2475 64% [======================================== ] 1599/2475 64% [======================================== ] 1600/2475 64% [======================================== ] 1601/2475 64% [======================================== ] 1602/2475 64% [======================================== ] 1603/2475 64% [======================================== ] 1604/2475 64% [======================================== ] 1605/2475 64% [======================================== ] 1606/2475 64% [======================================== ] 1607/2475 64% [======================================== ] 1608/2475 64% [======================================== ] 1609/2475 65% [======================================== ] 1610/2475 65% [======================================== ] 1611/2475 65% [======================================== ] 1612/2475 65% [======================================== ] 1613/2475 65% [======================================== ] 1614/2475 65% [======================================== ] 1615/2475 65% [======================================== ] 1616/2475 65% [======================================== ] 1617/2475 65% [======================================== ] 1618/2475 65% [======================================== ] 1619/2475 65% [======================================== ] 1620/2475 65% [======================================== ] 1621/2475 65% [======================================== ] 1622/2475 65% [======================================== ] 1623/2475 65% [======================================== ] 1624/2475 65% [======================================== ] 1625/2475 65% [======================================== ] 1626/2475 65% [======================================== ] 1627/2475 65% [======================================== ] 1628/2475 65% [======================================== ] 1629/2475 65% [======================================== ] 1630/2475 65% [======================================== ] 1631/2475 65% [======================================== ] 1632/2475 65% [======================================== ] 1633/2475 65% [======================================== ] 1634/2475 66% [======================================== ] 1635/2475 66% [======================================== ] 1636/2475 66% [========================================= ] 1637/2475 66% [========================================= ] 1638/2475 66% [========================================= ] 1639/2475 66% [========================================= ] 1640/2475 66% [========================================= ] 1641/2475 66% [========================================= ] 1642/2475 66% [========================================= ] 1643/2475 66% [========================================= ] 1644/2475 66% [========================================= ] 1645/2475 66% [========================================= ] 1646/2475 66% [========================================= ] 1647/2475 66% [========================================= ] 1648/2475 66% [========================================= ] 1649/2475 66% [========================================= ] 1650/2475 66% [========================================= ] 1651/2475 66% [========================================= ] 1652/2475 66% [========================================= ] 1653/2475 66% [========================================= ] 1654/2475 66% [========================================= ] 1655/2475 66% [========================================= ] 1656/2475 66% [========================================= ] 1657/2475 66% [========================================= ] 1658/2475 66% [========================================= ] 1659/2475 67% [========================================= ] 1660/2475 67% [========================================= ] 1661/2475 67% [========================================= ] 1662/2475 67% [========================================= ] 1663/2475 67% [========================================= ] 1664/2475 67% [========================================= ] 1665/2475 67% [========================================= ] 1666/2475 67% [========================================= ] 1667/2475 67% [========================================= ] 1668/2475 67% [========================================= ] 1669/2475 67% [========================================= ] 1670/2475 67% [========================================= ] 1671/2475 67% [========================================= ] 1672/2475 67% [========================================= ] 1673/2475 67% [========================================= ] 1674/2475 67% [========================================= ] 1675/2475 67% [========================================= ] 1676/2475 67% [========================================== ] 1677/2475 67% [========================================== ] 1678/2475 67% [========================================== ] 1679/2475 67% [========================================== ] 1680/2475 67% [========================================== ] 1681/2475 67% [========================================== ] 1682/2475 67% [========================================== ] 1683/2475 68% [========================================== ] 1684/2475 68% [========================================== ] 1685/2475 68% [========================================== ] 1686/2475 68% [========================================== ] 1687/2475 68% [========================================== ] 1688/2475 68% [========================================== ] 1689/2475 68% [========================================== ] 1690/2475 68% [========================================== ] 1691/2475 68% [========================================== ] 1692/2475 68% [========================================== ] 1693/2475 68% [========================================== ] 1694/2475 68% [========================================== ] 1695/2475 68% [========================================== ] 1696/2475 68% [========================================== ] 1697/2475 68% [========================================== ] 1698/2475 68% [========================================== ] 1699/2475 68% [========================================== ] 1700/2475 68% [========================================== ] 1701/2475 68% [========================================== ] 1702/2475 68% [========================================== ] 1703/2475 68% [========================================== ] 1704/2475 68% [========================================== ] 1705/2475 68% [========================================== ] 1706/2475 68% [========================================== ] 1707/2475 68% [========================================== ] 1708/2475 69% [========================================== ] 1709/2475 69% [========================================== ] 1710/2475 69% [========================================== ] 1711/2475 69% [========================================== ] 1712/2475 69% [========================================== ] 1713/2475 69% [========================================== ] 1714/2475 69% [========================================== ] 1715/2475 69% [========================================== ] 1716/2475 69% [=========================================== ] 1717/2475 69% [=========================================== ] 1718/2475 69% [=========================================== ] 1719/2475 69% [=========================================== ] 1720/2475 69% [=========================================== ] 1721/2475 69% [=========================================== ] 1722/2475 69% [=========================================== ] 1723/2475 69% [=========================================== ] 1724/2475 69% [=========================================== ] 1725/2475 69% [=========================================== ] 1726/2475 69% [=========================================== ] 1727/2475 69% [=========================================== ] 1728/2475 69% [=========================================== ] 1729/2475 69% [=========================================== ] 1730/2475 69% [=========================================== ] 1731/2475 69% [=========================================== ] 1732/2475 69% [=========================================== ] 1733/2475 70% [=========================================== ] 1734/2475 70% [=========================================== ] 1735/2475 70% [=========================================== ] 1736/2475 70% [=========================================== ] 1737/2475 70% [=========================================== ] 1738/2475 70% [=========================================== ] 1739/2475 70% [=========================================== ] 1740/2475 70% [=========================================== ] 1741/2475 70% [=========================================== ] 1742/2475 70% [=========================================== ] 1743/2475 70% [=========================================== ] 1744/2475 70% [=========================================== ] 1745/2475 70% [=========================================== ] 1746/2475 70% [=========================================== ] 1747/2475 70% [=========================================== ] 1748/2475 70% [=========================================== ] 1749/2475 70% [=========================================== ] 1750/2475 70% [=========================================== ] 1751/2475 70% [=========================================== ] 1752/2475 70% [=========================================== ] 1753/2475 70% [=========================================== ] 1754/2475 70% [=========================================== ] 1755/2475 70% [=========================================== ] 1756/2475 70% [============================================ ] 1757/2475 70% [============================================ ] 1758/2475 71% [============================================ ] 1759/2475 71% [============================================ ] 1760/2475 71% [============================================ ] 1761/2475 71% [============================================ ] 1762/2475 71% [============================================ ] 1763/2475 71% [============================================ ] 1764/2475 71% [============================================ ] 1765/2475 71% [============================================ ] 1766/2475 71% [============================================ ] 1767/2475 71% [============================================ ] 1768/2475 71% [============================================ ] 1769/2475 71% [============================================ ] 1770/2475 71% [============================================ ] 1771/2475 71% [============================================ ] 1772/2475 71% [============================================ ] 1773/2475 71% [============================================ ] 1774/2475 71% [============================================ ] 1775/2475 71% [============================================ ] 1776/2475 71% [============================================ ] 1777/2475 71% [============================================ ] 1778/2475 71% [============================================ ] 1779/2475 71% [============================================ ] 1780/2475 71% [============================================ ] 1781/2475 71% [============================================ ] 1782/2475 72% [============================================ ] 1783/2475 72% [============================================ ] 1784/2475 72% [============================================ ] 1785/2475 72% [============================================ ] 1786/2475 72% [============================================ ] 1787/2475 72% [============================================ ] 1788/2475 72% [============================================ ] 1789/2475 72% [============================================ ] 1790/2475 72% [============================================ ] 1791/2475 72% [============================================ ] 1792/2475 72% [============================================ ] 1793/2475 72% [============================================ ] 1794/2475 72% [============================================ ] 1795/2475 72% [============================================ ] 1796/2475 72% [============================================= ] 1797/2475 72% [============================================= ] 1798/2475 72% [============================================= ] 1799/2475 72% [============================================= ] 1800/2475 72% [============================================= ] 1801/2475 72% [============================================= ] 1802/2475 72% [============================================= ] 1803/2475 72% [============================================= ] 1804/2475 72% [============================================= ] 1805/2475 72% [============================================= ] 1806/2475 72% [============================================= ] 1807/2475 73% [============================================= ] 1808/2475 73% [============================================= ] 1809/2475 73% [============================================= ] 1810/2475 73% [============================================= ] 1811/2475 73% [============================================= ] 1812/2475 73% [============================================= ] 1813/2475 73% [============================================= ] 1814/2475 73% [============================================= ] 1815/2475 73% [============================================= ] 1816/2475 73% [============================================= ] 1817/2475 73% [============================================= ] 1818/2475 73% [============================================= ] 1819/2475 73% [============================================= ] 1820/2475 73% [============================================= ] 1821/2475 73% [============================================= ] 1822/2475 73% [============================================= ] 1823/2475 73% [============================================= ] 1824/2475 73% [============================================= ] 1825/2475 73% [============================================= ] 1826/2475 73% [============================================= ] 1827/2475 73% [============================================= ] 1828/2475 73% [============================================= ] 1829/2475 73% [============================================= ] 1830/2475 73% [============================================= ] 1831/2475 73% [============================================= ] 1832/2475 74% [============================================= ] 1833/2475 74% [============================================= ] 1834/2475 74% [============================================= ] 1835/2475 74% [============================================= ] 1836/2475 74% [============================================== ] 1837/2475 74% [============================================== ] 1838/2475 74% [============================================== ] 1839/2475 74% [============================================== ] 1840/2475 74% [============================================== ] 1841/2475 74% [============================================== ] 1842/2475 74% [============================================== ] 1843/2475 74% [============================================== ] 1844/2475 74% [============================================== ] 1845/2475 74% [============================================== ] 1846/2475 74% [============================================== ] 1847/2475 74% [============================================== ] 1848/2475 74% [============================================== ] 1849/2475 74% [============================================== ] 1850/2475 74% [============================================== ] 1851/2475 74% [============================================== ] 1852/2475 74% [============================================== ] 1853/2475 74% [============================================== ] 1854/2475 74% [============================================== ] 1855/2475 74% [============================================== ] 1856/2475 74% [============================================== ] 1857/2475 75% [============================================== ] 1858/2475 75% [============================================== ] 1859/2475 75% [============================================== ] 1860/2475 75% [============================================== ] 1861/2475 75% [============================================== ] 1862/2475 75% [============================================== ] 1863/2475 75% [============================================== ] 1864/2475 75% [============================================== ] 1865/2475 75% [============================================== ] 1866/2475 75% [============================================== ] 1867/2475 75% [============================================== ] 1868/2475 75% [============================================== ] 1869/2475 75% [============================================== ] 1870/2475 75% [============================================== ] 1871/2475 75% [============================================== ] 1872/2475 75% [============================================== ] 1873/2475 75% [============================================== ] 1874/2475 75% [============================================== ] 1875/2475 75% [============================================== ] 1876/2475 75% [=============================================== ] 1877/2475 75% [=============================================== ] 1878/2475 75% [=============================================== ] 1879/2475 75% [=============================================== ] 1880/2475 75% [=============================================== ] 1881/2475 76% [=============================================== ] 1882/2475 76% [=============================================== ] 1883/2475 76% [=============================================== ] 1884/2475 76% [=============================================== ] 1885/2475 76% [=============================================== ] 1886/2475 76% [=============================================== ] 1887/2475 76% [=============================================== ] 1888/2475 76% [=============================================== ] 1889/2475 76% [=============================================== ] 1890/2475 76% [=============================================== ] 1891/2475 76% [=============================================== ] 1892/2475 76% [=============================================== ] 1893/2475 76% [=============================================== ] 1894/2475 76% [=============================================== ] 1895/2475 76% [=============================================== ] 1896/2475 76% [=============================================== ] 1897/2475 76% [=============================================== ] 1898/2475 76% [=============================================== ] 1899/2475 76% [=============================================== ] 1900/2475 76% [=============================================== ] 1901/2475 76% [=============================================== ] 1902/2475 76% [=============================================== ] 1903/2475 76% [=============================================== ] 1904/2475 76% [=============================================== ] 1905/2475 76% [=============================================== ] 1906/2475 77% [=============================================== ] 1907/2475 77% [=============================================== ] 1908/2475 77% [=============================================== ] 1909/2475 77% [=============================================== ] 1910/2475 77% [=============================================== ] 1911/2475 77% [=============================================== ] 1912/2475 77% [=============================================== ] 1913/2475 77% [=============================================== ] 1914/2475 77% [=============================================== ] 1915/2475 77% [=============================================== ] 1916/2475 77% [================================================ ] 1917/2475 77% [================================================ ] 1918/2475 77% [================================================ ] 1919/2475 77% [================================================ ] 1920/2475 77% [================================================ ] 1921/2475 77% [================================================ ] 1922/2475 77% [================================================ ] 1923/2475 77% [================================================ ] 1924/2475 77% [================================================ ] 1925/2475 77% [================================================ ] 1926/2475 77% [================================================ ] 1927/2475 77% [================================================ ] 1928/2475 77% [================================================ ] 1929/2475 77% [================================================ ] 1930/2475 77% [================================================ ] 1931/2475 78% [================================================ ] 1932/2475 78% [================================================ ] 1933/2475 78% [================================================ ] 1934/2475 78% [================================================ ] 1935/2475 78% [================================================ ] 1936/2475 78% [================================================ ] 1937/2475 78% [================================================ ] 1938/2475 78% [================================================ ] 1939/2475 78% [================================================ ] 1940/2475 78% [================================================ ] 1941/2475 78% [================================================ ] 1942/2475 78% [================================================ ] 1943/2475 78% [================================================ ] 1944/2475 78% [================================================ ] 1945/2475 78% [================================================ ] 1946/2475 78% [================================================ ] 1947/2475 78% [================================================ ] 1948/2475 78% [================================================ ] 1949/2475 78% [================================================ ] 1950/2475 78% [================================================ ] 1951/2475 78% [================================================ ] 1952/2475 78% [================================================ ] 1953/2475 78% [================================================ ] 1954/2475 78% [================================================ ] 1955/2475 78% [================================================ ] 1956/2475 79% [================================================= ] 1957/2475 79% [================================================= ] 1958/2475 79% [================================================= ] 1959/2475 79% [================================================= ] 1960/2475 79% [================================================= ] 1961/2475 79% [================================================= ] 1962/2475 79% [================================================= ] 1963/2475 79% [================================================= ] 1964/2475 79% [================================================= ] 1965/2475 79% [================================================= ] 1966/2475 79% [================================================= ] 1967/2475 79% [================================================= ] 1968/2475 79% [================================================= ] 1969/2475 79% [================================================= ] 1970/2475 79% [================================================= ] 1971/2475 79% [================================================= ] 1972/2475 79% [================================================= ] 1973/2475 79% [================================================= ] 1974/2475 79% [================================================= ] 1975/2475 79% [================================================= ] 1976/2475 79% [================================================= ] 1977/2475 79% [================================================= ] 1978/2475 79% [================================================= ] 1979/2475 79% [================================================= ] 1980/2475 80% [================================================= ] 1981/2475 80% [================================================= ] 1982/2475 80% [================================================= ] 1983/2475 80% [================================================= ] 1984/2475 80% [================================================= ] 1985/2475 80% [================================================= ] 1986/2475 80% [================================================= ] 1987/2475 80% [================================================= ] 1988/2475 80% [================================================= ] 1989/2475 80% [================================================= ] 1990/2475 80% [================================================= ] 1991/2475 80% [================================================= ] 1992/2475 80% [================================================= ] 1993/2475 80% [================================================= ] 1994/2475 80% [================================================= ] 1995/2475 80% [================================================== ] 1996/2475 80% [================================================== ] 1997/2475 80% [================================================== ] 1998/2475 80% [================================================== ] 1999/2475 80% [================================================== ] 2000/2475 80% [================================================== ] 2001/2475 80% [================================================== ] 2002/2475 80% [================================================== ] 2003/2475 80% [================================================== ] 2004/2475 80% [================================================== ] 2005/2475 81% [================================================== ] 2006/2475 81% [================================================== ] 2007/2475 81% [================================================== ] 2008/2475 81% [================================================== ] 2009/2475 81% [================================================== ] 2010/2475 81% [================================================== ] 2011/2475 81% [================================================== ] 2012/2475 81% [================================================== ] 2013/2475 81% [================================================== ] 2014/2475 81% [================================================== ] 2015/2475 81% [================================================== ] 2016/2475 81% [================================================== ] 2017/2475 81% [================================================== ] 2018/2475 81% [================================================== ] 2019/2475 81% [================================================== ] 2020/2475 81% [================================================== ] 2021/2475 81% [================================================== ] 2022/2475 81% [================================================== ] 2023/2475 81% [================================================== ] 2024/2475 81% [================================================== ] 2025/2475 81% [================================================== ] 2026/2475 81% [================================================== ] 2027/2475 81% [================================================== ] 2028/2475 81% [================================================== ] 2029/2475 81% [================================================== ] 2030/2475 82% [================================================== ] 2031/2475 82% [================================================== ] 2032/2475 82% [================================================== ] 2033/2475 82% [================================================== ] 2034/2475 82% [================================================== ] 2035/2475 82% [=================================================== ] 2036/2475 82% [=================================================== ] 2037/2475 82% [=================================================== ] 2038/2475 82% [=================================================== ] 2039/2475 82% [=================================================== ] 2040/2475 82% [=================================================== ] 2041/2475 82% [=================================================== ] 2042/2475 82% [=================================================== ] 2043/2475 82% [=================================================== ] 2044/2475 82% [=================================================== ] 2045/2475 82% [=================================================== ] 2046/2475 82% [=================================================== ] 2047/2475 82% [=================================================== ] 2048/2475 82% [=================================================== ] 2049/2475 82% [=================================================== ] 2050/2475 82% [=================================================== ] 2051/2475 82% [=================================================== ] 2052/2475 82% [=================================================== ] 2053/2475 82% [=================================================== ] 2054/2475 82% [=================================================== ] 2055/2475 83% [=================================================== ] 2056/2475 83% [=================================================== ] 2057/2475 83% [=================================================== ] 2058/2475 83% [=================================================== ] 2059/2475 83% [=================================================== ] 2060/2475 83% [=================================================== ] 2061/2475 83% [=================================================== ] 2062/2475 83% [=================================================== ] 2063/2475 83% [=================================================== ] 2064/2475 83% [=================================================== ] 2065/2475 83% [=================================================== ] 2066/2475 83% [=================================================== ] 2067/2475 83% [=================================================== ] 2068/2475 83% [=================================================== ] 2069/2475 83% [=================================================== ] 2070/2475 83% [=================================================== ] 2071/2475 83% [=================================================== ] 2072/2475 83% [=================================================== ] 2073/2475 83% [=================================================== ] 2074/2475 83% [=================================================== ] 2075/2475 83% [==================================================== ] 2076/2475 83% [==================================================== ] 2077/2475 83% [==================================================== ] 2078/2475 83% [==================================================== ] 2079/2475 84% [==================================================== ] 2080/2475 84% [==================================================== ] 2081/2475 84% [==================================================== ] 2082/2475 84% [==================================================== ] 2083/2475 84% [==================================================== ] 2084/2475 84% [==================================================== ] 2085/2475 84% [==================================================== ] 2086/2475 84% [==================================================== ] 2087/2475 84% [==================================================== ] 2088/2475 84% [==================================================== ] 2089/2475 84% [==================================================== ] 2090/2475 84% [==================================================== ] 2091/2475 84% [==================================================== ] 2092/2475 84% [==================================================== ] 2093/2475 84% [==================================================== ] 2094/2475 84% [==================================================== ] 2095/2475 84% [==================================================== ] 2096/2475 84% [==================================================== ] 2097/2475 84% [==================================================== ] 2098/2475 84% [==================================================== ] 2099/2475 84% [==================================================== ] 2100/2475 84% [==================================================== ] 2101/2475 84% [==================================================== ] 2102/2475 84% [==================================================== ] 2103/2475 84% [==================================================== ] 2104/2475 85% [==================================================== ] 2105/2475 85% [==================================================== ] 2106/2475 85% [==================================================== ] 2107/2475 85% [==================================================== ] 2108/2475 85% [==================================================== ] 2109/2475 85% [==================================================== ] 2110/2475 85% [==================================================== ] 2111/2475 85% [==================================================== ] 2112/2475 85% [==================================================== ] 2113/2475 85% [==================================================== ] 2114/2475 85% [==================================================== ] 2115/2475 85% [===================================================== ] 2116/2475 85% [===================================================== ] 2117/2475 85% [===================================================== ] 2118/2475 85% [===================================================== ] 2119/2475 85% [===================================================== ] 2120/2475 85% [===================================================== ] 2121/2475 85% [===================================================== ] 2122/2475 85% [===================================================== ] 2123/2475 85% [===================================================== ] 2124/2475 85% [===================================================== ] 2125/2475 85% [===================================================== ] 2126/2475 85% [===================================================== ] 2127/2475 85% [===================================================== ] 2128/2475 85% [===================================================== ] 2129/2475 86% [===================================================== ] 2130/2475 86% [===================================================== ] 2131/2475 86% [===================================================== ] 2132/2475 86% [===================================================== ] 2133/2475 86% [===================================================== ] 2134/2475 86% [===================================================== ] 2135/2475 86% [===================================================== ] 2136/2475 86% [===================================================== ] 2137/2475 86% [===================================================== ] 2138/2475 86% [===================================================== ] 2139/2475 86% [===================================================== ] 2140/2475 86% [===================================================== ] 2141/2475 86% [===================================================== ] 2142/2475 86% [===================================================== ] 2143/2475 86% [===================================================== ] 2144/2475 86% [===================================================== ] 2145/2475 86% [===================================================== ] 2146/2475 86% [===================================================== ] 2147/2475 86% [===================================================== ] 2148/2475 86% [===================================================== ] 2149/2475 86% [===================================================== ] 2150/2475 86% [===================================================== ] 2151/2475 86% [===================================================== ] 2152/2475 86% [===================================================== ] 2153/2475 86% [===================================================== ] 2154/2475 87% [===================================================== ] 2155/2475 87% [====================================================== ] 2156/2475 87% [====================================================== ] 2157/2475 87% [====================================================== ] 2158/2475 87% [====================================================== ] 2159/2475 87% [====================================================== ] 2160/2475 87% [====================================================== ] 2161/2475 87% [====================================================== ] 2162/2475 87% [====================================================== ] 2163/2475 87% [====================================================== ] 2164/2475 87% [====================================================== ] 2165/2475 87% [====================================================== ] 2166/2475 87% [====================================================== ] 2167/2475 87% [====================================================== ] 2168/2475 87% [====================================================== ] 2169/2475 87% [====================================================== ] 2170/2475 87% [====================================================== ] 2171/2475 87% [====================================================== ] 2172/2475 87% [====================================================== ] 2173/2475 87% [====================================================== ] 2174/2475 87% [====================================================== ] 2175/2475 87% [====================================================== ] 2176/2475 87% [====================================================== ] 2177/2475 87% [====================================================== ] 2178/2475 88% [====================================================== ] 2179/2475 88% [====================================================== ] 2180/2475 88% [====================================================== ] 2181/2475 88% [====================================================== ] 2182/2475 88% [====================================================== ] 2183/2475 88% [====================================================== ] 2184/2475 88% [====================================================== ] 2185/2475 88% [====================================================== ] 2186/2475 88% [====================================================== ] 2187/2475 88% [====================================================== ] 2188/2475 88% [====================================================== ] 2189/2475 88% [====================================================== ] 2190/2475 88% [====================================================== ] 2191/2475 88% [====================================================== ] 2192/2475 88% [====================================================== ] 2193/2475 88% [====================================================== ] 2194/2475 88% [====================================================== ] 2195/2475 88% [======================================================= ] 2196/2475 88% [======================================================= ] 2197/2475 88% [======================================================= ] 2198/2475 88% [======================================================= ] 2199/2475 88% [======================================================= ] 2200/2475 88% [======================================================= ] 2201/2475 88% [======================================================= ] 2202/2475 88% [======================================================= ] 2203/2475 89% [======================================================= ] 2204/2475 89% [======================================================= ] 2205/2475 89% [======================================================= ] 2206/2475 89% [======================================================= ] 2207/2475 89% [======================================================= ] 2208/2475 89% [======================================================= ] 2209/2475 89% [======================================================= ] 2210/2475 89% [======================================================= ] 2211/2475 89% [======================================================= ] 2212/2475 89% [======================================================= ] 2213/2475 89% [======================================================= ] 2214/2475 89% [======================================================= ] 2215/2475 89% [======================================================= ] 2216/2475 89% [======================================================= ] 2217/2475 89% [======================================================= ] 2218/2475 89% [======================================================= ] 2219/2475 89% [======================================================= ] 2220/2475 89% [======================================================= ] 2221/2475 89% [======================================================= ] 2222/2475 89% [======================================================= ] 2223/2475 89% [======================================================= ] 2224/2475 89% [======================================================= ] 2225/2475 89% [======================================================= ] 2226/2475 89% [======================================================= ] 2227/2475 89% [======================================================= ] 2228/2475 90% [======================================================= ] 2229/2475 90% [======================================================= ] 2230/2475 90% [======================================================= ] 2231/2475 90% [======================================================= ] 2232/2475 90% [======================================================= ] 2233/2475 90% [======================================================= ] 2234/2475 90% [======================================================= ] 2235/2475 90% [======================================================== ] 2236/2475 90% [======================================================== ] 2237/2475 90% [======================================================== ] 2238/2475 90% [======================================================== ] 2239/2475 90% [======================================================== ] 2240/2475 90% [======================================================== ] 2241/2475 90% [======================================================== ] 2242/2475 90% [======================================================== ] 2243/2475 90% [======================================================== ] 2244/2475 90% [======================================================== ] 2245/2475 90% [======================================================== ] 2246/2475 90% [======================================================== ] 2247/2475 90% [======================================================== ] 2248/2475 90% [======================================================== ] 2249/2475 90% [======================================================== ] 2250/2475 90% [======================================================== ] 2251/2475 90% [======================================================== ] 2252/2475 90% [======================================================== ] 2253/2475 91% [======================================================== ] 2254/2475 91% [======================================================== ] 2255/2475 91% [======================================================== ] 2256/2475 91% [======================================================== ] 2257/2475 91% [======================================================== ] 2258/2475 91% [======================================================== ] 2259/2475 91% [======================================================== ] 2260/2475 91% [======================================================== ] 2261/2475 91% [======================================================== ] 2262/2475 91% [======================================================== ] 2263/2475 91% [======================================================== ] 2264/2475 91% [======================================================== ] 2265/2475 91% [======================================================== ] 2266/2475 91% [======================================================== ] 2267/2475 91% [======================================================== ] 2268/2475 91% [======================================================== ] 2269/2475 91% [======================================================== ] 2270/2475 91% [======================================================== ] 2271/2475 91% [======================================================== ] 2272/2475 91% [======================================================== ] 2273/2475 91% [======================================================== ] 2274/2475 91% [======================================================== ] 2275/2475 91% [========================================================= ] 2276/2475 91% [========================================================= ] 2277/2475 92% [========================================================= ] 2278/2475 92% [========================================================= ] 2279/2475 92% [========================================================= ] 2280/2475 92% [========================================================= ] 2281/2475 92% [========================================================= ] 2282/2475 92% [========================================================= ] 2283/2475 92% [========================================================= ] 2284/2475 92% [========================================================= ] 2285/2475 92% [========================================================= ] 2286/2475 92% [========================================================= ] 2287/2475 92% [========================================================= ] 2288/2475 92% [========================================================= ] 2289/2475 92% [========================================================= ] 2290/2475 92% [========================================================= ] 2291/2475 92% [========================================================= ] 2292/2475 92% [========================================================= ] 2293/2475 92% [========================================================= ] 2294/2475 92% [========================================================= ] 2295/2475 92% [========================================================= ] 2296/2475 92% [========================================================= ] 2297/2475 92% [========================================================= ] 2298/2475 92% [========================================================= ] 2299/2475 92% [========================================================= ] 2300/2475 92% [========================================================= ] 2301/2475 92% [========================================================= ] 2302/2475 93% [========================================================= ] 2303/2475 93% [========================================================= ] 2304/2475 93% [========================================================= ] 2305/2475 93% [========================================================= ] 2306/2475 93% [========================================================= ] 2307/2475 93% [========================================================= ] 2308/2475 93% [========================================================= ] 2309/2475 93% [========================================================= ] 2310/2475 93% [========================================================= ] 2311/2475 93% [========================================================= ] 2312/2475 93% [========================================================= ] 2313/2475 93% [========================================================= ] 2314/2475 93% [========================================================= ] 2315/2475 93% [========================================================== ] 2316/2475 93% [========================================================== ] 2317/2475 93% [========================================================== ] 2318/2475 93% [========================================================== ] 2319/2475 93% [========================================================== ] 2320/2475 93% [========================================================== ] 2321/2475 93% [========================================================== ] 2322/2475 93% [========================================================== ] 2323/2475 93% [========================================================== ] 2324/2475 93% [========================================================== ] 2325/2475 93% [========================================================== ] 2326/2475 93% [========================================================== ] 2327/2475 94% [========================================================== ] 2328/2475 94% [========================================================== ] 2329/2475 94% [========================================================== ] 2330/2475 94% [========================================================== ] 2331/2475 94% [========================================================== ] 2332/2475 94% [========================================================== ] 2333/2475 94% [========================================================== ] 2334/2475 94% [========================================================== ] 2335/2475 94% [========================================================== ] 2336/2475 94% [========================================================== ] 2337/2475 94% [========================================================== ] 2338/2475 94% [========================================================== ] 2339/2475 94% [========================================================== ] 2340/2475 94% [========================================================== ] 2341/2475 94% [========================================================== ] 2342/2475 94% [========================================================== ] 2343/2475 94% [========================================================== ] 2344/2475 94% [========================================================== ] 2345/2475 94% [========================================================== ] 2346/2475 94% [========================================================== ] 2347/2475 94% [========================================================== ] 2348/2475 94% [========================================================== ] 2349/2475 94% [========================================================== ] 2350/2475 94% [========================================================== ] 2351/2475 94% [========================================================== ] 2352/2475 95% [========================================================== ] 2353/2475 95% [========================================================== ] 2354/2475 95% [========================================================== ] 2355/2475 95% [=========================================================== ] 2356/2475 95% [=========================================================== ] 2357/2475 95% [=========================================================== ] 2358/2475 95% [=========================================================== ] 2359/2475 95% [=========================================================== ] 2360/2475 95% [=========================================================== ] 2361/2475 95% [=========================================================== ] 2362/2475 95% [=========================================================== ] 2363/2475 95% [=========================================================== ] 2364/2475 95% [=========================================================== ] 2365/2475 95% [=========================================================== ] 2366/2475 95% [=========================================================== ] 2367/2475 95% [=========================================================== ] 2368/2475 95% [=========================================================== ] 2369/2475 95% [=========================================================== ] 2370/2475 95% [=========================================================== ] 2371/2475 95% [=========================================================== ] 2372/2475 95% [=========================================================== ] 2373/2475 95% [=========================================================== ] 2374/2475 95% [=========================================================== ] 2375/2475 95% [=========================================================== ] 2376/2475 96% [=========================================================== ] 2377/2475 96% [=========================================================== ] 2378/2475 96% [=========================================================== ] 2379/2475 96% [=========================================================== ] 2380/2475 96% [=========================================================== ] 2381/2475 96% [=========================================================== ] 2382/2475 96% [=========================================================== ] 2383/2475 96% [=========================================================== ] 2384/2475 96% [=========================================================== ] 2385/2475 96% [=========================================================== ] 2386/2475 96% [=========================================================== ] 2387/2475 96% [=========================================================== ] 2388/2475 96% [=========================================================== ] 2389/2475 96% [=========================================================== ] 2390/2475 96% [=========================================================== ] 2391/2475 96% [=========================================================== ] 2392/2475 96% [=========================================================== ] 2393/2475 96% [=========================================================== ] 2394/2475 96% [=========================================================== ] 2395/2475 96% [============================================================ ] 2396/2475 96% [============================================================ ] 2397/2475 96% [============================================================ ] 2398/2475 96% [============================================================ ] 2399/2475 96% [============================================================ ] 2400/2475 96% [============================================================ ] 2401/2475 97% [============================================================ ] 2402/2475 97% [============================================================ ] 2403/2475 97% [============================================================ ] 2404/2475 97% [============================================================ ] 2405/2475 97% [============================================================ ] 2406/2475 97% [============================================================ ] 2407/2475 97% [============================================================ ] 2408/2475 97% [============================================================ ] 2409/2475 97% [============================================================ ] 2410/2475 97% [============================================================ ] 2411/2475 97% [============================================================ ] 2412/2475 97% [============================================================ ] 2413/2475 97% [============================================================ ] 2414/2475 97% [============================================================ ] 2415/2475 97% [============================================================ ] 2416/2475 97% [============================================================ ] 2417/2475 97% [============================================================ ] 2418/2475 97% [============================================================ ] 2419/2475 97% [============================================================ ] 2420/2475 97% [============================================================ ] 2421/2475 97% [============================================================ ] 2422/2475 97% [============================================================ ] 2423/2475 97% [============================================================ ] 2424/2475 97% [============================================================ ] 2425/2475 97% [============================================================ ] 2426/2475 98% [============================================================ ] 2427/2475 98% [============================================================ ] 2428/2475 98% [============================================================ ] 2429/2475 98% [============================================================ ] 2430/2475 98% [============================================================ ] 2431/2475 98% [============================================================ ] 2432/2475 98% [============================================================ ] 2433/2475 98% [============================================================ ] 2434/2475 98% [============================================================ ] 2435/2475 98% [============================================================= ] 2436/2475 98% [============================================================= ] 2437/2475 98% [============================================================= ] 2438/2475 98% [============================================================= ] 2439/2475 98% [============================================================= ] 2440/2475 98% [============================================================= ] 2441/2475 98% [============================================================= ] 2442/2475 98% [============================================================= ] 2443/2475 98% [============================================================= ] 2444/2475 98% [============================================================= ] 2445/2475 98% [============================================================= ] 2446/2475 98% [============================================================= ] 2447/2475 98% [============================================================= ] 2448/2475 98% [============================================================= ] 2449/2475 98% [============================================================= ] 2450/2475 98% [============================================================= ] 2451/2475 99% [============================================================= ] 2452/2475 99% [============================================================= ] 2453/2475 99% [============================================================= ] 2454/2475 99% [============================================================= ] 2455/2475 99% [============================================================= ] 2456/2475 99% [============================================================= ] 2457/2475 99% [============================================================= ] 2458/2475 99% [============================================================= ] 2459/2475 99% [============================================================= ] 2460/2475 99% [============================================================= ] 2461/2475 99% [============================================================= ] 2462/2475 99% [============================================================= ] 2463/2475 99% [============================================================= ] 2464/2475 99% [============================================================= ] 2465/2475 99% [============================================================= ] 2466/2475 99% [============================================================= ] 2467/2475 99% [============================================================= ] 2468/2475 99% [============================================================= ] 2469/2475 99% [============================================================= ] 2470/2475 99% [============================================================= ] 2471/2475 99% [============================================================= ] 2472/2475 99% [============================================================= ] 2473/2475 99% [============================================================= ] 2474/2475 99% [==============================================================] 2475/2475 100% operation complete, 2475 objects in 92252 NAND pages. ln -snf /home/autobuild/autobuild/instance-15/output-1/host/aarch64_be-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-15/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-15/buildroot' >>> Buildroot 2022.05-987-g417eb476fd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> 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) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bird 2.0.10 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.0 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 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> copas 2.0.2-1 Collecting legal info copas-2_0_2/LICENSE: OK (sha256: 3f59cccf38e9397f6fb34dcff983a24d336df982edb5b0cde549d0c32c28c9c0) >>> host-luarocks 3.9.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> luainterpreter Collecting legal info >>> lua 5.4.4 Collecting legal info doc/readme.html: OK (sha256: 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dump1090 7.2 Collecting legal info LICENSE: OK (sha256: 804f68c803eb5c127c53ad17c4f4e5033ef158e514bb76950dc7b1773f9ce4b0) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> 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) >>> 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) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> janet 1.23.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lpeg 1.0.2-1 Collecting legal info >>> lrandom 20180729-1 Collecting legal info >>> lsqlite3 0.9.5-1 Collecting legal info >>> sqlite 3.39.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> lua-codegen 0.3.3-1 Collecting legal info lua-CodeGen-0.3.3/COPYRIGHT: OK (sha256: f09265c450c3a59558ecc552ea4ba61e5a74dec995738eec545d121718833a80) >>> lua-csnappy 0.1.5-1 Collecting legal info lua-csnappy-0.1.5/COPYRIGHT: OK (sha256: 8865da757dbc6fe3c8cee4d88bdfd82c1e0e789974a4d0d52db75a985025c1f0) >>> lua-lpeg-patterns 0.5-0 Collecting legal info lpeg_patterns-0.5/LICENSE.md: OK (sha256: 5b0346f2b2432e5f05e8e4ad31503cf84ddf802dacde9e8c3e529efaa4be3348) >>> lua-valua 0.3-1 Collecting legal info valua/LICENSE: OK (sha256: 3444c2e739c88e41e327c6cd15e4a50fea8988570642bad6e6a43d50a7f7961f) >>> luafilesystem 1.8.0-1 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> luaposix 35.1 Collecting legal info LICENSE: OK (sha256: f50bc0f3197523b1709f31707425f2de95f8a45534b081a6b564179ab059e850) >>> luasocket 3.0.0-1 Collecting legal info luasocket/LICENSE: OK (sha256: 224afe42d0738eaaeb57ab289466a1c4e77091591e69dbcef2dbb385589f2f41) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> openssh 9.0p1 Collecting legal info LICENCE: OK (sha256: d6807e99f3d159145c659060f57c3fa74e109faa39326dbfc38674cb550fd104) >>> 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) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> rings 1.3.0-1 Collecting legal info rings-v_1_3_0/doc/us/license.html: OK (sha256: f582a0c43737391070827ef273df0145b594b095ad2f49595701368b729e024f) >>> sane-backends 1.0.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> strace 5.18 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> wsapi-xavante 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> wsapi 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> xavante 2.4.0-1 Collecting legal info xavante-2.4.0/doc/us/license.html: OK (sha256: 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c) >>> 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-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: lpeg-1.0.2-1: cannot save license (LPEG_LICENSE_FILES not defined) WARNING: lrandom-20180729-1: cannot save license (LRANDOM_LICENSE_FILES not defined) WARNING: lsqlite3-0.9.5-1: cannot save license (LSQLITE3_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-15/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot'