>>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/bin PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/buildroot/autobuild/instance-0/output-1/host/bin install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/buildroot/autobuild/instance-0/output-1/host/bin make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/sparc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc64%g" -e "s%@TARGET_CPU@%ultrasparc%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/bash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells rm -f /home/buildroot/autobuild/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-0/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. /usr/bin/sed -i -e '/^hosts:/ {/myhostname/! s/files/files myhostname/}' /home/buildroot/autobuild/instance-0/output-1/target/etc/nsswitch.conf rm -f -r /home/buildroot/autobuild/instance-0/output-1/target/usr/share/openrc mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells ln -sf bash /home/buildroot/autobuild/instance-0/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,bash,' /home/buildroot/autobuild/instance-0/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-38-gd9c4e693a1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02"; \ echo "PRETTY_NAME=\"Buildroot 2023.02\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' davfs2 -1 davfs2 -1 * - - - davfs user\n tss -1 tss -1 * - - - TPM2 Access Broker & Resource Management daemon\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt printf ' /dev/fuse c 666 0 0 10 229 0 0 -\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkcramfs -B /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cramfs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' warning: estimate of required size (upper bound) is 355MB, but maximum image size is 272MB, we might die prematurely warning: file sizes truncated to 16MB (minus 1 byte) >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs -noappend -processors 4 -b 256K -nopad -comp lzma\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs, block size 262144. [/ ] 0/52 0% [=======/ ] 300/2594 11% [==============================/ ] 1300/2594 50% [=============================================================/] 2594/2594 100% Exportable Squashfs 4.0 filesystem, lzma compressed, data block size 262144 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 95993.58 Kbytes (93.74 Mbytes) 20.92% of uncompressed filesystem size (458920.55 Kbytes) Inode table size 19732 bytes (19.27 Kbytes) 23.01% of uncompressed inode table size (85768 bytes) Directory table size 17310 bytes (16.90 Kbytes) 38.87% of uncompressed directory table size (44533 bytes) Number of duplicate files found 51 Number of inodes 2001 Number of files 880 Number of fragments 54 Number of symbolic links 619 Number of device nodes 204 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 298 Number of hard-links 0 Number of ids (unique uids + gids) 3 Number of uids 2 root (0) unknown (33) Number of gids 3 root (0) tty (5) tape (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2001 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2001 0% [ ] 2/2001 0% [ ] 3/2001 0% [ ] 4/2001 0% [ ] 5/2001 0% [ ] 6/2001 0% [ ] 7/2001 0% [ ] 8/2001 0% [ ] 9/2001 0% [ ] 10/2001 0% [ ] 11/2001 0% [ ] 12/2001 0% [ ] 13/2001 0% [ ] 14/2001 0% [ ] 15/2001 0% [ ] 16/2001 0% [ ] 17/2001 0% [ ] 18/2001 0% [ ] 19/2001 0% [ ] 20/2001 0% [ ] 21/2001 1% [ ] 22/2001 1% [ ] 23/2001 1% [ ] 24/2001 1% [ ] 25/2001 1% [ ] 26/2001 1% [ ] 27/2001 1% [ ] 28/2001 1% [ ] 29/2001 1% [ ] 30/2001 1% [ ] 31/2001 1% [ ] 32/2001 1% [= ] 33/2001 1% [= ] 34/2001 1% [= ] 35/2001 1% [= ] 36/2001 1% [= ] 37/2001 1% [= ] 38/2001 1% [= ] 39/2001 1% [= ] 40/2001 1% [= ] 41/2001 2% [= ] 42/2001 2% [= ] 43/2001 2% [= ] 44/2001 2% [= ] 45/2001 2% [= ] 46/2001 2% [= ] 47/2001 2% [= ] 48/2001 2% [= ] 49/2001 2% [= ] 50/2001 2% [= ] 51/2001 2% [= ] 52/2001 2% [= ] 53/2001 2% [= ] 54/2001 2% [= ] 55/2001 2% [= ] 56/2001 2% [= ] 57/2001 2% [= ] 58/2001 2% [= ] 59/2001 2% [= ] 60/2001 2% [= ] 61/2001 3% [= ] 62/2001 3% [= ] 63/2001 3% [= ] 64/2001 3% [== ] 65/2001 3% [== ] 66/2001 3% [== ] 67/2001 3% [== ] 68/2001 3% [== ] 69/2001 3% [== ] 70/2001 3% [== ] 71/2001 3% [== ] 72/2001 3% [== ] 73/2001 3% [== ] 74/2001 3% [== ] 75/2001 3% [== ] 76/2001 3% [== ] 77/2001 3% [== ] 78/2001 3% [== ] 79/2001 3% [== ] 80/2001 3% [== ] 81/2001 4% [== ] 82/2001 4% [== ] 83/2001 4% [== ] 84/2001 4% [== ] 85/2001 4% [== ] 86/2001 4% [== ] 87/2001 4% [== ] 88/2001 4% [== ] 89/2001 4% [== ] 90/2001 4% [== ] 91/2001 4% [== ] 92/2001 4% [== ] 93/2001 4% [== ] 94/2001 4% [== ] 95/2001 4% [== ] 96/2001 4% [=== ] 97/2001 4% [=== ] 98/2001 4% [=== ] 99/2001 4% [=== ] 100/2001 4% [=== ] 101/2001 5% [=== ] 102/2001 5% [=== ] 103/2001 5% [=== ] 104/2001 5% [=== ] 105/2001 5% [=== ] 106/2001 5% [=== ] 107/2001 5% [=== ] 108/2001 5% [=== ] 109/2001 5% [=== ] 110/2001 5% [=== ] 111/2001 5% [=== ] 112/2001 5% [=== ] 113/2001 5% [=== ] 114/2001 5% [=== ] 115/2001 5% [=== ] 116/2001 5% [=== ] 117/2001 5% [=== ] 118/2001 5% [=== ] 119/2001 5% [=== ] 120/2001 5% [=== ] 121/2001 6% [=== ] 122/2001 6% [=== ] 123/2001 6% [=== ] 124/2001 6% [=== ] 125/2001 6% [=== ] 126/2001 6% [=== ] 127/2001 6% [=== ] 128/2001 6% [=== ] 129/2001 6% [==== ] 130/2001 6% [==== ] 131/2001 6% [==== ] 132/2001 6% [==== ] 133/2001 6% [==== ] 134/2001 6% [==== ] 135/2001 6% [==== ] 136/2001 6% [==== ] 137/2001 6% [==== ] 138/2001 6% [==== ] 139/2001 6% [==== ] 140/2001 6% [==== ] 141/2001 7% [==== ] 142/2001 7% [==== ] 143/2001 7% [==== ] 144/2001 7% [==== ] 145/2001 7% [==== ] 146/2001 7% [==== ] 147/2001 7% [==== ] 148/2001 7% [==== ] 149/2001 7% [==== ] 150/2001 7% [==== ] 151/2001 7% [==== ] 152/2001 7% [==== ] 153/2001 7% [==== ] 154/2001 7% [==== ] 155/2001 7% [==== ] 156/2001 7% [==== ] 157/2001 7% [==== ] 158/2001 7% [==== ] 159/2001 7% [==== ] 160/2001 7% [==== ] 161/2001 8% [===== ] 162/2001 8% [===== ] 163/2001 8% [===== ] 164/2001 8% [===== ] 165/2001 8% [===== ] 166/2001 8% [===== ] 167/2001 8% [===== ] 168/2001 8% [===== ] 169/2001 8% [===== ] 170/2001 8% [===== ] 171/2001 8% [===== ] 172/2001 8% [===== ] 173/2001 8% [===== ] 174/2001 8% [===== ] 175/2001 8% [===== ] 176/2001 8% [===== ] 177/2001 8% [===== ] 178/2001 8% [===== ] 179/2001 8% [===== ] 180/2001 8% [===== ] 181/2001 9% [===== ] 182/2001 9% [===== ] 183/2001 9% [===== ] 184/2001 9% [===== ] 185/2001 9% [===== ] 186/2001 9% [===== ] 187/2001 9% [===== ] 188/2001 9% [===== ] 189/2001 9% [===== ] 190/2001 9% [===== ] 191/2001 9% [===== ] 192/2001 9% [===== ] 193/2001 9% [====== ] 194/2001 9% [====== ] 195/2001 9% [====== ] 196/2001 9% [====== ] 197/2001 9% [====== ] 198/2001 9% [====== ] 199/2001 9% [====== ] 200/2001 9% [====== ] 201/2001 10% [====== ] 202/2001 10% [====== ] 203/2001 10% [====== ] 204/2001 10% [====== ] 205/2001 10% [====== ] 206/2001 10% [====== ] 207/2001 10% [====== ] 208/2001 10% [====== ] 209/2001 10% [====== ] 210/2001 10% [====== ] 211/2001 10% [====== ] 212/2001 10% [====== ] 213/2001 10% [====== ] 214/2001 10% [====== ] 215/2001 10% [====== ] 216/2001 10% [====== ] 217/2001 10% [====== ] 218/2001 10% [====== ] 219/2001 10% [====== ] 220/2001 10% [====== ] 221/2001 11% [====== ] 222/2001 11% [====== ] 223/2001 11% [====== ] 224/2001 11% [====== ] 225/2001 11% [======= ] 226/2001 11% [======= ] 227/2001 11% [======= ] 228/2001 11% [======= ] 229/2001 11% [======= ] 230/2001 11% [======= ] 231/2001 11% [======= ] 232/2001 11% [======= ] 233/2001 11% [======= ] 234/2001 11% [======= ] 235/2001 11% [======= ] 236/2001 11% [======= ] 237/2001 11% [======= ] 238/2001 11% [======= ] 239/2001 11% [======= ] 240/2001 11% [======= ] 241/2001 12% [======= ] 242/2001 12% [======= ] 243/2001 12% [======= ] 244/2001 12% [======= ] 245/2001 12% [======= ] 246/2001 12% [======= ] 247/2001 12% [======= ] 248/2001 12% [======= ] 249/2001 12% [======= ] 250/2001 12% [======= ] 251/2001 12% [======= ] 252/2001 12% [======= ] 253/2001 12% [======= ] 254/2001 12% [======= ] 255/2001 12% [======= ] 256/2001 12% [======= ] 257/2001 12% [======= ] 258/2001 12% [======== ] 259/2001 12% [======== ] 260/2001 12% [======== ] 261/2001 13% [======== ] 262/2001 13% [======== ] 263/2001 13% [======== ] 264/2001 13% [======== ] 265/2001 13% [======== ] 266/2001 13% [======== ] 267/2001 13% [======== ] 268/2001 13% [======== ] 269/2001 13% [======== ] 270/2001 13% [======== ] 271/2001 13% [======== ] 272/2001 13% [======== ] 273/2001 13% [======== ] 274/2001 13% [======== ] 275/2001 13% [======== ] 276/2001 13% [======== ] 277/2001 13% [======== ] 278/2001 13% [======== ] 279/2001 13% [======== ] 280/2001 13% [======== ] 281/2001 14% [======== ] 282/2001 14% [======== ] 283/2001 14% [======== ] 284/2001 14% [======== ] 285/2001 14% [======== ] 286/2001 14% [======== ] 287/2001 14% [======== ] 288/2001 14% [======== ] 289/2001 14% [======== ] 290/2001 14% [========= ] 291/2001 14% [========= ] 292/2001 14% [========= ] 293/2001 14% [========= ] 294/2001 14% [========= ] 295/2001 14% [========= ] 296/2001 14% [========= ] 297/2001 14% [========= ] 298/2001 14% [========= ] 299/2001 14% [========= ] 300/2001 14% [========= ] 301/2001 15% [========= ] 302/2001 15% [========= ] 303/2001 15% [========= ] 304/2001 15% [========= ] 305/2001 15% [========= ] 306/2001 15% [========= ] 307/2001 15% [========= ] 308/2001 15% [========= ] 309/2001 15% [========= ] 310/2001 15% [========= ] 311/2001 15% [========= ] 312/2001 15% [========= ] 313/2001 15% [========= ] 314/2001 15% [========= ] 315/2001 15% [========= ] 316/2001 15% [========= ] 317/2001 15% [========= ] 318/2001 15% [========= ] 319/2001 15% [========= ] 320/2001 15% [========= ] 321/2001 16% [========= ] 322/2001 16% [========== ] 323/2001 16% [========== ] 324/2001 16% [========== ] 325/2001 16% [========== ] 326/2001 16% [========== ] 327/2001 16% [========== ] 328/2001 16% [========== ] 329/2001 16% [========== ] 330/2001 16% [========== ] 331/2001 16% [========== ] 332/2001 16% [========== ] 333/2001 16% [========== ] 334/2001 16% [========== ] 335/2001 16% [========== ] 336/2001 16% [========== ] 337/2001 16% [========== ] 338/2001 16% [========== ] 339/2001 16% [========== ] 340/2001 16% [========== ] 341/2001 17% [========== ] 342/2001 17% [========== ] 343/2001 17% [========== ] 344/2001 17% [========== ] 345/2001 17% [========== ] 346/2001 17% [========== ] 347/2001 17% [========== ] 348/2001 17% [========== ] 349/2001 17% [========== ] 350/2001 17% [========== ] 351/2001 17% [========== ] 352/2001 17% [========== ] 353/2001 17% [========== ] 354/2001 17% [========== ] 355/2001 17% [=========== ] 356/2001 17% [=========== ] 357/2001 17% [=========== ] 358/2001 17% [=========== ] 359/2001 17% [=========== ] 360/2001 17% [=========== ] 361/2001 18% [=========== ] 362/2001 18% [=========== ] 363/2001 18% [=========== ] 364/2001 18% [=========== ] 365/2001 18% [=========== ] 366/2001 18% [=========== ] 367/2001 18% [=========== ] 368/2001 18% [=========== ] 369/2001 18% [=========== ] 370/2001 18% [=========== ] 371/2001 18% [=========== ] 372/2001 18% [=========== ] 373/2001 18% [=========== ] 374/2001 18% [=========== ] 375/2001 18% [=========== ] 376/2001 18% [=========== ] 377/2001 18% [=========== ] 378/2001 18% [=========== ] 379/2001 18% [=========== ] 380/2001 18% [=========== ] 381/2001 19% [=========== ] 382/2001 19% [=========== ] 383/2001 19% [=========== ] 384/2001 19% [=========== ] 385/2001 19% [=========== ] 386/2001 19% [=========== ] 387/2001 19% [============ ] 388/2001 19% [============ ] 389/2001 19% [============ ] 390/2001 19% [============ ] 391/2001 19% [============ ] 392/2001 19% [============ ] 393/2001 19% [============ ] 394/2001 19% [============ ] 395/2001 19% [============ ] 396/2001 19% [============ ] 397/2001 19% [============ ] 398/2001 19% [============ ] 399/2001 19% [============ ] 400/2001 19% [============ ] 401/2001 20% [============ ] 402/2001 20% [============ ] 403/2001 20% [============ ] 404/2001 20% [============ ] 405/2001 20% [============ ] 406/2001 20% [============ ] 407/2001 20% [============ ] 408/2001 20% [============ ] 409/2001 20% [============ ] 410/2001 20% [============ ] 411/2001 20% [============ ] 412/2001 20% [============ ] 413/2001 20% [============ ] 414/2001 20% [============ ] 415/2001 20% [============ ] 416/2001 20% [============ ] 417/2001 20% [============ ] 418/2001 20% [============ ] 419/2001 20% [============= ] 420/2001 20% [============= ] 421/2001 21% [============= ] 422/2001 21% [============= ] 423/2001 21% [============= ] 424/2001 21% [============= ] 425/2001 21% [============= ] 426/2001 21% [============= ] 427/2001 21% [============= ] 428/2001 21% [============= ] 429/2001 21% [============= ] 430/2001 21% [============= ] 431/2001 21% [============= ] 432/2001 21% [============= ] 433/2001 21% [============= ] 434/2001 21% [============= ] 435/2001 21% [============= ] 436/2001 21% [============= ] 437/2001 21% [============= ] 438/2001 21% [============= ] 439/2001 21% [============= ] 440/2001 21% [============= ] 441/2001 22% [============= ] 442/2001 22% [============= ] 443/2001 22% [============= ] 444/2001 22% [============= ] 445/2001 22% [============= ] 446/2001 22% [============= ] 447/2001 22% [============= ] 448/2001 22% [============= ] 449/2001 22% [============= ] 450/2001 22% [============= ] 451/2001 22% [============== ] 452/2001 22% [============== ] 453/2001 22% [============== ] 454/2001 22% [============== ] 455/2001 22% [============== ] 456/2001 22% [============== ] 457/2001 22% [============== ] 458/2001 22% [============== ] 459/2001 22% [============== ] 460/2001 22% [============== ] 461/2001 23% [============== ] 462/2001 23% [============== ] 463/2001 23% [============== ] 464/2001 23% [============== ] 465/2001 23% [============== ] 466/2001 23% [============== ] 467/2001 23% [============== ] 468/2001 23% [============== ] 469/2001 23% [============== ] 470/2001 23% [============== ] 471/2001 23% [============== ] 472/2001 23% [============== ] 473/2001 23% [============== ] 474/2001 23% [============== ] 475/2001 23% [============== ] 476/2001 23% [============== ] 477/2001 23% [============== ] 478/2001 23% [============== ] 479/2001 23% [============== ] 480/2001 23% [============== ] 481/2001 24% [============== ] 482/2001 24% [============== ] 483/2001 24% [============== ] 484/2001 24% [=============== ] 485/2001 24% [=============== ] 486/2001 24% [=============== ] 487/2001 24% [=============== ] 488/2001 24% [=============== ] 489/2001 24% [=============== ] 490/2001 24% [=============== ] 491/2001 24% [=============== ] 492/2001 24% [=============== ] 493/2001 24% [=============== ] 494/2001 24% [=============== ] 495/2001 24% [=============== ] 496/2001 24% [=============== ] 497/2001 24% [=============== ] 498/2001 24% [=============== ] 499/2001 24% [=============== ] 500/2001 24% [=============== ] 501/2001 25% [=============== ] 502/2001 25% [=============== ] 503/2001 25% [=============== ] 504/2001 25% [=============== ] 505/2001 25% [=============== ] 506/2001 25% [=============== ] 507/2001 25% [=============== ] 508/2001 25% [=============== ] 509/2001 25% [=============== ] 510/2001 25% [=============== ] 511/2001 25% [=============== ] 512/2001 25% [=============== ] 513/2001 25% [=============== ] 514/2001 25% [=============== ] 515/2001 25% [=============== ] 516/2001 25% [================ ] 517/2001 25% [================ ] 518/2001 25% [================ ] 519/2001 25% [================ ] 520/2001 25% [================ ] 521/2001 26% [================ ] 522/2001 26% [================ ] 523/2001 26% [================ ] 524/2001 26% [================ ] 525/2001 26% [================ ] 526/2001 26% [================ ] 527/2001 26% [================ ] 528/2001 26% [================ ] 529/2001 26% [================ ] 530/2001 26% [================ ] 531/2001 26% [================ ] 532/2001 26% [================ ] 533/2001 26% [================ ] 534/2001 26% [================ ] 535/2001 26% [================ ] 536/2001 26% [================ ] 537/2001 26% [================ ] 538/2001 26% [================ ] 539/2001 26% [================ ] 540/2001 26% [================ ] 541/2001 27% [================ ] 542/2001 27% [================ ] 543/2001 27% [================ ] 544/2001 27% [================ ] 545/2001 27% [================ ] 546/2001 27% [================ ] 547/2001 27% [================ ] 548/2001 27% [================= ] 549/2001 27% [================= ] 550/2001 27% [================= ] 551/2001 27% [================= ] 552/2001 27% [================= ] 553/2001 27% [================= ] 554/2001 27% [================= ] 555/2001 27% [================= ] 556/2001 27% [================= ] 557/2001 27% [================= ] 558/2001 27% [================= ] 559/2001 27% [================= ] 560/2001 27% [================= ] 561/2001 28% [================= ] 562/2001 28% [================= ] 563/2001 28% [================= ] 564/2001 28% [================= ] 565/2001 28% [================= ] 566/2001 28% [================= ] 567/2001 28% [================= ] 568/2001 28% [================= ] 569/2001 28% [================= ] 570/2001 28% [================= ] 571/2001 28% [================= ] 572/2001 28% [================= ] 573/2001 28% [================= ] 574/2001 28% [================= ] 575/2001 28% [================= ] 576/2001 28% [================= ] 577/2001 28% [================= ] 578/2001 28% [================= ] 579/2001 28% [================= ] 580/2001 28% [================== ] 581/2001 29% [================== ] 582/2001 29% [================== ] 583/2001 29% [================== ] 584/2001 29% [================== ] 585/2001 29% [================== ] 586/2001 29% [================== ] 587/2001 29% [================== ] 588/2001 29% [================== ] 589/2001 29% [================== ] 590/2001 29% [================== ] 591/2001 29% [================== ] 592/2001 29% [================== ] 593/2001 29% [================== ] 594/2001 29% [================== ] 595/2001 29% [================== ] 596/2001 29% [================== ] 597/2001 29% [================== ] 598/2001 29% [================== ] 599/2001 29% [================== ] 600/2001 29% [================== ] 601/2001 30% [================== ] 602/2001 30% [================== ] 603/2001 30% [================== ] 604/2001 30% [================== ] 605/2001 30% [================== ] 606/2001 30% [================== ] 607/2001 30% [================== ] 608/2001 30% [================== ] 609/2001 30% [================== ] 610/2001 30% [================== ] 611/2001 30% [================== ] 612/2001 30% [================== ] 613/2001 30% [=================== ] 614/2001 30% [=================== ] 615/2001 30% [=================== ] 616/2001 30% [=================== ] 617/2001 30% [=================== ] 618/2001 30% [=================== ] 619/2001 30% [=================== ] 620/2001 30% [=================== ] 621/2001 31% [=================== ] 622/2001 31% [=================== ] 623/2001 31% [=================== ] 624/2001 31% [=================== ] 625/2001 31% [=================== ] 626/2001 31% [=================== ] 627/2001 31% [=================== ] 628/2001 31% [=================== ] 629/2001 31% [=================== ] 630/2001 31% [=================== ] 631/2001 31% [=================== ] 632/2001 31% [=================== ] 633/2001 31% [=================== ] 634/2001 31% [=================== ] 635/2001 31% [=================== ] 636/2001 31% [=================== ] 637/2001 31% [=================== ] 638/2001 31% [=================== ] 639/2001 31% [=================== ] 640/2001 31% [=================== ] 641/2001 32% [=================== ] 642/2001 32% [=================== ] 643/2001 32% [=================== ] 644/2001 32% [=================== ] 645/2001 32% [==================== ] 646/2001 32% [==================== ] 647/2001 32% [==================== ] 648/2001 32% [==================== ] 649/2001 32% [==================== ] 650/2001 32% [==================== ] 651/2001 32% [==================== ] 652/2001 32% [==================== ] 653/2001 32% [==================== ] 654/2001 32% [==================== ] 655/2001 32% [==================== ] 656/2001 32% [==================== ] 657/2001 32% [==================== ] 658/2001 32% [==================== ] 659/2001 32% [==================== ] 660/2001 32% [==================== ] 661/2001 33% [==================== ] 662/2001 33% [==================== ] 663/2001 33% [==================== ] 664/2001 33% [==================== ] 665/2001 33% [==================== ] 666/2001 33% [==================== ] 667/2001 33% [==================== ] 668/2001 33% [==================== ] 669/2001 33% [==================== ] 670/2001 33% [==================== ] 671/2001 33% [==================== ] 672/2001 33% [==================== ] 673/2001 33% [==================== ] 674/2001 33% [==================== ] 675/2001 33% [==================== ] 676/2001 33% [==================== ] 677/2001 33% [===================== ] 678/2001 33% [===================== ] 679/2001 33% [===================== ] 680/2001 33% [===================== ] 681/2001 34% [===================== ] 682/2001 34% [===================== ] 683/2001 34% [===================== ] 684/2001 34% [===================== ] 685/2001 34% [===================== ] 686/2001 34% [===================== ] 687/2001 34% [===================== ] 688/2001 34% [===================== ] 689/2001 34% [===================== ] 690/2001 34% [===================== ] 691/2001 34% [===================== ] 692/2001 34% [===================== ] 693/2001 34% [===================== ] 694/2001 34% [===================== ] 695/2001 34% [===================== ] 696/2001 34% [===================== ] 697/2001 34% [===================== ] 698/2001 34% [===================== ] 699/2001 34% [===================== ] 700/2001 34% [===================== ] 701/2001 35% [===================== ] 702/2001 35% [===================== ] 703/2001 35% [===================== ] 704/2001 35% [===================== ] 705/2001 35% [===================== ] 706/2001 35% [===================== ] 707/2001 35% [===================== ] 708/2001 35% [===================== ] 709/2001 35% [===================== ] 710/2001 35% [====================== ] 711/2001 35% [====================== ] 712/2001 35% [====================== ] 713/2001 35% [====================== ] 714/2001 35% [====================== ] 715/2001 35% [====================== ] 716/2001 35% [====================== ] 717/2001 35% [====================== ] 718/2001 35% [====================== ] 719/2001 35% [====================== ] 720/2001 35% [====================== ] 721/2001 36% [====================== ] 722/2001 36% [====================== ] 723/2001 36% [====================== ] 724/2001 36% [====================== ] 725/2001 36% [====================== ] 726/2001 36% [====================== ] 727/2001 36% [====================== ] 728/2001 36% [====================== ] 729/2001 36% [====================== ] 730/2001 36% [====================== ] 731/2001 36% [====================== ] 732/2001 36% [====================== ] 733/2001 36% [====================== ] 734/2001 36% [====================== ] 735/2001 36% [====================== ] 736/2001 36% [====================== ] 737/2001 36% [====================== ] 738/2001 36% [====================== ] 739/2001 36% [====================== ] 740/2001 36% [====================== ] 741/2001 37% [====================== ] 742/2001 37% [======================= ] 743/2001 37% [======================= ] 744/2001 37% [======================= ] 745/2001 37% [======================= ] 746/2001 37% [======================= ] 747/2001 37% [======================= ] 748/2001 37% [======================= ] 749/2001 37% [======================= ] 750/2001 37% [======================= ] 751/2001 37% [======================= ] 752/2001 37% [======================= ] 753/2001 37% [======================= ] 754/2001 37% [======================= ] 755/2001 37% [======================= ] 756/2001 37% [======================= ] 757/2001 37% [======================= ] 758/2001 37% [======================= ] 759/2001 37% [======================= ] 760/2001 37% [======================= ] 761/2001 38% [======================= ] 762/2001 38% [======================= ] 763/2001 38% [======================= ] 764/2001 38% [======================= ] 765/2001 38% [======================= ] 766/2001 38% [======================= ] 767/2001 38% [======================= ] 768/2001 38% [======================= ] 769/2001 38% [======================= ] 770/2001 38% [======================= ] 771/2001 38% [======================= ] 772/2001 38% [======================= ] 773/2001 38% [======================= ] 774/2001 38% [======================== ] 775/2001 38% [======================== ] 776/2001 38% [======================== ] 777/2001 38% [======================== ] 778/2001 38% [======================== ] 779/2001 38% [======================== ] 780/2001 38% [======================== ] 781/2001 39% [======================== ] 782/2001 39% [======================== ] 783/2001 39% [======================== ] 784/2001 39% [======================== ] 785/2001 39% [======================== ] 786/2001 39% [======================== ] 787/2001 39% [======================== ] 788/2001 39% [======================== ] 789/2001 39% [======================== ] 790/2001 39% [======================== ] 791/2001 39% [======================== ] 792/2001 39% [======================== ] 793/2001 39% [======================== ] 794/2001 39% [======================== ] 795/2001 39% [======================== ] 796/2001 39% [======================== ] 797/2001 39% [======================== ] 798/2001 39% [======================== ] 799/2001 39% [======================== ] 800/2001 39% [======================== ] 801/2001 40% [======================== ] 802/2001 40% [======================== ] 803/2001 40% [======================== ] 804/2001 40% [======================== ] 805/2001 40% [======================== ] 806/2001 40% [========================= ] 807/2001 40% [========================= ] 808/2001 40% [========================= ] 809/2001 40% [========================= ] 810/2001 40% [========================= ] 811/2001 40% [========================= ] 812/2001 40% [========================= ] 813/2001 40% [========================= ] 814/2001 40% [========================= ] 815/2001 40% [========================= ] 816/2001 40% [========================= ] 817/2001 40% [========================= ] 818/2001 40% [========================= ] 819/2001 40% [========================= ] 820/2001 40% [========================= ] 821/2001 41% [========================= ] 822/2001 41% [========================= ] 823/2001 41% [========================= ] 824/2001 41% [========================= ] 825/2001 41% [========================= ] 826/2001 41% [========================= ] 827/2001 41% [========================= ] 828/2001 41% [========================= ] 829/2001 41% [========================= ] 830/2001 41% [========================= ] 831/2001 41% [========================= ] 832/2001 41% [========================= ] 833/2001 41% [========================= ] 834/2001 41% [========================= ] 835/2001 41% [========================= ] 836/2001 41% [========================= ] 837/2001 41% [========================= ] 838/2001 41% [========================= ] 839/2001 41% [========================== ] 840/2001 41% [========================== ] 841/2001 42% [========================== ] 842/2001 42% [========================== ] 843/2001 42% [========================== ] 844/2001 42% [========================== ] 845/2001 42% [========================== ] 846/2001 42% [========================== ] 847/2001 42% [========================== ] 848/2001 42% [========================== ] 849/2001 42% [========================== ] 850/2001 42% [========================== ] 851/2001 42% [========================== ] 852/2001 42% [========================== ] 853/2001 42% [========================== ] 854/2001 42% [========================== ] 855/2001 42% [========================== ] 856/2001 42% [========================== ] 857/2001 42% [========================== ] 858/2001 42% [========================== ] 859/2001 42% [========================== ] 860/2001 42% [========================== ] 861/2001 43% [========================== ] 862/2001 43% [========================== ] 863/2001 43% [========================== ] 864/2001 43% [========================== ] 865/2001 43% [========================== ] 866/2001 43% [========================== ] 867/2001 43% [========================== ] 868/2001 43% [========================== ] 869/2001 43% [========================== ] 870/2001 43% [========================== ] 871/2001 43% [=========================== ] 872/2001 43% [=========================== ] 873/2001 43% [=========================== ] 874/2001 43% [=========================== ] 875/2001 43% [=========================== ] 876/2001 43% [=========================== ] 877/2001 43% [=========================== ] 878/2001 43% [=========================== ] 879/2001 43% [=========================== ] 880/2001 43% [=========================== ] 881/2001 44% [=========================== ] 882/2001 44% [=========================== ] 883/2001 44% [=========================== ] 884/2001 44% [=========================== ] 885/2001 44% [=========================== ] 886/2001 44% [=========================== ] 887/2001 44% [=========================== ] 888/2001 44% [=========================== ] 889/2001 44% [=========================== ] 890/2001 44% [=========================== ] 891/2001 44% [=========================== ] 892/2001 44% [=========================== ] 893/2001 44% [=========================== ] 894/2001 44% [=========================== ] 895/2001 44% [=========================== ] 896/2001 44% [=========================== ] 897/2001 44% [=========================== ] 898/2001 44% [=========================== ] 899/2001 44% [=========================== ] 900/2001 44% [=========================== ] 901/2001 45% [=========================== ] 902/2001 45% [=========================== ] 903/2001 45% [============================ ] 904/2001 45% [============================ ] 905/2001 45% [============================ ] 906/2001 45% [============================ ] 907/2001 45% [============================ ] 908/2001 45% [============================ ] 909/2001 45% [============================ ] 910/2001 45% [============================ ] 911/2001 45% [============================ ] 912/2001 45% [============================ ] 913/2001 45% [============================ ] 914/2001 45% [============================ ] 915/2001 45% [============================ ] 916/2001 45% [============================ ] 917/2001 45% [============================ ] 918/2001 45% [============================ ] 919/2001 45% [============================ ] 920/2001 45% [============================ ] 921/2001 46% [============================ ] 922/2001 46% [============================ ] 923/2001 46% [============================ ] 924/2001 46% [============================ ] 925/2001 46% [============================ ] 926/2001 46% [============================ ] 927/2001 46% [============================ ] 928/2001 46% [============================ ] 929/2001 46% [============================ ] 930/2001 46% [============================ ] 931/2001 46% [============================ ] 932/2001 46% [============================ ] 933/2001 46% [============================ ] 934/2001 46% [============================ ] 935/2001 46% [============================= ] 936/2001 46% [============================= ] 937/2001 46% [============================= ] 938/2001 46% [============================= ] 939/2001 46% [============================= ] 940/2001 46% [============================= ] 941/2001 47% [============================= ] 942/2001 47% [============================= ] 943/2001 47% [============================= ] 944/2001 47% [============================= ] 945/2001 47% [============================= ] 946/2001 47% [============================= ] 947/2001 47% [============================= ] 948/2001 47% [============================= ] 949/2001 47% [============================= ] 950/2001 47% [============================= ] 951/2001 47% [============================= ] 952/2001 47% [============================= ] 953/2001 47% [============================= ] 954/2001 47% [============================= ] 955/2001 47% [============================= ] 956/2001 47% [============================= ] 957/2001 47% [============================= ] 958/2001 47% [============================= ] 959/2001 47% [============================= ] 960/2001 47% [============================= ] 961/2001 48% [============================= ] 962/2001 48% [============================= ] 963/2001 48% [============================= ] 964/2001 48% [============================= ] 965/2001 48% [============================= ] 966/2001 48% [============================= ] 967/2001 48% [============================= ] 968/2001 48% [============================== ] 969/2001 48% [============================== ] 970/2001 48% [============================== ] 971/2001 48% [============================== ] 972/2001 48% [============================== ] 973/2001 48% [============================== ] 974/2001 48% [============================== ] 975/2001 48% [============================== ] 976/2001 48% [============================== ] 977/2001 48% [============================== ] 978/2001 48% [============================== ] 979/2001 48% [============================== ] 980/2001 48% [============================== ] 981/2001 49% [============================== ] 982/2001 49% [============================== ] 983/2001 49% [============================== ] 984/2001 49% [============================== ] 985/2001 49% [============================== ] 986/2001 49% [============================== ] 987/2001 49% [============================== ] 988/2001 49% [============================== ] 989/2001 49% [============================== ] 990/2001 49% [============================== ] 991/2001 49% [============================== ] 992/2001 49% [============================== ] 993/2001 49% [============================== ] 994/2001 49% [============================== ] 995/2001 49% [============================== ] 996/2001 49% [============================== ] 997/2001 49% [============================== ] 998/2001 49% [============================== ] 999/2001 49% [============================== ] 1000/2001 49% [=============================== ] 1001/2001 50% [=============================== ] 1002/2001 50% [=============================== ] 1003/2001 50% [=============================== ] 1004/2001 50% [=============================== ] 1005/2001 50% [=============================== ] 1006/2001 50% [=============================== ] 1007/2001 50% [=============================== ] 1008/2001 50% [=============================== ] 1009/2001 50% [=============================== ] 1010/2001 50% [=============================== ] 1011/2001 50% [=============================== ] 1012/2001 50% [=============================== ] 1013/2001 50% [=============================== ] 1014/2001 50% [=============================== ] 1015/2001 50% [=============================== ] 1016/2001 50% [=============================== ] 1017/2001 50% [=============================== ] 1018/2001 50% [=============================== ] 1019/2001 50% [=============================== ] 1020/2001 50% [=============================== ] 1021/2001 51% [=============================== ] 1022/2001 51% [=============================== ] 1023/2001 51% [=============================== ] 1024/2001 51% [=============================== ] 1025/2001 51% [=============================== ] 1026/2001 51% [=============================== ] 1027/2001 51% [=============================== ] 1028/2001 51% [=============================== ] 1029/2001 51% [=============================== ] 1030/2001 51% [=============================== ] 1031/2001 51% [=============================== ] 1032/2001 51% [================================ ] 1033/2001 51% [================================ ] 1034/2001 51% [================================ ] 1035/2001 51% [================================ ] 1036/2001 51% [================================ ] 1037/2001 51% [================================ ] 1038/2001 51% [================================ ] 1039/2001 51% [================================ ] 1040/2001 51% [================================ ] 1041/2001 52% [================================ ] 1042/2001 52% [================================ ] 1043/2001 52% [================================ ] 1044/2001 52% [================================ ] 1045/2001 52% [================================ ] 1046/2001 52% [================================ ] 1047/2001 52% [================================ ] 1048/2001 52% [================================ ] 1049/2001 52% [================================ ] 1050/2001 52% [================================ ] 1051/2001 52% [================================ ] 1052/2001 52% [================================ ] 1053/2001 52% [================================ ] 1054/2001 52% [================================ ] 1055/2001 52% [================================ ] 1056/2001 52% [================================ ] 1057/2001 52% [================================ ] 1058/2001 52% [================================ ] 1059/2001 52% [================================ ] 1060/2001 52% [================================ ] 1061/2001 53% [================================ ] 1062/2001 53% [================================ ] 1063/2001 53% [================================ ] 1064/2001 53% [================================ ] 1065/2001 53% [================================= ] 1066/2001 53% [================================= ] 1067/2001 53% [================================= ] 1068/2001 53% [================================= ] 1069/2001 53% [================================= ] 1070/2001 53% [================================= ] 1071/2001 53% [================================= ] 1072/2001 53% [================================= ] 1073/2001 53% [================================= ] 1074/2001 53% [================================= ] 1075/2001 53% [================================= ] 1076/2001 53% [================================= ] 1077/2001 53% [================================= ] 1078/2001 53% [================================= ] 1079/2001 53% [================================= ] 1080/2001 53% [================================= ] 1081/2001 54% [================================= ] 1082/2001 54% [================================= ] 1083/2001 54% [================================= ] 1084/2001 54% [================================= ] 1085/2001 54% [================================= ] 1086/2001 54% [================================= ] 1087/2001 54% [================================= ] 1088/2001 54% [================================= ] 1089/2001 54% [================================= ] 1090/2001 54% [================================= ] 1091/2001 54% [================================= ] 1092/2001 54% [================================= ] 1093/2001 54% [================================= ] 1094/2001 54% [================================= ] 1095/2001 54% [================================= ] 1096/2001 54% [================================= ] 1097/2001 54% [================================== ] 1098/2001 54% [================================== ] 1099/2001 54% [================================== ] 1100/2001 54% [================================== ] 1101/2001 55% [================================== ] 1102/2001 55% [================================== ] 1103/2001 55% [================================== ] 1104/2001 55% [================================== ] 1105/2001 55% [================================== ] 1106/2001 55% [================================== ] 1107/2001 55% [================================== ] 1108/2001 55% [================================== ] 1109/2001 55% [================================== ] 1110/2001 55% [================================== ] 1111/2001 55% [================================== ] 1112/2001 55% [================================== ] 1113/2001 55% [================================== ] 1114/2001 55% [================================== ] 1115/2001 55% [================================== ] 1116/2001 55% [================================== ] 1117/2001 55% [================================== ] 1118/2001 55% [================================== ] 1119/2001 55% [================================== ] 1120/2001 55% [================================== ] 1121/2001 56% [================================== ] 1122/2001 56% [================================== ] 1123/2001 56% [================================== ] 1124/2001 56% [================================== ] 1125/2001 56% [================================== ] 1126/2001 56% [================================== ] 1127/2001 56% [================================== ] 1128/2001 56% [================================== ] 1129/2001 56% [=================================== ] 1130/2001 56% [=================================== ] 1131/2001 56% [=================================== ] 1132/2001 56% [=================================== ] 1133/2001 56% [=================================== ] 1134/2001 56% [=================================== ] 1135/2001 56% [=================================== ] 1136/2001 56% [=================================== ] 1137/2001 56% [=================================== ] 1138/2001 56% [=================================== ] 1139/2001 56% [=================================== ] 1140/2001 56% [=================================== ] 1141/2001 57% [=================================== ] 1142/2001 57% [=================================== ] 1143/2001 57% [=================================== ] 1144/2001 57% [=================================== ] 1145/2001 57% [=================================== ] 1146/2001 57% [=================================== ] 1147/2001 57% [=================================== ] 1148/2001 57% [=================================== ] 1149/2001 57% [=================================== ] 1150/2001 57% [=================================== ] 1151/2001 57% [=================================== ] 1152/2001 57% [=================================== ] 1153/2001 57% [=================================== ] 1154/2001 57% [=================================== ] 1155/2001 57% [=================================== ] 1156/2001 57% [=================================== ] 1157/2001 57% [=================================== ] 1158/2001 57% [=================================== ] 1159/2001 57% [=================================== ] 1160/2001 57% [=================================== ] 1161/2001 58% [==================================== ] 1162/2001 58% [==================================== ] 1163/2001 58% [==================================== ] 1164/2001 58% [==================================== ] 1165/2001 58% [==================================== ] 1166/2001 58% [==================================== ] 1167/2001 58% [==================================== ] 1168/2001 58% [==================================== ] 1169/2001 58% [==================================== ] 1170/2001 58% [==================================== ] 1171/2001 58% [==================================== ] 1172/2001 58% [==================================== ] 1173/2001 58% [==================================== ] 1174/2001 58% [==================================== ] 1175/2001 58% [==================================== ] 1176/2001 58% [==================================== ] 1177/2001 58% [==================================== ] 1178/2001 58% [==================================== ] 1179/2001 58% [==================================== ] 1180/2001 58% [==================================== ] 1181/2001 59% [==================================== ] 1182/2001 59% [==================================== ] 1183/2001 59% [==================================== ] 1184/2001 59% [==================================== ] 1185/2001 59% [==================================== ] 1186/2001 59% [==================================== ] 1187/2001 59% [==================================== ] 1188/2001 59% [==================================== ] 1189/2001 59% [==================================== ] 1190/2001 59% [==================================== ] 1191/2001 59% [==================================== ] 1192/2001 59% [==================================== ] 1193/2001 59% [==================================== ] 1194/2001 59% [===================================== ] 1195/2001 59% [===================================== ] 1196/2001 59% [===================================== ] 1197/2001 59% [===================================== ] 1198/2001 59% [===================================== ] 1199/2001 59% [===================================== ] 1200/2001 59% [===================================== ] 1201/2001 60% [===================================== ] 1202/2001 60% [===================================== ] 1203/2001 60% [===================================== ] 1204/2001 60% [===================================== ] 1205/2001 60% [===================================== ] 1206/2001 60% [===================================== ] 1207/2001 60% [===================================== ] 1208/2001 60% [===================================== ] 1209/2001 60% [===================================== ] 1210/2001 60% [===================================== ] 1211/2001 60% [===================================== ] 1212/2001 60% [===================================== ] 1213/2001 60% [===================================== ] 1214/2001 60% [===================================== ] 1215/2001 60% [===================================== ] 1216/2001 60% [===================================== ] 1217/2001 60% [===================================== ] 1218/2001 60% [===================================== ] 1219/2001 60% [===================================== ] 1220/2001 60% [===================================== ] 1221/2001 61% [===================================== ] 1222/2001 61% [===================================== ] 1223/2001 61% [===================================== ] 1224/2001 61% [===================================== ] 1225/2001 61% [===================================== ] 1226/2001 61% [====================================== ] 1227/2001 61% [====================================== ] 1228/2001 61% [====================================== ] 1229/2001 61% [====================================== ] 1230/2001 61% [====================================== ] 1231/2001 61% [====================================== ] 1232/2001 61% [====================================== ] 1233/2001 61% [====================================== ] 1234/2001 61% [====================================== ] 1235/2001 61% [====================================== ] 1236/2001 61% [====================================== ] 1237/2001 61% [====================================== ] 1238/2001 61% [====================================== ] 1239/2001 61% [====================================== ] 1240/2001 61% [====================================== ] 1241/2001 62% [====================================== ] 1242/2001 62% [====================================== ] 1243/2001 62% [====================================== ] 1244/2001 62% [====================================== ] 1245/2001 62% [====================================== ] 1246/2001 62% [====================================== ] 1247/2001 62% [====================================== ] 1248/2001 62% [====================================== ] 1249/2001 62% [====================================== ] 1250/2001 62% [====================================== ] 1251/2001 62% [====================================== ] 1252/2001 62% [====================================== ] 1253/2001 62% [====================================== ] 1254/2001 62% [====================================== ] 1255/2001 62% [====================================== ] 1256/2001 62% [====================================== ] 1257/2001 62% [====================================== ] 1258/2001 62% [======================================= ] 1259/2001 62% [======================================= ] 1260/2001 62% [======================================= ] 1261/2001 63% [======================================= ] 1262/2001 63% [======================================= ] 1263/2001 63% [======================================= ] 1264/2001 63% [======================================= ] 1265/2001 63% [======================================= ] 1266/2001 63% [======================================= ] 1267/2001 63% [======================================= ] 1268/2001 63% [======================================= ] 1269/2001 63% [======================================= ] 1270/2001 63% [======================================= ] 1271/2001 63% [======================================= ] 1272/2001 63% [======================================= ] 1273/2001 63% [======================================= ] 1274/2001 63% [======================================= ] 1275/2001 63% [======================================= ] 1276/2001 63% [======================================= ] 1277/2001 63% [======================================= ] 1278/2001 63% [======================================= ] 1279/2001 63% [======================================= ] 1280/2001 63% [======================================= ] 1281/2001 64% [======================================= ] 1282/2001 64% [======================================= ] 1283/2001 64% [======================================= ] 1284/2001 64% [======================================= ] 1285/2001 64% [======================================= ] 1286/2001 64% [======================================= ] 1287/2001 64% [======================================= ] 1288/2001 64% [======================================= ] 1289/2001 64% [======================================= ] 1290/2001 64% [======================================== ] 1291/2001 64% [======================================== ] 1292/2001 64% [======================================== ] 1293/2001 64% [======================================== ] 1294/2001 64% [======================================== ] 1295/2001 64% [======================================== ] 1296/2001 64% [======================================== ] 1297/2001 64% [======================================== ] 1298/2001 64% [======================================== ] 1299/2001 64% [======================================== ] 1300/2001 64% [======================================== ] 1301/2001 65% [======================================== ] 1302/2001 65% [======================================== ] 1303/2001 65% [======================================== ] 1304/2001 65% [======================================== ] 1305/2001 65% [======================================== ] 1306/2001 65% [======================================== ] 1307/2001 65% [======================================== ] 1308/2001 65% [======================================== ] 1309/2001 65% [======================================== ] 1310/2001 65% [======================================== ] 1311/2001 65% [======================================== ] 1312/2001 65% [======================================== ] 1313/2001 65% [======================================== ] 1314/2001 65% [======================================== ] 1315/2001 65% [======================================== ] 1316/2001 65% [======================================== ] 1317/2001 65% [======================================== ] 1318/2001 65% [======================================== ] 1319/2001 65% [======================================== ] 1320/2001 65% [======================================== ] 1321/2001 66% [======================================== ] 1322/2001 66% [======================================== ] 1323/2001 66% [========================================= ] 1324/2001 66% [========================================= ] 1325/2001 66% [========================================= ] 1326/2001 66% [========================================= ] 1327/2001 66% [========================================= ] 1328/2001 66% [========================================= ] 1329/2001 66% [========================================= ] 1330/2001 66% [========================================= ] 1331/2001 66% [========================================= ] 1332/2001 66% [========================================= ] 1333/2001 66% [========================================= ] 1334/2001 66% [========================================= ] 1335/2001 66% [========================================= ] 1336/2001 66% [========================================= ] 1337/2001 66% [========================================= ] 1338/2001 66% [========================================= ] 1339/2001 66% [========================================= ] 1340/2001 66% [========================================= ] 1341/2001 67% [========================================= ] 1342/2001 67% [========================================= ] 1343/2001 67% [========================================= ] 1344/2001 67% [========================================= ] 1345/2001 67% [========================================= ] 1346/2001 67% [========================================= ] 1347/2001 67% [========================================= ] 1348/2001 67% [========================================= ] 1349/2001 67% [========================================= ] 1350/2001 67% [========================================= ] 1351/2001 67% [========================================= ] 1352/2001 67% [========================================= ] 1353/2001 67% [========================================= ] 1354/2001 67% [========================================= ] 1355/2001 67% [========================================== ] 1356/2001 67% [========================================== ] 1357/2001 67% [========================================== ] 1358/2001 67% [========================================== ] 1359/2001 67% [========================================== ] 1360/2001 67% [========================================== ] 1361/2001 68% [========================================== ] 1362/2001 68% [========================================== ] 1363/2001 68% [========================================== ] 1364/2001 68% [========================================== ] 1365/2001 68% [========================================== ] 1366/2001 68% [========================================== ] 1367/2001 68% [========================================== ] 1368/2001 68% [========================================== ] 1369/2001 68% [========================================== ] 1370/2001 68% [========================================== ] 1371/2001 68% [========================================== ] 1372/2001 68% [========================================== ] 1373/2001 68% [========================================== ] 1374/2001 68% [========================================== ] 1375/2001 68% [========================================== ] 1376/2001 68% [========================================== ] 1377/2001 68% [========================================== ] 1378/2001 68% [========================================== ] 1379/2001 68% [========================================== ] 1380/2001 68% [========================================== ] 1381/2001 69% [========================================== ] 1382/2001 69% [========================================== ] 1383/2001 69% [========================================== ] 1384/2001 69% [========================================== ] 1385/2001 69% [========================================== ] 1386/2001 69% [========================================== ] 1387/2001 69% [=========================================== ] 1388/2001 69% [=========================================== ] 1389/2001 69% [=========================================== ] 1390/2001 69% [=========================================== ] 1391/2001 69% [=========================================== ] 1392/2001 69% [=========================================== ] 1393/2001 69% [=========================================== ] 1394/2001 69% [=========================================== ] 1395/2001 69% [=========================================== ] 1396/2001 69% [=========================================== ] 1397/2001 69% [=========================================== ] 1398/2001 69% [=========================================== ] 1399/2001 69% [=========================================== ] 1400/2001 69% [=========================================== ] 1401/2001 70% [=========================================== ] 1402/2001 70% [=========================================== ] 1403/2001 70% [=========================================== ] 1404/2001 70% [=========================================== ] 1405/2001 70% [=========================================== ] 1406/2001 70% [=========================================== ] 1407/2001 70% [=========================================== ] 1408/2001 70% [=========================================== ] 1409/2001 70% [=========================================== ] 1410/2001 70% [=========================================== ] 1411/2001 70% [=========================================== ] 1412/2001 70% [=========================================== ] 1413/2001 70% [=========================================== ] 1414/2001 70% [=========================================== ] 1415/2001 70% [=========================================== ] 1416/2001 70% [=========================================== ] 1417/2001 70% [=========================================== ] 1418/2001 70% [=========================================== ] 1419/2001 70% [=========================================== ] 1420/2001 70% [============================================ ] 1421/2001 71% [============================================ ] 1422/2001 71% [============================================ ] 1423/2001 71% [============================================ ] 1424/2001 71% [============================================ ] 1425/2001 71% [============================================ ] 1426/2001 71% [============================================ ] 1427/2001 71% [============================================ ] 1428/2001 71% [============================================ ] 1429/2001 71% [============================================ ] 1430/2001 71% [============================================ ] 1431/2001 71% [============================================ ] 1432/2001 71% [============================================ ] 1433/2001 71% [============================================ ] 1434/2001 71% [============================================ ] 1435/2001 71% [============================================ ] 1436/2001 71% [============================================ ] 1437/2001 71% [============================================ ] 1438/2001 71% [============================================ ] 1439/2001 71% [============================================ ] 1440/2001 71% [============================================ ] 1441/2001 72% [============================================ ] 1442/2001 72% [============================================ ] 1443/2001 72% [============================================ ] 1444/2001 72% [============================================ ] 1445/2001 72% [============================================ ] 1446/2001 72% [============================================ ] 1447/2001 72% [============================================ ] 1448/2001 72% [============================================ ] 1449/2001 72% [============================================ ] 1450/2001 72% [============================================ ] 1451/2001 72% [============================================ ] 1452/2001 72% [============================================= ] 1453/2001 72% [============================================= ] 1454/2001 72% [============================================= ] 1455/2001 72% [============================================= ] 1456/2001 72% [============================================= ] 1457/2001 72% [============================================= ] 1458/2001 72% [============================================= ] 1459/2001 72% [============================================= ] 1460/2001 72% [============================================= ] 1461/2001 73% [============================================= ] 1462/2001 73% [============================================= ] 1463/2001 73% [============================================= ] 1464/2001 73% [============================================= ] 1465/2001 73% [============================================= ] 1466/2001 73% [============================================= ] 1467/2001 73% [============================================= ] 1468/2001 73% [============================================= ] 1469/2001 73% [============================================= ] 1470/2001 73% [============================================= ] 1471/2001 73% [============================================= ] 1472/2001 73% [============================================= ] 1473/2001 73% [============================================= ] 1474/2001 73% [============================================= ] 1475/2001 73% [============================================= ] 1476/2001 73% [============================================= ] 1477/2001 73% [============================================= ] 1478/2001 73% [============================================= ] 1479/2001 73% [============================================= ] 1480/2001 73% [============================================= ] 1481/2001 74% [============================================= ] 1482/2001 74% [============================================= ] 1483/2001 74% [============================================= ] 1484/2001 74% [============================================== ] 1485/2001 74% [============================================== ] 1486/2001 74% [============================================== ] 1487/2001 74% [============================================== ] 1488/2001 74% [============================================== ] 1489/2001 74% [============================================== ] 1490/2001 74% [============================================== ] 1491/2001 74% [============================================== ] 1492/2001 74% [============================================== ] 1493/2001 74% [============================================== ] 1494/2001 74% [============================================== ] 1495/2001 74% [============================================== ] 1496/2001 74% [============================================== ] 1497/2001 74% [============================================== ] 1498/2001 74% [============================================== ] 1499/2001 74% [============================================== ] 1500/2001 74% [============================================== ] 1501/2001 75% [============================================== ] 1502/2001 75% [============================================== ] 1503/2001 75% [============================================== ] 1504/2001 75% [============================================== ] 1505/2001 75% [============================================== ] 1506/2001 75% [============================================== ] 1507/2001 75% [============================================== ] 1508/2001 75% [============================================== ] 1509/2001 75% [============================================== ] 1510/2001 75% [============================================== ] 1511/2001 75% [============================================== ] 1512/2001 75% [============================================== ] 1513/2001 75% [============================================== ] 1514/2001 75% [============================================== ] 1515/2001 75% [============================================== ] 1516/2001 75% [=============================================== ] 1517/2001 75% [=============================================== ] 1518/2001 75% [=============================================== ] 1519/2001 75% [=============================================== ] 1520/2001 75% [=============================================== ] 1521/2001 76% [=============================================== ] 1522/2001 76% [=============================================== ] 1523/2001 76% [=============================================== ] 1524/2001 76% [=============================================== ] 1525/2001 76% [=============================================== ] 1526/2001 76% [=============================================== ] 1527/2001 76% [=============================================== ] 1528/2001 76% [=============================================== ] 1529/2001 76% [=============================================== ] 1530/2001 76% [=============================================== ] 1531/2001 76% [=============================================== ] 1532/2001 76% [=============================================== ] 1533/2001 76% [=============================================== ] 1534/2001 76% [=============================================== ] 1535/2001 76% [=============================================== ] 1536/2001 76% [=============================================== ] 1537/2001 76% [=============================================== ] 1538/2001 76% [=============================================== ] 1539/2001 76% [=============================================== ] 1540/2001 76% [=============================================== ] 1541/2001 77% [=============================================== ] 1542/2001 77% [=============================================== ] 1543/2001 77% [=============================================== ] 1544/2001 77% [=============================================== ] 1545/2001 77% [=============================================== ] 1546/2001 77% [=============================================== ] 1547/2001 77% [=============================================== ] 1548/2001 77% [=============================================== ] 1549/2001 77% [================================================ ] 1550/2001 77% [================================================ ] 1551/2001 77% [================================================ ] 1552/2001 77% [================================================ ] 1553/2001 77% [================================================ ] 1554/2001 77% [================================================ ] 1555/2001 77% [================================================ ] 1556/2001 77% [================================================ ] 1557/2001 77% [================================================ ] 1558/2001 77% [================================================ ] 1559/2001 77% [================================================ ] 1560/2001 77% [================================================ ] 1561/2001 78% [================================================ ] 1562/2001 78% [================================================ ] 1563/2001 78% [================================================ ] 1564/2001 78% [================================================ ] 1565/2001 78% [================================================ ] 1566/2001 78% [================================================ ] 1567/2001 78% [================================================ ] 1568/2001 78% [================================================ ] 1569/2001 78% [================================================ ] 1570/2001 78% [================================================ ] 1571/2001 78% [================================================ ] 1572/2001 78% [================================================ ] 1573/2001 78% [================================================ ] 1574/2001 78% [================================================ ] 1575/2001 78% [================================================ ] 1576/2001 78% [================================================ ] 1577/2001 78% [================================================ ] 1578/2001 78% [================================================ ] 1579/2001 78% [================================================ ] 1580/2001 78% [================================================ ] 1581/2001 79% [================================================= ] 1582/2001 79% [================================================= ] 1583/2001 79% [================================================= ] 1584/2001 79% [================================================= ] 1585/2001 79% [================================================= ] 1586/2001 79% [================================================= ] 1587/2001 79% [================================================= ] 1588/2001 79% [================================================= ] 1589/2001 79% [================================================= ] 1590/2001 79% [================================================= ] 1591/2001 79% [================================================= ] 1592/2001 79% [================================================= ] 1593/2001 79% [================================================= ] 1594/2001 79% [================================================= ] 1595/2001 79% [================================================= ] 1596/2001 79% [================================================= ] 1597/2001 79% [================================================= ] 1598/2001 79% [================================================= ] 1599/2001 79% [================================================= ] 1600/2001 79% [================================================= ] 1601/2001 80% [================================================= ] 1602/2001 80% [================================================= ] 1603/2001 80% [================================================= ] 1604/2001 80% [================================================= ] 1605/2001 80% [================================================= ] 1606/2001 80% [================================================= ] 1607/2001 80% [================================================= ] 1608/2001 80% [================================================= ] 1609/2001 80% [================================================= ] 1610/2001 80% [================================================= ] 1611/2001 80% [================================================= ] 1612/2001 80% [================================================= ] 1613/2001 80% [================================================== ] 1614/2001 80% [================================================== ] 1615/2001 80% [================================================== ] 1616/2001 80% [================================================== ] 1617/2001 80% [================================================== ] 1618/2001 80% [================================================== ] 1619/2001 80% [================================================== ] 1620/2001 80% [================================================== ] 1621/2001 81% [================================================== ] 1622/2001 81% [================================================== ] 1623/2001 81% [================================================== ] 1624/2001 81% [================================================== ] 1625/2001 81% [================================================== ] 1626/2001 81% [================================================== ] 1627/2001 81% [================================================== ] 1628/2001 81% [================================================== ] 1629/2001 81% [================================================== ] 1630/2001 81% [================================================== ] 1631/2001 81% [================================================== ] 1632/2001 81% [================================================== ] 1633/2001 81% [================================================== ] 1634/2001 81% [================================================== ] 1635/2001 81% [================================================== ] 1636/2001 81% [================================================== ] 1637/2001 81% [================================================== ] 1638/2001 81% [================================================== ] 1639/2001 81% [================================================== ] 1640/2001 81% [================================================== ] 1641/2001 82% [================================================== ] 1642/2001 82% [================================================== ] 1643/2001 82% [================================================== ] 1644/2001 82% [================================================== ] 1645/2001 82% [=================================================== ] 1646/2001 82% [=================================================== ] 1647/2001 82% [=================================================== ] 1648/2001 82% [=================================================== ] 1649/2001 82% [=================================================== ] 1650/2001 82% [=================================================== ] 1651/2001 82% [=================================================== ] 1652/2001 82% [=================================================== ] 1653/2001 82% [=================================================== ] 1654/2001 82% [=================================================== ] 1655/2001 82% [=================================================== ] 1656/2001 82% [=================================================== ] 1657/2001 82% [=================================================== ] 1658/2001 82% [=================================================== ] 1659/2001 82% [=================================================== ] 1660/2001 82% [=================================================== ] 1661/2001 83% [=================================================== ] 1662/2001 83% [=================================================== ] 1663/2001 83% [=================================================== ] 1664/2001 83% [=================================================== ] 1665/2001 83% [=================================================== ] 1666/2001 83% [=================================================== ] 1667/2001 83% [=================================================== ] 1668/2001 83% [=================================================== ] 1669/2001 83% [=================================================== ] 1670/2001 83% [=================================================== ] 1671/2001 83% [=================================================== ] 1672/2001 83% [=================================================== ] 1673/2001 83% [=================================================== ] 1674/2001 83% [=================================================== ] 1675/2001 83% [=================================================== ] 1676/2001 83% [=================================================== ] 1677/2001 83% [=================================================== ] 1678/2001 83% [==================================================== ] 1679/2001 83% [==================================================== ] 1680/2001 83% [==================================================== ] 1681/2001 84% [==================================================== ] 1682/2001 84% [==================================================== ] 1683/2001 84% [==================================================== ] 1684/2001 84% [==================================================== ] 1685/2001 84% [==================================================== ] 1686/2001 84% [==================================================== ] 1687/2001 84% [==================================================== ] 1688/2001 84% [==================================================== ] 1689/2001 84% [==================================================== ] 1690/2001 84% [==================================================== ] 1691/2001 84% [==================================================== ] 1692/2001 84% [==================================================== ] 1693/2001 84% [==================================================== ] 1694/2001 84% [==================================================== ] 1695/2001 84% [==================================================== ] 1696/2001 84% [==================================================== ] 1697/2001 84% [==================================================== ] 1698/2001 84% [==================================================== ] 1699/2001 84% [==================================================== ] 1700/2001 84% [==================================================== ] 1701/2001 85% [==================================================== ] 1702/2001 85% [==================================================== ] 1703/2001 85% [==================================================== ] 1704/2001 85% [==================================================== ] 1705/2001 85% [==================================================== ] 1706/2001 85% [==================================================== ] 1707/2001 85% [==================================================== ] 1708/2001 85% [==================================================== ] 1709/2001 85% [==================================================== ] 1710/2001 85% [===================================================== ] 1711/2001 85% [===================================================== ] 1712/2001 85% [===================================================== ] 1713/2001 85% [===================================================== ] 1714/2001 85% [===================================================== ] 1715/2001 85% [===================================================== ] 1716/2001 85% [===================================================== ] 1717/2001 85% [===================================================== ] 1718/2001 85% [===================================================== ] 1719/2001 85% [===================================================== ] 1720/2001 85% [===================================================== ] 1721/2001 86% [===================================================== ] 1722/2001 86% [===================================================== ] 1723/2001 86% [===================================================== ] 1724/2001 86% [===================================================== ] 1725/2001 86% [===================================================== ] 1726/2001 86% [===================================================== ] 1727/2001 86% [===================================================== ] 1728/2001 86% [===================================================== ] 1729/2001 86% [===================================================== ] 1730/2001 86% [===================================================== ] 1731/2001 86% [===================================================== ] 1732/2001 86% [===================================================== ] 1733/2001 86% [===================================================== ] 1734/2001 86% [===================================================== ] 1735/2001 86% [===================================================== ] 1736/2001 86% [===================================================== ] 1737/2001 86% [===================================================== ] 1738/2001 86% [===================================================== ] 1739/2001 86% [===================================================== ] 1740/2001 86% [===================================================== ] 1741/2001 87% [===================================================== ] 1742/2001 87% [====================================================== ] 1743/2001 87% [====================================================== ] 1744/2001 87% [====================================================== ] 1745/2001 87% [====================================================== ] 1746/2001 87% [====================================================== ] 1747/2001 87% [====================================================== ] 1748/2001 87% [====================================================== ] 1749/2001 87% [====================================================== ] 1750/2001 87% [====================================================== ] 1751/2001 87% [====================================================== ] 1752/2001 87% [====================================================== ] 1753/2001 87% [====================================================== ] 1754/2001 87% [====================================================== ] 1755/2001 87% [====================================================== ] 1756/2001 87% [====================================================== ] 1757/2001 87% [====================================================== ] 1758/2001 87% [====================================================== ] 1759/2001 87% [====================================================== ] 1760/2001 87% [====================================================== ] 1761/2001 88% [====================================================== ] 1762/2001 88% [====================================================== ] 1763/2001 88% [====================================================== ] 1764/2001 88% [====================================================== ] 1765/2001 88% [====================================================== ] 1766/2001 88% [====================================================== ] 1767/2001 88% [====================================================== ] 1768/2001 88% [====================================================== ] 1769/2001 88% [====================================================== ] 1770/2001 88% [====================================================== ] 1771/2001 88% [====================================================== ] 1772/2001 88% [====================================================== ] 1773/2001 88% [====================================================== ] 1774/2001 88% [====================================================== ] 1775/2001 88% [======================================================= ] 1776/2001 88% [======================================================= ] 1777/2001 88% [======================================================= ] 1778/2001 88% [======================================================= ] 1779/2001 88% [======================================================= ] 1780/2001 88% [======================================================= ] 1781/2001 89% [======================================================= ] 1782/2001 89% [======================================================= ] 1783/2001 89% [======================================================= ] 1784/2001 89% [======================================================= ] 1785/2001 89% [======================================================= ] 1786/2001 89% [======================================================= ] 1787/2001 89% [======================================================= ] 1788/2001 89% [======================================================= ] 1789/2001 89% [======================================================= ] 1790/2001 89% [======================================================= ] 1791/2001 89% [======================================================= ] 1792/2001 89% [======================================================= ] 1793/2001 89% [======================================================= ] 1794/2001 89% [======================================================= ] 1795/2001 89% [======================================================= ] 1796/2001 89% [======================================================= ] 1797/2001 89% [======================================================= ] 1798/2001 89% [======================================================= ] 1799/2001 89% [======================================================= ] 1800/2001 89% [======================================================= ] 1801/2001 90% [======================================================= ] 1802/2001 90% [======================================================= ] 1803/2001 90% [======================================================= ] 1804/2001 90% [======================================================= ] 1805/2001 90% [======================================================= ] 1806/2001 90% [======================================================= ] 1807/2001 90% [======================================================== ] 1808/2001 90% [======================================================== ] 1809/2001 90% [======================================================== ] 1810/2001 90% [======================================================== ] 1811/2001 90% [======================================================== ] 1812/2001 90% [======================================================== ] 1813/2001 90% [======================================================== ] 1814/2001 90% [======================================================== ] 1815/2001 90% [======================================================== ] 1816/2001 90% [======================================================== ] 1817/2001 90% [======================================================== ] 1818/2001 90% [======================================================== ] 1819/2001 90% [======================================================== ] 1820/2001 90% [======================================================== ] 1821/2001 91% [======================================================== ] 1822/2001 91% [======================================================== ] 1823/2001 91% [======================================================== ] 1824/2001 91% [======================================================== ] 1825/2001 91% [======================================================== ] 1826/2001 91% [======================================================== ] 1827/2001 91% [======================================================== ] 1828/2001 91% [======================================================== ] 1829/2001 91% [======================================================== ] 1830/2001 91% [======================================================== ] 1831/2001 91% [======================================================== ] 1832/2001 91% [======================================================== ] 1833/2001 91% [======================================================== ] 1834/2001 91% [======================================================== ] 1835/2001 91% [======================================================== ] 1836/2001 91% [======================================================== ] 1837/2001 91% [======================================================== ] 1838/2001 91% [======================================================== ] 1839/2001 91% [========================================================= ] 1840/2001 91% [========================================================= ] 1841/2001 92% [========================================================= ] 1842/2001 92% [========================================================= ] 1843/2001 92% [========================================================= ] 1844/2001 92% [========================================================= ] 1845/2001 92% [========================================================= ] 1846/2001 92% [========================================================= ] 1847/2001 92% [========================================================= ] 1848/2001 92% [========================================================= ] 1849/2001 92% [========================================================= ] 1850/2001 92% [========================================================= ] 1851/2001 92% [========================================================= ] 1852/2001 92% [========================================================= ] 1853/2001 92% [========================================================= ] 1854/2001 92% [========================================================= ] 1855/2001 92% [========================================================= ] 1856/2001 92% [========================================================= ] 1857/2001 92% [========================================================= ] 1858/2001 92% [========================================================= ] 1859/2001 92% [========================================================= ] 1860/2001 92% [========================================================= ] 1861/2001 93% [========================================================= ] 1862/2001 93% [========================================================= ] 1863/2001 93% [========================================================= ] 1864/2001 93% [========================================================= ] 1865/2001 93% [========================================================= ] 1866/2001 93% [========================================================= ] 1867/2001 93% [========================================================= ] 1868/2001 93% [========================================================= ] 1869/2001 93% [========================================================= ] 1870/2001 93% [========================================================= ] 1871/2001 93% [========================================================== ] 1872/2001 93% [========================================================== ] 1873/2001 93% [========================================================== ] 1874/2001 93% [========================================================== ] 1875/2001 93% [========================================================== ] 1876/2001 93% [========================================================== ] 1877/2001 93% [========================================================== ] 1878/2001 93% [========================================================== ] 1879/2001 93% [========================================================== ] 1880/2001 93% [========================================================== ] 1881/2001 94% [========================================================== ] 1882/2001 94% [========================================================== ] 1883/2001 94% [========================================================== ] 1884/2001 94% [========================================================== ] 1885/2001 94% [========================================================== ] 1886/2001 94% [========================================================== ] 1887/2001 94% [========================================================== ] 1888/2001 94% [========================================================== ] 1889/2001 94% [========================================================== ] 1890/2001 94% [========================================================== ] 1891/2001 94% [========================================================== ] 1892/2001 94% [========================================================== ] 1893/2001 94% [========================================================== ] 1894/2001 94% [========================================================== ] 1895/2001 94% [========================================================== ] 1896/2001 94% [========================================================== ] 1897/2001 94% [========================================================== ] 1898/2001 94% [========================================================== ] 1899/2001 94% [========================================================== ] 1900/2001 94% [========================================================== ] 1901/2001 95% [========================================================== ] 1902/2001 95% [========================================================== ] 1903/2001 95% [========================================================== ] 1904/2001 95% [=========================================================== ] 1905/2001 95% [=========================================================== ] 1906/2001 95% [=========================================================== ] 1907/2001 95% [=========================================================== ] 1908/2001 95% [=========================================================== ] 1909/2001 95% [=========================================================== ] 1910/2001 95% [=========================================================== ] 1911/2001 95% [=========================================================== ] 1912/2001 95% [=========================================================== ] 1913/2001 95% [=========================================================== ] 1914/2001 95% [=========================================================== ] 1915/2001 95% [=========================================================== ] 1916/2001 95% [=========================================================== ] 1917/2001 95% [=========================================================== ] 1918/2001 95% [=========================================================== ] 1919/2001 95% [=========================================================== ] 1920/2001 95% [=========================================================== ] 1921/2001 96% [=========================================================== ] 1922/2001 96% [=========================================================== ] 1923/2001 96% [=========================================================== ] 1924/2001 96% [=========================================================== ] 1925/2001 96% [=========================================================== ] 1926/2001 96% [=========================================================== ] 1927/2001 96% [=========================================================== ] 1928/2001 96% [=========================================================== ] 1929/2001 96% [=========================================================== ] 1930/2001 96% [=========================================================== ] 1931/2001 96% [=========================================================== ] 1932/2001 96% [=========================================================== ] 1933/2001 96% [=========================================================== ] 1934/2001 96% [=========================================================== ] 1935/2001 96% [=========================================================== ] 1936/2001 96% [============================================================ ] 1937/2001 96% [============================================================ ] 1938/2001 96% [============================================================ ] 1939/2001 96% [============================================================ ] 1940/2001 96% [============================================================ ] 1941/2001 97% [============================================================ ] 1942/2001 97% [============================================================ ] 1943/2001 97% [============================================================ ] 1944/2001 97% [============================================================ ] 1945/2001 97% [============================================================ ] 1946/2001 97% [============================================================ ] 1947/2001 97% [============================================================ ] 1948/2001 97% [============================================================ ] 1949/2001 97% [============================================================ ] 1950/2001 97% [============================================================ ] 1951/2001 97% [============================================================ ] 1952/2001 97% [============================================================ ] 1953/2001 97% [============================================================ ] 1954/2001 97% [============================================================ ] 1955/2001 97% [============================================================ ] 1956/2001 97% [============================================================ ] 1957/2001 97% [============================================================ ] 1958/2001 97% [============================================================ ] 1959/2001 97% [============================================================ ] 1960/2001 97% [============================================================ ] 1961/2001 98% [============================================================ ] 1962/2001 98% [============================================================ ] 1963/2001 98% [============================================================ ] 1964/2001 98% [============================================================ ] 1965/2001 98% [============================================================ ] 1966/2001 98% [============================================================ ] 1967/2001 98% [============================================================ ] 1968/2001 98% [============================================================= ] 1969/2001 98% [============================================================= ] 1970/2001 98% [============================================================= ] 1971/2001 98% [============================================================= ] 1972/2001 98% [============================================================= ] 1973/2001 98% [============================================================= ] 1974/2001 98% [============================================================= ] 1975/2001 98% [============================================================= ] 1976/2001 98% [============================================================= ] 1977/2001 98% [============================================================= ] 1978/2001 98% [============================================================= ] 1979/2001 98% [============================================================= ] 1980/2001 98% [============================================================= ] 1981/2001 99% [============================================================= ] 1982/2001 99% [============================================================= ] 1983/2001 99% [============================================================= ] 1984/2001 99% [============================================================= ] 1985/2001 99% [============================================================= ] 1986/2001 99% [============================================================= ] 1987/2001 99% [============================================================= ] 1988/2001 99% [============================================================= ] 1989/2001 99% [============================================================= ] 1990/2001 99% [============================================================= ] 1991/2001 99% [============================================================= ] 1992/2001 99% [============================================================= ] 1993/2001 99% [============================================================= ] 1994/2001 99% [============================================================= ] 1995/2001 99% [============================================================= ] 1996/2001 99% [============================================================= ] 1997/2001 99% [============================================================= ] 1998/2001 99% [============================================================= ] 1999/2001 99% [============================================================= ] 2000/2001 99% [==============================================================] 2001/2001 100% operation complete, 2001 objects in 231826 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/sparc64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.02-38-gd9c4e693a1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 4.19.274 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> coreutils 9.1 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cpulimit 0.2 Collecting legal info LICENSE: OK (sha256: 920489ca9da706d842870701155e70a101315ba0783cff39765d7e15e0916a4a) >>> davfs2 1.7.0 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> 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) >>> gssdp 1.4.0.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libsoup 2.74.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libpsl 0.21.2 Collecting legal info COPYING: OK (sha256: 776cd11d54f0ea3e5efdd25ff1a0d952a1744215bb5858ea7aeb91808e70c9f7) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> htpdate 1.3.6 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> inadyn 2.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> ipset 7.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.8 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libqrtr-glib 1.0.0 Collecting legal info COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> mimic 1.1.0 Collecting legal info COPYING: OK (sha256: c423c1c6d260091d80ee4c00f386a10fea39963a3f1530f2c245f15dd20324ee) >>> nss-myhostname 0.3 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> opensc 0.22.0 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> rt-tests 2.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> swupdate 2022.12 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> tpm2-abrmd 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> 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-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.19.274: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'