0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/buildroot/autobuild/instance-2/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/buildroot/autobuild/instance-2/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 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 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 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 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 make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/buildroot/autobuild/instance-2/output-1/host/bin PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/buildroot/autobuild/instance-2/output-1/host/bin install make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/buildroot/autobuild/instance-2/output-1/host/bin make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/armeb-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/armeb-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/armeb-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells rm -f /home/buildroot/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-2/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-2/output-1/host/armeb-buildroot-linux-musleabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-2/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-2/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-282-gd89fdaea2b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' chrony -1 chrony -1 * /run/chrony - - Time daemon\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkfs.axfs -s -a /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.axfs\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2542 number of 4KB nodes: 25561 Total image size: 88924677 >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.squashfs -noappend -processors 4 -b 128K -nopad -comp zstd\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-2/output-1/images/rootfs.squashfs, block size 131072. [=============================================================\] 2755/2755 100% Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 131072 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 34796.99 Kbytes (33.98 Mbytes) 36.21% of uncompressed filesystem size (96092.58 Kbytes) Inode table size 22586 bytes (22.06 Kbytes) 26.79% of uncompressed inode table size (84316 bytes) Directory table size 20445 bytes (19.97 Kbytes) 41.92% of uncompressed directory table size (48767 bytes) Number of duplicate files found 71 Number of inodes 2542 Number of files 2179 Number of fragments 159 Number of symbolic links 51 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 312 Number of hard-links 0 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) unknown (33) Number of gids 2 root (0) tape (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2542 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2542 0% [ ] 2/2542 0% [ ] 3/2542 0% [ ] 4/2542 0% [ ] 5/2542 0% [ ] 6/2542 0% [ ] 7/2542 0% [ ] 8/2542 0% [ ] 9/2542 0% [ ] 10/2542 0% [ ] 11/2542 0% [ ] 12/2542 0% [ ] 13/2542 0% [ ] 14/2542 0% [ ] 15/2542 0% [ ] 16/2542 0% [ ] 17/2542 0% [ ] 18/2542 0% [ ] 19/2542 0% [ ] 20/2542 0% [ ] 21/2542 0% [ ] 22/2542 0% [ ] 23/2542 0% [ ] 24/2542 0% [ ] 25/2542 0% [ ] 26/2542 1% [ ] 27/2542 1% [ ] 28/2542 1% [ ] 29/2542 1% [ ] 30/2542 1% [ ] 31/2542 1% [ ] 32/2542 1% [ ] 33/2542 1% [ ] 34/2542 1% [ ] 35/2542 1% [ ] 36/2542 1% [ ] 37/2542 1% [ ] 38/2542 1% [ ] 39/2542 1% [ ] 40/2542 1% [= ] 41/2542 1% [= ] 42/2542 1% [= ] 43/2542 1% [= ] 44/2542 1% [= ] 45/2542 1% [= ] 46/2542 1% [= ] 47/2542 1% [= ] 48/2542 1% [= ] 49/2542 1% [= ] 50/2542 1% [= ] 51/2542 2% [= ] 52/2542 2% [= ] 53/2542 2% [= ] 54/2542 2% [= ] 55/2542 2% [= ] 56/2542 2% [= ] 57/2542 2% [= ] 58/2542 2% [= ] 59/2542 2% [= ] 60/2542 2% [= ] 61/2542 2% [= ] 62/2542 2% [= ] 63/2542 2% [= ] 64/2542 2% [= ] 65/2542 2% [= ] 66/2542 2% [= ] 67/2542 2% [= ] 68/2542 2% [= ] 69/2542 2% [= ] 70/2542 2% [= ] 71/2542 2% [= ] 72/2542 2% [= ] 73/2542 2% [= ] 74/2542 2% [= ] 75/2542 2% [= ] 76/2542 2% [= ] 77/2542 3% [= ] 78/2542 3% [= ] 79/2542 3% [= ] 80/2542 3% [= ] 81/2542 3% [== ] 82/2542 3% [== ] 83/2542 3% [== ] 84/2542 3% [== ] 85/2542 3% [== ] 86/2542 3% [== ] 87/2542 3% [== ] 88/2542 3% [== ] 89/2542 3% [== ] 90/2542 3% [== ] 91/2542 3% [== ] 92/2542 3% [== ] 93/2542 3% [== ] 94/2542 3% [== ] 95/2542 3% [== ] 96/2542 3% [== ] 97/2542 3% [== ] 98/2542 3% [== ] 99/2542 3% [== ] 100/2542 3% [== ] 101/2542 3% [== ] 102/2542 4% [== ] 103/2542 4% [== ] 104/2542 4% [== ] 105/2542 4% [== ] 106/2542 4% [== ] 107/2542 4% [== ] 108/2542 4% [== ] 109/2542 4% [== ] 110/2542 4% [== ] 111/2542 4% [== ] 112/2542 4% [== ] 113/2542 4% [== ] 114/2542 4% [== ] 115/2542 4% [== ] 116/2542 4% [== ] 117/2542 4% [== ] 118/2542 4% [== ] 119/2542 4% [== ] 120/2542 4% [== ] 121/2542 4% [== ] 122/2542 4% [=== ] 123/2542 4% [=== ] 124/2542 4% [=== ] 125/2542 4% [=== ] 126/2542 4% [=== ] 127/2542 4% [=== ] 128/2542 5% [=== ] 129/2542 5% [=== ] 130/2542 5% [=== ] 131/2542 5% [=== ] 132/2542 5% [=== ] 133/2542 5% [=== ] 134/2542 5% [=== ] 135/2542 5% [=== ] 136/2542 5% [=== ] 137/2542 5% [=== ] 138/2542 5% [=== ] 139/2542 5% [=== ] 140/2542 5% [=== ] 141/2542 5% [=== ] 142/2542 5% [=== ] 143/2542 5% [=== ] 144/2542 5% [=== ] 145/2542 5% [=== ] 146/2542 5% [=== ] 147/2542 5% [=== ] 148/2542 5% [=== ] 149/2542 5% [=== ] 150/2542 5% [=== ] 151/2542 5% [=== ] 152/2542 5% [=== ] 153/2542 6% [=== ] 154/2542 6% [=== ] 155/2542 6% [=== ] 156/2542 6% [=== ] 157/2542 6% [=== ] 158/2542 6% [=== ] 159/2542 6% [=== ] 160/2542 6% [=== ] 161/2542 6% [=== ] 162/2542 6% [=== ] 163/2542 6% [==== ] 164/2542 6% [==== ] 165/2542 6% [==== ] 166/2542 6% [==== ] 167/2542 6% [==== ] 168/2542 6% [==== ] 169/2542 6% [==== ] 170/2542 6% [==== ] 171/2542 6% [==== ] 172/2542 6% [==== ] 173/2542 6% [==== ] 174/2542 6% [==== ] 175/2542 6% [==== ] 176/2542 6% [==== ] 177/2542 6% [==== ] 178/2542 7% [==== ] 179/2542 7% [==== ] 180/2542 7% [==== ] 181/2542 7% [==== ] 182/2542 7% [==== ] 183/2542 7% [==== ] 184/2542 7% [==== ] 185/2542 7% [==== ] 186/2542 7% [==== ] 187/2542 7% [==== ] 188/2542 7% [==== ] 189/2542 7% [==== ] 190/2542 7% [==== ] 191/2542 7% [==== ] 192/2542 7% [==== ] 193/2542 7% [==== ] 194/2542 7% [==== ] 195/2542 7% [==== ] 196/2542 7% [==== ] 197/2542 7% [==== ] 198/2542 7% [==== ] 199/2542 7% [==== ] 200/2542 7% [==== ] 201/2542 7% [==== ] 202/2542 7% [==== ] 203/2542 7% [==== ] 204/2542 8% [===== ] 205/2542 8% [===== ] 206/2542 8% [===== ] 207/2542 8% [===== ] 208/2542 8% [===== ] 209/2542 8% [===== ] 210/2542 8% [===== ] 211/2542 8% [===== ] 212/2542 8% [===== ] 213/2542 8% [===== ] 214/2542 8% [===== ] 215/2542 8% [===== ] 216/2542 8% [===== ] 217/2542 8% [===== ] 218/2542 8% [===== ] 219/2542 8% [===== ] 220/2542 8% [===== ] 221/2542 8% [===== ] 222/2542 8% [===== ] 223/2542 8% [===== ] 224/2542 8% [===== ] 225/2542 8% [===== ] 226/2542 8% [===== ] 227/2542 8% [===== ] 228/2542 8% [===== ] 229/2542 9% [===== ] 230/2542 9% [===== ] 231/2542 9% [===== ] 232/2542 9% [===== ] 233/2542 9% [===== ] 234/2542 9% [===== ] 235/2542 9% [===== ] 236/2542 9% [===== ] 237/2542 9% [===== ] 238/2542 9% [===== ] 239/2542 9% [===== ] 240/2542 9% [===== ] 241/2542 9% [===== ] 242/2542 9% [===== ] 243/2542 9% [===== ] 244/2542 9% [===== ] 245/2542 9% [====== ] 246/2542 9% [====== ] 247/2542 9% [====== ] 248/2542 9% [====== ] 249/2542 9% [====== ] 250/2542 9% [====== ] 251/2542 9% [====== ] 252/2542 9% [====== ] 253/2542 9% [====== ] 254/2542 9% [====== ] 255/2542 10% [====== ] 256/2542 10% [====== ] 257/2542 10% [====== ] 258/2542 10% [====== ] 259/2542 10% [====== ] 260/2542 10% [====== ] 261/2542 10% [====== ] 262/2542 10% [====== ] 263/2542 10% [====== ] 264/2542 10% [====== ] 265/2542 10% [====== ] 266/2542 10% [====== ] 267/2542 10% [====== ] 268/2542 10% [====== ] 269/2542 10% [====== ] 270/2542 10% [====== ] 271/2542 10% [====== ] 272/2542 10% [====== ] 273/2542 10% [====== ] 274/2542 10% [====== ] 275/2542 10% [====== ] 276/2542 10% [====== ] 277/2542 10% [====== ] 278/2542 10% [====== ] 279/2542 10% [====== ] 280/2542 11% [====== ] 281/2542 11% [====== ] 282/2542 11% [====== ] 283/2542 11% [====== ] 284/2542 11% [====== ] 285/2542 11% [====== ] 286/2542 11% [======= ] 287/2542 11% [======= ] 288/2542 11% [======= ] 289/2542 11% [======= ] 290/2542 11% [======= ] 291/2542 11% [======= ] 292/2542 11% [======= ] 293/2542 11% [======= ] 294/2542 11% [======= ] 295/2542 11% [======= ] 296/2542 11% [======= ] 297/2542 11% [======= ] 298/2542 11% [======= ] 299/2542 11% [======= ] 300/2542 11% [======= ] 301/2542 11% [======= ] 302/2542 11% [======= ] 303/2542 11% [======= ] 304/2542 11% [======= ] 305/2542 11% [======= ] 306/2542 12% [======= ] 307/2542 12% [======= ] 308/2542 12% [======= ] 309/2542 12% [======= ] 310/2542 12% [======= ] 311/2542 12% [======= ] 312/2542 12% [======= ] 313/2542 12% [======= ] 314/2542 12% [======= ] 315/2542 12% [======= ] 316/2542 12% [======= ] 317/2542 12% [======= ] 318/2542 12% [======= ] 319/2542 12% [======= ] 320/2542 12% [======= ] 321/2542 12% [======= ] 322/2542 12% [======= ] 323/2542 12% [======= ] 324/2542 12% [======= ] 325/2542 12% [======= ] 326/2542 12% [======= ] 327/2542 12% [======== ] 328/2542 12% [======== ] 329/2542 12% [======== ] 330/2542 12% [======== ] 331/2542 13% [======== ] 332/2542 13% [======== ] 333/2542 13% [======== ] 334/2542 13% [======== ] 335/2542 13% [======== ] 336/2542 13% [======== ] 337/2542 13% [======== ] 338/2542 13% [======== ] 339/2542 13% [======== ] 340/2542 13% [======== ] 341/2542 13% [======== ] 342/2542 13% [======== ] 343/2542 13% [======== ] 344/2542 13% [======== ] 345/2542 13% [======== ] 346/2542 13% [======== ] 347/2542 13% [======== ] 348/2542 13% [======== ] 349/2542 13% [======== ] 350/2542 13% [======== ] 351/2542 13% [======== ] 352/2542 13% [======== ] 353/2542 13% [======== ] 354/2542 13% [======== ] 355/2542 13% [======== ] 356/2542 14% [======== ] 357/2542 14% [======== ] 358/2542 14% [======== ] 359/2542 14% [======== ] 360/2542 14% [======== ] 361/2542 14% [======== ] 362/2542 14% [======== ] 363/2542 14% [======== ] 364/2542 14% [======== ] 365/2542 14% [======== ] 366/2542 14% [======== ] 367/2542 14% [======== ] 368/2542 14% [========= ] 369/2542 14% [========= ] 370/2542 14% [========= ] 371/2542 14% [========= ] 372/2542 14% [========= ] 373/2542 14% [========= ] 374/2542 14% [========= ] 375/2542 14% [========= ] 376/2542 14% [========= ] 377/2542 14% [========= ] 378/2542 14% [========= ] 379/2542 14% [========= ] 380/2542 14% [========= ] 381/2542 14% [========= ] 382/2542 15% [========= ] 383/2542 15% [========= ] 384/2542 15% [========= ] 385/2542 15% [========= ] 386/2542 15% [========= ] 387/2542 15% [========= ] 388/2542 15% [========= ] 389/2542 15% [========= ] 390/2542 15% [========= ] 391/2542 15% [========= ] 392/2542 15% [========= ] 393/2542 15% [========= ] 394/2542 15% [========= ] 395/2542 15% [========= ] 396/2542 15% [========= ] 397/2542 15% [========= ] 398/2542 15% [========= ] 399/2542 15% [========= ] 400/2542 15% [========= ] 401/2542 15% [========= ] 402/2542 15% [========= ] 403/2542 15% [========= ] 404/2542 15% [========= ] 405/2542 15% [========= ] 406/2542 15% [========= ] 407/2542 16% [========= ] 408/2542 16% [========= ] 409/2542 16% [========== ] 410/2542 16% [========== ] 411/2542 16% [========== ] 412/2542 16% [========== ] 413/2542 16% [========== ] 414/2542 16% [========== ] 415/2542 16% [========== ] 416/2542 16% [========== ] 417/2542 16% [========== ] 418/2542 16% [========== ] 419/2542 16% [========== ] 420/2542 16% [========== ] 421/2542 16% [========== ] 422/2542 16% [========== ] 423/2542 16% [========== ] 424/2542 16% [========== ] 425/2542 16% [========== ] 426/2542 16% [========== ] 427/2542 16% [========== ] 428/2542 16% [========== ] 429/2542 16% [========== ] 430/2542 16% [========== ] 431/2542 16% [========== ] 432/2542 16% [========== ] 433/2542 17% [========== ] 434/2542 17% [========== ] 435/2542 17% [========== ] 436/2542 17% [========== ] 437/2542 17% [========== ] 438/2542 17% [========== ] 439/2542 17% [========== ] 440/2542 17% [========== ] 441/2542 17% [========== ] 442/2542 17% [========== ] 443/2542 17% [========== ] 444/2542 17% [========== ] 445/2542 17% [========== ] 446/2542 17% [========== ] 447/2542 17% [========== ] 448/2542 17% [========== ] 449/2542 17% [========== ] 450/2542 17% [=========== ] 451/2542 17% [=========== ] 452/2542 17% [=========== ] 453/2542 17% [=========== ] 454/2542 17% [=========== ] 455/2542 17% [=========== ] 456/2542 17% [=========== ] 457/2542 17% [=========== ] 458/2542 18% [=========== ] 459/2542 18% [=========== ] 460/2542 18% [=========== ] 461/2542 18% [=========== ] 462/2542 18% [=========== ] 463/2542 18% [=========== ] 464/2542 18% [=========== ] 465/2542 18% [=========== ] 466/2542 18% [=========== ] 467/2542 18% [=========== ] 468/2542 18% [=========== ] 469/2542 18% [=========== ] 470/2542 18% [=========== ] 471/2542 18% [=========== ] 472/2542 18% [=========== ] 473/2542 18% [=========== ] 474/2542 18% [=========== ] 475/2542 18% [=========== ] 476/2542 18% [=========== ] 477/2542 18% [=========== ] 478/2542 18% [=========== ] 479/2542 18% [=========== ] 480/2542 18% [=========== ] 481/2542 18% [=========== ] 482/2542 18% [=========== ] 483/2542 19% [=========== ] 484/2542 19% [=========== ] 485/2542 19% [=========== ] 486/2542 19% [=========== ] 487/2542 19% [=========== ] 488/2542 19% [=========== ] 489/2542 19% [=========== ] 490/2542 19% [=========== ] 491/2542 19% [============ ] 492/2542 19% [============ ] 493/2542 19% [============ ] 494/2542 19% [============ ] 495/2542 19% [============ ] 496/2542 19% [============ ] 497/2542 19% [============ ] 498/2542 19% [============ ] 499/2542 19% [============ ] 500/2542 19% [============ ] 501/2542 19% [============ ] 502/2542 19% [============ ] 503/2542 19% [============ ] 504/2542 19% [============ ] 505/2542 19% [============ ] 506/2542 19% [============ ] 507/2542 19% [============ ] 508/2542 19% [============ ] 509/2542 20% [============ ] 510/2542 20% [============ ] 511/2542 20% [============ ] 512/2542 20% [============ ] 513/2542 20% [============ ] 514/2542 20% [============ ] 515/2542 20% [============ ] 516/2542 20% [============ ] 517/2542 20% [============ ] 518/2542 20% [============ ] 519/2542 20% [============ ] 520/2542 20% [============ ] 521/2542 20% [============ ] 522/2542 20% [============ ] 523/2542 20% [============ ] 524/2542 20% [============ ] 525/2542 20% [============ ] 526/2542 20% [============ ] 527/2542 20% [============ ] 528/2542 20% [============ ] 529/2542 20% [============ ] 530/2542 20% [============ ] 531/2542 20% [============ ] 532/2542 20% [============= ] 533/2542 20% [============= ] 534/2542 21% [============= ] 535/2542 21% [============= ] 536/2542 21% [============= ] 537/2542 21% [============= ] 538/2542 21% [============= ] 539/2542 21% [============= ] 540/2542 21% [============= ] 541/2542 21% [============= ] 542/2542 21% [============= ] 543/2542 21% [============= ] 544/2542 21% [============= ] 545/2542 21% [============= ] 546/2542 21% [============= ] 547/2542 21% [============= ] 548/2542 21% [============= ] 549/2542 21% [============= ] 550/2542 21% [============= ] 551/2542 21% [============= ] 552/2542 21% [============= ] 553/2542 21% [============= ] 554/2542 21% [============= ] 555/2542 21% [============= ] 556/2542 21% [============= ] 557/2542 21% [============= ] 558/2542 21% [============= ] 559/2542 21% [============= ] 560/2542 22% [============= ] 561/2542 22% [============= ] 562/2542 22% [============= ] 563/2542 22% [============= ] 564/2542 22% [============= ] 565/2542 22% [============= ] 566/2542 22% [============= ] 567/2542 22% [============= ] 568/2542 22% [============= ] 569/2542 22% [============= ] 570/2542 22% [============= ] 571/2542 22% [============= ] 572/2542 22% [============= ] 573/2542 22% [============== ] 574/2542 22% [============== ] 575/2542 22% [============== ] 576/2542 22% [============== ] 577/2542 22% [============== ] 578/2542 22% [============== ] 579/2542 22% [============== ] 580/2542 22% [============== ] 581/2542 22% [============== ] 582/2542 22% [============== ] 583/2542 22% [============== ] 584/2542 22% [============== ] 585/2542 23% [============== ] 586/2542 23% [============== ] 587/2542 23% [============== ] 588/2542 23% [============== ] 589/2542 23% [============== ] 590/2542 23% [============== ] 591/2542 23% [============== ] 592/2542 23% [============== ] 593/2542 23% [============== ] 594/2542 23% [============== ] 595/2542 23% [============== ] 596/2542 23% [============== ] 597/2542 23% [============== ] 598/2542 23% [============== ] 599/2542 23% [============== ] 600/2542 23% [============== ] 601/2542 23% [============== ] 602/2542 23% [============== ] 603/2542 23% [============== ] 604/2542 23% [============== ] 605/2542 23% [============== ] 606/2542 23% [============== ] 607/2542 23% [============== ] 608/2542 23% [============== ] 609/2542 23% [============== ] 610/2542 23% [============== ] 611/2542 24% [============== ] 612/2542 24% [============== ] 613/2542 24% [============== ] 614/2542 24% [=============== ] 615/2542 24% [=============== ] 616/2542 24% [=============== ] 617/2542 24% [=============== ] 618/2542 24% [=============== ] 619/2542 24% [=============== ] 620/2542 24% [=============== ] 621/2542 24% [=============== ] 622/2542 24% [=============== ] 623/2542 24% [=============== ] 624/2542 24% [=============== ] 625/2542 24% [=============== ] 626/2542 24% [=============== ] 627/2542 24% [=============== ] 628/2542 24% [=============== ] 629/2542 24% [=============== ] 630/2542 24% [=============== ] 631/2542 24% [=============== ] 632/2542 24% [=============== ] 633/2542 24% [=============== ] 634/2542 24% [=============== ] 635/2542 24% [=============== ] 636/2542 25% [=============== ] 637/2542 25% [=============== ] 638/2542 25% [=============== ] 639/2542 25% [=============== ] 640/2542 25% [=============== ] 641/2542 25% [=============== ] 642/2542 25% [=============== ] 643/2542 25% [=============== ] 644/2542 25% [=============== ] 645/2542 25% [=============== ] 646/2542 25% [=============== ] 647/2542 25% [=============== ] 648/2542 25% [=============== ] 649/2542 25% [=============== ] 650/2542 25% [=============== ] 651/2542 25% [=============== ] 652/2542 25% [=============== ] 653/2542 25% [=============== ] 654/2542 25% [=============== ] 655/2542 25% [================ ] 656/2542 25% [================ ] 657/2542 25% [================ ] 658/2542 25% [================ ] 659/2542 25% [================ ] 660/2542 25% [================ ] 661/2542 26% [================ ] 662/2542 26% [================ ] 663/2542 26% [================ ] 664/2542 26% [================ ] 665/2542 26% [================ ] 666/2542 26% [================ ] 667/2542 26% [================ ] 668/2542 26% [================ ] 669/2542 26% [================ ] 670/2542 26% [================ ] 671/2542 26% [================ ] 672/2542 26% [================ ] 673/2542 26% [================ ] 674/2542 26% [================ ] 675/2542 26% [================ ] 676/2542 26% [================ ] 677/2542 26% [================ ] 678/2542 26% [================ ] 679/2542 26% [================ ] 680/2542 26% [================ ] 681/2542 26% [================ ] 682/2542 26% [================ ] 683/2542 26% [================ ] 684/2542 26% [================ ] 685/2542 26% [================ ] 686/2542 26% [================ ] 687/2542 27% [================ ] 688/2542 27% [================ ] 689/2542 27% [================ ] 690/2542 27% [================ ] 691/2542 27% [================ ] 692/2542 27% [================ ] 693/2542 27% [================ ] 694/2542 27% [================ ] 695/2542 27% [================ ] 696/2542 27% [================= ] 697/2542 27% [================= ] 698/2542 27% [================= ] 699/2542 27% [================= ] 700/2542 27% [================= ] 701/2542 27% [================= ] 702/2542 27% [================= ] 703/2542 27% [================= ] 704/2542 27% [================= ] 705/2542 27% [================= ] 706/2542 27% [================= ] 707/2542 27% [================= ] 708/2542 27% [================= ] 709/2542 27% [================= ] 710/2542 27% [================= ] 711/2542 27% [================= ] 712/2542 28% [================= ] 713/2542 28% [================= ] 714/2542 28% [================= ] 715/2542 28% [================= ] 716/2542 28% [================= ] 717/2542 28% [================= ] 718/2542 28% [================= ] 719/2542 28% [================= ] 720/2542 28% [================= ] 721/2542 28% [================= ] 722/2542 28% [================= ] 723/2542 28% [================= ] 724/2542 28% [================= ] 725/2542 28% [================= ] 726/2542 28% [================= ] 727/2542 28% [================= ] 728/2542 28% [================= ] 729/2542 28% [================= ] 730/2542 28% [================= ] 731/2542 28% [================= ] 732/2542 28% [================= ] 733/2542 28% [================= ] 734/2542 28% [================= ] 735/2542 28% [================= ] 736/2542 28% [================= ] 737/2542 28% [================== ] 738/2542 29% [================== ] 739/2542 29% [================== ] 740/2542 29% [================== ] 741/2542 29% [================== ] 742/2542 29% [================== ] 743/2542 29% [================== ] 744/2542 29% [================== ] 745/2542 29% [================== ] 746/2542 29% [================== ] 747/2542 29% [================== ] 748/2542 29% [================== ] 749/2542 29% [================== ] 750/2542 29% [================== ] 751/2542 29% [================== ] 752/2542 29% [================== ] 753/2542 29% [================== ] 754/2542 29% [================== ] 755/2542 29% [================== ] 756/2542 29% [================== ] 757/2542 29% [================== ] 758/2542 29% [================== ] 759/2542 29% [================== ] 760/2542 29% [================== ] 761/2542 29% [================== ] 762/2542 29% [================== ] 763/2542 30% [================== ] 764/2542 30% [================== ] 765/2542 30% [================== ] 766/2542 30% [================== ] 767/2542 30% [================== ] 768/2542 30% [================== ] 769/2542 30% [================== ] 770/2542 30% [================== ] 771/2542 30% [================== ] 772/2542 30% [================== ] 773/2542 30% [================== ] 774/2542 30% [================== ] 775/2542 30% [================== ] 776/2542 30% [================== ] 777/2542 30% [================== ] 778/2542 30% [=================== ] 779/2542 30% [=================== ] 780/2542 30% [=================== ] 781/2542 30% [=================== ] 782/2542 30% [=================== ] 783/2542 30% [=================== ] 784/2542 30% [=================== ] 785/2542 30% [=================== ] 786/2542 30% [=================== ] 787/2542 30% [=================== ] 788/2542 30% [=================== ] 789/2542 31% [=================== ] 790/2542 31% [=================== ] 791/2542 31% [=================== ] 792/2542 31% [=================== ] 793/2542 31% [=================== ] 794/2542 31% [=================== ] 795/2542 31% [=================== ] 796/2542 31% [=================== ] 797/2542 31% [=================== ] 798/2542 31% [=================== ] 799/2542 31% [=================== ] 800/2542 31% [=================== ] 801/2542 31% [=================== ] 802/2542 31% [=================== ] 803/2542 31% [=================== ] 804/2542 31% [=================== ] 805/2542 31% [=================== ] 806/2542 31% [=================== ] 807/2542 31% [=================== ] 808/2542 31% [=================== ] 809/2542 31% [=================== ] 810/2542 31% [=================== ] 811/2542 31% [=================== ] 812/2542 31% [=================== ] 813/2542 31% [=================== ] 814/2542 32% [=================== ] 815/2542 32% [=================== ] 816/2542 32% [=================== ] 817/2542 32% [=================== ] 818/2542 32% [=================== ] 819/2542 32% [==================== ] 820/2542 32% [==================== ] 821/2542 32% [==================== ] 822/2542 32% [==================== ] 823/2542 32% [==================== ] 824/2542 32% [==================== ] 825/2542 32% [==================== ] 826/2542 32% [==================== ] 827/2542 32% [==================== ] 828/2542 32% [==================== ] 829/2542 32% [==================== ] 830/2542 32% [==================== ] 831/2542 32% [==================== ] 832/2542 32% [==================== ] 833/2542 32% [==================== ] 834/2542 32% [==================== ] 835/2542 32% [==================== ] 836/2542 32% [==================== ] 837/2542 32% [==================== ] 838/2542 32% [==================== ] 839/2542 33% [==================== ] 840/2542 33% [==================== ] 841/2542 33% [==================== ] 842/2542 33% [==================== ] 843/2542 33% [==================== ] 844/2542 33% [==================== ] 845/2542 33% [==================== ] 846/2542 33% [==================== ] 847/2542 33% [==================== ] 848/2542 33% [==================== ] 849/2542 33% [==================== ] 850/2542 33% [==================== ] 851/2542 33% [==================== ] 852/2542 33% [==================== ] 853/2542 33% [==================== ] 854/2542 33% [==================== ] 855/2542 33% [==================== ] 856/2542 33% [==================== ] 857/2542 33% [==================== ] 858/2542 33% [==================== ] 859/2542 33% [==================== ] 860/2542 33% [===================== ] 861/2542 33% [===================== ] 862/2542 33% [===================== ] 863/2542 33% [===================== ] 864/2542 33% [===================== ] 865/2542 34% [===================== ] 866/2542 34% [===================== ] 867/2542 34% [===================== ] 868/2542 34% [===================== ] 869/2542 34% [===================== ] 870/2542 34% [===================== ] 871/2542 34% [===================== ] 872/2542 34% [===================== ] 873/2542 34% [===================== ] 874/2542 34% [===================== ] 875/2542 34% [===================== ] 876/2542 34% [===================== ] 877/2542 34% [===================== ] 878/2542 34% [===================== ] 879/2542 34% [===================== ] 880/2542 34% [===================== ] 881/2542 34% [===================== ] 882/2542 34% [===================== ] 883/2542 34% [===================== ] 884/2542 34% [===================== ] 885/2542 34% [===================== ] 886/2542 34% [===================== ] 887/2542 34% [===================== ] 888/2542 34% [===================== ] 889/2542 34% [===================== ] 890/2542 35% [===================== ] 891/2542 35% [===================== ] 892/2542 35% [===================== ] 893/2542 35% [===================== ] 894/2542 35% [===================== ] 895/2542 35% [===================== ] 896/2542 35% [===================== ] 897/2542 35% [===================== ] 898/2542 35% [===================== ] 899/2542 35% [===================== ] 900/2542 35% [===================== ] 901/2542 35% [====================== ] 902/2542 35% [====================== ] 903/2542 35% [====================== ] 904/2542 35% [====================== ] 905/2542 35% [====================== ] 906/2542 35% [====================== ] 907/2542 35% [====================== ] 908/2542 35% [====================== ] 909/2542 35% [====================== ] 910/2542 35% [====================== ] 911/2542 35% [====================== ] 912/2542 35% [====================== ] 913/2542 35% [====================== ] 914/2542 35% [====================== ] 915/2542 35% [====================== ] 916/2542 36% [====================== ] 917/2542 36% [====================== ] 918/2542 36% [====================== ] 919/2542 36% [====================== ] 920/2542 36% [====================== ] 921/2542 36% [====================== ] 922/2542 36% [====================== ] 923/2542 36% [====================== ] 924/2542 36% [====================== ] 925/2542 36% [====================== ] 926/2542 36% [====================== ] 927/2542 36% [====================== ] 928/2542 36% [====================== ] 929/2542 36% [====================== ] 930/2542 36% [====================== ] 931/2542 36% [====================== ] 932/2542 36% [====================== ] 933/2542 36% [====================== ] 934/2542 36% [====================== ] 935/2542 36% [====================== ] 936/2542 36% [====================== ] 937/2542 36% [====================== ] 938/2542 36% [====================== ] 939/2542 36% [====================== ] 940/2542 36% [====================== ] 941/2542 37% [====================== ] 942/2542 37% [======================= ] 943/2542 37% [======================= ] 944/2542 37% [======================= ] 945/2542 37% [======================= ] 946/2542 37% [======================= ] 947/2542 37% [======================= ] 948/2542 37% [======================= ] 949/2542 37% [======================= ] 950/2542 37% [======================= ] 951/2542 37% [======================= ] 952/2542 37% [======================= ] 953/2542 37% [======================= ] 954/2542 37% [======================= ] 955/2542 37% [======================= ] 956/2542 37% [======================= ] 957/2542 37% [======================= ] 958/2542 37% [======================= ] 959/2542 37% [======================= ] 960/2542 37% [======================= ] 961/2542 37% [======================= ] 962/2542 37% [======================= ] 963/2542 37% [======================= ] 964/2542 37% [======================= ] 965/2542 37% [======================= ] 966/2542 38% [======================= ] 967/2542 38% [======================= ] 968/2542 38% [======================= ] 969/2542 38% [======================= ] 970/2542 38% [======================= ] 971/2542 38% [======================= ] 972/2542 38% [======================= ] 973/2542 38% [======================= ] 974/2542 38% [======================= ] 975/2542 38% [======================= ] 976/2542 38% [======================= ] 977/2542 38% [======================= ] 978/2542 38% [======================= ] 979/2542 38% [======================= ] 980/2542 38% [======================= ] 981/2542 38% [======================= ] 982/2542 38% [======================= ] 983/2542 38% [======================== ] 984/2542 38% [======================== ] 985/2542 38% [======================== ] 986/2542 38% [======================== ] 987/2542 38% [======================== ] 988/2542 38% [======================== ] 989/2542 38% [======================== ] 990/2542 38% [======================== ] 991/2542 38% [======================== ] 992/2542 39% [======================== ] 993/2542 39% [======================== ] 994/2542 39% [======================== ] 995/2542 39% [======================== ] 996/2542 39% [======================== ] 997/2542 39% [======================== ] 998/2542 39% [======================== ] 999/2542 39% [======================== ] 1000/2542 39% [======================== ] 1001/2542 39% [======================== ] 1002/2542 39% [======================== ] 1003/2542 39% [======================== ] 1004/2542 39% [======================== ] 1005/2542 39% [======================== ] 1006/2542 39% [======================== ] 1007/2542 39% [======================== ] 1008/2542 39% [======================== ] 1009/2542 39% [======================== ] 1010/2542 39% [======================== ] 1011/2542 39% [======================== ] 1012/2542 39% [======================== ] 1013/2542 39% [======================== ] 1014/2542 39% [======================== ] 1015/2542 39% [======================== ] 1016/2542 39% [======================== ] 1017/2542 40% [======================== ] 1018/2542 40% [======================== ] 1019/2542 40% [======================== ] 1020/2542 40% [======================== ] 1021/2542 40% [======================== ] 1022/2542 40% [======================== ] 1023/2542 40% [======================== ] 1024/2542 40% [========================= ] 1025/2542 40% [========================= ] 1026/2542 40% [========================= ] 1027/2542 40% [========================= ] 1028/2542 40% [========================= ] 1029/2542 40% [========================= ] 1030/2542 40% [========================= ] 1031/2542 40% [========================= ] 1032/2542 40% [========================= ] 1033/2542 40% [========================= ] 1034/2542 40% [========================= ] 1035/2542 40% [========================= ] 1036/2542 40% [========================= ] 1037/2542 40% [========================= ] 1038/2542 40% [========================= ] 1039/2542 40% [========================= ] 1040/2542 40% [========================= ] 1041/2542 40% [========================= ] 1042/2542 40% [========================= ] 1043/2542 41% [========================= ] 1044/2542 41% [========================= ] 1045/2542 41% [========================= ] 1046/2542 41% [========================= ] 1047/2542 41% [========================= ] 1048/2542 41% [========================= ] 1049/2542 41% [========================= ] 1050/2542 41% [========================= ] 1051/2542 41% [========================= ] 1052/2542 41% [========================= ] 1053/2542 41% [========================= ] 1054/2542 41% [========================= ] 1055/2542 41% [========================= ] 1056/2542 41% [========================= ] 1057/2542 41% [========================= ] 1058/2542 41% [========================= ] 1059/2542 41% [========================= ] 1060/2542 41% [========================= ] 1061/2542 41% [========================= ] 1062/2542 41% [========================= ] 1063/2542 41% [========================= ] 1064/2542 41% [========================= ] 1065/2542 41% [========================== ] 1066/2542 41% [========================== ] 1067/2542 41% [========================== ] 1068/2542 42% [========================== ] 1069/2542 42% [========================== ] 1070/2542 42% [========================== ] 1071/2542 42% [========================== ] 1072/2542 42% [========================== ] 1073/2542 42% [========================== ] 1074/2542 42% [========================== ] 1075/2542 42% [========================== ] 1076/2542 42% [========================== ] 1077/2542 42% [========================== ] 1078/2542 42% [========================== ] 1079/2542 42% [========================== ] 1080/2542 42% [========================== ] 1081/2542 42% [========================== ] 1082/2542 42% [========================== ] 1083/2542 42% [========================== ] 1084/2542 42% [========================== ] 1085/2542 42% [========================== ] 1086/2542 42% [========================== ] 1087/2542 42% [========================== ] 1088/2542 42% [========================== ] 1089/2542 42% [========================== ] 1090/2542 42% [========================== ] 1091/2542 42% [========================== ] 1092/2542 42% [========================== ] 1093/2542 42% [========================== ] 1094/2542 43% [========================== ] 1095/2542 43% [========================== ] 1096/2542 43% [========================== ] 1097/2542 43% [========================== ] 1098/2542 43% [========================== ] 1099/2542 43% [========================== ] 1100/2542 43% [========================== ] 1101/2542 43% [========================== ] 1102/2542 43% [========================== ] 1103/2542 43% [========================== ] 1104/2542 43% [========================== ] 1105/2542 43% [========================== ] 1106/2542 43% [=========================== ] 1107/2542 43% [=========================== ] 1108/2542 43% [=========================== ] 1109/2542 43% [=========================== ] 1110/2542 43% [=========================== ] 1111/2542 43% [=========================== ] 1112/2542 43% [=========================== ] 1113/2542 43% [=========================== ] 1114/2542 43% [=========================== ] 1115/2542 43% [=========================== ] 1116/2542 43% [=========================== ] 1117/2542 43% [=========================== ] 1118/2542 43% [=========================== ] 1119/2542 44% [=========================== ] 1120/2542 44% [=========================== ] 1121/2542 44% [=========================== ] 1122/2542 44% [=========================== ] 1123/2542 44% [=========================== ] 1124/2542 44% [=========================== ] 1125/2542 44% [=========================== ] 1126/2542 44% [=========================== ] 1127/2542 44% [=========================== ] 1128/2542 44% [=========================== ] 1129/2542 44% [=========================== ] 1130/2542 44% [=========================== ] 1131/2542 44% [=========================== ] 1132/2542 44% [=========================== ] 1133/2542 44% [=========================== ] 1134/2542 44% [=========================== ] 1135/2542 44% [=========================== ] 1136/2542 44% [=========================== ] 1137/2542 44% [=========================== ] 1138/2542 44% [=========================== ] 1139/2542 44% [=========================== ] 1140/2542 44% [=========================== ] 1141/2542 44% [=========================== ] 1142/2542 44% [=========================== ] 1143/2542 44% [=========================== ] 1144/2542 45% [=========================== ] 1145/2542 45% [=========================== ] 1146/2542 45% [=========================== ] 1147/2542 45% [============================ ] 1148/2542 45% [============================ ] 1149/2542 45% [============================ ] 1150/2542 45% [============================ ] 1151/2542 45% [============================ ] 1152/2542 45% [============================ ] 1153/2542 45% [============================ ] 1154/2542 45% [============================ ] 1155/2542 45% [============================ ] 1156/2542 45% [============================ ] 1157/2542 45% [============================ ] 1158/2542 45% [============================ ] 1159/2542 45% [============================ ] 1160/2542 45% [============================ ] 1161/2542 45% [============================ ] 1162/2542 45% [============================ ] 1163/2542 45% [============================ ] 1164/2542 45% [============================ ] 1165/2542 45% [============================ ] 1166/2542 45% [============================ ] 1167/2542 45% [============================ ] 1168/2542 45% [============================ ] 1169/2542 45% [============================ ] 1170/2542 46% [============================ ] 1171/2542 46% [============================ ] 1172/2542 46% [============================ ] 1173/2542 46% [============================ ] 1174/2542 46% [============================ ] 1175/2542 46% [============================ ] 1176/2542 46% [============================ ] 1177/2542 46% [============================ ] 1178/2542 46% [============================ ] 1179/2542 46% [============================ ] 1180/2542 46% [============================ ] 1181/2542 46% [============================ ] 1182/2542 46% [============================ ] 1183/2542 46% [============================ ] 1184/2542 46% [============================ ] 1185/2542 46% [============================ ] 1186/2542 46% [============================ ] 1187/2542 46% [============================ ] 1188/2542 46% [============================= ] 1189/2542 46% [============================= ] 1190/2542 46% [============================= ] 1191/2542 46% [============================= ] 1192/2542 46% [============================= ] 1193/2542 46% [============================= ] 1194/2542 46% [============================= ] 1195/2542 47% [============================= ] 1196/2542 47% [============================= ] 1197/2542 47% [============================= ] 1198/2542 47% [============================= ] 1199/2542 47% [============================= ] 1200/2542 47% [============================= ] 1201/2542 47% [============================= ] 1202/2542 47% [============================= ] 1203/2542 47% [============================= ] 1204/2542 47% [============================= ] 1205/2542 47% [============================= ] 1206/2542 47% [============================= ] 1207/2542 47% [============================= ] 1208/2542 47% [============================= ] 1209/2542 47% [============================= ] 1210/2542 47% [============================= ] 1211/2542 47% [============================= ] 1212/2542 47% [============================= ] 1213/2542 47% [============================= ] 1214/2542 47% [============================= ] 1215/2542 47% [============================= ] 1216/2542 47% [============================= ] 1217/2542 47% [============================= ] 1218/2542 47% [============================= ] 1219/2542 47% [============================= ] 1220/2542 47% [============================= ] 1221/2542 48% [============================= ] 1222/2542 48% [============================= ] 1223/2542 48% [============================= ] 1224/2542 48% [============================= ] 1225/2542 48% [============================= ] 1226/2542 48% [============================= ] 1227/2542 48% [============================= ] 1228/2542 48% [============================= ] 1229/2542 48% [============================== ] 1230/2542 48% [============================== ] 1231/2542 48% [============================== ] 1232/2542 48% [============================== ] 1233/2542 48% [============================== ] 1234/2542 48% [============================== ] 1235/2542 48% [============================== ] 1236/2542 48% [============================== ] 1237/2542 48% [============================== ] 1238/2542 48% [============================== ] 1239/2542 48% [============================== ] 1240/2542 48% [============================== ] 1241/2542 48% [============================== ] 1242/2542 48% [============================== ] 1243/2542 48% [============================== ] 1244/2542 48% [============================== ] 1245/2542 48% [============================== ] 1246/2542 49% [============================== ] 1247/2542 49% [============================== ] 1248/2542 49% [============================== ] 1249/2542 49% [============================== ] 1250/2542 49% [============================== ] 1251/2542 49% [============================== ] 1252/2542 49% [============================== ] 1253/2542 49% [============================== ] 1254/2542 49% [============================== ] 1255/2542 49% [============================== ] 1256/2542 49% [============================== ] 1257/2542 49% [============================== ] 1258/2542 49% [============================== ] 1259/2542 49% [============================== ] 1260/2542 49% [============================== ] 1261/2542 49% [============================== ] 1262/2542 49% [============================== ] 1263/2542 49% [============================== ] 1264/2542 49% [============================== ] 1265/2542 49% [============================== ] 1266/2542 49% [============================== ] 1267/2542 49% [============================== ] 1268/2542 49% [============================== ] 1269/2542 49% [============================== ] 1270/2542 49% [=============================== ] 1271/2542 50% [=============================== ] 1272/2542 50% [=============================== ] 1273/2542 50% [=============================== ] 1274/2542 50% [=============================== ] 1275/2542 50% [=============================== ] 1276/2542 50% [=============================== ] 1277/2542 50% [=============================== ] 1278/2542 50% [=============================== ] 1279/2542 50% [=============================== ] 1280/2542 50% [=============================== ] 1281/2542 50% [=============================== ] 1282/2542 50% [=============================== ] 1283/2542 50% [=============================== ] 1284/2542 50% [=============================== ] 1285/2542 50% [=============================== ] 1286/2542 50% [=============================== ] 1287/2542 50% [=============================== ] 1288/2542 50% [=============================== ] 1289/2542 50% [=============================== ] 1290/2542 50% [=============================== ] 1291/2542 50% [=============================== ] 1292/2542 50% [=============================== ] 1293/2542 50% [=============================== ] 1294/2542 50% [=============================== ] 1295/2542 50% [=============================== ] 1296/2542 50% [=============================== ] 1297/2542 51% [=============================== ] 1298/2542 51% [=============================== ] 1299/2542 51% [=============================== ] 1300/2542 51% [=============================== ] 1301/2542 51% [=============================== ] 1302/2542 51% [=============================== ] 1303/2542 51% [=============================== ] 1304/2542 51% [=============================== ] 1305/2542 51% [=============================== ] 1306/2542 51% [=============================== ] 1307/2542 51% [=============================== ] 1308/2542 51% [=============================== ] 1309/2542 51% [=============================== ] 1310/2542 51% [=============================== ] 1311/2542 51% [================================ ] 1312/2542 51% [================================ ] 1313/2542 51% [================================ ] 1314/2542 51% [================================ ] 1315/2542 51% [================================ ] 1316/2542 51% [================================ ] 1317/2542 51% [================================ ] 1318/2542 51% [================================ ] 1319/2542 51% [================================ ] 1320/2542 51% [================================ ] 1321/2542 51% [================================ ] 1322/2542 52% [================================ ] 1323/2542 52% [================================ ] 1324/2542 52% [================================ ] 1325/2542 52% [================================ ] 1326/2542 52% [================================ ] 1327/2542 52% [================================ ] 1328/2542 52% [================================ ] 1329/2542 52% [================================ ] 1330/2542 52% [================================ ] 1331/2542 52% [================================ ] 1332/2542 52% [================================ ] 1333/2542 52% [================================ ] 1334/2542 52% [================================ ] 1335/2542 52% [================================ ] 1336/2542 52% [================================ ] 1337/2542 52% [================================ ] 1338/2542 52% [================================ ] 1339/2542 52% [================================ ] 1340/2542 52% [================================ ] 1341/2542 52% [================================ ] 1342/2542 52% [================================ ] 1343/2542 52% [================================ ] 1344/2542 52% [================================ ] 1345/2542 52% [================================ ] 1346/2542 52% [================================ ] 1347/2542 52% [================================ ] 1348/2542 53% [================================ ] 1349/2542 53% [================================ ] 1350/2542 53% [================================ ] 1351/2542 53% [================================ ] 1352/2542 53% [================================= ] 1353/2542 53% [================================= ] 1354/2542 53% [================================= ] 1355/2542 53% [================================= ] 1356/2542 53% [================================= ] 1357/2542 53% [================================= ] 1358/2542 53% [================================= ] 1359/2542 53% [================================= ] 1360/2542 53% [================================= ] 1361/2542 53% [================================= ] 1362/2542 53% [================================= ] 1363/2542 53% [================================= ] 1364/2542 53% [================================= ] 1365/2542 53% [================================= ] 1366/2542 53% [================================= ] 1367/2542 53% [================================= ] 1368/2542 53% [================================= ] 1369/2542 53% [================================= ] 1370/2542 53% [================================= ] 1371/2542 53% [================================= ] 1372/2542 53% [================================= ] 1373/2542 54% [================================= ] 1374/2542 54% [================================= ] 1375/2542 54% [================================= ] 1376/2542 54% [================================= ] 1377/2542 54% [================================= ] 1378/2542 54% [================================= ] 1379/2542 54% [================================= ] 1380/2542 54% [================================= ] 1381/2542 54% [================================= ] 1382/2542 54% [================================= ] 1383/2542 54% [================================= ] 1384/2542 54% [================================= ] 1385/2542 54% [================================= ] 1386/2542 54% [================================= ] 1387/2542 54% [================================= ] 1388/2542 54% [================================= ] 1389/2542 54% [================================= ] 1390/2542 54% [================================= ] 1391/2542 54% [================================= ] 1392/2542 54% [================================= ] 1393/2542 54% [================================== ] 1394/2542 54% [================================== ] 1395/2542 54% [================================== ] 1396/2542 54% [================================== ] 1397/2542 54% [================================== ] 1398/2542 54% [================================== ] 1399/2542 55% [================================== ] 1400/2542 55% [================================== ] 1401/2542 55% [================================== ] 1402/2542 55% [================================== ] 1403/2542 55% [================================== ] 1404/2542 55% [================================== ] 1405/2542 55% [================================== ] 1406/2542 55% [================================== ] 1407/2542 55% [================================== ] 1408/2542 55% [================================== ] 1409/2542 55% [================================== ] 1410/2542 55% [================================== ] 1411/2542 55% [================================== ] 1412/2542 55% [================================== ] 1413/2542 55% [================================== ] 1414/2542 55% [================================== ] 1415/2542 55% [================================== ] 1416/2542 55% [================================== ] 1417/2542 55% [================================== ] 1418/2542 55% [================================== ] 1419/2542 55% [================================== ] 1420/2542 55% [================================== ] 1421/2542 55% [================================== ] 1422/2542 55% [================================== ] 1423/2542 55% [================================== ] 1424/2542 56% [================================== ] 1425/2542 56% [================================== ] 1426/2542 56% [================================== ] 1427/2542 56% [================================== ] 1428/2542 56% [================================== ] 1429/2542 56% [================================== ] 1430/2542 56% [================================== ] 1431/2542 56% [================================== ] 1432/2542 56% [================================== ] 1433/2542 56% [================================== ] 1434/2542 56% [=================================== ] 1435/2542 56% [=================================== ] 1436/2542 56% [=================================== ] 1437/2542 56% [=================================== ] 1438/2542 56% [=================================== ] 1439/2542 56% [=================================== ] 1440/2542 56% [=================================== ] 1441/2542 56% [=================================== ] 1442/2542 56% [=================================== ] 1443/2542 56% [=================================== ] 1444/2542 56% [=================================== ] 1445/2542 56% [=================================== ] 1446/2542 56% [=================================== ] 1447/2542 56% [=================================== ] 1448/2542 56% [=================================== ] 1449/2542 57% [=================================== ] 1450/2542 57% [=================================== ] 1451/2542 57% [=================================== ] 1452/2542 57% [=================================== ] 1453/2542 57% [=================================== ] 1454/2542 57% [=================================== ] 1455/2542 57% [=================================== ] 1456/2542 57% [=================================== ] 1457/2542 57% [=================================== ] 1458/2542 57% [=================================== ] 1459/2542 57% [=================================== ] 1460/2542 57% [=================================== ] 1461/2542 57% [=================================== ] 1462/2542 57% [=================================== ] 1463/2542 57% [=================================== ] 1464/2542 57% [=================================== ] 1465/2542 57% [=================================== ] 1466/2542 57% [=================================== ] 1467/2542 57% [=================================== ] 1468/2542 57% [=================================== ] 1469/2542 57% [=================================== ] 1470/2542 57% [=================================== ] 1471/2542 57% [=================================== ] 1472/2542 57% [=================================== ] 1473/2542 57% [=================================== ] 1474/2542 57% [=================================== ] 1475/2542 58% [==================================== ] 1476/2542 58% [==================================== ] 1477/2542 58% [==================================== ] 1478/2542 58% [==================================== ] 1479/2542 58% [==================================== ] 1480/2542 58% [==================================== ] 1481/2542 58% [==================================== ] 1482/2542 58% [==================================== ] 1483/2542 58% [==================================== ] 1484/2542 58% [==================================== ] 1485/2542 58% [==================================== ] 1486/2542 58% [==================================== ] 1487/2542 58% [==================================== ] 1488/2542 58% [==================================== ] 1489/2542 58% [==================================== ] 1490/2542 58% [==================================== ] 1491/2542 58% [==================================== ] 1492/2542 58% [==================================== ] 1493/2542 58% [==================================== ] 1494/2542 58% [==================================== ] 1495/2542 58% [==================================== ] 1496/2542 58% [==================================== ] 1497/2542 58% [==================================== ] 1498/2542 58% [==================================== ] 1499/2542 58% [==================================== ] 1500/2542 59% [==================================== ] 1501/2542 59% [==================================== ] 1502/2542 59% [==================================== ] 1503/2542 59% [==================================== ] 1504/2542 59% [==================================== ] 1505/2542 59% [==================================== ] 1506/2542 59% [==================================== ] 1507/2542 59% [==================================== ] 1508/2542 59% [==================================== ] 1509/2542 59% [==================================== ] 1510/2542 59% [==================================== ] 1511/2542 59% [==================================== ] 1512/2542 59% [==================================== ] 1513/2542 59% [==================================== ] 1514/2542 59% [==================================== ] 1515/2542 59% [==================================== ] 1516/2542 59% [===================================== ] 1517/2542 59% [===================================== ] 1518/2542 59% [===================================== ] 1519/2542 59% [===================================== ] 1520/2542 59% [===================================== ] 1521/2542 59% [===================================== ] 1522/2542 59% [===================================== ] 1523/2542 59% [===================================== ] 1524/2542 59% [===================================== ] 1525/2542 59% [===================================== ] 1526/2542 60% [===================================== ] 1527/2542 60% [===================================== ] 1528/2542 60% [===================================== ] 1529/2542 60% [===================================== ] 1530/2542 60% [===================================== ] 1531/2542 60% [===================================== ] 1532/2542 60% [===================================== ] 1533/2542 60% [===================================== ] 1534/2542 60% [===================================== ] 1535/2542 60% [===================================== ] 1536/2542 60% [===================================== ] 1537/2542 60% [===================================== ] 1538/2542 60% [===================================== ] 1539/2542 60% [===================================== ] 1540/2542 60% [===================================== ] 1541/2542 60% [===================================== ] 1542/2542 60% [===================================== ] 1543/2542 60% [===================================== ] 1544/2542 60% [===================================== ] 1545/2542 60% [===================================== ] 1546/2542 60% [===================================== ] 1547/2542 60% [===================================== ] 1548/2542 60% [===================================== ] 1549/2542 60% [===================================== ] 1550/2542 60% [===================================== ] 1551/2542 61% [===================================== ] 1552/2542 61% [===================================== ] 1553/2542 61% [===================================== ] 1554/2542 61% [===================================== ] 1555/2542 61% [===================================== ] 1556/2542 61% [===================================== ] 1557/2542 61% [====================================== ] 1558/2542 61% [====================================== ] 1559/2542 61% [====================================== ] 1560/2542 61% [====================================== ] 1561/2542 61% [====================================== ] 1562/2542 61% [====================================== ] 1563/2542 61% [====================================== ] 1564/2542 61% [====================================== ] 1565/2542 61% [====================================== ] 1566/2542 61% [====================================== ] 1567/2542 61% [====================================== ] 1568/2542 61% [====================================== ] 1569/2542 61% [====================================== ] 1570/2542 61% [====================================== ] 1571/2542 61% [====================================== ] 1572/2542 61% [====================================== ] 1573/2542 61% [====================================== ] 1574/2542 61% [====================================== ] 1575/2542 61% [====================================== ] 1576/2542 61% [====================================== ] 1577/2542 62% [====================================== ] 1578/2542 62% [====================================== ] 1579/2542 62% [====================================== ] 1580/2542 62% [====================================== ] 1581/2542 62% [====================================== ] 1582/2542 62% [====================================== ] 1583/2542 62% [====================================== ] 1584/2542 62% [====================================== ] 1585/2542 62% [====================================== ] 1586/2542 62% [====================================== ] 1587/2542 62% [====================================== ] 1588/2542 62% [====================================== ] 1589/2542 62% [====================================== ] 1590/2542 62% [====================================== ] 1591/2542 62% [====================================== ] 1592/2542 62% [====================================== ] 1593/2542 62% [====================================== ] 1594/2542 62% [====================================== ] 1595/2542 62% [====================================== ] 1596/2542 62% [====================================== ] 1597/2542 62% [====================================== ] 1598/2542 62% [======================================= ] 1599/2542 62% [======================================= ] 1600/2542 62% [======================================= ] 1601/2542 62% [======================================= ] 1602/2542 63% [======================================= ] 1603/2542 63% [======================================= ] 1604/2542 63% [======================================= ] 1605/2542 63% [======================================= ] 1606/2542 63% [======================================= ] 1607/2542 63% [======================================= ] 1608/2542 63% [======================================= ] 1609/2542 63% [======================================= ] 1610/2542 63% [======================================= ] 1611/2542 63% [======================================= ] 1612/2542 63% [======================================= ] 1613/2542 63% [======================================= ] 1614/2542 63% [======================================= ] 1615/2542 63% [======================================= ] 1616/2542 63% [======================================= ] 1617/2542 63% [======================================= ] 1618/2542 63% [======================================= ] 1619/2542 63% [======================================= ] 1620/2542 63% [======================================= ] 1621/2542 63% [======================================= ] 1622/2542 63% [======================================= ] 1623/2542 63% [======================================= ] 1624/2542 63% [======================================= ] 1625/2542 63% [======================================= ] 1626/2542 63% [======================================= ] 1627/2542 64% [======================================= ] 1628/2542 64% [======================================= ] 1629/2542 64% [======================================= ] 1630/2542 64% [======================================= ] 1631/2542 64% [======================================= ] 1632/2542 64% [======================================= ] 1633/2542 64% [======================================= ] 1634/2542 64% [======================================= ] 1635/2542 64% [======================================= ] 1636/2542 64% [======================================= ] 1637/2542 64% [======================================= ] 1638/2542 64% [======================================= ] 1639/2542 64% [======================================== ] 1640/2542 64% [======================================== ] 1641/2542 64% [======================================== ] 1642/2542 64% [======================================== ] 1643/2542 64% [======================================== ] 1644/2542 64% [======================================== ] 1645/2542 64% [======================================== ] 1646/2542 64% [======================================== ] 1647/2542 64% [======================================== ] 1648/2542 64% [======================================== ] 1649/2542 64% [======================================== ] 1650/2542 64% [======================================== ] 1651/2542 64% [======================================== ] 1652/2542 64% [======================================== ] 1653/2542 65% [======================================== ] 1654/2542 65% [======================================== ] 1655/2542 65% [======================================== ] 1656/2542 65% [======================================== ] 1657/2542 65% [======================================== ] 1658/2542 65% [======================================== ] 1659/2542 65% [======================================== ] 1660/2542 65% [======================================== ] 1661/2542 65% [======================================== ] 1662/2542 65% [======================================== ] 1663/2542 65% [======================================== ] 1664/2542 65% [======================================== ] 1665/2542 65% [======================================== ] 1666/2542 65% [======================================== ] 1667/2542 65% [======================================== ] 1668/2542 65% [======================================== ] 1669/2542 65% [======================================== ] 1670/2542 65% [======================================== ] 1671/2542 65% [======================================== ] 1672/2542 65% [======================================== ] 1673/2542 65% [======================================== ] 1674/2542 65% [======================================== ] 1675/2542 65% [======================================== ] 1676/2542 65% [======================================== ] 1677/2542 65% [======================================== ] 1678/2542 66% [======================================== ] 1679/2542 66% [======================================== ] 1680/2542 66% [========================================= ] 1681/2542 66% [========================================= ] 1682/2542 66% [========================================= ] 1683/2542 66% [========================================= ] 1684/2542 66% [========================================= ] 1685/2542 66% [========================================= ] 1686/2542 66% [========================================= ] 1687/2542 66% [========================================= ] 1688/2542 66% [========================================= ] 1689/2542 66% [========================================= ] 1690/2542 66% [========================================= ] 1691/2542 66% [========================================= ] 1692/2542 66% [========================================= ] 1693/2542 66% [========================================= ] 1694/2542 66% [========================================= ] 1695/2542 66% [========================================= ] 1696/2542 66% [========================================= ] 1697/2542 66% [========================================= ] 1698/2542 66% [========================================= ] 1699/2542 66% [========================================= ] 1700/2542 66% [========================================= ] 1701/2542 66% [========================================= ] 1702/2542 66% [========================================= ] 1703/2542 66% [========================================= ] 1704/2542 67% [========================================= ] 1705/2542 67% [========================================= ] 1706/2542 67% [========================================= ] 1707/2542 67% [========================================= ] 1708/2542 67% [========================================= ] 1709/2542 67% [========================================= ] 1710/2542 67% [========================================= ] 1711/2542 67% [========================================= ] 1712/2542 67% [========================================= ] 1713/2542 67% [========================================= ] 1714/2542 67% [========================================= ] 1715/2542 67% [========================================= ] 1716/2542 67% [========================================= ] 1717/2542 67% [========================================= ] 1718/2542 67% [========================================= ] 1719/2542 67% [========================================= ] 1720/2542 67% [========================================= ] 1721/2542 67% [========================================== ] 1722/2542 67% [========================================== ] 1723/2542 67% [========================================== ] 1724/2542 67% [========================================== ] 1725/2542 67% [========================================== ] 1726/2542 67% [========================================== ] 1727/2542 67% [========================================== ] 1728/2542 67% [========================================== ] 1729/2542 68% [========================================== ] 1730/2542 68% [========================================== ] 1731/2542 68% [========================================== ] 1732/2542 68% [========================================== ] 1733/2542 68% [========================================== ] 1734/2542 68% [========================================== ] 1735/2542 68% [========================================== ] 1736/2542 68% [========================================== ] 1737/2542 68% [========================================== ] 1738/2542 68% [========================================== ] 1739/2542 68% [========================================== ] 1740/2542 68% [========================================== ] 1741/2542 68% [========================================== ] 1742/2542 68% [========================================== ] 1743/2542 68% [========================================== ] 1744/2542 68% [========================================== ] 1745/2542 68% [========================================== ] 1746/2542 68% [========================================== ] 1747/2542 68% [========================================== ] 1748/2542 68% [========================================== ] 1749/2542 68% [========================================== ] 1750/2542 68% [========================================== ] 1751/2542 68% [========================================== ] 1752/2542 68% [========================================== ] 1753/2542 68% [========================================== ] 1754/2542 69% [========================================== ] 1755/2542 69% [========================================== ] 1756/2542 69% [========================================== ] 1757/2542 69% [========================================== ] 1758/2542 69% [========================================== ] 1759/2542 69% [========================================== ] 1760/2542 69% [========================================== ] 1761/2542 69% [========================================== ] 1762/2542 69% [=========================================== ] 1763/2542 69% [=========================================== ] 1764/2542 69% [=========================================== ] 1765/2542 69% [=========================================== ] 1766/2542 69% [=========================================== ] 1767/2542 69% [=========================================== ] 1768/2542 69% [=========================================== ] 1769/2542 69% [=========================================== ] 1770/2542 69% [=========================================== ] 1771/2542 69% [=========================================== ] 1772/2542 69% [=========================================== ] 1773/2542 69% [=========================================== ] 1774/2542 69% [=========================================== ] 1775/2542 69% [=========================================== ] 1776/2542 69% [=========================================== ] 1777/2542 69% [=========================================== ] 1778/2542 69% [=========================================== ] 1779/2542 69% [=========================================== ] 1780/2542 70% [=========================================== ] 1781/2542 70% [=========================================== ] 1782/2542 70% [=========================================== ] 1783/2542 70% [=========================================== ] 1784/2542 70% [=========================================== ] 1785/2542 70% [=========================================== ] 1786/2542 70% [=========================================== ] 1787/2542 70% [=========================================== ] 1788/2542 70% [=========================================== ] 1789/2542 70% [=========================================== ] 1790/2542 70% [=========================================== ] 1791/2542 70% [=========================================== ] 1792/2542 70% [=========================================== ] 1793/2542 70% [=========================================== ] 1794/2542 70% [=========================================== ] 1795/2542 70% [=========================================== ] 1796/2542 70% [=========================================== ] 1797/2542 70% [=========================================== ] 1798/2542 70% [=========================================== ] 1799/2542 70% [=========================================== ] 1800/2542 70% [=========================================== ] 1801/2542 70% [=========================================== ] 1802/2542 70% [=========================================== ] 1803/2542 70% [============================================ ] 1804/2542 70% [============================================ ] 1805/2542 71% [============================================ ] 1806/2542 71% [============================================ ] 1807/2542 71% [============================================ ] 1808/2542 71% [============================================ ] 1809/2542 71% [============================================ ] 1810/2542 71% [============================================ ] 1811/2542 71% [============================================ ] 1812/2542 71% [============================================ ] 1813/2542 71% [============================================ ] 1814/2542 71% [============================================ ] 1815/2542 71% [============================================ ] 1816/2542 71% [============================================ ] 1817/2542 71% [============================================ ] 1818/2542 71% [============================================ ] 1819/2542 71% [============================================ ] 1820/2542 71% [============================================ ] 1821/2542 71% [============================================ ] 1822/2542 71% [============================================ ] 1823/2542 71% [============================================ ] 1824/2542 71% [============================================ ] 1825/2542 71% [============================================ ] 1826/2542 71% [============================================ ] 1827/2542 71% [============================================ ] 1828/2542 71% [============================================ ] 1829/2542 71% [============================================ ] 1830/2542 71% [============================================ ] 1831/2542 72% [============================================ ] 1832/2542 72% [============================================ ] 1833/2542 72% [============================================ ] 1834/2542 72% [============================================ ] 1835/2542 72% [============================================ ] 1836/2542 72% [============================================ ] 1837/2542 72% [============================================ ] 1838/2542 72% [============================================ ] 1839/2542 72% [============================================ ] 1840/2542 72% [============================================ ] 1841/2542 72% [============================================ ] 1842/2542 72% [============================================ ] 1843/2542 72% [============================================ ] 1844/2542 72% [============================================= ] 1845/2542 72% [============================================= ] 1846/2542 72% [============================================= ] 1847/2542 72% [============================================= ] 1848/2542 72% [============================================= ] 1849/2542 72% [============================================= ] 1850/2542 72% [============================================= ] 1851/2542 72% [============================================= ] 1852/2542 72% [============================================= ] 1853/2542 72% [============================================= ] 1854/2542 72% [============================================= ] 1855/2542 72% [============================================= ] 1856/2542 73% [============================================= ] 1857/2542 73% [============================================= ] 1858/2542 73% [============================================= ] 1859/2542 73% [============================================= ] 1860/2542 73% [============================================= ] 1861/2542 73% [============================================= ] 1862/2542 73% [============================================= ] 1863/2542 73% [============================================= ] 1864/2542 73% [============================================= ] 1865/2542 73% [============================================= ] 1866/2542 73% [============================================= ] 1867/2542 73% [============================================= ] 1868/2542 73% [============================================= ] 1869/2542 73% [============================================= ] 1870/2542 73% [============================================= ] 1871/2542 73% [============================================= ] 1872/2542 73% [============================================= ] 1873/2542 73% [============================================= ] 1874/2542 73% [============================================= ] 1875/2542 73% [============================================= ] 1876/2542 73% [============================================= ] 1877/2542 73% [============================================= ] 1878/2542 73% [============================================= ] 1879/2542 73% [============================================= ] 1880/2542 73% [============================================= ] 1881/2542 73% [============================================= ] 1882/2542 74% [============================================= ] 1883/2542 74% [============================================= ] 1884/2542 74% [============================================= ] 1885/2542 74% [============================================== ] 1886/2542 74% [============================================== ] 1887/2542 74% [============================================== ] 1888/2542 74% [============================================== ] 1889/2542 74% [============================================== ] 1890/2542 74% [============================================== ] 1891/2542 74% [============================================== ] 1892/2542 74% [============================================== ] 1893/2542 74% [============================================== ] 1894/2542 74% [============================================== ] 1895/2542 74% [============================================== ] 1896/2542 74% [============================================== ] 1897/2542 74% [============================================== ] 1898/2542 74% [============================================== ] 1899/2542 74% [============================================== ] 1900/2542 74% [============================================== ] 1901/2542 74% [============================================== ] 1902/2542 74% [============================================== ] 1903/2542 74% [============================================== ] 1904/2542 74% [============================================== ] 1905/2542 74% [============================================== ] 1906/2542 74% [============================================== ] 1907/2542 75% [============================================== ] 1908/2542 75% [============================================== ] 1909/2542 75% [============================================== ] 1910/2542 75% [============================================== ] 1911/2542 75% [============================================== ] 1912/2542 75% [============================================== ] 1913/2542 75% [============================================== ] 1914/2542 75% [============================================== ] 1915/2542 75% [============================================== ] 1916/2542 75% [============================================== ] 1917/2542 75% [============================================== ] 1918/2542 75% [============================================== ] 1919/2542 75% [============================================== ] 1920/2542 75% [============================================== ] 1921/2542 75% [============================================== ] 1922/2542 75% [============================================== ] 1923/2542 75% [============================================== ] 1924/2542 75% [============================================== ] 1925/2542 75% [============================================== ] 1926/2542 75% [=============================================== ] 1927/2542 75% [=============================================== ] 1928/2542 75% [=============================================== ] 1929/2542 75% [=============================================== ] 1930/2542 75% [=============================================== ] 1931/2542 75% [=============================================== ] 1932/2542 76% [=============================================== ] 1933/2542 76% [=============================================== ] 1934/2542 76% [=============================================== ] 1935/2542 76% [=============================================== ] 1936/2542 76% [=============================================== ] 1937/2542 76% [=============================================== ] 1938/2542 76% [=============================================== ] 1939/2542 76% [=============================================== ] 1940/2542 76% [=============================================== ] 1941/2542 76% [=============================================== ] 1942/2542 76% [=============================================== ] 1943/2542 76% [=============================================== ] 1944/2542 76% [=============================================== ] 1945/2542 76% [=============================================== ] 1946/2542 76% [=============================================== ] 1947/2542 76% [=============================================== ] 1948/2542 76% [=============================================== ] 1949/2542 76% [=============================================== ] 1950/2542 76% [=============================================== ] 1951/2542 76% [=============================================== ] 1952/2542 76% [=============================================== ] 1953/2542 76% [=============================================== ] 1954/2542 76% [=============================================== ] 1955/2542 76% [=============================================== ] 1956/2542 76% [=============================================== ] 1957/2542 76% [=============================================== ] 1958/2542 77% [=============================================== ] 1959/2542 77% [=============================================== ] 1960/2542 77% [=============================================== ] 1961/2542 77% [=============================================== ] 1962/2542 77% [=============================================== ] 1963/2542 77% [=============================================== ] 1964/2542 77% [=============================================== ] 1965/2542 77% [=============================================== ] 1966/2542 77% [=============================================== ] 1967/2542 77% [================================================ ] 1968/2542 77% [================================================ ] 1969/2542 77% [================================================ ] 1970/2542 77% [================================================ ] 1971/2542 77% [================================================ ] 1972/2542 77% [================================================ ] 1973/2542 77% [================================================ ] 1974/2542 77% [================================================ ] 1975/2542 77% [================================================ ] 1976/2542 77% [================================================ ] 1977/2542 77% [================================================ ] 1978/2542 77% [================================================ ] 1979/2542 77% [================================================ ] 1980/2542 77% [================================================ ] 1981/2542 77% [================================================ ] 1982/2542 77% [================================================ ] 1983/2542 78% [================================================ ] 1984/2542 78% [================================================ ] 1985/2542 78% [================================================ ] 1986/2542 78% [================================================ ] 1987/2542 78% [================================================ ] 1988/2542 78% [================================================ ] 1989/2542 78% [================================================ ] 1990/2542 78% [================================================ ] 1991/2542 78% [================================================ ] 1992/2542 78% [================================================ ] 1993/2542 78% [================================================ ] 1994/2542 78% [================================================ ] 1995/2542 78% [================================================ ] 1996/2542 78% [================================================ ] 1997/2542 78% [================================================ ] 1998/2542 78% [================================================ ] 1999/2542 78% [================================================ ] 2000/2542 78% [================================================ ] 2001/2542 78% [================================================ ] 2002/2542 78% [================================================ ] 2003/2542 78% [================================================ ] 2004/2542 78% [================================================ ] 2005/2542 78% [================================================ ] 2006/2542 78% [================================================ ] 2007/2542 78% [================================================ ] 2008/2542 78% [================================================= ] 2009/2542 79% [================================================= ] 2010/2542 79% [================================================= ] 2011/2542 79% [================================================= ] 2012/2542 79% [================================================= ] 2013/2542 79% [================================================= ] 2014/2542 79% [================================================= ] 2015/2542 79% [================================================= ] 2016/2542 79% [================================================= ] 2017/2542 79% [================================================= ] 2018/2542 79% [================================================= ] 2019/2542 79% [================================================= ] 2020/2542 79% [================================================= ] 2021/2542 79% [================================================= ] 2022/2542 79% [================================================= ] 2023/2542 79% [================================================= ] 2024/2542 79% [================================================= ] 2025/2542 79% [================================================= ] 2026/2542 79% [================================================= ] 2027/2542 79% [================================================= ] 2028/2542 79% [================================================= ] 2029/2542 79% [================================================= ] 2030/2542 79% [================================================= ] 2031/2542 79% [================================================= ] 2032/2542 79% [================================================= ] 2033/2542 79% [================================================= ] 2034/2542 80% [================================================= ] 2035/2542 80% [================================================= ] 2036/2542 80% [================================================= ] 2037/2542 80% [================================================= ] 2038/2542 80% [================================================= ] 2039/2542 80% [================================================= ] 2040/2542 80% [================================================= ] 2041/2542 80% [================================================= ] 2042/2542 80% [================================================= ] 2043/2542 80% [================================================= ] 2044/2542 80% [================================================= ] 2045/2542 80% [================================================= ] 2046/2542 80% [================================================= ] 2047/2542 80% [================================================= ] 2048/2542 80% [================================================= ] 2049/2542 80% [================================================== ] 2050/2542 80% [================================================== ] 2051/2542 80% [================================================== ] 2052/2542 80% [================================================== ] 2053/2542 80% [================================================== ] 2054/2542 80% [================================================== ] 2055/2542 80% [================================================== ] 2056/2542 80% [================================================== ] 2057/2542 80% [================================================== ] 2058/2542 80% [================================================== ] 2059/2542 80% [================================================== ] 2060/2542 81% [================================================== ] 2061/2542 81% [================================================== ] 2062/2542 81% [================================================== ] 2063/2542 81% [================================================== ] 2064/2542 81% [================================================== ] 2065/2542 81% [================================================== ] 2066/2542 81% [================================================== ] 2067/2542 81% [================================================== ] 2068/2542 81% [================================================== ] 2069/2542 81% [================================================== ] 2070/2542 81% [================================================== ] 2071/2542 81% [================================================== ] 2072/2542 81% [================================================== ] 2073/2542 81% [================================================== ] 2074/2542 81% [================================================== ] 2075/2542 81% [================================================== ] 2076/2542 81% [================================================== ] 2077/2542 81% [================================================== ] 2078/2542 81% [================================================== ] 2079/2542 81% [================================================== ] 2080/2542 81% [================================================== ] 2081/2542 81% [================================================== ] 2082/2542 81% [================================================== ] 2083/2542 81% [================================================== ] 2084/2542 81% [================================================== ] 2085/2542 82% [================================================== ] 2086/2542 82% [================================================== ] 2087/2542 82% [================================================== ] 2088/2542 82% [================================================== ] 2089/2542 82% [================================================== ] 2090/2542 82% [=================================================== ] 2091/2542 82% [=================================================== ] 2092/2542 82% [=================================================== ] 2093/2542 82% [=================================================== ] 2094/2542 82% [=================================================== ] 2095/2542 82% [=================================================== ] 2096/2542 82% [=================================================== ] 2097/2542 82% [=================================================== ] 2098/2542 82% [=================================================== ] 2099/2542 82% [=================================================== ] 2100/2542 82% [=================================================== ] 2101/2542 82% [=================================================== ] 2102/2542 82% [=================================================== ] 2103/2542 82% [=================================================== ] 2104/2542 82% [=================================================== ] 2105/2542 82% [=================================================== ] 2106/2542 82% [=================================================== ] 2107/2542 82% [=================================================== ] 2108/2542 82% [=================================================== ] 2109/2542 82% [=================================================== ] 2110/2542 83% [=================================================== ] 2111/2542 83% [=================================================== ] 2112/2542 83% [=================================================== ] 2113/2542 83% [=================================================== ] 2114/2542 83% [=================================================== ] 2115/2542 83% [=================================================== ] 2116/2542 83% [=================================================== ] 2117/2542 83% [=================================================== ] 2118/2542 83% [=================================================== ] 2119/2542 83% [=================================================== ] 2120/2542 83% [=================================================== ] 2121/2542 83% [=================================================== ] 2122/2542 83% [=================================================== ] 2123/2542 83% [=================================================== ] 2124/2542 83% [=================================================== ] 2125/2542 83% [=================================================== ] 2126/2542 83% [=================================================== ] 2127/2542 83% [=================================================== ] 2128/2542 83% [=================================================== ] 2129/2542 83% [=================================================== ] 2130/2542 83% [=================================================== ] 2131/2542 83% [==================================================== ] 2132/2542 83% [==================================================== ] 2133/2542 83% [==================================================== ] 2134/2542 83% [==================================================== ] 2135/2542 83% [==================================================== ] 2136/2542 84% [==================================================== ] 2137/2542 84% [==================================================== ] 2138/2542 84% [==================================================== ] 2139/2542 84% [==================================================== ] 2140/2542 84% [==================================================== ] 2141/2542 84% [==================================================== ] 2142/2542 84% [==================================================== ] 2143/2542 84% [==================================================== ] 2144/2542 84% [==================================================== ] 2145/2542 84% [==================================================== ] 2146/2542 84% [==================================================== ] 2147/2542 84% [==================================================== ] 2148/2542 84% [==================================================== ] 2149/2542 84% [==================================================== ] 2150/2542 84% [==================================================== ] 2151/2542 84% [==================================================== ] 2152/2542 84% [==================================================== ] 2153/2542 84% [==================================================== ] 2154/2542 84% [==================================================== ] 2155/2542 84% [==================================================== ] 2156/2542 84% [==================================================== ] 2157/2542 84% [==================================================== ] 2158/2542 84% [==================================================== ] 2159/2542 84% [==================================================== ] 2160/2542 84% [==================================================== ] 2161/2542 85% [==================================================== ] 2162/2542 85% [==================================================== ] 2163/2542 85% [==================================================== ] 2164/2542 85% [==================================================== ] 2165/2542 85% [==================================================== ] 2166/2542 85% [==================================================== ] 2167/2542 85% [==================================================== ] 2168/2542 85% [==================================================== ] 2169/2542 85% [==================================================== ] 2170/2542 85% [==================================================== ] 2171/2542 85% [==================================================== ] 2172/2542 85% [===================================================== ] 2173/2542 85% [===================================================== ] 2174/2542 85% [===================================================== ] 2175/2542 85% [===================================================== ] 2176/2542 85% [===================================================== ] 2177/2542 85% [===================================================== ] 2178/2542 85% [===================================================== ] 2179/2542 85% [===================================================== ] 2180/2542 85% [===================================================== ] 2181/2542 85% [===================================================== ] 2182/2542 85% [===================================================== ] 2183/2542 85% [===================================================== ] 2184/2542 85% [===================================================== ] 2185/2542 85% [===================================================== ] 2186/2542 85% [===================================================== ] 2187/2542 86% [===================================================== ] 2188/2542 86% [===================================================== ] 2189/2542 86% [===================================================== ] 2190/2542 86% [===================================================== ] 2191/2542 86% [===================================================== ] 2192/2542 86% [===================================================== ] 2193/2542 86% [===================================================== ] 2194/2542 86% [===================================================== ] 2195/2542 86% [===================================================== ] 2196/2542 86% [===================================================== ] 2197/2542 86% [===================================================== ] 2198/2542 86% [===================================================== ] 2199/2542 86% [===================================================== ] 2200/2542 86% [===================================================== ] 2201/2542 86% [===================================================== ] 2202/2542 86% [===================================================== ] 2203/2542 86% [===================================================== ] 2204/2542 86% [===================================================== ] 2205/2542 86% [===================================================== ] 2206/2542 86% [===================================================== ] 2207/2542 86% [===================================================== ] 2208/2542 86% [===================================================== ] 2209/2542 86% [===================================================== ] 2210/2542 86% [===================================================== ] 2211/2542 86% [===================================================== ] 2212/2542 87% [===================================================== ] 2213/2542 87% [====================================================== ] 2214/2542 87% [====================================================== ] 2215/2542 87% [====================================================== ] 2216/2542 87% [====================================================== ] 2217/2542 87% [====================================================== ] 2218/2542 87% [====================================================== ] 2219/2542 87% [====================================================== ] 2220/2542 87% [====================================================== ] 2221/2542 87% [====================================================== ] 2222/2542 87% [====================================================== ] 2223/2542 87% [====================================================== ] 2224/2542 87% [====================================================== ] 2225/2542 87% [====================================================== ] 2226/2542 87% [====================================================== ] 2227/2542 87% [====================================================== ] 2228/2542 87% [====================================================== ] 2229/2542 87% [====================================================== ] 2230/2542 87% [====================================================== ] 2231/2542 87% [====================================================== ] 2232/2542 87% [====================================================== ] 2233/2542 87% [====================================================== ] 2234/2542 87% [====================================================== ] 2235/2542 87% [====================================================== ] 2236/2542 87% [====================================================== ] 2237/2542 88% [====================================================== ] 2238/2542 88% [====================================================== ] 2239/2542 88% [====================================================== ] 2240/2542 88% [====================================================== ] 2241/2542 88% [====================================================== ] 2242/2542 88% [====================================================== ] 2243/2542 88% [====================================================== ] 2244/2542 88% [====================================================== ] 2245/2542 88% [====================================================== ] 2246/2542 88% [====================================================== ] 2247/2542 88% [====================================================== ] 2248/2542 88% [====================================================== ] 2249/2542 88% [====================================================== ] 2250/2542 88% [====================================================== ] 2251/2542 88% [====================================================== ] 2252/2542 88% [====================================================== ] 2253/2542 88% [====================================================== ] 2254/2542 88% [======================================================= ] 2255/2542 88% [======================================================= ] 2256/2542 88% [======================================================= ] 2257/2542 88% [======================================================= ] 2258/2542 88% [======================================================= ] 2259/2542 88% [======================================================= ] 2260/2542 88% [======================================================= ] 2261/2542 88% [======================================================= ] 2262/2542 88% [======================================================= ] 2263/2542 89% [======================================================= ] 2264/2542 89% [======================================================= ] 2265/2542 89% [======================================================= ] 2266/2542 89% [======================================================= ] 2267/2542 89% [======================================================= ] 2268/2542 89% [======================================================= ] 2269/2542 89% [======================================================= ] 2270/2542 89% [======================================================= ] 2271/2542 89% [======================================================= ] 2272/2542 89% [======================================================= ] 2273/2542 89% [======================================================= ] 2274/2542 89% [======================================================= ] 2275/2542 89% [======================================================= ] 2276/2542 89% [======================================================= ] 2277/2542 89% [======================================================= ] 2278/2542 89% [======================================================= ] 2279/2542 89% [======================================================= ] 2280/2542 89% [======================================================= ] 2281/2542 89% [======================================================= ] 2282/2542 89% [======================================================= ] 2283/2542 89% [======================================================= ] 2284/2542 89% [======================================================= ] 2285/2542 89% [======================================================= ] 2286/2542 89% [======================================================= ] 2287/2542 89% [======================================================= ] 2288/2542 90% [======================================================= ] 2289/2542 90% [======================================================= ] 2290/2542 90% [======================================================= ] 2291/2542 90% [======================================================= ] 2292/2542 90% [======================================================= ] 2293/2542 90% [======================================================= ] 2294/2542 90% [======================================================= ] 2295/2542 90% [======================================================== ] 2296/2542 90% [======================================================== ] 2297/2542 90% [======================================================== ] 2298/2542 90% [======================================================== ] 2299/2542 90% [======================================================== ] 2300/2542 90% [======================================================== ] 2301/2542 90% [======================================================== ] 2302/2542 90% [======================================================== ] 2303/2542 90% [======================================================== ] 2304/2542 90% [======================================================== ] 2305/2542 90% [======================================================== ] 2306/2542 90% [======================================================== ] 2307/2542 90% [======================================================== ] 2308/2542 90% [======================================================== ] 2309/2542 90% [======================================================== ] 2310/2542 90% [======================================================== ] 2311/2542 90% [======================================================== ] 2312/2542 90% [======================================================== ] 2313/2542 90% [======================================================== ] 2314/2542 91% [======================================================== ] 2315/2542 91% [======================================================== ] 2316/2542 91% [======================================================== ] 2317/2542 91% [======================================================== ] 2318/2542 91% [======================================================== ] 2319/2542 91% [======================================================== ] 2320/2542 91% [======================================================== ] 2321/2542 91% [======================================================== ] 2322/2542 91% [======================================================== ] 2323/2542 91% [======================================================== ] 2324/2542 91% [======================================================== ] 2325/2542 91% [======================================================== ] 2326/2542 91% [======================================================== ] 2327/2542 91% [======================================================== ] 2328/2542 91% [======================================================== ] 2329/2542 91% [======================================================== ] 2330/2542 91% [======================================================== ] 2331/2542 91% [======================================================== ] 2332/2542 91% [======================================================== ] 2333/2542 91% [======================================================== ] 2334/2542 91% [======================================================== ] 2335/2542 91% [======================================================== ] 2336/2542 91% [========================================================= ] 2337/2542 91% [========================================================= ] 2338/2542 91% [========================================================= ] 2339/2542 92% [========================================================= ] 2340/2542 92% [========================================================= ] 2341/2542 92% [========================================================= ] 2342/2542 92% [========================================================= ] 2343/2542 92% [========================================================= ] 2344/2542 92% [========================================================= ] 2345/2542 92% [========================================================= ] 2346/2542 92% [========================================================= ] 2347/2542 92% [========================================================= ] 2348/2542 92% [========================================================= ] 2349/2542 92% [========================================================= ] 2350/2542 92% [========================================================= ] 2351/2542 92% [========================================================= ] 2352/2542 92% [========================================================= ] 2353/2542 92% [========================================================= ] 2354/2542 92% [========================================================= ] 2355/2542 92% [========================================================= ] 2356/2542 92% [========================================================= ] 2357/2542 92% [========================================================= ] 2358/2542 92% [========================================================= ] 2359/2542 92% [========================================================= ] 2360/2542 92% [========================================================= ] 2361/2542 92% [========================================================= ] 2362/2542 92% [========================================================= ] 2363/2542 92% [========================================================= ] 2364/2542 92% [========================================================= ] 2365/2542 93% [========================================================= ] 2366/2542 93% [========================================================= ] 2367/2542 93% [========================================================= ] 2368/2542 93% [========================================================= ] 2369/2542 93% [========================================================= ] 2370/2542 93% [========================================================= ] 2371/2542 93% [========================================================= ] 2372/2542 93% [========================================================= ] 2373/2542 93% [========================================================= ] 2374/2542 93% [========================================================= ] 2375/2542 93% [========================================================= ] 2376/2542 93% [========================================================= ] 2377/2542 93% [========================================================== ] 2378/2542 93% [========================================================== ] 2379/2542 93% [========================================================== ] 2380/2542 93% [========================================================== ] 2381/2542 93% [========================================================== ] 2382/2542 93% [========================================================== ] 2383/2542 93% [========================================================== ] 2384/2542 93% [========================================================== ] 2385/2542 93% [========================================================== ] 2386/2542 93% [========================================================== ] 2387/2542 93% [========================================================== ] 2388/2542 93% [========================================================== ] 2389/2542 93% [========================================================== ] 2390/2542 94% [========================================================== ] 2391/2542 94% [========================================================== ] 2392/2542 94% [========================================================== ] 2393/2542 94% [========================================================== ] 2394/2542 94% [========================================================== ] 2395/2542 94% [========================================================== ] 2396/2542 94% [========================================================== ] 2397/2542 94% [========================================================== ] 2398/2542 94% [========================================================== ] 2399/2542 94% [========================================================== ] 2400/2542 94% [========================================================== ] 2401/2542 94% [========================================================== ] 2402/2542 94% [========================================================== ] 2403/2542 94% [========================================================== ] 2404/2542 94% [========================================================== ] 2405/2542 94% [========================================================== ] 2406/2542 94% [========================================================== ] 2407/2542 94% [========================================================== ] 2408/2542 94% [========================================================== ] 2409/2542 94% [========================================================== ] 2410/2542 94% [========================================================== ] 2411/2542 94% [========================================================== ] 2412/2542 94% [========================================================== ] 2413/2542 94% [========================================================== ] 2414/2542 94% [========================================================== ] 2415/2542 95% [========================================================== ] 2416/2542 95% [========================================================== ] 2417/2542 95% [========================================================== ] 2418/2542 95% [=========================================================== ] 2419/2542 95% [=========================================================== ] 2420/2542 95% [=========================================================== ] 2421/2542 95% [=========================================================== ] 2422/2542 95% [=========================================================== ] 2423/2542 95% [=========================================================== ] 2424/2542 95% [=========================================================== ] 2425/2542 95% [=========================================================== ] 2426/2542 95% [=========================================================== ] 2427/2542 95% [=========================================================== ] 2428/2542 95% [=========================================================== ] 2429/2542 95% [=========================================================== ] 2430/2542 95% [=========================================================== ] 2431/2542 95% [=========================================================== ] 2432/2542 95% [=========================================================== ] 2433/2542 95% [=========================================================== ] 2434/2542 95% [=========================================================== ] 2435/2542 95% [=========================================================== ] 2436/2542 95% [=========================================================== ] 2437/2542 95% [=========================================================== ] 2438/2542 95% [=========================================================== ] 2439/2542 95% [=========================================================== ] 2440/2542 95% [=========================================================== ] 2441/2542 96% [=========================================================== ] 2442/2542 96% [=========================================================== ] 2443/2542 96% [=========================================================== ] 2444/2542 96% [=========================================================== ] 2445/2542 96% [=========================================================== ] 2446/2542 96% [=========================================================== ] 2447/2542 96% [=========================================================== ] 2448/2542 96% [=========================================================== ] 2449/2542 96% [=========================================================== ] 2450/2542 96% [=========================================================== ] 2451/2542 96% [=========================================================== ] 2452/2542 96% [=========================================================== ] 2453/2542 96% [=========================================================== ] 2454/2542 96% [=========================================================== ] 2455/2542 96% [=========================================================== ] 2456/2542 96% [=========================================================== ] 2457/2542 96% [=========================================================== ] 2458/2542 96% [=========================================================== ] 2459/2542 96% [============================================================ ] 2460/2542 96% [============================================================ ] 2461/2542 96% [============================================================ ] 2462/2542 96% [============================================================ ] 2463/2542 96% [============================================================ ] 2464/2542 96% [============================================================ ] 2465/2542 96% [============================================================ ] 2466/2542 97% [============================================================ ] 2467/2542 97% [============================================================ ] 2468/2542 97% [============================================================ ] 2469/2542 97% [============================================================ ] 2470/2542 97% [============================================================ ] 2471/2542 97% [============================================================ ] 2472/2542 97% [============================================================ ] 2473/2542 97% [============================================================ ] 2474/2542 97% [============================================================ ] 2475/2542 97% [============================================================ ] 2476/2542 97% [============================================================ ] 2477/2542 97% [============================================================ ] 2478/2542 97% [============================================================ ] 2479/2542 97% [============================================================ ] 2480/2542 97% [============================================================ ] 2481/2542 97% [============================================================ ] 2482/2542 97% [============================================================ ] 2483/2542 97% [============================================================ ] 2484/2542 97% [============================================================ ] 2485/2542 97% [============================================================ ] 2486/2542 97% [============================================================ ] 2487/2542 97% [============================================================ ] 2488/2542 97% [============================================================ ] 2489/2542 97% [============================================================ ] 2490/2542 97% [============================================================ ] 2491/2542 97% [============================================================ ] 2492/2542 98% [============================================================ ] 2493/2542 98% [============================================================ ] 2494/2542 98% [============================================================ ] 2495/2542 98% [============================================================ ] 2496/2542 98% [============================================================ ] 2497/2542 98% [============================================================ ] 2498/2542 98% [============================================================ ] 2499/2542 98% [============================================================ ] 2500/2542 98% [============================================================= ] 2501/2542 98% [============================================================= ] 2502/2542 98% [============================================================= ] 2503/2542 98% [============================================================= ] 2504/2542 98% [============================================================= ] 2505/2542 98% [============================================================= ] 2506/2542 98% [============================================================= ] 2507/2542 98% [============================================================= ] 2508/2542 98% [============================================================= ] 2509/2542 98% [============================================================= ] 2510/2542 98% [============================================================= ] 2511/2542 98% [============================================================= ] 2512/2542 98% [============================================================= ] 2513/2542 98% [============================================================= ] 2514/2542 98% [============================================================= ] 2515/2542 98% [============================================================= ] 2516/2542 98% [============================================================= ] 2517/2542 99% [============================================================= ] 2518/2542 99% [============================================================= ] 2519/2542 99% [============================================================= ] 2520/2542 99% [============================================================= ] 2521/2542 99% [============================================================= ] 2522/2542 99% [============================================================= ] 2523/2542 99% [============================================================= ] 2524/2542 99% [============================================================= ] 2525/2542 99% [============================================================= ] 2526/2542 99% [============================================================= ] 2527/2542 99% [============================================================= ] 2528/2542 99% [============================================================= ] 2529/2542 99% [============================================================= ] 2530/2542 99% [============================================================= ] 2531/2542 99% [============================================================= ] 2532/2542 99% [============================================================= ] 2533/2542 99% [============================================================= ] 2534/2542 99% [============================================================= ] 2535/2542 99% [============================================================= ] 2536/2542 99% [============================================================= ] 2537/2542 99% [============================================================= ] 2538/2542 99% [============================================================= ] 2539/2542 99% [============================================================= ] 2540/2542 99% [============================================================= ] 2541/2542 99% [==============================================================] 2542/2542 100% operation complete, 2542 objects in 51894 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/armeb-buildroot-linux-musleabi/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.02-282-gd89fdaea2b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 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-skeleton Collecting legal info >>> 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> less 608 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdrm 2.4.115 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfm-extra 1.3.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> menu-cache 1.1.0 Collecting legal info COPYING: OK (sha256: 7459fbad62653e4061dbfde3b0cad7c72777838beb10d2d11d969fac6226e7de) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> openldap 2.4.59 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixz 1.0.7 Collecting legal info LICENSE: OK (sha256: d036806b4d1efee7c6d86276451c4d833e9798751417e25daae62dfbe348641b) >>> poke 3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) jitter/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> psmisc 23.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> tinydtls 0.9-rc1 Collecting legal info LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 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.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-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) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'