>>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-5/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-5/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-5/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-5/output-1/host/bin PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-5/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-5/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-5/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-5/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-5/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-5/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-5/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-5/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%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/autobuild/autobuild/instance-5/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-5/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-5/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-5/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-5/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-5/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-5/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-5/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-5/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-5/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-5/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-5/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells; fi rm -f /home/autobuild/autobuild/instance-5/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/autobuild/autobuild/instance-5/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/autobuild/autobuild/instance-5/output-1/host/bin/glib-compile-schemas /home/autobuild/autobuild/instance-5/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/autobuild/autobuild/instance-5/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -f -r /home/autobuild/autobuild/instance-5/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/autobuild/autobuild/instance-5/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/autobuild/autobuild/instance-5/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/autobuild/autobuild/instance-5/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-5/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-5/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-5/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-5/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/include /home/autobuild/autobuild/instance-5/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-5/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-5/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-5/output-1/target/usr/doc find /home/autobuild/autobuild/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-5/output-1/target/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-5/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/man /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/info /home/autobuild/autobuild/instance-5/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/doc /home/autobuild/autobuild/instance-5/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-5/output-1/target/lib/debug /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-5/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-358-g24261a1762"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-5/output-1/per-package /home/autobuild/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-5/output-1/images/rootfs.btrfs\n /home/autobuild/autobuild/instance-5/output-1/host/bin/mkfs.btrfs -f -r '\''/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/autobuild/autobuild/instance-5/output-1/images/rootfs.btrfs\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/btrfs/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' WARNING: the filesystem may not be mountable, sectorsize 4096 doesn't match page size 16384 ERROR: zoned: unable to stat /home/autobuild/autobuild/instance-5/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 1f275f56-bf69-483a-99fd-8d53ffe443a4 Node size: 16384 Sector size: 4096 Filesystem size: 357.00MiB Block group profiles: Data: single 276.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 357.00MiB /home/autobuild/autobuild/instance-5/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2049 objects. stage 2: creating image '/home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/2049 0% [ ] 2/2049 0% [ ] 3/2049 0% [ ] 4/2049 0% [ ] 5/2049 0% [ ] 6/2049 0% [ ] 7/2049 0% [ ] 8/2049 0% [ ] 9/2049 0% [ ] 10/2049 0% [ ] 11/2049 0% [ ] 12/2049 0% [ ] 13/2049 0% [ ] 14/2049 0% [ ] 15/2049 0% [ ] 16/2049 0% [ ] 17/2049 0% [ ] 18/2049 0% [ ] 19/2049 0% [ ] 20/2049 0% [ ] 21/2049 1% [ ] 22/2049 1% [ ] 23/2049 1% [ ] 24/2049 1% [ ] 25/2049 1% [ ] 26/2049 1% [ ] 27/2049 1% [ ] 28/2049 1% [ ] 29/2049 1% [ ] 30/2049 1% [ ] 31/2049 1% [ ] 32/2049 1% [ ] 33/2049 1% [= ] 34/2049 1% [= ] 35/2049 1% [= ] 36/2049 1% [= ] 37/2049 1% [= ] 38/2049 1% [= ] 39/2049 1% [= ] 40/2049 1% [= ] 41/2049 2% [= ] 42/2049 2% [= ] 43/2049 2% [= ] 44/2049 2% [= ] 45/2049 2% [= ] 46/2049 2% [= ] 47/2049 2% [= ] 48/2049 2% [= ] 49/2049 2% [= ] 50/2049 2% [= ] 51/2049 2% [= ] 52/2049 2% [= ] 53/2049 2% [= ] 54/2049 2% [= ] 55/2049 2% [= ] 56/2049 2% [= ] 57/2049 2% [= ] 58/2049 2% [= ] 59/2049 2% [= ] 60/2049 2% [= ] 61/2049 2% [= ] 62/2049 3% [= ] 63/2049 3% [= ] 64/2049 3% [= ] 65/2049 3% [= ] 66/2049 3% [== ] 67/2049 3% [== ] 68/2049 3% [== ] 69/2049 3% [== ] 70/2049 3% [== ] 71/2049 3% [== ] 72/2049 3% [== ] 73/2049 3% [== ] 74/2049 3% [== ] 75/2049 3% [== ] 76/2049 3% [== ] 77/2049 3% [== ] 78/2049 3% [== ] 79/2049 3% [== ] 80/2049 3% [== ] 81/2049 3% [== ] 82/2049 4% [== ] 83/2049 4% [== ] 84/2049 4% [== ] 85/2049 4% [== ] 86/2049 4% [== ] 87/2049 4% [== ] 88/2049 4% [== ] 89/2049 4% [== ] 90/2049 4% [== ] 91/2049 4% [== ] 92/2049 4% [== ] 93/2049 4% [== ] 94/2049 4% [== ] 95/2049 4% [== ] 96/2049 4% [== ] 97/2049 4% [== ] 98/2049 4% [== ] 99/2049 4% [=== ] 100/2049 4% [=== ] 101/2049 4% [=== ] 102/2049 4% [=== ] 103/2049 5% [=== ] 104/2049 5% [=== ] 105/2049 5% [=== ] 106/2049 5% [=== ] 107/2049 5% [=== ] 108/2049 5% [=== ] 109/2049 5% [=== ] 110/2049 5% [=== ] 111/2049 5% [=== ] 112/2049 5% [=== ] 113/2049 5% [=== ] 114/2049 5% [=== ] 115/2049 5% [=== ] 116/2049 5% [=== ] 117/2049 5% [=== ] 118/2049 5% [=== ] 119/2049 5% [=== ] 120/2049 5% [=== ] 121/2049 5% [=== ] 122/2049 5% [=== ] 123/2049 6% [=== ] 124/2049 6% [=== ] 125/2049 6% [=== ] 126/2049 6% [=== ] 127/2049 6% [=== ] 128/2049 6% [=== ] 129/2049 6% [=== ] 130/2049 6% [=== ] 131/2049 6% [=== ] 132/2049 6% [==== ] 133/2049 6% [==== ] 134/2049 6% [==== ] 135/2049 6% [==== ] 136/2049 6% [==== ] 137/2049 6% [==== ] 138/2049 6% [==== ] 139/2049 6% [==== ] 140/2049 6% [==== ] 141/2049 6% [==== ] 142/2049 6% [==== ] 143/2049 6% [==== ] 144/2049 7% [==== ] 145/2049 7% [==== ] 146/2049 7% [==== ] 147/2049 7% [==== ] 148/2049 7% [==== ] 149/2049 7% [==== ] 150/2049 7% [==== ] 151/2049 7% [==== ] 152/2049 7% [==== ] 153/2049 7% [==== ] 154/2049 7% [==== ] 155/2049 7% [==== ] 156/2049 7% [==== ] 157/2049 7% [==== ] 158/2049 7% [==== ] 159/2049 7% [==== ] 160/2049 7% [==== ] 161/2049 7% [==== ] 162/2049 7% [==== ] 163/2049 7% [==== ] 164/2049 8% [==== ] 165/2049 8% [===== ] 166/2049 8% [===== ] 167/2049 8% [===== ] 168/2049 8% [===== ] 169/2049 8% [===== ] 170/2049 8% [===== ] 171/2049 8% [===== ] 172/2049 8% [===== ] 173/2049 8% [===== ] 174/2049 8% [===== ] 175/2049 8% [===== ] 176/2049 8% [===== ] 177/2049 8% [===== ] 178/2049 8% [===== ] 179/2049 8% [===== ] 180/2049 8% [===== ] 181/2049 8% [===== ] 182/2049 8% [===== ] 183/2049 8% [===== ] 184/2049 8% [===== ] 185/2049 9% [===== ] 186/2049 9% [===== ] 187/2049 9% [===== ] 188/2049 9% [===== ] 189/2049 9% [===== ] 190/2049 9% [===== ] 191/2049 9% [===== ] 192/2049 9% [===== ] 193/2049 9% [===== ] 194/2049 9% [===== ] 195/2049 9% [===== ] 196/2049 9% [===== ] 197/2049 9% [===== ] 198/2049 9% [====== ] 199/2049 9% [====== ] 200/2049 9% [====== ] 201/2049 9% [====== ] 202/2049 9% [====== ] 203/2049 9% [====== ] 204/2049 9% [====== ] 205/2049 10% [====== ] 206/2049 10% [====== ] 207/2049 10% [====== ] 208/2049 10% [====== ] 209/2049 10% [====== ] 210/2049 10% [====== ] 211/2049 10% [====== ] 212/2049 10% [====== ] 213/2049 10% [====== ] 214/2049 10% [====== ] 215/2049 10% [====== ] 216/2049 10% [====== ] 217/2049 10% [====== ] 218/2049 10% [====== ] 219/2049 10% [====== ] 220/2049 10% [====== ] 221/2049 10% [====== ] 222/2049 10% [====== ] 223/2049 10% [====== ] 224/2049 10% [====== ] 225/2049 10% [====== ] 226/2049 11% [====== ] 227/2049 11% [====== ] 228/2049 11% [====== ] 229/2049 11% [====== ] 230/2049 11% [====== ] 231/2049 11% [======= ] 232/2049 11% [======= ] 233/2049 11% [======= ] 234/2049 11% [======= ] 235/2049 11% [======= ] 236/2049 11% [======= ] 237/2049 11% [======= ] 238/2049 11% [======= ] 239/2049 11% [======= ] 240/2049 11% [======= ] 241/2049 11% [======= ] 242/2049 11% [======= ] 243/2049 11% [======= ] 244/2049 11% [======= ] 245/2049 11% [======= ] 246/2049 12% [======= ] 247/2049 12% [======= ] 248/2049 12% [======= ] 249/2049 12% [======= ] 250/2049 12% [======= ] 251/2049 12% [======= ] 252/2049 12% [======= ] 253/2049 12% [======= ] 254/2049 12% [======= ] 255/2049 12% [======= ] 256/2049 12% [======= ] 257/2049 12% [======= ] 258/2049 12% [======= ] 259/2049 12% [======= ] 260/2049 12% [======= ] 261/2049 12% [======= ] 262/2049 12% [======= ] 263/2049 12% [======= ] 264/2049 12% [======== ] 265/2049 12% [======== ] 266/2049 12% [======== ] 267/2049 13% [======== ] 268/2049 13% [======== ] 269/2049 13% [======== ] 270/2049 13% [======== ] 271/2049 13% [======== ] 272/2049 13% [======== ] 273/2049 13% [======== ] 274/2049 13% [======== ] 275/2049 13% [======== ] 276/2049 13% [======== ] 277/2049 13% [======== ] 278/2049 13% [======== ] 279/2049 13% [======== ] 280/2049 13% [======== ] 281/2049 13% [======== ] 282/2049 13% [======== ] 283/2049 13% [======== ] 284/2049 13% [======== ] 285/2049 13% [======== ] 286/2049 13% [======== ] 287/2049 14% [======== ] 288/2049 14% [======== ] 289/2049 14% [======== ] 290/2049 14% [======== ] 291/2049 14% [======== ] 292/2049 14% [======== ] 293/2049 14% [======== ] 294/2049 14% [======== ] 295/2049 14% [======== ] 296/2049 14% [======== ] 297/2049 14% [========= ] 298/2049 14% [========= ] 299/2049 14% [========= ] 300/2049 14% [========= ] 301/2049 14% [========= ] 302/2049 14% [========= ] 303/2049 14% [========= ] 304/2049 14% [========= ] 305/2049 14% [========= ] 306/2049 14% [========= ] 307/2049 14% [========= ] 308/2049 15% [========= ] 309/2049 15% [========= ] 310/2049 15% [========= ] 311/2049 15% [========= ] 312/2049 15% [========= ] 313/2049 15% [========= ] 314/2049 15% [========= ] 315/2049 15% [========= ] 316/2049 15% [========= ] 317/2049 15% [========= ] 318/2049 15% [========= ] 319/2049 15% [========= ] 320/2049 15% [========= ] 321/2049 15% [========= ] 322/2049 15% [========= ] 323/2049 15% [========= ] 324/2049 15% [========= ] 325/2049 15% [========= ] 326/2049 15% [========= ] 327/2049 15% [========= ] 328/2049 16% [========= ] 329/2049 16% [========= ] 330/2049 16% [========== ] 331/2049 16% [========== ] 332/2049 16% [========== ] 333/2049 16% [========== ] 334/2049 16% [========== ] 335/2049 16% [========== ] 336/2049 16% [========== ] 337/2049 16% [========== ] 338/2049 16% [========== ] 339/2049 16% [========== ] 340/2049 16% [========== ] 341/2049 16% [========== ] 342/2049 16% [========== ] 343/2049 16% [========== ] 344/2049 16% [========== ] 345/2049 16% [========== ] 346/2049 16% [========== ] 347/2049 16% [========== ] 348/2049 16% [========== ] 349/2049 17% [========== ] 350/2049 17% [========== ] 351/2049 17% [========== ] 352/2049 17% [========== ] 353/2049 17% [========== ] 354/2049 17% [========== ] 355/2049 17% [========== ] 356/2049 17% [========== ] 357/2049 17% [========== ] 358/2049 17% [========== ] 359/2049 17% [========== ] 360/2049 17% [========== ] 361/2049 17% [========== ] 362/2049 17% [========== ] 363/2049 17% [=========== ] 364/2049 17% [=========== ] 365/2049 17% [=========== ] 366/2049 17% [=========== ] 367/2049 17% [=========== ] 368/2049 17% [=========== ] 369/2049 18% [=========== ] 370/2049 18% [=========== ] 371/2049 18% [=========== ] 372/2049 18% [=========== ] 373/2049 18% [=========== ] 374/2049 18% [=========== ] 375/2049 18% [=========== ] 376/2049 18% [=========== ] 377/2049 18% [=========== ] 378/2049 18% [=========== ] 379/2049 18% [=========== ] 380/2049 18% [=========== ] 381/2049 18% [=========== ] 382/2049 18% [=========== ] 383/2049 18% [=========== ] 384/2049 18% [=========== ] 385/2049 18% [=========== ] 386/2049 18% [=========== ] 387/2049 18% [=========== ] 388/2049 18% [=========== ] 389/2049 18% [=========== ] 390/2049 19% [=========== ] 391/2049 19% [=========== ] 392/2049 19% [=========== ] 393/2049 19% [=========== ] 394/2049 19% [=========== ] 395/2049 19% [=========== ] 396/2049 19% [============ ] 397/2049 19% [============ ] 398/2049 19% [============ ] 399/2049 19% [============ ] 400/2049 19% [============ ] 401/2049 19% [============ ] 402/2049 19% [============ ] 403/2049 19% [============ ] 404/2049 19% [============ ] 405/2049 19% [============ ] 406/2049 19% [============ ] 407/2049 19% [============ ] 408/2049 19% [============ ] 409/2049 19% [============ ] 410/2049 20% [============ ] 411/2049 20% [============ ] 412/2049 20% [============ ] 413/2049 20% [============ ] 414/2049 20% [============ ] 415/2049 20% [============ ] 416/2049 20% [============ ] 417/2049 20% [============ ] 418/2049 20% [============ ] 419/2049 20% [============ ] 420/2049 20% [============ ] 421/2049 20% [============ ] 422/2049 20% [============ ] 423/2049 20% [============ ] 424/2049 20% [============ ] 425/2049 20% [============ ] 426/2049 20% [============ ] 427/2049 20% [============ ] 428/2049 20% [============ ] 429/2049 20% [============= ] 430/2049 20% [============= ] 431/2049 21% [============= ] 432/2049 21% [============= ] 433/2049 21% [============= ] 434/2049 21% [============= ] 435/2049 21% [============= ] 436/2049 21% [============= ] 437/2049 21% [============= ] 438/2049 21% [============= ] 439/2049 21% [============= ] 440/2049 21% [============= ] 441/2049 21% [============= ] 442/2049 21% [============= ] 443/2049 21% [============= ] 444/2049 21% [============= ] 445/2049 21% [============= ] 446/2049 21% [============= ] 447/2049 21% [============= ] 448/2049 21% [============= ] 449/2049 21% [============= ] 450/2049 21% [============= ] 451/2049 22% [============= ] 452/2049 22% [============= ] 453/2049 22% [============= ] 454/2049 22% [============= ] 455/2049 22% [============= ] 456/2049 22% [============= ] 457/2049 22% [============= ] 458/2049 22% [============= ] 459/2049 22% [============= ] 460/2049 22% [============= ] 461/2049 22% [============= ] 462/2049 22% [============== ] 463/2049 22% [============== ] 464/2049 22% [============== ] 465/2049 22% [============== ] 466/2049 22% [============== ] 467/2049 22% [============== ] 468/2049 22% [============== ] 469/2049 22% [============== ] 470/2049 22% [============== ] 471/2049 22% [============== ] 472/2049 23% [============== ] 473/2049 23% [============== ] 474/2049 23% [============== ] 475/2049 23% [============== ] 476/2049 23% [============== ] 477/2049 23% [============== ] 478/2049 23% [============== ] 479/2049 23% [============== ] 480/2049 23% [============== ] 481/2049 23% [============== ] 482/2049 23% [============== ] 483/2049 23% [============== ] 484/2049 23% [============== ] 485/2049 23% [============== ] 486/2049 23% [============== ] 487/2049 23% [============== ] 488/2049 23% [============== ] 489/2049 23% [============== ] 490/2049 23% [============== ] 491/2049 23% [============== ] 492/2049 24% [============== ] 493/2049 24% [============== ] 494/2049 24% [============== ] 495/2049 24% [=============== ] 496/2049 24% [=============== ] 497/2049 24% [=============== ] 498/2049 24% [=============== ] 499/2049 24% [=============== ] 500/2049 24% [=============== ] 501/2049 24% [=============== ] 502/2049 24% [=============== ] 503/2049 24% [=============== ] 504/2049 24% [=============== ] 505/2049 24% [=============== ] 506/2049 24% [=============== ] 507/2049 24% [=============== ] 508/2049 24% [=============== ] 509/2049 24% [=============== ] 510/2049 24% [=============== ] 511/2049 24% [=============== ] 512/2049 24% [=============== ] 513/2049 25% [=============== ] 514/2049 25% [=============== ] 515/2049 25% [=============== ] 516/2049 25% [=============== ] 517/2049 25% [=============== ] 518/2049 25% [=============== ] 519/2049 25% [=============== ] 520/2049 25% [=============== ] 521/2049 25% [=============== ] 522/2049 25% [=============== ] 523/2049 25% [=============== ] 524/2049 25% [=============== ] 525/2049 25% [=============== ] 526/2049 25% [=============== ] 527/2049 25% [=============== ] 528/2049 25% [================ ] 529/2049 25% [================ ] 530/2049 25% [================ ] 531/2049 25% [================ ] 532/2049 25% [================ ] 533/2049 26% [================ ] 534/2049 26% [================ ] 535/2049 26% [================ ] 536/2049 26% [================ ] 537/2049 26% [================ ] 538/2049 26% [================ ] 539/2049 26% [================ ] 540/2049 26% [================ ] 541/2049 26% [================ ] 542/2049 26% [================ ] 543/2049 26% [================ ] 544/2049 26% [================ ] 545/2049 26% [================ ] 546/2049 26% [================ ] 547/2049 26% [================ ] 548/2049 26% [================ ] 549/2049 26% [================ ] 550/2049 26% [================ ] 551/2049 26% [================ ] 552/2049 26% [================ ] 553/2049 26% [================ ] 554/2049 27% [================ ] 555/2049 27% [================ ] 556/2049 27% [================ ] 557/2049 27% [================ ] 558/2049 27% [================ ] 559/2049 27% [================ ] 560/2049 27% [================ ] 561/2049 27% [================= ] 562/2049 27% [================= ] 563/2049 27% [================= ] 564/2049 27% [================= ] 565/2049 27% [================= ] 566/2049 27% [================= ] 567/2049 27% [================= ] 568/2049 27% [================= ] 569/2049 27% [================= ] 570/2049 27% [================= ] 571/2049 27% [================= ] 572/2049 27% [================= ] 573/2049 27% [================= ] 574/2049 28% [================= ] 575/2049 28% [================= ] 576/2049 28% [================= ] 577/2049 28% [================= ] 578/2049 28% [================= ] 579/2049 28% [================= ] 580/2049 28% [================= ] 581/2049 28% [================= ] 582/2049 28% [================= ] 583/2049 28% [================= ] 584/2049 28% [================= ] 585/2049 28% [================= ] 586/2049 28% [================= ] 587/2049 28% [================= ] 588/2049 28% [================= ] 589/2049 28% [================= ] 590/2049 28% [================= ] 591/2049 28% [================= ] 592/2049 28% [================= ] 593/2049 28% [================= ] 594/2049 28% [================== ] 595/2049 29% [================== ] 596/2049 29% [================== ] 597/2049 29% [================== ] 598/2049 29% [================== ] 599/2049 29% [================== ] 600/2049 29% [================== ] 601/2049 29% [================== ] 602/2049 29% [================== ] 603/2049 29% [================== ] 604/2049 29% [================== ] 605/2049 29% [================== ] 606/2049 29% [================== ] 607/2049 29% [================== ] 608/2049 29% [================== ] 609/2049 29% [================== ] 610/2049 29% [================== ] 611/2049 29% [================== ] 612/2049 29% [================== ] 613/2049 29% [================== ] 614/2049 29% [================== ] 615/2049 30% [================== ] 616/2049 30% [================== ] 617/2049 30% [================== ] 618/2049 30% [================== ] 619/2049 30% [================== ] 620/2049 30% [================== ] 621/2049 30% [================== ] 622/2049 30% [================== ] 623/2049 30% [================== ] 624/2049 30% [================== ] 625/2049 30% [================== ] 626/2049 30% [================== ] 627/2049 30% [=================== ] 628/2049 30% [=================== ] 629/2049 30% [=================== ] 630/2049 30% [=================== ] 631/2049 30% [=================== ] 632/2049 30% [=================== ] 633/2049 30% [=================== ] 634/2049 30% [=================== ] 635/2049 30% [=================== ] 636/2049 31% [=================== ] 637/2049 31% [=================== ] 638/2049 31% [=================== ] 639/2049 31% [=================== ] 640/2049 31% [=================== ] 641/2049 31% [=================== ] 642/2049 31% [=================== ] 643/2049 31% [=================== ] 644/2049 31% [=================== ] 645/2049 31% [=================== ] 646/2049 31% [=================== ] 647/2049 31% [=================== ] 648/2049 31% [=================== ] 649/2049 31% [=================== ] 650/2049 31% [=================== ] 651/2049 31% [=================== ] 652/2049 31% [=================== ] 653/2049 31% [=================== ] 654/2049 31% [=================== ] 655/2049 31% [=================== ] 656/2049 32% [=================== ] 657/2049 32% [=================== ] 658/2049 32% [=================== ] 659/2049 32% [=================== ] 660/2049 32% [==================== ] 661/2049 32% [==================== ] 662/2049 32% [==================== ] 663/2049 32% [==================== ] 664/2049 32% [==================== ] 665/2049 32% [==================== ] 666/2049 32% [==================== ] 667/2049 32% [==================== ] 668/2049 32% [==================== ] 669/2049 32% [==================== ] 670/2049 32% [==================== ] 671/2049 32% [==================== ] 672/2049 32% [==================== ] 673/2049 32% [==================== ] 674/2049 32% [==================== ] 675/2049 32% [==================== ] 676/2049 32% [==================== ] 677/2049 33% [==================== ] 678/2049 33% [==================== ] 679/2049 33% [==================== ] 680/2049 33% [==================== ] 681/2049 33% [==================== ] 682/2049 33% [==================== ] 683/2049 33% [==================== ] 684/2049 33% [==================== ] 685/2049 33% [==================== ] 686/2049 33% [==================== ] 687/2049 33% [==================== ] 688/2049 33% [==================== ] 689/2049 33% [==================== ] 690/2049 33% [==================== ] 691/2049 33% [==================== ] 692/2049 33% [==================== ] 693/2049 33% [==================== ] 694/2049 33% [===================== ] 695/2049 33% [===================== ] 696/2049 33% [===================== ] 697/2049 34% [===================== ] 698/2049 34% [===================== ] 699/2049 34% [===================== ] 700/2049 34% [===================== ] 701/2049 34% [===================== ] 702/2049 34% [===================== ] 703/2049 34% [===================== ] 704/2049 34% [===================== ] 705/2049 34% [===================== ] 706/2049 34% [===================== ] 707/2049 34% [===================== ] 708/2049 34% [===================== ] 709/2049 34% [===================== ] 710/2049 34% [===================== ] 711/2049 34% [===================== ] 712/2049 34% [===================== ] 713/2049 34% [===================== ] 714/2049 34% [===================== ] 715/2049 34% [===================== ] 716/2049 34% [===================== ] 717/2049 34% [===================== ] 718/2049 35% [===================== ] 719/2049 35% [===================== ] 720/2049 35% [===================== ] 721/2049 35% [===================== ] 722/2049 35% [===================== ] 723/2049 35% [===================== ] 724/2049 35% [===================== ] 725/2049 35% [===================== ] 726/2049 35% [===================== ] 727/2049 35% [====================== ] 728/2049 35% [====================== ] 729/2049 35% [====================== ] 730/2049 35% [====================== ] 731/2049 35% [====================== ] 732/2049 35% [====================== ] 733/2049 35% [====================== ] 734/2049 35% [====================== ] 735/2049 35% [====================== ] 736/2049 35% [====================== ] 737/2049 35% [====================== ] 738/2049 36% [====================== ] 739/2049 36% [====================== ] 740/2049 36% [====================== ] 741/2049 36% [====================== ] 742/2049 36% [====================== ] 743/2049 36% [====================== ] 744/2049 36% [====================== ] 745/2049 36% [====================== ] 746/2049 36% [====================== ] 747/2049 36% [====================== ] 748/2049 36% [====================== ] 749/2049 36% [====================== ] 750/2049 36% [====================== ] 751/2049 36% [====================== ] 752/2049 36% [====================== ] 753/2049 36% [====================== ] 754/2049 36% [====================== ] 755/2049 36% [====================== ] 756/2049 36% [====================== ] 757/2049 36% [====================== ] 758/2049 36% [====================== ] 759/2049 37% [====================== ] 760/2049 37% [======================= ] 761/2049 37% [======================= ] 762/2049 37% [======================= ] 763/2049 37% [======================= ] 764/2049 37% [======================= ] 765/2049 37% [======================= ] 766/2049 37% [======================= ] 767/2049 37% [======================= ] 768/2049 37% [======================= ] 769/2049 37% [======================= ] 770/2049 37% [======================= ] 771/2049 37% [======================= ] 772/2049 37% [======================= ] 773/2049 37% [======================= ] 774/2049 37% [======================= ] 775/2049 37% [======================= ] 776/2049 37% [======================= ] 777/2049 37% [======================= ] 778/2049 37% [======================= ] 779/2049 38% [======================= ] 780/2049 38% [======================= ] 781/2049 38% [======================= ] 782/2049 38% [======================= ] 783/2049 38% [======================= ] 784/2049 38% [======================= ] 785/2049 38% [======================= ] 786/2049 38% [======================= ] 787/2049 38% [======================= ] 788/2049 38% [======================= ] 789/2049 38% [======================= ] 790/2049 38% [======================= ] 791/2049 38% [======================= ] 792/2049 38% [======================= ] 793/2049 38% [======================== ] 794/2049 38% [======================== ] 795/2049 38% [======================== ] 796/2049 38% [======================== ] 797/2049 38% [======================== ] 798/2049 38% [======================== ] 799/2049 38% [======================== ] 800/2049 39% [======================== ] 801/2049 39% [======================== ] 802/2049 39% [======================== ] 803/2049 39% [======================== ] 804/2049 39% [======================== ] 805/2049 39% [======================== ] 806/2049 39% [======================== ] 807/2049 39% [======================== ] 808/2049 39% [======================== ] 809/2049 39% [======================== ] 810/2049 39% [======================== ] 811/2049 39% [======================== ] 812/2049 39% [======================== ] 813/2049 39% [======================== ] 814/2049 39% [======================== ] 815/2049 39% [======================== ] 816/2049 39% [======================== ] 817/2049 39% [======================== ] 818/2049 39% [======================== ] 819/2049 39% [======================== ] 820/2049 40% [======================== ] 821/2049 40% [======================== ] 822/2049 40% [======================== ] 823/2049 40% [======================== ] 824/2049 40% [======================== ] 825/2049 40% [======================== ] 826/2049 40% [========================= ] 827/2049 40% [========================= ] 828/2049 40% [========================= ] 829/2049 40% [========================= ] 830/2049 40% [========================= ] 831/2049 40% [========================= ] 832/2049 40% [========================= ] 833/2049 40% [========================= ] 834/2049 40% [========================= ] 835/2049 40% [========================= ] 836/2049 40% [========================= ] 837/2049 40% [========================= ] 838/2049 40% [========================= ] 839/2049 40% [========================= ] 840/2049 40% [========================= ] 841/2049 41% [========================= ] 842/2049 41% [========================= ] 843/2049 41% [========================= ] 844/2049 41% [========================= ] 845/2049 41% [========================= ] 846/2049 41% [========================= ] 847/2049 41% [========================= ] 848/2049 41% [========================= ] 849/2049 41% [========================= ] 850/2049 41% [========================= ] 851/2049 41% [========================= ] 852/2049 41% [========================= ] 853/2049 41% [========================= ] 854/2049 41% [========================= ] 855/2049 41% [========================= ] 856/2049 41% [========================= ] 857/2049 41% [========================= ] 858/2049 41% [========================= ] 859/2049 41% [========================== ] 860/2049 41% [========================== ] 861/2049 42% [========================== ] 862/2049 42% [========================== ] 863/2049 42% [========================== ] 864/2049 42% [========================== ] 865/2049 42% [========================== ] 866/2049 42% [========================== ] 867/2049 42% [========================== ] 868/2049 42% [========================== ] 869/2049 42% [========================== ] 870/2049 42% [========================== ] 871/2049 42% [========================== ] 872/2049 42% [========================== ] 873/2049 42% [========================== ] 874/2049 42% [========================== ] 875/2049 42% [========================== ] 876/2049 42% [========================== ] 877/2049 42% [========================== ] 878/2049 42% [========================== ] 879/2049 42% [========================== ] 880/2049 42% [========================== ] 881/2049 42% [========================== ] 882/2049 43% [========================== ] 883/2049 43% [========================== ] 884/2049 43% [========================== ] 885/2049 43% [========================== ] 886/2049 43% [========================== ] 887/2049 43% [========================== ] 888/2049 43% [========================== ] 889/2049 43% [========================== ] 890/2049 43% [========================== ] 891/2049 43% [========================== ] 892/2049 43% [=========================== ] 893/2049 43% [=========================== ] 894/2049 43% [=========================== ] 895/2049 43% [=========================== ] 896/2049 43% [=========================== ] 897/2049 43% [=========================== ] 898/2049 43% [=========================== ] 899/2049 43% [=========================== ] 900/2049 43% [=========================== ] 901/2049 43% [=========================== ] 902/2049 44% [=========================== ] 903/2049 44% [=========================== ] 904/2049 44% [=========================== ] 905/2049 44% [=========================== ] 906/2049 44% [=========================== ] 907/2049 44% [=========================== ] 908/2049 44% [=========================== ] 909/2049 44% [=========================== ] 910/2049 44% [=========================== ] 911/2049 44% [=========================== ] 912/2049 44% [=========================== ] 913/2049 44% [=========================== ] 914/2049 44% [=========================== ] 915/2049 44% [=========================== ] 916/2049 44% [=========================== ] 917/2049 44% [=========================== ] 918/2049 44% [=========================== ] 919/2049 44% [=========================== ] 920/2049 44% [=========================== ] 921/2049 44% [=========================== ] 922/2049 44% [=========================== ] 923/2049 45% [=========================== ] 924/2049 45% [=========================== ] 925/2049 45% [============================ ] 926/2049 45% [============================ ] 927/2049 45% [============================ ] 928/2049 45% [============================ ] 929/2049 45% [============================ ] 930/2049 45% [============================ ] 931/2049 45% [============================ ] 932/2049 45% [============================ ] 933/2049 45% [============================ ] 934/2049 45% [============================ ] 935/2049 45% [============================ ] 936/2049 45% [============================ ] 937/2049 45% [============================ ] 938/2049 45% [============================ ] 939/2049 45% [============================ ] 940/2049 45% [============================ ] 941/2049 45% [============================ ] 942/2049 45% [============================ ] 943/2049 46% [============================ ] 944/2049 46% [============================ ] 945/2049 46% [============================ ] 946/2049 46% [============================ ] 947/2049 46% [============================ ] 948/2049 46% [============================ ] 949/2049 46% [============================ ] 950/2049 46% [============================ ] 951/2049 46% [============================ ] 952/2049 46% [============================ ] 953/2049 46% [============================ ] 954/2049 46% [============================ ] 955/2049 46% [============================ ] 956/2049 46% [============================ ] 957/2049 46% [============================ ] 958/2049 46% [============================= ] 959/2049 46% [============================= ] 960/2049 46% [============================= ] 961/2049 46% [============================= ] 962/2049 46% [============================= ] 963/2049 46% [============================= ] 964/2049 47% [============================= ] 965/2049 47% [============================= ] 966/2049 47% [============================= ] 967/2049 47% [============================= ] 968/2049 47% [============================= ] 969/2049 47% [============================= ] 970/2049 47% [============================= ] 971/2049 47% [============================= ] 972/2049 47% [============================= ] 973/2049 47% [============================= ] 974/2049 47% [============================= ] 975/2049 47% [============================= ] 976/2049 47% [============================= ] 977/2049 47% [============================= ] 978/2049 47% [============================= ] 979/2049 47% [============================= ] 980/2049 47% [============================= ] 981/2049 47% [============================= ] 982/2049 47% [============================= ] 983/2049 47% [============================= ] 984/2049 48% [============================= ] 985/2049 48% [============================= ] 986/2049 48% [============================= ] 987/2049 48% [============================= ] 988/2049 48% [============================= ] 989/2049 48% [============================= ] 990/2049 48% [============================= ] 991/2049 48% [============================== ] 992/2049 48% [============================== ] 993/2049 48% [============================== ] 994/2049 48% [============================== ] 995/2049 48% [============================== ] 996/2049 48% [============================== ] 997/2049 48% [============================== ] 998/2049 48% [============================== ] 999/2049 48% [============================== ] 1000/2049 48% [============================== ] 1001/2049 48% [============================== ] 1002/2049 48% [============================== ] 1003/2049 48% [============================== ] 1004/2049 48% [============================== ] 1005/2049 49% [============================== ] 1006/2049 49% [============================== ] 1007/2049 49% [============================== ] 1008/2049 49% [============================== ] 1009/2049 49% [============================== ] 1010/2049 49% [============================== ] 1011/2049 49% [============================== ] 1012/2049 49% [============================== ] 1013/2049 49% [============================== ] 1014/2049 49% [============================== ] 1015/2049 49% [============================== ] 1016/2049 49% [============================== ] 1017/2049 49% [============================== ] 1018/2049 49% [============================== ] 1019/2049 49% [============================== ] 1020/2049 49% [============================== ] 1021/2049 49% [============================== ] 1022/2049 49% [============================== ] 1023/2049 49% [============================== ] 1024/2049 49% [=============================== ] 1025/2049 50% [=============================== ] 1026/2049 50% [=============================== ] 1027/2049 50% [=============================== ] 1028/2049 50% [=============================== ] 1029/2049 50% [=============================== ] 1030/2049 50% [=============================== ] 1031/2049 50% [=============================== ] 1032/2049 50% [=============================== ] 1033/2049 50% [=============================== ] 1034/2049 50% [=============================== ] 1035/2049 50% [=============================== ] 1036/2049 50% [=============================== ] 1037/2049 50% [=============================== ] 1038/2049 50% [=============================== ] 1039/2049 50% [=============================== ] 1040/2049 50% [=============================== ] 1041/2049 50% [=============================== ] 1042/2049 50% [=============================== ] 1043/2049 50% [=============================== ] 1044/2049 50% [=============================== ] 1045/2049 51% [=============================== ] 1046/2049 51% [=============================== ] 1047/2049 51% [=============================== ] 1048/2049 51% [=============================== ] 1049/2049 51% [=============================== ] 1050/2049 51% [=============================== ] 1051/2049 51% [=============================== ] 1052/2049 51% [=============================== ] 1053/2049 51% [=============================== ] 1054/2049 51% [=============================== ] 1055/2049 51% [=============================== ] 1056/2049 51% [=============================== ] 1057/2049 51% [================================ ] 1058/2049 51% [================================ ] 1059/2049 51% [================================ ] 1060/2049 51% [================================ ] 1061/2049 51% [================================ ] 1062/2049 51% [================================ ] 1063/2049 51% [================================ ] 1064/2049 51% [================================ ] 1065/2049 51% [================================ ] 1066/2049 52% [================================ ] 1067/2049 52% [================================ ] 1068/2049 52% [================================ ] 1069/2049 52% [================================ ] 1070/2049 52% [================================ ] 1071/2049 52% [================================ ] 1072/2049 52% [================================ ] 1073/2049 52% [================================ ] 1074/2049 52% [================================ ] 1075/2049 52% [================================ ] 1076/2049 52% [================================ ] 1077/2049 52% [================================ ] 1078/2049 52% [================================ ] 1079/2049 52% [================================ ] 1080/2049 52% [================================ ] 1081/2049 52% [================================ ] 1082/2049 52% [================================ ] 1083/2049 52% [================================ ] 1084/2049 52% [================================ ] 1085/2049 52% [================================ ] 1086/2049 53% [================================ ] 1087/2049 53% [================================ ] 1088/2049 53% [================================ ] 1089/2049 53% [================================ ] 1090/2049 53% [================================= ] 1091/2049 53% [================================= ] 1092/2049 53% [================================= ] 1093/2049 53% [================================= ] 1094/2049 53% [================================= ] 1095/2049 53% [================================= ] 1096/2049 53% [================================= ] 1097/2049 53% [================================= ] 1098/2049 53% [================================= ] 1099/2049 53% [================================= ] 1100/2049 53% [================================= ] 1101/2049 53% [================================= ] 1102/2049 53% [================================= ] 1103/2049 53% [================================= ] 1104/2049 53% [================================= ] 1105/2049 53% [================================= ] 1106/2049 53% [================================= ] 1107/2049 54% [================================= ] 1108/2049 54% [================================= ] 1109/2049 54% [================================= ] 1110/2049 54% [================================= ] 1111/2049 54% [================================= ] 1112/2049 54% [================================= ] 1113/2049 54% [================================= ] 1114/2049 54% [================================= ] 1115/2049 54% [================================= ] 1116/2049 54% [================================= ] 1117/2049 54% [================================= ] 1118/2049 54% [================================= ] 1119/2049 54% [================================= ] 1120/2049 54% [================================= ] 1121/2049 54% [================================= ] 1122/2049 54% [================================= ] 1123/2049 54% [================================== ] 1124/2049 54% [================================== ] 1125/2049 54% [================================== ] 1126/2049 54% [================================== ] 1127/2049 55% [================================== ] 1128/2049 55% [================================== ] 1129/2049 55% [================================== ] 1130/2049 55% [================================== ] 1131/2049 55% [================================== ] 1132/2049 55% [================================== ] 1133/2049 55% [================================== ] 1134/2049 55% [================================== ] 1135/2049 55% [================================== ] 1136/2049 55% [================================== ] 1137/2049 55% [================================== ] 1138/2049 55% [================================== ] 1139/2049 55% [================================== ] 1140/2049 55% [================================== ] 1141/2049 55% [================================== ] 1142/2049 55% [================================== ] 1143/2049 55% [================================== ] 1144/2049 55% [================================== ] 1145/2049 55% [================================== ] 1146/2049 55% [================================== ] 1147/2049 55% [================================== ] 1148/2049 56% [================================== ] 1149/2049 56% [================================== ] 1150/2049 56% [================================== ] 1151/2049 56% [================================== ] 1152/2049 56% [================================== ] 1153/2049 56% [================================== ] 1154/2049 56% [================================== ] 1155/2049 56% [================================== ] 1156/2049 56% [=================================== ] 1157/2049 56% [=================================== ] 1158/2049 56% [=================================== ] 1159/2049 56% [=================================== ] 1160/2049 56% [=================================== ] 1161/2049 56% [=================================== ] 1162/2049 56% [=================================== ] 1163/2049 56% [=================================== ] 1164/2049 56% [=================================== ] 1165/2049 56% [=================================== ] 1166/2049 56% [=================================== ] 1167/2049 56% [=================================== ] 1168/2049 57% [=================================== ] 1169/2049 57% [=================================== ] 1170/2049 57% [=================================== ] 1171/2049 57% [=================================== ] 1172/2049 57% [=================================== ] 1173/2049 57% [=================================== ] 1174/2049 57% [=================================== ] 1175/2049 57% [=================================== ] 1176/2049 57% [=================================== ] 1177/2049 57% [=================================== ] 1178/2049 57% [=================================== ] 1179/2049 57% [=================================== ] 1180/2049 57% [=================================== ] 1181/2049 57% [=================================== ] 1182/2049 57% [=================================== ] 1183/2049 57% [=================================== ] 1184/2049 57% [=================================== ] 1185/2049 57% [=================================== ] 1186/2049 57% [=================================== ] 1187/2049 57% [=================================== ] 1188/2049 57% [=================================== ] 1189/2049 58% [==================================== ] 1190/2049 58% [==================================== ] 1191/2049 58% [==================================== ] 1192/2049 58% [==================================== ] 1193/2049 58% [==================================== ] 1194/2049 58% [==================================== ] 1195/2049 58% [==================================== ] 1196/2049 58% [==================================== ] 1197/2049 58% [==================================== ] 1198/2049 58% [==================================== ] 1199/2049 58% [==================================== ] 1200/2049 58% [==================================== ] 1201/2049 58% [==================================== ] 1202/2049 58% [==================================== ] 1203/2049 58% [==================================== ] 1204/2049 58% [==================================== ] 1205/2049 58% [==================================== ] 1206/2049 58% [==================================== ] 1207/2049 58% [==================================== ] 1208/2049 58% [==================================== ] 1209/2049 59% [==================================== ] 1210/2049 59% [==================================== ] 1211/2049 59% [==================================== ] 1212/2049 59% [==================================== ] 1213/2049 59% [==================================== ] 1214/2049 59% [==================================== ] 1215/2049 59% [==================================== ] 1216/2049 59% [==================================== ] 1217/2049 59% [==================================== ] 1218/2049 59% [==================================== ] 1219/2049 59% [==================================== ] 1220/2049 59% [==================================== ] 1221/2049 59% [==================================== ] 1222/2049 59% [===================================== ] 1223/2049 59% [===================================== ] 1224/2049 59% [===================================== ] 1225/2049 59% [===================================== ] 1226/2049 59% [===================================== ] 1227/2049 59% [===================================== ] 1228/2049 59% [===================================== ] 1229/2049 59% [===================================== ] 1230/2049 60% [===================================== ] 1231/2049 60% [===================================== ] 1232/2049 60% [===================================== ] 1233/2049 60% [===================================== ] 1234/2049 60% [===================================== ] 1235/2049 60% [===================================== ] 1236/2049 60% [===================================== ] 1237/2049 60% [===================================== ] 1238/2049 60% [===================================== ] 1239/2049 60% [===================================== ] 1240/2049 60% [===================================== ] 1241/2049 60% [===================================== ] 1242/2049 60% [===================================== ] 1243/2049 60% [===================================== ] 1244/2049 60% [===================================== ] 1245/2049 60% [===================================== ] 1246/2049 60% [===================================== ] 1247/2049 60% [===================================== ] 1248/2049 60% [===================================== ] 1249/2049 60% [===================================== ] 1250/2049 61% [===================================== ] 1251/2049 61% [===================================== ] 1252/2049 61% [===================================== ] 1253/2049 61% [===================================== ] 1254/2049 61% [===================================== ] 1255/2049 61% [====================================== ] 1256/2049 61% [====================================== ] 1257/2049 61% [====================================== ] 1258/2049 61% [====================================== ] 1259/2049 61% [====================================== ] 1260/2049 61% [====================================== ] 1261/2049 61% [====================================== ] 1262/2049 61% [====================================== ] 1263/2049 61% [====================================== ] 1264/2049 61% [====================================== ] 1265/2049 61% [====================================== ] 1266/2049 61% [====================================== ] 1267/2049 61% [====================================== ] 1268/2049 61% [====================================== ] 1269/2049 61% [====================================== ] 1270/2049 61% [====================================== ] 1271/2049 62% [====================================== ] 1272/2049 62% [====================================== ] 1273/2049 62% [====================================== ] 1274/2049 62% [====================================== ] 1275/2049 62% [====================================== ] 1276/2049 62% [====================================== ] 1277/2049 62% [====================================== ] 1278/2049 62% [====================================== ] 1279/2049 62% [====================================== ] 1280/2049 62% [====================================== ] 1281/2049 62% [====================================== ] 1282/2049 62% [====================================== ] 1283/2049 62% [====================================== ] 1284/2049 62% [====================================== ] 1285/2049 62% [====================================== ] 1286/2049 62% [====================================== ] 1287/2049 62% [====================================== ] 1288/2049 62% [======================================= ] 1289/2049 62% [======================================= ] 1290/2049 62% [======================================= ] 1291/2049 63% [======================================= ] 1292/2049 63% [======================================= ] 1293/2049 63% [======================================= ] 1294/2049 63% [======================================= ] 1295/2049 63% [======================================= ] 1296/2049 63% [======================================= ] 1297/2049 63% [======================================= ] 1298/2049 63% [======================================= ] 1299/2049 63% [======================================= ] 1300/2049 63% [======================================= ] 1301/2049 63% [======================================= ] 1302/2049 63% [======================================= ] 1303/2049 63% [======================================= ] 1304/2049 63% [======================================= ] 1305/2049 63% [======================================= ] 1306/2049 63% [======================================= ] 1307/2049 63% [======================================= ] 1308/2049 63% [======================================= ] 1309/2049 63% [======================================= ] 1310/2049 63% [======================================= ] 1311/2049 63% [======================================= ] 1312/2049 64% [======================================= ] 1313/2049 64% [======================================= ] 1314/2049 64% [======================================= ] 1315/2049 64% [======================================= ] 1316/2049 64% [======================================= ] 1317/2049 64% [======================================= ] 1318/2049 64% [======================================= ] 1319/2049 64% [======================================= ] 1320/2049 64% [======================================= ] 1321/2049 64% [======================================== ] 1322/2049 64% [======================================== ] 1323/2049 64% [======================================== ] 1324/2049 64% [======================================== ] 1325/2049 64% [======================================== ] 1326/2049 64% [======================================== ] 1327/2049 64% [======================================== ] 1328/2049 64% [======================================== ] 1329/2049 64% [======================================== ] 1330/2049 64% [======================================== ] 1331/2049 64% [======================================== ] 1332/2049 65% [======================================== ] 1333/2049 65% [======================================== ] 1334/2049 65% [======================================== ] 1335/2049 65% [======================================== ] 1336/2049 65% [======================================== ] 1337/2049 65% [======================================== ] 1338/2049 65% [======================================== ] 1339/2049 65% [======================================== ] 1340/2049 65% [======================================== ] 1341/2049 65% [======================================== ] 1342/2049 65% [======================================== ] 1343/2049 65% [======================================== ] 1344/2049 65% [======================================== ] 1345/2049 65% [======================================== ] 1346/2049 65% [======================================== ] 1347/2049 65% [======================================== ] 1348/2049 65% [======================================== ] 1349/2049 65% [======================================== ] 1350/2049 65% [======================================== ] 1351/2049 65% [======================================== ] 1352/2049 65% [======================================== ] 1353/2049 66% [======================================== ] 1354/2049 66% [========================================= ] 1355/2049 66% [========================================= ] 1356/2049 66% [========================================= ] 1357/2049 66% [========================================= ] 1358/2049 66% [========================================= ] 1359/2049 66% [========================================= ] 1360/2049 66% [========================================= ] 1361/2049 66% [========================================= ] 1362/2049 66% [========================================= ] 1363/2049 66% [========================================= ] 1364/2049 66% [========================================= ] 1365/2049 66% [========================================= ] 1366/2049 66% [========================================= ] 1367/2049 66% [========================================= ] 1368/2049 66% [========================================= ] 1369/2049 66% [========================================= ] 1370/2049 66% [========================================= ] 1371/2049 66% [========================================= ] 1372/2049 66% [========================================= ] 1373/2049 67% [========================================= ] 1374/2049 67% [========================================= ] 1375/2049 67% [========================================= ] 1376/2049 67% [========================================= ] 1377/2049 67% [========================================= ] 1378/2049 67% [========================================= ] 1379/2049 67% [========================================= ] 1380/2049 67% [========================================= ] 1381/2049 67% [========================================= ] 1382/2049 67% [========================================= ] 1383/2049 67% [========================================= ] 1384/2049 67% [========================================= ] 1385/2049 67% [========================================= ] 1386/2049 67% [========================================= ] 1387/2049 67% [========================================= ] 1388/2049 67% [========================================== ] 1389/2049 67% [========================================== ] 1390/2049 67% [========================================== ] 1391/2049 67% [========================================== ] 1392/2049 67% [========================================== ] 1393/2049 67% [========================================== ] 1394/2049 68% [========================================== ] 1395/2049 68% [========================================== ] 1396/2049 68% [========================================== ] 1397/2049 68% [========================================== ] 1398/2049 68% [========================================== ] 1399/2049 68% [========================================== ] 1400/2049 68% [========================================== ] 1401/2049 68% [========================================== ] 1402/2049 68% [========================================== ] 1403/2049 68% [========================================== ] 1404/2049 68% [========================================== ] 1405/2049 68% [========================================== ] 1406/2049 68% [========================================== ] 1407/2049 68% [========================================== ] 1408/2049 68% [========================================== ] 1409/2049 68% [========================================== ] 1410/2049 68% [========================================== ] 1411/2049 68% [========================================== ] 1412/2049 68% [========================================== ] 1413/2049 68% [========================================== ] 1414/2049 69% [========================================== ] 1415/2049 69% [========================================== ] 1416/2049 69% [========================================== ] 1417/2049 69% [========================================== ] 1418/2049 69% [========================================== ] 1419/2049 69% [========================================== ] 1420/2049 69% [========================================== ] 1421/2049 69% [=========================================== ] 1422/2049 69% [=========================================== ] 1423/2049 69% [=========================================== ] 1424/2049 69% [=========================================== ] 1425/2049 69% [=========================================== ] 1426/2049 69% [=========================================== ] 1427/2049 69% [=========================================== ] 1428/2049 69% [=========================================== ] 1429/2049 69% [=========================================== ] 1430/2049 69% [=========================================== ] 1431/2049 69% [=========================================== ] 1432/2049 69% [=========================================== ] 1433/2049 69% [=========================================== ] 1434/2049 69% [=========================================== ] 1435/2049 70% [=========================================== ] 1436/2049 70% [=========================================== ] 1437/2049 70% [=========================================== ] 1438/2049 70% [=========================================== ] 1439/2049 70% [=========================================== ] 1440/2049 70% [=========================================== ] 1441/2049 70% [=========================================== ] 1442/2049 70% [=========================================== ] 1443/2049 70% [=========================================== ] 1444/2049 70% [=========================================== ] 1445/2049 70% [=========================================== ] 1446/2049 70% [=========================================== ] 1447/2049 70% [=========================================== ] 1448/2049 70% [=========================================== ] 1449/2049 70% [=========================================== ] 1450/2049 70% [=========================================== ] 1451/2049 70% [=========================================== ] 1452/2049 70% [=========================================== ] 1453/2049 70% [=========================================== ] 1454/2049 70% [============================================ ] 1455/2049 71% [============================================ ] 1456/2049 71% [============================================ ] 1457/2049 71% [============================================ ] 1458/2049 71% [============================================ ] 1459/2049 71% [============================================ ] 1460/2049 71% [============================================ ] 1461/2049 71% [============================================ ] 1462/2049 71% [============================================ ] 1463/2049 71% [============================================ ] 1464/2049 71% [============================================ ] 1465/2049 71% [============================================ ] 1466/2049 71% [============================================ ] 1467/2049 71% [============================================ ] 1468/2049 71% [============================================ ] 1469/2049 71% [============================================ ] 1470/2049 71% [============================================ ] 1471/2049 71% [============================================ ] 1472/2049 71% [============================================ ] 1473/2049 71% [============================================ ] 1474/2049 71% [============================================ ] 1475/2049 71% [============================================ ] 1476/2049 72% [============================================ ] 1477/2049 72% [============================================ ] 1478/2049 72% [============================================ ] 1479/2049 72% [============================================ ] 1480/2049 72% [============================================ ] 1481/2049 72% [============================================ ] 1482/2049 72% [============================================ ] 1483/2049 72% [============================================ ] 1484/2049 72% [============================================ ] 1485/2049 72% [============================================ ] 1486/2049 72% [============================================ ] 1487/2049 72% [============================================= ] 1488/2049 72% [============================================= ] 1489/2049 72% [============================================= ] 1490/2049 72% [============================================= ] 1491/2049 72% [============================================= ] 1492/2049 72% [============================================= ] 1493/2049 72% [============================================= ] 1494/2049 72% [============================================= ] 1495/2049 72% [============================================= ] 1496/2049 73% [============================================= ] 1497/2049 73% [============================================= ] 1498/2049 73% [============================================= ] 1499/2049 73% [============================================= ] 1500/2049 73% [============================================= ] 1501/2049 73% [============================================= ] 1502/2049 73% [============================================= ] 1503/2049 73% [============================================= ] 1504/2049 73% [============================================= ] 1505/2049 73% [============================================= ] 1506/2049 73% [============================================= ] 1507/2049 73% [============================================= ] 1508/2049 73% [============================================= ] 1509/2049 73% [============================================= ] 1510/2049 73% [============================================= ] 1511/2049 73% [============================================= ] 1512/2049 73% [============================================= ] 1513/2049 73% [============================================= ] 1514/2049 73% [============================================= ] 1515/2049 73% [============================================= ] 1516/2049 73% [============================================= ] 1517/2049 74% [============================================= ] 1518/2049 74% [============================================= ] 1519/2049 74% [============================================= ] 1520/2049 74% [============================================== ] 1521/2049 74% [============================================== ] 1522/2049 74% [============================================== ] 1523/2049 74% [============================================== ] 1524/2049 74% [============================================== ] 1525/2049 74% [============================================== ] 1526/2049 74% [============================================== ] 1527/2049 74% [============================================== ] 1528/2049 74% [============================================== ] 1529/2049 74% [============================================== ] 1530/2049 74% [============================================== ] 1531/2049 74% [============================================== ] 1532/2049 74% [============================================== ] 1533/2049 74% [============================================== ] 1534/2049 74% [============================================== ] 1535/2049 74% [============================================== ] 1536/2049 74% [============================================== ] 1537/2049 75% [============================================== ] 1538/2049 75% [============================================== ] 1539/2049 75% [============================================== ] 1540/2049 75% [============================================== ] 1541/2049 75% [============================================== ] 1542/2049 75% [============================================== ] 1543/2049 75% [============================================== ] 1544/2049 75% [============================================== ] 1545/2049 75% [============================================== ] 1546/2049 75% [============================================== ] 1547/2049 75% [============================================== ] 1548/2049 75% [============================================== ] 1549/2049 75% [============================================== ] 1550/2049 75% [============================================== ] 1551/2049 75% [============================================== ] 1552/2049 75% [============================================== ] 1553/2049 75% [=============================================== ] 1554/2049 75% [=============================================== ] 1555/2049 75% [=============================================== ] 1556/2049 75% [=============================================== ] 1557/2049 75% [=============================================== ] 1558/2049 76% [=============================================== ] 1559/2049 76% [=============================================== ] 1560/2049 76% [=============================================== ] 1561/2049 76% [=============================================== ] 1562/2049 76% [=============================================== ] 1563/2049 76% [=============================================== ] 1564/2049 76% [=============================================== ] 1565/2049 76% [=============================================== ] 1566/2049 76% [=============================================== ] 1567/2049 76% [=============================================== ] 1568/2049 76% [=============================================== ] 1569/2049 76% [=============================================== ] 1570/2049 76% [=============================================== ] 1571/2049 76% [=============================================== ] 1572/2049 76% [=============================================== ] 1573/2049 76% [=============================================== ] 1574/2049 76% [=============================================== ] 1575/2049 76% [=============================================== ] 1576/2049 76% [=============================================== ] 1577/2049 76% [=============================================== ] 1578/2049 77% [=============================================== ] 1579/2049 77% [=============================================== ] 1580/2049 77% [=============================================== ] 1581/2049 77% [=============================================== ] 1582/2049 77% [=============================================== ] 1583/2049 77% [=============================================== ] 1584/2049 77% [=============================================== ] 1585/2049 77% [=============================================== ] 1586/2049 77% [================================================ ] 1587/2049 77% [================================================ ] 1588/2049 77% [================================================ ] 1589/2049 77% [================================================ ] 1590/2049 77% [================================================ ] 1591/2049 77% [================================================ ] 1592/2049 77% [================================================ ] 1593/2049 77% [================================================ ] 1594/2049 77% [================================================ ] 1595/2049 77% [================================================ ] 1596/2049 77% [================================================ ] 1597/2049 77% [================================================ ] 1598/2049 77% [================================================ ] 1599/2049 78% [================================================ ] 1600/2049 78% [================================================ ] 1601/2049 78% [================================================ ] 1602/2049 78% [================================================ ] 1603/2049 78% [================================================ ] 1604/2049 78% [================================================ ] 1605/2049 78% [================================================ ] 1606/2049 78% [================================================ ] 1607/2049 78% [================================================ ] 1608/2049 78% [================================================ ] 1609/2049 78% [================================================ ] 1610/2049 78% [================================================ ] 1611/2049 78% [================================================ ] 1612/2049 78% [================================================ ] 1613/2049 78% [================================================ ] 1614/2049 78% [================================================ ] 1615/2049 78% [================================================ ] 1616/2049 78% [================================================ ] 1617/2049 78% [================================================ ] 1618/2049 78% [================================================ ] 1619/2049 79% [================================================= ] 1620/2049 79% [================================================= ] 1621/2049 79% [================================================= ] 1622/2049 79% [================================================= ] 1623/2049 79% [================================================= ] 1624/2049 79% [================================================= ] 1625/2049 79% [================================================= ] 1626/2049 79% [================================================= ] 1627/2049 79% [================================================= ] 1628/2049 79% [================================================= ] 1629/2049 79% [================================================= ] 1630/2049 79% [================================================= ] 1631/2049 79% [================================================= ] 1632/2049 79% [================================================= ] 1633/2049 79% [================================================= ] 1634/2049 79% [================================================= ] 1635/2049 79% [================================================= ] 1636/2049 79% [================================================= ] 1637/2049 79% [================================================= ] 1638/2049 79% [================================================= ] 1639/2049 79% [================================================= ] 1640/2049 80% [================================================= ] 1641/2049 80% [================================================= ] 1642/2049 80% [================================================= ] 1643/2049 80% [================================================= ] 1644/2049 80% [================================================= ] 1645/2049 80% [================================================= ] 1646/2049 80% [================================================= ] 1647/2049 80% [================================================= ] 1648/2049 80% [================================================= ] 1649/2049 80% [================================================= ] 1650/2049 80% [================================================= ] 1651/2049 80% [================================================= ] 1652/2049 80% [================================================== ] 1653/2049 80% [================================================== ] 1654/2049 80% [================================================== ] 1655/2049 80% [================================================== ] 1656/2049 80% [================================================== ] 1657/2049 80% [================================================== ] 1658/2049 80% [================================================== ] 1659/2049 80% [================================================== ] 1660/2049 81% [================================================== ] 1661/2049 81% [================================================== ] 1662/2049 81% [================================================== ] 1663/2049 81% [================================================== ] 1664/2049 81% [================================================== ] 1665/2049 81% [================================================== ] 1666/2049 81% [================================================== ] 1667/2049 81% [================================================== ] 1668/2049 81% [================================================== ] 1669/2049 81% [================================================== ] 1670/2049 81% [================================================== ] 1671/2049 81% [================================================== ] 1672/2049 81% [================================================== ] 1673/2049 81% [================================================== ] 1674/2049 81% [================================================== ] 1675/2049 81% [================================================== ] 1676/2049 81% [================================================== ] 1677/2049 81% [================================================== ] 1678/2049 81% [================================================== ] 1679/2049 81% [================================================== ] 1680/2049 81% [================================================== ] 1681/2049 82% [================================================== ] 1682/2049 82% [================================================== ] 1683/2049 82% [================================================== ] 1684/2049 82% [================================================== ] 1685/2049 82% [=================================================== ] 1686/2049 82% [=================================================== ] 1687/2049 82% [=================================================== ] 1688/2049 82% [=================================================== ] 1689/2049 82% [=================================================== ] 1690/2049 82% [=================================================== ] 1691/2049 82% [=================================================== ] 1692/2049 82% [=================================================== ] 1693/2049 82% [=================================================== ] 1694/2049 82% [=================================================== ] 1695/2049 82% [=================================================== ] 1696/2049 82% [=================================================== ] 1697/2049 82% [=================================================== ] 1698/2049 82% [=================================================== ] 1699/2049 82% [=================================================== ] 1700/2049 82% [=================================================== ] 1701/2049 83% [=================================================== ] 1702/2049 83% [=================================================== ] 1703/2049 83% [=================================================== ] 1704/2049 83% [=================================================== ] 1705/2049 83% [=================================================== ] 1706/2049 83% [=================================================== ] 1707/2049 83% [=================================================== ] 1708/2049 83% [=================================================== ] 1709/2049 83% [=================================================== ] 1710/2049 83% [=================================================== ] 1711/2049 83% [=================================================== ] 1712/2049 83% [=================================================== ] 1713/2049 83% [=================================================== ] 1714/2049 83% [=================================================== ] 1715/2049 83% [=================================================== ] 1716/2049 83% [=================================================== ] 1717/2049 83% [=================================================== ] 1718/2049 83% [==================================================== ] 1719/2049 83% [==================================================== ] 1720/2049 83% [==================================================== ] 1721/2049 83% [==================================================== ] 1722/2049 84% [==================================================== ] 1723/2049 84% [==================================================== ] 1724/2049 84% [==================================================== ] 1725/2049 84% [==================================================== ] 1726/2049 84% [==================================================== ] 1727/2049 84% [==================================================== ] 1728/2049 84% [==================================================== ] 1729/2049 84% [==================================================== ] 1730/2049 84% [==================================================== ] 1731/2049 84% [==================================================== ] 1732/2049 84% [==================================================== ] 1733/2049 84% [==================================================== ] 1734/2049 84% [==================================================== ] 1735/2049 84% [==================================================== ] 1736/2049 84% [==================================================== ] 1737/2049 84% [==================================================== ] 1738/2049 84% [==================================================== ] 1739/2049 84% [==================================================== ] 1740/2049 84% [==================================================== ] 1741/2049 84% [==================================================== ] 1742/2049 85% [==================================================== ] 1743/2049 85% [==================================================== ] 1744/2049 85% [==================================================== ] 1745/2049 85% [==================================================== ] 1746/2049 85% [==================================================== ] 1747/2049 85% [==================================================== ] 1748/2049 85% [==================================================== ] 1749/2049 85% [==================================================== ] 1750/2049 85% [==================================================== ] 1751/2049 85% [===================================================== ] 1752/2049 85% [===================================================== ] 1753/2049 85% [===================================================== ] 1754/2049 85% [===================================================== ] 1755/2049 85% [===================================================== ] 1756/2049 85% [===================================================== ] 1757/2049 85% [===================================================== ] 1758/2049 85% [===================================================== ] 1759/2049 85% [===================================================== ] 1760/2049 85% [===================================================== ] 1761/2049 85% [===================================================== ] 1762/2049 85% [===================================================== ] 1763/2049 86% [===================================================== ] 1764/2049 86% [===================================================== ] 1765/2049 86% [===================================================== ] 1766/2049 86% [===================================================== ] 1767/2049 86% [===================================================== ] 1768/2049 86% [===================================================== ] 1769/2049 86% [===================================================== ] 1770/2049 86% [===================================================== ] 1771/2049 86% [===================================================== ] 1772/2049 86% [===================================================== ] 1773/2049 86% [===================================================== ] 1774/2049 86% [===================================================== ] 1775/2049 86% [===================================================== ] 1776/2049 86% [===================================================== ] 1777/2049 86% [===================================================== ] 1778/2049 86% [===================================================== ] 1779/2049 86% [===================================================== ] 1780/2049 86% [===================================================== ] 1781/2049 86% [===================================================== ] 1782/2049 86% [===================================================== ] 1783/2049 87% [===================================================== ] 1784/2049 87% [====================================================== ] 1785/2049 87% [====================================================== ] 1786/2049 87% [====================================================== ] 1787/2049 87% [====================================================== ] 1788/2049 87% [====================================================== ] 1789/2049 87% [====================================================== ] 1790/2049 87% [====================================================== ] 1791/2049 87% [====================================================== ] 1792/2049 87% [====================================================== ] 1793/2049 87% [====================================================== ] 1794/2049 87% [====================================================== ] 1795/2049 87% [====================================================== ] 1796/2049 87% [====================================================== ] 1797/2049 87% [====================================================== ] 1798/2049 87% [====================================================== ] 1799/2049 87% [====================================================== ] 1800/2049 87% [====================================================== ] 1801/2049 87% [====================================================== ] 1802/2049 87% [====================================================== ] 1803/2049 87% [====================================================== ] 1804/2049 88% [====================================================== ] 1805/2049 88% [====================================================== ] 1806/2049 88% [====================================================== ] 1807/2049 88% [====================================================== ] 1808/2049 88% [====================================================== ] 1809/2049 88% [====================================================== ] 1810/2049 88% [====================================================== ] 1811/2049 88% [====================================================== ] 1812/2049 88% [====================================================== ] 1813/2049 88% [====================================================== ] 1814/2049 88% [====================================================== ] 1815/2049 88% [====================================================== ] 1816/2049 88% [====================================================== ] 1817/2049 88% [======================================================= ] 1818/2049 88% [======================================================= ] 1819/2049 88% [======================================================= ] 1820/2049 88% [======================================================= ] 1821/2049 88% [======================================================= ] 1822/2049 88% [======================================================= ] 1823/2049 88% [======================================================= ] 1824/2049 89% [======================================================= ] 1825/2049 89% [======================================================= ] 1826/2049 89% [======================================================= ] 1827/2049 89% [======================================================= ] 1828/2049 89% [======================================================= ] 1829/2049 89% [======================================================= ] 1830/2049 89% [======================================================= ] 1831/2049 89% [======================================================= ] 1832/2049 89% [======================================================= ] 1833/2049 89% [======================================================= ] 1834/2049 89% [======================================================= ] 1835/2049 89% [======================================================= ] 1836/2049 89% [======================================================= ] 1837/2049 89% [======================================================= ] 1838/2049 89% [======================================================= ] 1839/2049 89% [======================================================= ] 1840/2049 89% [======================================================= ] 1841/2049 89% [======================================================= ] 1842/2049 89% [======================================================= ] 1843/2049 89% [======================================================= ] 1844/2049 89% [======================================================= ] 1845/2049 90% [======================================================= ] 1846/2049 90% [======================================================= ] 1847/2049 90% [======================================================= ] 1848/2049 90% [======================================================= ] 1849/2049 90% [======================================================= ] 1850/2049 90% [======================================================== ] 1851/2049 90% [======================================================== ] 1852/2049 90% [======================================================== ] 1853/2049 90% [======================================================== ] 1854/2049 90% [======================================================== ] 1855/2049 90% [======================================================== ] 1856/2049 90% [======================================================== ] 1857/2049 90% [======================================================== ] 1858/2049 90% [======================================================== ] 1859/2049 90% [======================================================== ] 1860/2049 90% [======================================================== ] 1861/2049 90% [======================================================== ] 1862/2049 90% [======================================================== ] 1863/2049 90% [======================================================== ] 1864/2049 90% [======================================================== ] 1865/2049 91% [======================================================== ] 1866/2049 91% [======================================================== ] 1867/2049 91% [======================================================== ] 1868/2049 91% [======================================================== ] 1869/2049 91% [======================================================== ] 1870/2049 91% [======================================================== ] 1871/2049 91% [======================================================== ] 1872/2049 91% [======================================================== ] 1873/2049 91% [======================================================== ] 1874/2049 91% [======================================================== ] 1875/2049 91% [======================================================== ] 1876/2049 91% [======================================================== ] 1877/2049 91% [======================================================== ] 1878/2049 91% [======================================================== ] 1879/2049 91% [======================================================== ] 1880/2049 91% [======================================================== ] 1881/2049 91% [======================================================== ] 1882/2049 91% [======================================================== ] 1883/2049 91% [========================================================= ] 1884/2049 91% [========================================================= ] 1885/2049 91% [========================================================= ] 1886/2049 92% [========================================================= ] 1887/2049 92% [========================================================= ] 1888/2049 92% [========================================================= ] 1889/2049 92% [========================================================= ] 1890/2049 92% [========================================================= ] 1891/2049 92% [========================================================= ] 1892/2049 92% [========================================================= ] 1893/2049 92% [========================================================= ] 1894/2049 92% [========================================================= ] 1895/2049 92% [========================================================= ] 1896/2049 92% [========================================================= ] 1897/2049 92% [========================================================= ] 1898/2049 92% [========================================================= ] 1899/2049 92% [========================================================= ] 1900/2049 92% [========================================================= ] 1901/2049 92% [========================================================= ] 1902/2049 92% [========================================================= ] 1903/2049 92% [========================================================= ] 1904/2049 92% [========================================================= ] 1905/2049 92% [========================================================= ] 1906/2049 93% [========================================================= ] 1907/2049 93% [========================================================= ] 1908/2049 93% [========================================================= ] 1909/2049 93% [========================================================= ] 1910/2049 93% [========================================================= ] 1911/2049 93% [========================================================= ] 1912/2049 93% [========================================================= ] 1913/2049 93% [========================================================= ] 1914/2049 93% [========================================================= ] 1915/2049 93% [========================================================= ] 1916/2049 93% [========================================================== ] 1917/2049 93% [========================================================== ] 1918/2049 93% [========================================================== ] 1919/2049 93% [========================================================== ] 1920/2049 93% [========================================================== ] 1921/2049 93% [========================================================== ] 1922/2049 93% [========================================================== ] 1923/2049 93% [========================================================== ] 1924/2049 93% [========================================================== ] 1925/2049 93% [========================================================== ] 1926/2049 93% [========================================================== ] 1927/2049 94% [========================================================== ] 1928/2049 94% [========================================================== ] 1929/2049 94% [========================================================== ] 1930/2049 94% [========================================================== ] 1931/2049 94% [========================================================== ] 1932/2049 94% [========================================================== ] 1933/2049 94% [========================================================== ] 1934/2049 94% [========================================================== ] 1935/2049 94% [========================================================== ] 1936/2049 94% [========================================================== ] 1937/2049 94% [========================================================== ] 1938/2049 94% [========================================================== ] 1939/2049 94% [========================================================== ] 1940/2049 94% [========================================================== ] 1941/2049 94% [========================================================== ] 1942/2049 94% [========================================================== ] 1943/2049 94% [========================================================== ] 1944/2049 94% [========================================================== ] 1945/2049 94% [========================================================== ] 1946/2049 94% [========================================================== ] 1947/2049 95% [========================================================== ] 1948/2049 95% [========================================================== ] 1949/2049 95% [=========================================================== ] 1950/2049 95% [=========================================================== ] 1951/2049 95% [=========================================================== ] 1952/2049 95% [=========================================================== ] 1953/2049 95% [=========================================================== ] 1954/2049 95% [=========================================================== ] 1955/2049 95% [=========================================================== ] 1956/2049 95% [=========================================================== ] 1957/2049 95% [=========================================================== ] 1958/2049 95% [=========================================================== ] 1959/2049 95% [=========================================================== ] 1960/2049 95% [=========================================================== ] 1961/2049 95% [=========================================================== ] 1962/2049 95% [=========================================================== ] 1963/2049 95% [=========================================================== ] 1964/2049 95% [=========================================================== ] 1965/2049 95% [=========================================================== ] 1966/2049 95% [=========================================================== ] 1967/2049 95% [=========================================================== ] 1968/2049 96% [=========================================================== ] 1969/2049 96% [=========================================================== ] 1970/2049 96% [=========================================================== ] 1971/2049 96% [=========================================================== ] 1972/2049 96% [=========================================================== ] 1973/2049 96% [=========================================================== ] 1974/2049 96% [=========================================================== ] 1975/2049 96% [=========================================================== ] 1976/2049 96% [=========================================================== ] 1977/2049 96% [=========================================================== ] 1978/2049 96% [=========================================================== ] 1979/2049 96% [=========================================================== ] 1980/2049 96% [=========================================================== ] 1981/2049 96% [=========================================================== ] 1982/2049 96% [============================================================ ] 1983/2049 96% [============================================================ ] 1984/2049 96% [============================================================ ] 1985/2049 96% [============================================================ ] 1986/2049 96% [============================================================ ] 1987/2049 96% [============================================================ ] 1988/2049 97% [============================================================ ] 1989/2049 97% [============================================================ ] 1990/2049 97% [============================================================ ] 1991/2049 97% [============================================================ ] 1992/2049 97% [============================================================ ] 1993/2049 97% [============================================================ ] 1994/2049 97% [============================================================ ] 1995/2049 97% [============================================================ ] 1996/2049 97% [============================================================ ] 1997/2049 97% [============================================================ ] 1998/2049 97% [============================================================ ] 1999/2049 97% [============================================================ ] 2000/2049 97% [============================================================ ] 2001/2049 97% [============================================================ ] 2002/2049 97% [============================================================ ] 2003/2049 97% [============================================================ ] 2004/2049 97% [============================================================ ] 2005/2049 97% [============================================================ ] 2006/2049 97% [============================================================ ] 2007/2049 97% [============================================================ ] 2008/2049 97% [============================================================ ] 2009/2049 98% [============================================================ ] 2010/2049 98% [============================================================ ] 2011/2049 98% [============================================================ ] 2012/2049 98% [============================================================ ] 2013/2049 98% [============================================================ ] 2014/2049 98% [============================================================ ] 2015/2049 98% [============================================================= ] 2016/2049 98% [============================================================= ] 2017/2049 98% [============================================================= ] 2018/2049 98% [============================================================= ] 2019/2049 98% [============================================================= ] 2020/2049 98% [============================================================= ] 2021/2049 98% [============================================================= ] 2022/2049 98% [============================================================= ] 2023/2049 98% [============================================================= ] 2024/2049 98% [============================================================= ] 2025/2049 98% [============================================================= ] 2026/2049 98% [============================================================= ] 2027/2049 98% [============================================================= ] 2028/2049 98% [============================================================= ] 2029/2049 99% [============================================================= ] 2030/2049 99% [============================================================= ] 2031/2049 99% [============================================================= ] 2032/2049 99% [============================================================= ] 2033/2049 99% [============================================================= ] 2034/2049 99% [============================================================= ] 2035/2049 99% [============================================================= ] 2036/2049 99% [============================================================= ] 2037/2049 99% [============================================================= ] 2038/2049 99% [============================================================= ] 2039/2049 99% [============================================================= ] 2040/2049 99% [============================================================= ] 2041/2049 99% [============================================================= ] 2042/2049 99% [============================================================= ] 2043/2049 99% [============================================================= ] 2044/2049 99% [============================================================= ] 2045/2049 99% [============================================================= ] 2046/2049 99% [============================================================= ] 2047/2049 99% [============================================================= ] 2048/2049 99% [==============================================================] 2049/2049 100% operation complete, 2049 objects in 99152 NAND pages. ln -snf /home/autobuild/autobuild/instance-5/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-5/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-5/buildroot' >>> Buildroot 2022.08-rc1-358-g24261a1762 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 5.10.142 Collecting legal info >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 1.9.8 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-aespipe 2.4f Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> bdwgc 8.0.6 Collecting legal info README.QUICK: OK (sha256: 0aab7a56a92ed878c4a5464cf282d65f38bcdee64fe9cf213e26254bddb3f340) >>> libatomic_ops 7.6.12 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libressl 3.5.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cvs 1.12.13 Collecting legal info COPYING: OK (sha256: 569c5b876327d899cf444b2277fe910128a38ca71d90755fe4125dd44f8ece02) COPYING.LIB: OK (sha256: da0e282103fb508894e78db519aab255e36971ce0bc87de585e3b05014b83b1e) lib/glob-libc.h: OK (sha256: ee9a2fbdb626c0ac57fd8e569f357eb2e6d6c80cc6f41efa8bd126d5ea589d72) >>> dc3dd 7.2.641 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-environment-setup Collecting legal info >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> faad2 2.10.0 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwloc 2.7.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> json-glib 1.6.6 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libbluray 1.3.1 Collecting legal info COPYING: OK (sha256: b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d) >>> libbsd 0.11.3 Collecting legal info COPYING: OK (sha256: ff2fdeeb0fe8bcb9045fe91d69e8312a5b477c54db48dffe34dd1c0d730c5864) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libdnet 1.14 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmbim 1.26.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.2.1 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lightning 2.1.3 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENSE.amdgpu: OK (sha256: a6c0ec4338bc89480da52812bea7f9e4b52bc7118e3e352141f99d779c397c53) LICENSE.i915: OK (sha256: 8542aeabf2761935122d693561e16766ce1bcc2b0d003204f9040b7d6d929f2e) ERROR: No hash found for LICENSE.ice_enhanced LICENSE.qcom: OK (sha256: be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) qcom/NOTICE.txt: OK (sha256: fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mongoose 7.2 Collecting legal info LICENSE: OK (sha256: 9553d057f2ba980642f2c18d87ed38896cff1c9612d77d684a73a11fe1443b05) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> nftables 1.0.1 Collecting legal info COPYING: OK (sha256: c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> poke 2.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) jitter/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> portaudio 190700_20210406 Collecting legal info LICENSE.txt: OK (sha256: ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d) >>> host-python-lxml 4.9.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.36 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> sed 4.8 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> strace 5.19 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wolfssl 5.5.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.4.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.142: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-5/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'