mkdir -p /home/autobuild/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-1/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-1/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/include /home/autobuild/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-1/output-1/target/usr/doc find /home/autobuild/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-1/output-1/target/lib/ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/man /home/autobuild/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/info /home/autobuild/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/doc /home/autobuild/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-1/output-1/target/lib/debug /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-1/output-1/host/bin/mips64el-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-rc2-18-ge7d40576fa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-rc2\"" \ ) > /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-1/output-1/per-package /home/autobuild/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-1/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-1/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-1/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-1/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-1/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs"33933312 bytes (32.3 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2255 objects. stage 2: creating image '/home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/2255 0% [ ] 2/2255 0% [ ] 3/2255 0% [ ] 4/2255 0% [ ] 5/2255 0% [ ] 6/2255 0% [ ] 7/2255 0% [ ] 8/2255 0% [ ] 9/2255 0% [ ] 10/2255 0% [ ] 11/2255 0% [ ] 12/2255 0% [ ] 13/2255 0% [ ] 14/2255 0% [ ] 15/2255 0% [ ] 16/2255 0% [ ] 17/2255 0% [ ] 18/2255 0% [ ] 19/2255 0% [ ] 20/2255 0% [ ] 21/2255 0% [ ] 22/2255 0% [ ] 23/2255 1% [ ] 24/2255 1% [ ] 25/2255 1% [ ] 26/2255 1% [ ] 27/2255 1% [ ] 28/2255 1% [ ] 29/2255 1% [ ] 30/2255 1% [ ] 31/2255 1% [ ] 32/2255 1% [ ] 33/2255 1% [ ] 34/2255 1% [ ] 35/2255 1% [ ] 36/2255 1% [= ] 37/2255 1% [= ] 38/2255 1% [= ] 39/2255 1% [= ] 40/2255 1% [= ] 41/2255 1% [= ] 42/2255 1% [= ] 43/2255 1% [= ] 44/2255 1% [= ] 45/2255 1% [= ] 46/2255 2% [= ] 47/2255 2% [= ] 48/2255 2% [= ] 49/2255 2% [= ] 50/2255 2% [= ] 51/2255 2% [= ] 52/2255 2% [= ] 53/2255 2% [= ] 54/2255 2% [= ] 55/2255 2% [= ] 56/2255 2% [= ] 57/2255 2% [= ] 58/2255 2% [= ] 59/2255 2% [= ] 60/2255 2% [= ] 61/2255 2% [= ] 62/2255 2% [= ] 63/2255 2% [= ] 64/2255 2% [= ] 65/2255 2% [= ] 66/2255 2% [= ] 67/2255 2% [= ] 68/2255 3% [= ] 69/2255 3% [= ] 70/2255 3% [= ] 71/2255 3% [= ] 72/2255 3% [== ] 73/2255 3% [== ] 74/2255 3% [== ] 75/2255 3% [== ] 76/2255 3% [== ] 77/2255 3% [== ] 78/2255 3% [== ] 79/2255 3% [== ] 80/2255 3% [== ] 81/2255 3% [== ] 82/2255 3% [== ] 83/2255 3% [== ] 84/2255 3% [== ] 85/2255 3% [== ] 86/2255 3% [== ] 87/2255 3% [== ] 88/2255 3% [== ] 89/2255 3% [== ] 90/2255 3% [== ] 91/2255 4% [== ] 92/2255 4% [== ] 93/2255 4% [== ] 94/2255 4% [== ] 95/2255 4% [== ] 96/2255 4% [== ] 97/2255 4% [== ] 98/2255 4% [== ] 99/2255 4% [== ] 100/2255 4% [== ] 101/2255 4% [== ] 102/2255 4% [== ] 103/2255 4% [== ] 104/2255 4% [== ] 105/2255 4% [== ] 106/2255 4% [== ] 107/2255 4% [== ] 108/2255 4% [== ] 109/2255 4% [=== ] 110/2255 4% [=== ] 111/2255 4% [=== ] 112/2255 4% [=== ] 113/2255 5% [=== ] 114/2255 5% [=== ] 115/2255 5% [=== ] 116/2255 5% [=== ] 117/2255 5% [=== ] 118/2255 5% [=== ] 119/2255 5% [=== ] 120/2255 5% [=== ] 121/2255 5% [=== ] 122/2255 5% [=== ] 123/2255 5% [=== ] 124/2255 5% [=== ] 125/2255 5% [=== ] 126/2255 5% [=== ] 127/2255 5% [=== ] 128/2255 5% [=== ] 129/2255 5% [=== ] 130/2255 5% [=== ] 131/2255 5% [=== ] 132/2255 5% [=== ] 133/2255 5% [=== ] 134/2255 5% [=== ] 135/2255 5% [=== ] 136/2255 6% [=== ] 137/2255 6% [=== ] 138/2255 6% [=== ] 139/2255 6% [=== ] 140/2255 6% [=== ] 141/2255 6% [=== ] 142/2255 6% [=== ] 143/2255 6% [=== ] 144/2255 6% [=== ] 145/2255 6% [==== ] 146/2255 6% [==== ] 147/2255 6% [==== ] 148/2255 6% [==== ] 149/2255 6% [==== ] 150/2255 6% [==== ] 151/2255 6% [==== ] 152/2255 6% [==== ] 153/2255 6% [==== ] 154/2255 6% [==== ] 155/2255 6% [==== ] 156/2255 6% [==== ] 157/2255 6% [==== ] 158/2255 7% [==== ] 159/2255 7% [==== ] 160/2255 7% [==== ] 161/2255 7% [==== ] 162/2255 7% [==== ] 163/2255 7% [==== ] 164/2255 7% [==== ] 165/2255 7% [==== ] 166/2255 7% [==== ] 167/2255 7% [==== ] 168/2255 7% [==== ] 169/2255 7% [==== ] 170/2255 7% [==== ] 171/2255 7% [==== ] 172/2255 7% [==== ] 173/2255 7% [==== ] 174/2255 7% [==== ] 175/2255 7% [==== ] 176/2255 7% [==== ] 177/2255 7% [==== ] 178/2255 7% [==== ] 179/2255 7% [==== ] 180/2255 7% [==== ] 181/2255 8% [===== ] 182/2255 8% [===== ] 183/2255 8% [===== ] 184/2255 8% [===== ] 185/2255 8% [===== ] 186/2255 8% [===== ] 187/2255 8% [===== ] 188/2255 8% [===== ] 189/2255 8% [===== ] 190/2255 8% [===== ] 191/2255 8% [===== ] 192/2255 8% [===== ] 193/2255 8% [===== ] 194/2255 8% [===== ] 195/2255 8% [===== ] 196/2255 8% [===== ] 197/2255 8% [===== ] 198/2255 8% [===== ] 199/2255 8% [===== ] 200/2255 8% [===== ] 201/2255 8% [===== ] 202/2255 8% [===== ] 203/2255 9% [===== ] 204/2255 9% [===== ] 205/2255 9% [===== ] 206/2255 9% [===== ] 207/2255 9% [===== ] 208/2255 9% [===== ] 209/2255 9% [===== ] 210/2255 9% [===== ] 211/2255 9% [===== ] 212/2255 9% [===== ] 213/2255 9% [===== ] 214/2255 9% [===== ] 215/2255 9% [===== ] 216/2255 9% [===== ] 217/2255 9% [===== ] 218/2255 9% [====== ] 219/2255 9% [====== ] 220/2255 9% [====== ] 221/2255 9% [====== ] 222/2255 9% [====== ] 223/2255 9% [====== ] 224/2255 9% [====== ] 225/2255 9% [====== ] 226/2255 10% [====== ] 227/2255 10% [====== ] 228/2255 10% [====== ] 229/2255 10% [====== ] 230/2255 10% [====== ] 231/2255 10% [====== ] 232/2255 10% [====== ] 233/2255 10% [====== ] 234/2255 10% [====== ] 235/2255 10% [====== ] 236/2255 10% [====== ] 237/2255 10% [====== ] 238/2255 10% [====== ] 239/2255 10% [====== ] 240/2255 10% [====== ] 241/2255 10% [====== ] 242/2255 10% [====== ] 243/2255 10% [====== ] 244/2255 10% [====== ] 245/2255 10% [====== ] 246/2255 10% [====== ] 247/2255 10% [====== ] 248/2255 10% [====== ] 249/2255 11% [====== ] 250/2255 11% [====== ] 251/2255 11% [====== ] 252/2255 11% [====== ] 253/2255 11% [====== ] 254/2255 11% [======= ] 255/2255 11% [======= ] 256/2255 11% [======= ] 257/2255 11% [======= ] 258/2255 11% [======= ] 259/2255 11% [======= ] 260/2255 11% [======= ] 261/2255 11% [======= ] 262/2255 11% [======= ] 263/2255 11% [======= ] 264/2255 11% [======= ] 265/2255 11% [======= ] 266/2255 11% [======= ] 267/2255 11% [======= ] 268/2255 11% [======= ] 269/2255 11% [======= ] 270/2255 11% [======= ] 271/2255 12% [======= ] 272/2255 12% [======= ] 273/2255 12% [======= ] 274/2255 12% [======= ] 275/2255 12% [======= ] 276/2255 12% [======= ] 277/2255 12% [======= ] 278/2255 12% [======= ] 279/2255 12% [======= ] 280/2255 12% [======= ] 281/2255 12% [======= ] 282/2255 12% [======= ] 283/2255 12% [======= ] 284/2255 12% [======= ] 285/2255 12% [======= ] 286/2255 12% [======= ] 287/2255 12% [======= ] 288/2255 12% [======= ] 289/2255 12% [======= ] 290/2255 12% [======== ] 291/2255 12% [======== ] 292/2255 12% [======== ] 293/2255 12% [======== ] 294/2255 13% [======== ] 295/2255 13% [======== ] 296/2255 13% [======== ] 297/2255 13% [======== ] 298/2255 13% [======== ] 299/2255 13% [======== ] 300/2255 13% [======== ] 301/2255 13% [======== ] 302/2255 13% [======== ] 303/2255 13% [======== ] 304/2255 13% [======== ] 305/2255 13% [======== ] 306/2255 13% [======== ] 307/2255 13% [======== ] 308/2255 13% [======== ] 309/2255 13% [======== ] 310/2255 13% [======== ] 311/2255 13% [======== ] 312/2255 13% [======== ] 313/2255 13% [======== ] 314/2255 13% [======== ] 315/2255 13% [======== ] 316/2255 14% [======== ] 317/2255 14% [======== ] 318/2255 14% [======== ] 319/2255 14% [======== ] 320/2255 14% [======== ] 321/2255 14% [======== ] 322/2255 14% [======== ] 323/2255 14% [======== ] 324/2255 14% [======== ] 325/2255 14% [======== ] 326/2255 14% [======== ] 327/2255 14% [========= ] 328/2255 14% [========= ] 329/2255 14% [========= ] 330/2255 14% [========= ] 331/2255 14% [========= ] 332/2255 14% [========= ] 333/2255 14% [========= ] 334/2255 14% [========= ] 335/2255 14% [========= ] 336/2255 14% [========= ] 337/2255 14% [========= ] 338/2255 14% [========= ] 339/2255 15% [========= ] 340/2255 15% [========= ] 341/2255 15% [========= ] 342/2255 15% [========= ] 343/2255 15% [========= ] 344/2255 15% [========= ] 345/2255 15% [========= ] 346/2255 15% [========= ] 347/2255 15% [========= ] 348/2255 15% [========= ] 349/2255 15% [========= ] 350/2255 15% [========= ] 351/2255 15% [========= ] 352/2255 15% [========= ] 353/2255 15% [========= ] 354/2255 15% [========= ] 355/2255 15% [========= ] 356/2255 15% [========= ] 357/2255 15% [========= ] 358/2255 15% [========= ] 359/2255 15% [========= ] 360/2255 15% [========= ] 361/2255 16% [========= ] 362/2255 16% [========= ] 363/2255 16% [========== ] 364/2255 16% [========== ] 365/2255 16% [========== ] 366/2255 16% [========== ] 367/2255 16% [========== ] 368/2255 16% [========== ] 369/2255 16% [========== ] 370/2255 16% [========== ] 371/2255 16% [========== ] 372/2255 16% [========== ] 373/2255 16% [========== ] 374/2255 16% [========== ] 375/2255 16% [========== ] 376/2255 16% [========== ] 377/2255 16% [========== ] 378/2255 16% [========== ] 379/2255 16% [========== ] 380/2255 16% [========== ] 381/2255 16% [========== ] 382/2255 16% [========== ] 383/2255 16% [========== ] 384/2255 17% [========== ] 385/2255 17% [========== ] 386/2255 17% [========== ] 387/2255 17% [========== ] 388/2255 17% [========== ] 389/2255 17% [========== ] 390/2255 17% [========== ] 391/2255 17% [========== ] 392/2255 17% [========== ] 393/2255 17% [========== ] 394/2255 17% [========== ] 395/2255 17% [========== ] 396/2255 17% [========== ] 397/2255 17% [========== ] 398/2255 17% [========== ] 399/2255 17% [========== ] 400/2255 17% [=========== ] 401/2255 17% [=========== ] 402/2255 17% [=========== ] 403/2255 17% [=========== ] 404/2255 17% [=========== ] 405/2255 17% [=========== ] 406/2255 18% [=========== ] 407/2255 18% [=========== ] 408/2255 18% [=========== ] 409/2255 18% [=========== ] 410/2255 18% [=========== ] 411/2255 18% [=========== ] 412/2255 18% [=========== ] 413/2255 18% [=========== ] 414/2255 18% [=========== ] 415/2255 18% [=========== ] 416/2255 18% [=========== ] 417/2255 18% [=========== ] 418/2255 18% [=========== ] 419/2255 18% [=========== ] 420/2255 18% [=========== ] 421/2255 18% [=========== ] 422/2255 18% [=========== ] 423/2255 18% [=========== ] 424/2255 18% [=========== ] 425/2255 18% [=========== ] 426/2255 18% [=========== ] 427/2255 18% [=========== ] 428/2255 18% [=========== ] 429/2255 19% [=========== ] 430/2255 19% [=========== ] 431/2255 19% [=========== ] 432/2255 19% [=========== ] 433/2255 19% [=========== ] 434/2255 19% [=========== ] 435/2255 19% [=========== ] 436/2255 19% [============ ] 437/2255 19% [============ ] 438/2255 19% [============ ] 439/2255 19% [============ ] 440/2255 19% [============ ] 441/2255 19% [============ ] 442/2255 19% [============ ] 443/2255 19% [============ ] 444/2255 19% [============ ] 445/2255 19% [============ ] 446/2255 19% [============ ] 447/2255 19% [============ ] 448/2255 19% [============ ] 449/2255 19% [============ ] 450/2255 19% [============ ] 451/2255 20% [============ ] 452/2255 20% [============ ] 453/2255 20% [============ ] 454/2255 20% [============ ] 455/2255 20% [============ ] 456/2255 20% [============ ] 457/2255 20% [============ ] 458/2255 20% [============ ] 459/2255 20% [============ ] 460/2255 20% [============ ] 461/2255 20% [============ ] 462/2255 20% [============ ] 463/2255 20% [============ ] 464/2255 20% [============ ] 465/2255 20% [============ ] 466/2255 20% [============ ] 467/2255 20% [============ ] 468/2255 20% [============ ] 469/2255 20% [============ ] 470/2255 20% [============ ] 471/2255 20% [============ ] 472/2255 20% [============= ] 473/2255 20% [============= ] 474/2255 21% [============= ] 475/2255 21% [============= ] 476/2255 21% [============= ] 477/2255 21% [============= ] 478/2255 21% [============= ] 479/2255 21% [============= ] 480/2255 21% [============= ] 481/2255 21% [============= ] 482/2255 21% [============= ] 483/2255 21% [============= ] 484/2255 21% [============= ] 485/2255 21% [============= ] 486/2255 21% [============= ] 487/2255 21% [============= ] 488/2255 21% [============= ] 489/2255 21% [============= ] 490/2255 21% [============= ] 491/2255 21% [============= ] 492/2255 21% [============= ] 493/2255 21% [============= ] 494/2255 21% [============= ] 495/2255 21% [============= ] 496/2255 21% [============= ] 497/2255 22% [============= ] 498/2255 22% [============= ] 499/2255 22% [============= ] 500/2255 22% [============= ] 501/2255 22% [============= ] 502/2255 22% [============= ] 503/2255 22% [============= ] 504/2255 22% [============= ] 505/2255 22% [============= ] 506/2255 22% [============= ] 507/2255 22% [============= ] 508/2255 22% [============= ] 509/2255 22% [============== ] 510/2255 22% [============== ] 511/2255 22% [============== ] 512/2255 22% [============== ] 513/2255 22% [============== ] 514/2255 22% [============== ] 515/2255 22% [============== ] 516/2255 22% [============== ] 517/2255 22% [============== ] 518/2255 22% [============== ] 519/2255 23% [============== ] 520/2255 23% [============== ] 521/2255 23% [============== ] 522/2255 23% [============== ] 523/2255 23% [============== ] 524/2255 23% [============== ] 525/2255 23% [============== ] 526/2255 23% [============== ] 527/2255 23% [============== ] 528/2255 23% [============== ] 529/2255 23% [============== ] 530/2255 23% [============== ] 531/2255 23% [============== ] 532/2255 23% [============== ] 533/2255 23% [============== ] 534/2255 23% [============== ] 535/2255 23% [============== ] 536/2255 23% [============== ] 537/2255 23% [============== ] 538/2255 23% [============== ] 539/2255 23% [============== ] 540/2255 23% [============== ] 541/2255 23% [============== ] 542/2255 24% [============== ] 543/2255 24% [============== ] 544/2255 24% [============== ] 545/2255 24% [=============== ] 546/2255 24% [=============== ] 547/2255 24% [=============== ] 548/2255 24% [=============== ] 549/2255 24% [=============== ] 550/2255 24% [=============== ] 551/2255 24% [=============== ] 552/2255 24% [=============== ] 553/2255 24% [=============== ] 554/2255 24% [=============== ] 555/2255 24% [=============== ] 556/2255 24% [=============== ] 557/2255 24% [=============== ] 558/2255 24% [=============== ] 559/2255 24% [=============== ] 560/2255 24% [=============== ] 561/2255 24% [=============== ] 562/2255 24% [=============== ] 563/2255 24% [=============== ] 564/2255 25% [=============== ] 565/2255 25% [=============== ] 566/2255 25% [=============== ] 567/2255 25% [=============== ] 568/2255 25% [=============== ] 569/2255 25% [=============== ] 570/2255 25% [=============== ] 571/2255 25% [=============== ] 572/2255 25% [=============== ] 573/2255 25% [=============== ] 574/2255 25% [=============== ] 575/2255 25% [=============== ] 576/2255 25% [=============== ] 577/2255 25% [=============== ] 578/2255 25% [=============== ] 579/2255 25% [=============== ] 580/2255 25% [=============== ] 581/2255 25% [================ ] 582/2255 25% [================ ] 583/2255 25% [================ ] 584/2255 25% [================ ] 585/2255 25% [================ ] 586/2255 25% [================ ] 587/2255 26% [================ ] 588/2255 26% [================ ] 589/2255 26% [================ ] 590/2255 26% [================ ] 591/2255 26% [================ ] 592/2255 26% [================ ] 593/2255 26% [================ ] 594/2255 26% [================ ] 595/2255 26% [================ ] 596/2255 26% [================ ] 597/2255 26% [================ ] 598/2255 26% [================ ] 599/2255 26% [================ ] 600/2255 26% [================ ] 601/2255 26% [================ ] 602/2255 26% [================ ] 603/2255 26% [================ ] 604/2255 26% [================ ] 605/2255 26% [================ ] 606/2255 26% [================ ] 607/2255 26% [================ ] 608/2255 26% [================ ] 609/2255 27% [================ ] 610/2255 27% [================ ] 611/2255 27% [================ ] 612/2255 27% [================ ] 613/2255 27% [================ ] 614/2255 27% [================ ] 615/2255 27% [================ ] 616/2255 27% [================ ] 617/2255 27% [================ ] 618/2255 27% [================= ] 619/2255 27% [================= ] 620/2255 27% [================= ] 621/2255 27% [================= ] 622/2255 27% [================= ] 623/2255 27% [================= ] 624/2255 27% [================= ] 625/2255 27% [================= ] 626/2255 27% [================= ] 627/2255 27% [================= ] 628/2255 27% [================= ] 629/2255 27% [================= ] 630/2255 27% [================= ] 631/2255 27% [================= ] 632/2255 28% [================= ] 633/2255 28% [================= ] 634/2255 28% [================= ] 635/2255 28% [================= ] 636/2255 28% [================= ] 637/2255 28% [================= ] 638/2255 28% [================= ] 639/2255 28% [================= ] 640/2255 28% [================= ] 641/2255 28% [================= ] 642/2255 28% [================= ] 643/2255 28% [================= ] 644/2255 28% [================= ] 645/2255 28% [================= ] 646/2255 28% [================= ] 647/2255 28% [================= ] 648/2255 28% [================= ] 649/2255 28% [================= ] 650/2255 28% [================= ] 651/2255 28% [================= ] 652/2255 28% [================= ] 653/2255 28% [================= ] 654/2255 29% [================== ] 655/2255 29% [================== ] 656/2255 29% [================== ] 657/2255 29% [================== ] 658/2255 29% [================== ] 659/2255 29% [================== ] 660/2255 29% [================== ] 661/2255 29% [================== ] 662/2255 29% [================== ] 663/2255 29% [================== ] 664/2255 29% [================== ] 665/2255 29% [================== ] 666/2255 29% [================== ] 667/2255 29% [================== ] 668/2255 29% [================== ] 669/2255 29% [================== ] 670/2255 29% [================== ] 671/2255 29% [================== ] 672/2255 29% [================== ] 673/2255 29% [================== ] 674/2255 29% [================== ] 675/2255 29% [================== ] 676/2255 29% [================== ] 677/2255 30% [================== ] 678/2255 30% [================== ] 679/2255 30% [================== ] 680/2255 30% [================== ] 681/2255 30% [================== ] 682/2255 30% [================== ] 683/2255 30% [================== ] 684/2255 30% [================== ] 685/2255 30% [================== ] 686/2255 30% [================== ] 687/2255 30% [================== ] 688/2255 30% [================== ] 689/2255 30% [================== ] 690/2255 30% [================== ] 691/2255 30% [=================== ] 692/2255 30% [=================== ] 693/2255 30% [=================== ] 694/2255 30% [=================== ] 695/2255 30% [=================== ] 696/2255 30% [=================== ] 697/2255 30% [=================== ] 698/2255 30% [=================== ] 699/2255 30% [=================== ] 700/2255 31% [=================== ] 701/2255 31% [=================== ] 702/2255 31% [=================== ] 703/2255 31% [=================== ] 704/2255 31% [=================== ] 705/2255 31% [=================== ] 706/2255 31% [=================== ] 707/2255 31% [=================== ] 708/2255 31% [=================== ] 709/2255 31% [=================== ] 710/2255 31% [=================== ] 711/2255 31% [=================== ] 712/2255 31% [=================== ] 713/2255 31% [=================== ] 714/2255 31% [=================== ] 715/2255 31% [=================== ] 716/2255 31% [=================== ] 717/2255 31% [=================== ] 718/2255 31% [=================== ] 719/2255 31% [=================== ] 720/2255 31% [=================== ] 721/2255 31% [=================== ] 722/2255 32% [=================== ] 723/2255 32% [=================== ] 724/2255 32% [=================== ] 725/2255 32% [=================== ] 726/2255 32% [=================== ] 727/2255 32% [==================== ] 728/2255 32% [==================== ] 729/2255 32% [==================== ] 730/2255 32% [==================== ] 731/2255 32% [==================== ] 732/2255 32% [==================== ] 733/2255 32% [==================== ] 734/2255 32% [==================== ] 735/2255 32% [==================== ] 736/2255 32% [==================== ] 737/2255 32% [==================== ] 738/2255 32% [==================== ] 739/2255 32% [==================== ] 740/2255 32% [==================== ] 741/2255 32% [==================== ] 742/2255 32% [==================== ] 743/2255 32% [==================== ] 744/2255 32% [==================== ] 745/2255 33% [==================== ] 746/2255 33% [==================== ] 747/2255 33% [==================== ] 748/2255 33% [==================== ] 749/2255 33% [==================== ] 750/2255 33% [==================== ] 751/2255 33% [==================== ] 752/2255 33% [==================== ] 753/2255 33% [==================== ] 754/2255 33% [==================== ] 755/2255 33% [==================== ] 756/2255 33% [==================== ] 757/2255 33% [==================== ] 758/2255 33% [==================== ] 759/2255 33% [==================== ] 760/2255 33% [==================== ] 761/2255 33% [==================== ] 762/2255 33% [==================== ] 763/2255 33% [===================== ] 764/2255 33% [===================== ] 765/2255 33% [===================== ] 766/2255 33% [===================== ] 767/2255 34% [===================== ] 768/2255 34% [===================== ] 769/2255 34% [===================== ] 770/2255 34% [===================== ] 771/2255 34% [===================== ] 772/2255 34% [===================== ] 773/2255 34% [===================== ] 774/2255 34% [===================== ] 775/2255 34% [===================== ] 776/2255 34% [===================== ] 777/2255 34% [===================== ] 778/2255 34% [===================== ] 779/2255 34% [===================== ] 780/2255 34% [===================== ] 781/2255 34% [===================== ] 782/2255 34% [===================== ] 783/2255 34% [===================== ] 784/2255 34% [===================== ] 785/2255 34% [===================== ] 786/2255 34% [===================== ] 787/2255 34% [===================== ] 788/2255 34% [===================== ] 789/2255 34% [===================== ] 790/2255 35% [===================== ] 791/2255 35% [===================== ] 792/2255 35% [===================== ] 793/2255 35% [===================== ] 794/2255 35% [===================== ] 795/2255 35% [===================== ] 796/2255 35% [===================== ] 797/2255 35% [===================== ] 798/2255 35% [===================== ] 799/2255 35% [===================== ] 800/2255 35% [====================== ] 801/2255 35% [====================== ] 802/2255 35% [====================== ] 803/2255 35% [====================== ] 804/2255 35% [====================== ] 805/2255 35% [====================== ] 806/2255 35% [====================== ] 807/2255 35% [====================== ] 808/2255 35% [====================== ] 809/2255 35% [====================== ] 810/2255 35% [====================== ] 811/2255 35% [====================== ] 812/2255 36% [====================== ] 813/2255 36% [====================== ] 814/2255 36% [====================== ] 815/2255 36% [====================== ] 816/2255 36% [====================== ] 817/2255 36% [====================== ] 818/2255 36% [====================== ] 819/2255 36% [====================== ] 820/2255 36% [====================== ] 821/2255 36% [====================== ] 822/2255 36% [====================== ] 823/2255 36% [====================== ] 824/2255 36% [====================== ] 825/2255 36% [====================== ] 826/2255 36% [====================== ] 827/2255 36% [====================== ] 828/2255 36% [====================== ] 829/2255 36% [====================== ] 830/2255 36% [====================== ] 831/2255 36% [====================== ] 832/2255 36% [====================== ] 833/2255 36% [====================== ] 834/2255 36% [====================== ] 835/2255 37% [====================== ] 836/2255 37% [======================= ] 837/2255 37% [======================= ] 838/2255 37% [======================= ] 839/2255 37% [======================= ] 840/2255 37% [======================= ] 841/2255 37% [======================= ] 842/2255 37% [======================= ] 843/2255 37% [======================= ] 844/2255 37% [======================= ] 845/2255 37% [======================= ] 846/2255 37% [======================= ] 847/2255 37% [======================= ] 848/2255 37% [======================= ] 849/2255 37% [======================= ] 850/2255 37% [======================= ] 851/2255 37% [======================= ] 852/2255 37% [======================= ] 853/2255 37% [======================= ] 854/2255 37% [======================= ] 855/2255 37% [======================= ] 856/2255 37% [======================= ] 857/2255 38% [======================= ] 858/2255 38% [======================= ] 859/2255 38% [======================= ] 860/2255 38% [======================= ] 861/2255 38% [======================= ] 862/2255 38% [======================= ] 863/2255 38% [======================= ] 864/2255 38% [======================= ] 865/2255 38% [======================= ] 866/2255 38% [======================= ] 867/2255 38% [======================= ] 868/2255 38% [======================= ] 869/2255 38% [======================= ] 870/2255 38% [======================= ] 871/2255 38% [======================= ] 872/2255 38% [======================== ] 873/2255 38% [======================== ] 874/2255 38% [======================== ] 875/2255 38% [======================== ] 876/2255 38% [======================== ] 877/2255 38% [======================== ] 878/2255 38% [======================== ] 879/2255 38% [======================== ] 880/2255 39% [======================== ] 881/2255 39% [======================== ] 882/2255 39% [======================== ] 883/2255 39% [======================== ] 884/2255 39% [======================== ] 885/2255 39% [======================== ] 886/2255 39% [======================== ] 887/2255 39% [======================== ] 888/2255 39% [======================== ] 889/2255 39% [======================== ] 890/2255 39% [======================== ] 891/2255 39% [======================== ] 892/2255 39% [======================== ] 893/2255 39% [======================== ] 894/2255 39% [======================== ] 895/2255 39% [======================== ] 896/2255 39% [======================== ] 897/2255 39% [======================== ] 898/2255 39% [======================== ] 899/2255 39% [======================== ] 900/2255 39% [======================== ] 901/2255 39% [======================== ] 902/2255 40% [======================== ] 903/2255 40% [======================== ] 904/2255 40% [======================== ] 905/2255 40% [======================== ] 906/2255 40% [======================== ] 907/2255 40% [======================== ] 908/2255 40% [======================== ] 909/2255 40% [========================= ] 910/2255 40% [========================= ] 911/2255 40% [========================= ] 912/2255 40% [========================= ] 913/2255 40% [========================= ] 914/2255 40% [========================= ] 915/2255 40% [========================= ] 916/2255 40% [========================= ] 917/2255 40% [========================= ] 918/2255 40% [========================= ] 919/2255 40% [========================= ] 920/2255 40% [========================= ] 921/2255 40% [========================= ] 922/2255 40% [========================= ] 923/2255 40% [========================= ] 924/2255 40% [========================= ] 925/2255 41% [========================= ] 926/2255 41% [========================= ] 927/2255 41% [========================= ] 928/2255 41% [========================= ] 929/2255 41% [========================= ] 930/2255 41% [========================= ] 931/2255 41% [========================= ] 932/2255 41% [========================= ] 933/2255 41% [========================= ] 934/2255 41% [========================= ] 935/2255 41% [========================= ] 936/2255 41% [========================= ] 937/2255 41% [========================= ] 938/2255 41% [========================= ] 939/2255 41% [========================= ] 940/2255 41% [========================= ] 941/2255 41% [========================= ] 942/2255 41% [========================= ] 943/2255 41% [========================= ] 944/2255 41% [========================= ] 945/2255 41% [========================== ] 946/2255 41% [========================== ] 947/2255 41% [========================== ] 948/2255 42% [========================== ] 949/2255 42% [========================== ] 950/2255 42% [========================== ] 951/2255 42% [========================== ] 952/2255 42% [========================== ] 953/2255 42% [========================== ] 954/2255 42% [========================== ] 955/2255 42% [========================== ] 956/2255 42% [========================== ] 957/2255 42% [========================== ] 958/2255 42% [========================== ] 959/2255 42% [========================== ] 960/2255 42% [========================== ] 961/2255 42% [========================== ] 962/2255 42% [========================== ] 963/2255 42% [========================== ] 964/2255 42% [========================== ] 965/2255 42% [========================== ] 966/2255 42% [========================== ] 967/2255 42% [========================== ] 968/2255 42% [========================== ] 969/2255 42% [========================== ] 970/2255 43% [========================== ] 971/2255 43% [========================== ] 972/2255 43% [========================== ] 973/2255 43% [========================== ] 974/2255 43% [========================== ] 975/2255 43% [========================== ] 976/2255 43% [========================== ] 977/2255 43% [========================== ] 978/2255 43% [========================== ] 979/2255 43% [========================== ] 980/2255 43% [========================== ] 981/2255 43% [========================== ] 982/2255 43% [=========================== ] 983/2255 43% [=========================== ] 984/2255 43% [=========================== ] 985/2255 43% [=========================== ] 986/2255 43% [=========================== ] 987/2255 43% [=========================== ] 988/2255 43% [=========================== ] 989/2255 43% [=========================== ] 990/2255 43% [=========================== ] 991/2255 43% [=========================== ] 992/2255 43% [=========================== ] 993/2255 44% [=========================== ] 994/2255 44% [=========================== ] 995/2255 44% [=========================== ] 996/2255 44% [=========================== ] 997/2255 44% [=========================== ] 998/2255 44% [=========================== ] 999/2255 44% [=========================== ] 1000/2255 44% [=========================== ] 1001/2255 44% [=========================== ] 1002/2255 44% [=========================== ] 1003/2255 44% [=========================== ] 1004/2255 44% [=========================== ] 1005/2255 44% [=========================== ] 1006/2255 44% [=========================== ] 1007/2255 44% [=========================== ] 1008/2255 44% [=========================== ] 1009/2255 44% [=========================== ] 1010/2255 44% [=========================== ] 1011/2255 44% [=========================== ] 1012/2255 44% [=========================== ] 1013/2255 44% [=========================== ] 1014/2255 44% [=========================== ] 1015/2255 45% [=========================== ] 1016/2255 45% [=========================== ] 1017/2255 45% [=========================== ] 1018/2255 45% [============================ ] 1019/2255 45% [============================ ] 1020/2255 45% [============================ ] 1021/2255 45% [============================ ] 1022/2255 45% [============================ ] 1023/2255 45% [============================ ] 1024/2255 45% [============================ ] 1025/2255 45% [============================ ] 1026/2255 45% [============================ ] 1027/2255 45% [============================ ] 1028/2255 45% [============================ ] 1029/2255 45% [============================ ] 1030/2255 45% [============================ ] 1031/2255 45% [============================ ] 1032/2255 45% [============================ ] 1033/2255 45% [============================ ] 1034/2255 45% [============================ ] 1035/2255 45% [============================ ] 1036/2255 45% [============================ ] 1037/2255 45% [============================ ] 1038/2255 46% [============================ ] 1039/2255 46% [============================ ] 1040/2255 46% [============================ ] 1041/2255 46% [============================ ] 1042/2255 46% [============================ ] 1043/2255 46% [============================ ] 1044/2255 46% [============================ ] 1045/2255 46% [============================ ] 1046/2255 46% [============================ ] 1047/2255 46% [============================ ] 1048/2255 46% [============================ ] 1049/2255 46% [============================ ] 1050/2255 46% [============================ ] 1051/2255 46% [============================ ] 1052/2255 46% [============================ ] 1053/2255 46% [============================ ] 1054/2255 46% [============================= ] 1055/2255 46% [============================= ] 1056/2255 46% [============================= ] 1057/2255 46% [============================= ] 1058/2255 46% [============================= ] 1059/2255 46% [============================= ] 1060/2255 47% [============================= ] 1061/2255 47% [============================= ] 1062/2255 47% [============================= ] 1063/2255 47% [============================= ] 1064/2255 47% [============================= ] 1065/2255 47% [============================= ] 1066/2255 47% [============================= ] 1067/2255 47% [============================= ] 1068/2255 47% [============================= ] 1069/2255 47% [============================= ] 1070/2255 47% [============================= ] 1071/2255 47% [============================= ] 1072/2255 47% [============================= ] 1073/2255 47% [============================= ] 1074/2255 47% [============================= ] 1075/2255 47% [============================= ] 1076/2255 47% [============================= ] 1077/2255 47% [============================= ] 1078/2255 47% [============================= ] 1079/2255 47% [============================= ] 1080/2255 47% [============================= ] 1081/2255 47% [============================= ] 1082/2255 47% [============================= ] 1083/2255 48% [============================= ] 1084/2255 48% [============================= ] 1085/2255 48% [============================= ] 1086/2255 48% [============================= ] 1087/2255 48% [============================= ] 1088/2255 48% [============================= ] 1089/2255 48% [============================= ] 1090/2255 48% [============================= ] 1091/2255 48% [============================== ] 1092/2255 48% [============================== ] 1093/2255 48% [============================== ] 1094/2255 48% [============================== ] 1095/2255 48% [============================== ] 1096/2255 48% [============================== ] 1097/2255 48% [============================== ] 1098/2255 48% [============================== ] 1099/2255 48% [============================== ] 1100/2255 48% [============================== ] 1101/2255 48% [============================== ] 1102/2255 48% [============================== ] 1103/2255 48% [============================== ] 1104/2255 48% [============================== ] 1105/2255 49% [============================== ] 1106/2255 49% [============================== ] 1107/2255 49% [============================== ] 1108/2255 49% [============================== ] 1109/2255 49% [============================== ] 1110/2255 49% [============================== ] 1111/2255 49% [============================== ] 1112/2255 49% [============================== ] 1113/2255 49% [============================== ] 1114/2255 49% [============================== ] 1115/2255 49% [============================== ] 1116/2255 49% [============================== ] 1117/2255 49% [============================== ] 1118/2255 49% [============================== ] 1119/2255 49% [============================== ] 1120/2255 49% [============================== ] 1121/2255 49% [============================== ] 1122/2255 49% [============================== ] 1123/2255 49% [============================== ] 1124/2255 49% [============================== ] 1125/2255 49% [============================== ] 1126/2255 49% [============================== ] 1127/2255 49% [=============================== ] 1128/2255 50% [=============================== ] 1129/2255 50% [=============================== ] 1130/2255 50% [=============================== ] 1131/2255 50% [=============================== ] 1132/2255 50% [=============================== ] 1133/2255 50% [=============================== ] 1134/2255 50% [=============================== ] 1135/2255 50% [=============================== ] 1136/2255 50% [=============================== ] 1137/2255 50% [=============================== ] 1138/2255 50% [=============================== ] 1139/2255 50% [=============================== ] 1140/2255 50% [=============================== ] 1141/2255 50% [=============================== ] 1142/2255 50% [=============================== ] 1143/2255 50% [=============================== ] 1144/2255 50% [=============================== ] 1145/2255 50% [=============================== ] 1146/2255 50% [=============================== ] 1147/2255 50% [=============================== ] 1148/2255 50% [=============================== ] 1149/2255 50% [=============================== ] 1150/2255 50% [=============================== ] 1151/2255 51% [=============================== ] 1152/2255 51% [=============================== ] 1153/2255 51% [=============================== ] 1154/2255 51% [=============================== ] 1155/2255 51% [=============================== ] 1156/2255 51% [=============================== ] 1157/2255 51% [=============================== ] 1158/2255 51% [=============================== ] 1159/2255 51% [=============================== ] 1160/2255 51% [=============================== ] 1161/2255 51% [=============================== ] 1162/2255 51% [=============================== ] 1163/2255 51% [================================ ] 1164/2255 51% [================================ ] 1165/2255 51% [================================ ] 1166/2255 51% [================================ ] 1167/2255 51% [================================ ] 1168/2255 51% [================================ ] 1169/2255 51% [================================ ] 1170/2255 51% [================================ ] 1171/2255 51% [================================ ] 1172/2255 51% [================================ ] 1173/2255 52% [================================ ] 1174/2255 52% [================================ ] 1175/2255 52% [================================ ] 1176/2255 52% [================================ ] 1177/2255 52% [================================ ] 1178/2255 52% [================================ ] 1179/2255 52% [================================ ] 1180/2255 52% [================================ ] 1181/2255 52% [================================ ] 1182/2255 52% [================================ ] 1183/2255 52% [================================ ] 1184/2255 52% [================================ ] 1185/2255 52% [================================ ] 1186/2255 52% [================================ ] 1187/2255 52% [================================ ] 1188/2255 52% [================================ ] 1189/2255 52% [================================ ] 1190/2255 52% [================================ ] 1191/2255 52% [================================ ] 1192/2255 52% [================================ ] 1193/2255 52% [================================ ] 1194/2255 52% [================================ ] 1195/2255 52% [================================ ] 1196/2255 53% [================================ ] 1197/2255 53% [================================ ] 1198/2255 53% [================================ ] 1199/2255 53% [================================ ] 1200/2255 53% [================================= ] 1201/2255 53% [================================= ] 1202/2255 53% [================================= ] 1203/2255 53% [================================= ] 1204/2255 53% [================================= ] 1205/2255 53% [================================= ] 1206/2255 53% [================================= ] 1207/2255 53% [================================= ] 1208/2255 53% [================================= ] 1209/2255 53% [================================= ] 1210/2255 53% [================================= ] 1211/2255 53% [================================= ] 1212/2255 53% [================================= ] 1213/2255 53% [================================= ] 1214/2255 53% [================================= ] 1215/2255 53% [================================= ] 1216/2255 53% [================================= ] 1217/2255 53% [================================= ] 1218/2255 54% [================================= ] 1219/2255 54% [================================= ] 1220/2255 54% [================================= ] 1221/2255 54% [================================= ] 1222/2255 54% [================================= ] 1223/2255 54% [================================= ] 1224/2255 54% [================================= ] 1225/2255 54% [================================= ] 1226/2255 54% [================================= ] 1227/2255 54% [================================= ] 1228/2255 54% [================================= ] 1229/2255 54% [================================= ] 1230/2255 54% [================================= ] 1231/2255 54% [================================= ] 1232/2255 54% [================================= ] 1233/2255 54% [================================= ] 1234/2255 54% [================================= ] 1235/2255 54% [================================= ] 1236/2255 54% [================================== ] 1237/2255 54% [================================== ] 1238/2255 54% [================================== ] 1239/2255 54% [================================== ] 1240/2255 54% [================================== ] 1241/2255 55% [================================== ] 1242/2255 55% [================================== ] 1243/2255 55% [================================== ] 1244/2255 55% [================================== ] 1245/2255 55% [================================== ] 1246/2255 55% [================================== ] 1247/2255 55% [================================== ] 1248/2255 55% [================================== ] 1249/2255 55% [================================== ] 1250/2255 55% [================================== ] 1251/2255 55% [================================== ] 1252/2255 55% [================================== ] 1253/2255 55% [================================== ] 1254/2255 55% [================================== ] 1255/2255 55% [================================== ] 1256/2255 55% [================================== ] 1257/2255 55% [================================== ] 1258/2255 55% [================================== ] 1259/2255 55% [================================== ] 1260/2255 55% [================================== ] 1261/2255 55% [================================== ] 1262/2255 55% [================================== ] 1263/2255 56% [================================== ] 1264/2255 56% [================================== ] 1265/2255 56% [================================== ] 1266/2255 56% [================================== ] 1267/2255 56% [================================== ] 1268/2255 56% [================================== ] 1269/2255 56% [================================== ] 1270/2255 56% [================================== ] 1271/2255 56% [================================== ] 1272/2255 56% [=================================== ] 1273/2255 56% [=================================== ] 1274/2255 56% [=================================== ] 1275/2255 56% [=================================== ] 1276/2255 56% [=================================== ] 1277/2255 56% [=================================== ] 1278/2255 56% [=================================== ] 1279/2255 56% [=================================== ] 1280/2255 56% [=================================== ] 1281/2255 56% [=================================== ] 1282/2255 56% [=================================== ] 1283/2255 56% [=================================== ] 1284/2255 56% [=================================== ] 1285/2255 56% [=================================== ] 1286/2255 57% [=================================== ] 1287/2255 57% [=================================== ] 1288/2255 57% [=================================== ] 1289/2255 57% [=================================== ] 1290/2255 57% [=================================== ] 1291/2255 57% [=================================== ] 1292/2255 57% [=================================== ] 1293/2255 57% [=================================== ] 1294/2255 57% [=================================== ] 1295/2255 57% [=================================== ] 1296/2255 57% [=================================== ] 1297/2255 57% [=================================== ] 1298/2255 57% [=================================== ] 1299/2255 57% [=================================== ] 1300/2255 57% [=================================== ] 1301/2255 57% [=================================== ] 1302/2255 57% [=================================== ] 1303/2255 57% [=================================== ] 1304/2255 57% [=================================== ] 1305/2255 57% [=================================== ] 1306/2255 57% [=================================== ] 1307/2255 57% [=================================== ] 1308/2255 58% [=================================== ] 1309/2255 58% [==================================== ] 1310/2255 58% [==================================== ] 1311/2255 58% [==================================== ] 1312/2255 58% [==================================== ] 1313/2255 58% [==================================== ] 1314/2255 58% [==================================== ] 1315/2255 58% [==================================== ] 1316/2255 58% [==================================== ] 1317/2255 58% [==================================== ] 1318/2255 58% [==================================== ] 1319/2255 58% [==================================== ] 1320/2255 58% [==================================== ] 1321/2255 58% [==================================== ] 1322/2255 58% [==================================== ] 1323/2255 58% [==================================== ] 1324/2255 58% [==================================== ] 1325/2255 58% [==================================== ] 1326/2255 58% [==================================== ] 1327/2255 58% [==================================== ] 1328/2255 58% [==================================== ] 1329/2255 58% [==================================== ] 1330/2255 58% [==================================== ] 1331/2255 59% [==================================== ] 1332/2255 59% [==================================== ] 1333/2255 59% [==================================== ] 1334/2255 59% [==================================== ] 1335/2255 59% [==================================== ] 1336/2255 59% [==================================== ] 1337/2255 59% [==================================== ] 1338/2255 59% [==================================== ] 1339/2255 59% [==================================== ] 1340/2255 59% [==================================== ] 1341/2255 59% [==================================== ] 1342/2255 59% [==================================== ] 1343/2255 59% [==================================== ] 1344/2255 59% [==================================== ] 1345/2255 59% [===================================== ] 1346/2255 59% [===================================== ] 1347/2255 59% [===================================== ] 1348/2255 59% [===================================== ] 1349/2255 59% [===================================== ] 1350/2255 59% [===================================== ] 1351/2255 59% [===================================== ] 1352/2255 59% [===================================== ] 1353/2255 60% [===================================== ] 1354/2255 60% [===================================== ] 1355/2255 60% [===================================== ] 1356/2255 60% [===================================== ] 1357/2255 60% [===================================== ] 1358/2255 60% [===================================== ] 1359/2255 60% [===================================== ] 1360/2255 60% [===================================== ] 1361/2255 60% [===================================== ] 1362/2255 60% [===================================== ] 1363/2255 60% [===================================== ] 1364/2255 60% [===================================== ] 1365/2255 60% [===================================== ] 1366/2255 60% [===================================== ] 1367/2255 60% [===================================== ] 1368/2255 60% [===================================== ] 1369/2255 60% [===================================== ] 1370/2255 60% [===================================== ] 1371/2255 60% [===================================== ] 1372/2255 60% [===================================== ] 1373/2255 60% [===================================== ] 1374/2255 60% [===================================== ] 1375/2255 60% [===================================== ] 1376/2255 61% [===================================== ] 1377/2255 61% [===================================== ] 1378/2255 61% [===================================== ] 1379/2255 61% [===================================== ] 1380/2255 61% [===================================== ] 1381/2255 61% [===================================== ] 1382/2255 61% [====================================== ] 1383/2255 61% [====================================== ] 1384/2255 61% [====================================== ] 1385/2255 61% [====================================== ] 1386/2255 61% [====================================== ] 1387/2255 61% [====================================== ] 1388/2255 61% [====================================== ] 1389/2255 61% [====================================== ] 1390/2255 61% [====================================== ] 1391/2255 61% [====================================== ] 1392/2255 61% [====================================== ] 1393/2255 61% [====================================== ] 1394/2255 61% [====================================== ] 1395/2255 61% [====================================== ] 1396/2255 61% [====================================== ] 1397/2255 61% [====================================== ] 1398/2255 61% [====================================== ] 1399/2255 62% [====================================== ] 1400/2255 62% [====================================== ] 1401/2255 62% [====================================== ] 1402/2255 62% [====================================== ] 1403/2255 62% [====================================== ] 1404/2255 62% [====================================== ] 1405/2255 62% [====================================== ] 1406/2255 62% [====================================== ] 1407/2255 62% [====================================== ] 1408/2255 62% [====================================== ] 1409/2255 62% [====================================== ] 1410/2255 62% [====================================== ] 1411/2255 62% [====================================== ] 1412/2255 62% [====================================== ] 1413/2255 62% [====================================== ] 1414/2255 62% [====================================== ] 1415/2255 62% [====================================== ] 1416/2255 62% [====================================== ] 1417/2255 62% [====================================== ] 1418/2255 62% [======================================= ] 1419/2255 62% [======================================= ] 1420/2255 62% [======================================= ] 1421/2255 63% [======================================= ] 1422/2255 63% [======================================= ] 1423/2255 63% [======================================= ] 1424/2255 63% [======================================= ] 1425/2255 63% [======================================= ] 1426/2255 63% [======================================= ] 1427/2255 63% [======================================= ] 1428/2255 63% [======================================= ] 1429/2255 63% [======================================= ] 1430/2255 63% [======================================= ] 1431/2255 63% [======================================= ] 1432/2255 63% [======================================= ] 1433/2255 63% [======================================= ] 1434/2255 63% [======================================= ] 1435/2255 63% [======================================= ] 1436/2255 63% [======================================= ] 1437/2255 63% [======================================= ] 1438/2255 63% [======================================= ] 1439/2255 63% [======================================= ] 1440/2255 63% [======================================= ] 1441/2255 63% [======================================= ] 1442/2255 63% [======================================= ] 1443/2255 63% [======================================= ] 1444/2255 64% [======================================= ] 1445/2255 64% [======================================= ] 1446/2255 64% [======================================= ] 1447/2255 64% [======================================= ] 1448/2255 64% [======================================= ] 1449/2255 64% [======================================= ] 1450/2255 64% [======================================= ] 1451/2255 64% [======================================= ] 1452/2255 64% [======================================= ] 1453/2255 64% [======================================= ] 1454/2255 64% [======================================== ] 1455/2255 64% [======================================== ] 1456/2255 64% [======================================== ] 1457/2255 64% [======================================== ] 1458/2255 64% [======================================== ] 1459/2255 64% [======================================== ] 1460/2255 64% [======================================== ] 1461/2255 64% [======================================== ] 1462/2255 64% [======================================== ] 1463/2255 64% [======================================== ] 1464/2255 64% [======================================== ] 1465/2255 64% [======================================== ] 1466/2255 65% [======================================== ] 1467/2255 65% [======================================== ] 1468/2255 65% [======================================== ] 1469/2255 65% [======================================== ] 1470/2255 65% [======================================== ] 1471/2255 65% [======================================== ] 1472/2255 65% [======================================== ] 1473/2255 65% [======================================== ] 1474/2255 65% [======================================== ] 1475/2255 65% [======================================== ] 1476/2255 65% [======================================== ] 1477/2255 65% [======================================== ] 1478/2255 65% [======================================== ] 1479/2255 65% [======================================== ] 1480/2255 65% [======================================== ] 1481/2255 65% [======================================== ] 1482/2255 65% [======================================== ] 1483/2255 65% [======================================== ] 1484/2255 65% [======================================== ] 1485/2255 65% [======================================== ] 1486/2255 65% [======================================== ] 1487/2255 65% [======================================== ] 1488/2255 65% [======================================== ] 1489/2255 66% [======================================== ] 1490/2255 66% [======================================== ] 1491/2255 66% [========================================= ] 1492/2255 66% [========================================= ] 1493/2255 66% [========================================= ] 1494/2255 66% [========================================= ] 1495/2255 66% [========================================= ] 1496/2255 66% [========================================= ] 1497/2255 66% [========================================= ] 1498/2255 66% [========================================= ] 1499/2255 66% [========================================= ] 1500/2255 66% [========================================= ] 1501/2255 66% [========================================= ] 1502/2255 66% [========================================= ] 1503/2255 66% [========================================= ] 1504/2255 66% [========================================= ] 1505/2255 66% [========================================= ] 1506/2255 66% [========================================= ] 1507/2255 66% [========================================= ] 1508/2255 66% [========================================= ] 1509/2255 66% [========================================= ] 1510/2255 66% [========================================= ] 1511/2255 67% [========================================= ] 1512/2255 67% [========================================= ] 1513/2255 67% [========================================= ] 1514/2255 67% [========================================= ] 1515/2255 67% [========================================= ] 1516/2255 67% [========================================= ] 1517/2255 67% [========================================= ] 1518/2255 67% [========================================= ] 1519/2255 67% [========================================= ] 1520/2255 67% [========================================= ] 1521/2255 67% [========================================= ] 1522/2255 67% [========================================= ] 1523/2255 67% [========================================= ] 1524/2255 67% [========================================= ] 1525/2255 67% [========================================= ] 1526/2255 67% [========================================= ] 1527/2255 67% [========================================== ] 1528/2255 67% [========================================== ] 1529/2255 67% [========================================== ] 1530/2255 67% [========================================== ] 1531/2255 67% [========================================== ] 1532/2255 67% [========================================== ] 1533/2255 67% [========================================== ] 1534/2255 68% [========================================== ] 1535/2255 68% [========================================== ] 1536/2255 68% [========================================== ] 1537/2255 68% [========================================== ] 1538/2255 68% [========================================== ] 1539/2255 68% [========================================== ] 1540/2255 68% [========================================== ] 1541/2255 68% [========================================== ] 1542/2255 68% [========================================== ] 1543/2255 68% [========================================== ] 1544/2255 68% [========================================== ] 1545/2255 68% [========================================== ] 1546/2255 68% [========================================== ] 1547/2255 68% [========================================== ] 1548/2255 68% [========================================== ] 1549/2255 68% [========================================== ] 1550/2255 68% [========================================== ] 1551/2255 68% [========================================== ] 1552/2255 68% [========================================== ] 1553/2255 68% [========================================== ] 1554/2255 68% [========================================== ] 1555/2255 68% [========================================== ] 1556/2255 69% [========================================== ] 1557/2255 69% [========================================== ] 1558/2255 69% [========================================== ] 1559/2255 69% [========================================== ] 1560/2255 69% [========================================== ] 1561/2255 69% [========================================== ] 1562/2255 69% [========================================== ] 1563/2255 69% [=========================================== ] 1564/2255 69% [=========================================== ] 1565/2255 69% [=========================================== ] 1566/2255 69% [=========================================== ] 1567/2255 69% [=========================================== ] 1568/2255 69% [=========================================== ] 1569/2255 69% [=========================================== ] 1570/2255 69% [=========================================== ] 1571/2255 69% [=========================================== ] 1572/2255 69% [=========================================== ] 1573/2255 69% [=========================================== ] 1574/2255 69% [=========================================== ] 1575/2255 69% [=========================================== ] 1576/2255 69% [=========================================== ] 1577/2255 69% [=========================================== ] 1578/2255 69% [=========================================== ] 1579/2255 70% [=========================================== ] 1580/2255 70% [=========================================== ] 1581/2255 70% [=========================================== ] 1582/2255 70% [=========================================== ] 1583/2255 70% [=========================================== ] 1584/2255 70% [=========================================== ] 1585/2255 70% [=========================================== ] 1586/2255 70% [=========================================== ] 1587/2255 70% [=========================================== ] 1588/2255 70% [=========================================== ] 1589/2255 70% [=========================================== ] 1590/2255 70% [=========================================== ] 1591/2255 70% [=========================================== ] 1592/2255 70% [=========================================== ] 1593/2255 70% [=========================================== ] 1594/2255 70% [=========================================== ] 1595/2255 70% [=========================================== ] 1596/2255 70% [=========================================== ] 1597/2255 70% [=========================================== ] 1598/2255 70% [=========================================== ] 1599/2255 70% [=========================================== ] 1600/2255 70% [============================================ ] 1601/2255 70% [============================================ ] 1602/2255 71% [============================================ ] 1603/2255 71% [============================================ ] 1604/2255 71% [============================================ ] 1605/2255 71% [============================================ ] 1606/2255 71% [============================================ ] 1607/2255 71% [============================================ ] 1608/2255 71% [============================================ ] 1609/2255 71% [============================================ ] 1610/2255 71% [============================================ ] 1611/2255 71% [============================================ ] 1612/2255 71% [============================================ ] 1613/2255 71% [============================================ ] 1614/2255 71% [============================================ ] 1615/2255 71% [============================================ ] 1616/2255 71% [============================================ ] 1617/2255 71% [============================================ ] 1618/2255 71% [============================================ ] 1619/2255 71% [============================================ ] 1620/2255 71% [============================================ ] 1621/2255 71% [============================================ ] 1622/2255 71% [============================================ ] 1623/2255 71% [============================================ ] 1624/2255 72% [============================================ ] 1625/2255 72% [============================================ ] 1626/2255 72% [============================================ ] 1627/2255 72% [============================================ ] 1628/2255 72% [============================================ ] 1629/2255 72% [============================================ ] 1630/2255 72% [============================================ ] 1631/2255 72% [============================================ ] 1632/2255 72% [============================================ ] 1633/2255 72% [============================================ ] 1634/2255 72% [============================================ ] 1635/2255 72% [============================================ ] 1636/2255 72% [============================================= ] 1637/2255 72% [============================================= ] 1638/2255 72% [============================================= ] 1639/2255 72% [============================================= ] 1640/2255 72% [============================================= ] 1641/2255 72% [============================================= ] 1642/2255 72% [============================================= ] 1643/2255 72% [============================================= ] 1644/2255 72% [============================================= ] 1645/2255 72% [============================================= ] 1646/2255 72% [============================================= ] 1647/2255 73% [============================================= ] 1648/2255 73% [============================================= ] 1649/2255 73% [============================================= ] 1650/2255 73% [============================================= ] 1651/2255 73% [============================================= ] 1652/2255 73% [============================================= ] 1653/2255 73% [============================================= ] 1654/2255 73% [============================================= ] 1655/2255 73% [============================================= ] 1656/2255 73% [============================================= ] 1657/2255 73% [============================================= ] 1658/2255 73% [============================================= ] 1659/2255 73% [============================================= ] 1660/2255 73% [============================================= ] 1661/2255 73% [============================================= ] 1662/2255 73% [============================================= ] 1663/2255 73% [============================================= ] 1664/2255 73% [============================================= ] 1665/2255 73% [============================================= ] 1666/2255 73% [============================================= ] 1667/2255 73% [============================================= ] 1668/2255 73% [============================================= ] 1669/2255 74% [============================================= ] 1670/2255 74% [============================================= ] 1671/2255 74% [============================================= ] 1672/2255 74% [============================================= ] 1673/2255 74% [============================================== ] 1674/2255 74% [============================================== ] 1675/2255 74% [============================================== ] 1676/2255 74% [============================================== ] 1677/2255 74% [============================================== ] 1678/2255 74% [============================================== ] 1679/2255 74% [============================================== ] 1680/2255 74% [============================================== ] 1681/2255 74% [============================================== ] 1682/2255 74% [============================================== ] 1683/2255 74% [============================================== ] 1684/2255 74% [============================================== ] 1685/2255 74% [============================================== ] 1686/2255 74% [============================================== ] 1687/2255 74% [============================================== ] 1688/2255 74% [============================================== ] 1689/2255 74% [============================================== ] 1690/2255 74% [============================================== ] 1691/2255 74% [============================================== ] 1692/2255 75% [============================================== ] 1693/2255 75% [============================================== ] 1694/2255 75% [============================================== ] 1695/2255 75% [============================================== ] 1696/2255 75% [============================================== ] 1697/2255 75% [============================================== ] 1698/2255 75% [============================================== ] 1699/2255 75% [============================================== ] 1700/2255 75% [============================================== ] 1701/2255 75% [============================================== ] 1702/2255 75% [============================================== ] 1703/2255 75% [============================================== ] 1704/2255 75% [============================================== ] 1705/2255 75% [============================================== ] 1706/2255 75% [============================================== ] 1707/2255 75% [============================================== ] 1708/2255 75% [============================================== ] 1709/2255 75% [=============================================== ] 1710/2255 75% [=============================================== ] 1711/2255 75% [=============================================== ] 1712/2255 75% [=============================================== ] 1713/2255 75% [=============================================== ] 1714/2255 76% [=============================================== ] 1715/2255 76% [=============================================== ] 1716/2255 76% [=============================================== ] 1717/2255 76% [=============================================== ] 1718/2255 76% [=============================================== ] 1719/2255 76% [=============================================== ] 1720/2255 76% [=============================================== ] 1721/2255 76% [=============================================== ] 1722/2255 76% [=============================================== ] 1723/2255 76% [=============================================== ] 1724/2255 76% [=============================================== ] 1725/2255 76% [=============================================== ] 1726/2255 76% [=============================================== ] 1727/2255 76% [=============================================== ] 1728/2255 76% [=============================================== ] 1729/2255 76% [=============================================== ] 1730/2255 76% [=============================================== ] 1731/2255 76% [=============================================== ] 1732/2255 76% [=============================================== ] 1733/2255 76% [=============================================== ] 1734/2255 76% [=============================================== ] 1735/2255 76% [=============================================== ] 1736/2255 76% [=============================================== ] 1737/2255 77% [=============================================== ] 1738/2255 77% [=============================================== ] 1739/2255 77% [=============================================== ] 1740/2255 77% [=============================================== ] 1741/2255 77% [=============================================== ] 1742/2255 77% [=============================================== ] 1743/2255 77% [=============================================== ] 1744/2255 77% [=============================================== ] 1745/2255 77% [================================================ ] 1746/2255 77% [================================================ ] 1747/2255 77% [================================================ ] 1748/2255 77% [================================================ ] 1749/2255 77% [================================================ ] 1750/2255 77% [================================================ ] 1751/2255 77% [================================================ ] 1752/2255 77% [================================================ ] 1753/2255 77% [================================================ ] 1754/2255 77% [================================================ ] 1755/2255 77% [================================================ ] 1756/2255 77% [================================================ ] 1757/2255 77% [================================================ ] 1758/2255 77% [================================================ ] 1759/2255 78% [================================================ ] 1760/2255 78% [================================================ ] 1761/2255 78% [================================================ ] 1762/2255 78% [================================================ ] 1763/2255 78% [================================================ ] 1764/2255 78% [================================================ ] 1765/2255 78% [================================================ ] 1766/2255 78% [================================================ ] 1767/2255 78% [================================================ ] 1768/2255 78% [================================================ ] 1769/2255 78% [================================================ ] 1770/2255 78% [================================================ ] 1771/2255 78% [================================================ ] 1772/2255 78% [================================================ ] 1773/2255 78% [================================================ ] 1774/2255 78% [================================================ ] 1775/2255 78% [================================================ ] 1776/2255 78% [================================================ ] 1777/2255 78% [================================================ ] 1778/2255 78% [================================================ ] 1779/2255 78% [================================================ ] 1780/2255 78% [================================================ ] 1781/2255 78% [================================================ ] 1782/2255 79% [================================================= ] 1783/2255 79% [================================================= ] 1784/2255 79% [================================================= ] 1785/2255 79% [================================================= ] 1786/2255 79% [================================================= ] 1787/2255 79% [================================================= ] 1788/2255 79% [================================================= ] 1789/2255 79% [================================================= ] 1790/2255 79% [================================================= ] 1791/2255 79% [================================================= ] 1792/2255 79% [================================================= ] 1793/2255 79% [================================================= ] 1794/2255 79% [================================================= ] 1795/2255 79% [================================================= ] 1796/2255 79% [================================================= ] 1797/2255 79% [================================================= ] 1798/2255 79% [================================================= ] 1799/2255 79% [================================================= ] 1800/2255 79% [================================================= ] 1801/2255 79% [================================================= ] 1802/2255 79% [================================================= ] 1803/2255 79% [================================================= ] 1804/2255 80% [================================================= ] 1805/2255 80% [================================================= ] 1806/2255 80% [================================================= ] 1807/2255 80% [================================================= ] 1808/2255 80% [================================================= ] 1809/2255 80% [================================================= ] 1810/2255 80% [================================================= ] 1811/2255 80% [================================================= ] 1812/2255 80% [================================================= ] 1813/2255 80% [================================================= ] 1814/2255 80% [================================================= ] 1815/2255 80% [================================================= ] 1816/2255 80% [================================================= ] 1817/2255 80% [================================================= ] 1818/2255 80% [================================================== ] 1819/2255 80% [================================================== ] 1820/2255 80% [================================================== ] 1821/2255 80% [================================================== ] 1822/2255 80% [================================================== ] 1823/2255 80% [================================================== ] 1824/2255 80% [================================================== ] 1825/2255 80% [================================================== ] 1826/2255 80% [================================================== ] 1827/2255 81% [================================================== ] 1828/2255 81% [================================================== ] 1829/2255 81% [================================================== ] 1830/2255 81% [================================================== ] 1831/2255 81% [================================================== ] 1832/2255 81% [================================================== ] 1833/2255 81% [================================================== ] 1834/2255 81% [================================================== ] 1835/2255 81% [================================================== ] 1836/2255 81% [================================================== ] 1837/2255 81% [================================================== ] 1838/2255 81% [================================================== ] 1839/2255 81% [================================================== ] 1840/2255 81% [================================================== ] 1841/2255 81% [================================================== ] 1842/2255 81% [================================================== ] 1843/2255 81% [================================================== ] 1844/2255 81% [================================================== ] 1845/2255 81% [================================================== ] 1846/2255 81% [================================================== ] 1847/2255 81% [================================================== ] 1848/2255 81% [================================================== ] 1849/2255 81% [================================================== ] 1850/2255 82% [================================================== ] 1851/2255 82% [================================================== ] 1852/2255 82% [================================================== ] 1853/2255 82% [================================================== ] 1854/2255 82% [=================================================== ] 1855/2255 82% [=================================================== ] 1856/2255 82% [=================================================== ] 1857/2255 82% [=================================================== ] 1858/2255 82% [=================================================== ] 1859/2255 82% [=================================================== ] 1860/2255 82% [=================================================== ] 1861/2255 82% [=================================================== ] 1862/2255 82% [=================================================== ] 1863/2255 82% [=================================================== ] 1864/2255 82% [=================================================== ] 1865/2255 82% [=================================================== ] 1866/2255 82% [=================================================== ] 1867/2255 82% [=================================================== ] 1868/2255 82% [=================================================== ] 1869/2255 82% [=================================================== ] 1870/2255 82% [=================================================== ] 1871/2255 82% [=================================================== ] 1872/2255 83% [=================================================== ] 1873/2255 83% [=================================================== ] 1874/2255 83% [=================================================== ] 1875/2255 83% [=================================================== ] 1876/2255 83% [=================================================== ] 1877/2255 83% [=================================================== ] 1878/2255 83% [=================================================== ] 1879/2255 83% [=================================================== ] 1880/2255 83% [=================================================== ] 1881/2255 83% [=================================================== ] 1882/2255 83% [=================================================== ] 1883/2255 83% [=================================================== ] 1884/2255 83% [=================================================== ] 1885/2255 83% [=================================================== ] 1886/2255 83% [=================================================== ] 1887/2255 83% [=================================================== ] 1888/2255 83% [=================================================== ] 1889/2255 83% [=================================================== ] 1890/2255 83% [=================================================== ] 1891/2255 83% [==================================================== ] 1892/2255 83% [==================================================== ] 1893/2255 83% [==================================================== ] 1894/2255 83% [==================================================== ] 1895/2255 84% [==================================================== ] 1896/2255 84% [==================================================== ] 1897/2255 84% [==================================================== ] 1898/2255 84% [==================================================== ] 1899/2255 84% [==================================================== ] 1900/2255 84% [==================================================== ] 1901/2255 84% [==================================================== ] 1902/2255 84% [==================================================== ] 1903/2255 84% [==================================================== ] 1904/2255 84% [==================================================== ] 1905/2255 84% [==================================================== ] 1906/2255 84% [==================================================== ] 1907/2255 84% [==================================================== ] 1908/2255 84% [==================================================== ] 1909/2255 84% [==================================================== ] 1910/2255 84% [==================================================== ] 1911/2255 84% [==================================================== ] 1912/2255 84% [==================================================== ] 1913/2255 84% [==================================================== ] 1914/2255 84% [==================================================== ] 1915/2255 84% [==================================================== ] 1916/2255 84% [==================================================== ] 1917/2255 85% [==================================================== ] 1918/2255 85% [==================================================== ] 1919/2255 85% [==================================================== ] 1920/2255 85% [==================================================== ] 1921/2255 85% [==================================================== ] 1922/2255 85% [==================================================== ] 1923/2255 85% [==================================================== ] 1924/2255 85% [==================================================== ] 1925/2255 85% [==================================================== ] 1926/2255 85% [==================================================== ] 1927/2255 85% [===================================================== ] 1928/2255 85% [===================================================== ] 1929/2255 85% [===================================================== ] 1930/2255 85% [===================================================== ] 1931/2255 85% [===================================================== ] 1932/2255 85% [===================================================== ] 1933/2255 85% [===================================================== ] 1934/2255 85% [===================================================== ] 1935/2255 85% [===================================================== ] 1936/2255 85% [===================================================== ] 1937/2255 85% [===================================================== ] 1938/2255 85% [===================================================== ] 1939/2255 85% [===================================================== ] 1940/2255 86% [===================================================== ] 1941/2255 86% [===================================================== ] 1942/2255 86% [===================================================== ] 1943/2255 86% [===================================================== ] 1944/2255 86% [===================================================== ] 1945/2255 86% [===================================================== ] 1946/2255 86% [===================================================== ] 1947/2255 86% [===================================================== ] 1948/2255 86% [===================================================== ] 1949/2255 86% [===================================================== ] 1950/2255 86% [===================================================== ] 1951/2255 86% [===================================================== ] 1952/2255 86% [===================================================== ] 1953/2255 86% [===================================================== ] 1954/2255 86% [===================================================== ] 1955/2255 86% [===================================================== ] 1956/2255 86% [===================================================== ] 1957/2255 86% [===================================================== ] 1958/2255 86% [===================================================== ] 1959/2255 86% [===================================================== ] 1960/2255 86% [===================================================== ] 1961/2255 86% [===================================================== ] 1962/2255 87% [===================================================== ] 1963/2255 87% [===================================================== ] 1964/2255 87% [====================================================== ] 1965/2255 87% [====================================================== ] 1966/2255 87% [====================================================== ] 1967/2255 87% [====================================================== ] 1968/2255 87% [====================================================== ] 1969/2255 87% [====================================================== ] 1970/2255 87% [====================================================== ] 1971/2255 87% [====================================================== ] 1972/2255 87% [====================================================== ] 1973/2255 87% [====================================================== ] 1974/2255 87% [====================================================== ] 1975/2255 87% [====================================================== ] 1976/2255 87% [====================================================== ] 1977/2255 87% [====================================================== ] 1978/2255 87% [====================================================== ] 1979/2255 87% [====================================================== ] 1980/2255 87% [====================================================== ] 1981/2255 87% [====================================================== ] 1982/2255 87% [====================================================== ] 1983/2255 87% [====================================================== ] 1984/2255 87% [====================================================== ] 1985/2255 88% [====================================================== ] 1986/2255 88% [====================================================== ] 1987/2255 88% [====================================================== ] 1988/2255 88% [====================================================== ] 1989/2255 88% [====================================================== ] 1990/2255 88% [====================================================== ] 1991/2255 88% [====================================================== ] 1992/2255 88% [====================================================== ] 1993/2255 88% [====================================================== ] 1994/2255 88% [====================================================== ] 1995/2255 88% [====================================================== ] 1996/2255 88% [====================================================== ] 1997/2255 88% [====================================================== ] 1998/2255 88% [====================================================== ] 1999/2255 88% [====================================================== ] 2000/2255 88% [======================================================= ] 2001/2255 88% [======================================================= ] 2002/2255 88% [======================================================= ] 2003/2255 88% [======================================================= ] 2004/2255 88% [======================================================= ] 2005/2255 88% [======================================================= ] 2006/2255 88% [======================================================= ] 2007/2255 89% [======================================================= ] 2008/2255 89% [======================================================= ] 2009/2255 89% [======================================================= ] 2010/2255 89% [======================================================= ] 2011/2255 89% [======================================================= ] 2012/2255 89% [======================================================= ] 2013/2255 89% [======================================================= ] 2014/2255 89% [======================================================= ] 2015/2255 89% [======================================================= ] 2016/2255 89% [======================================================= ] 2017/2255 89% [======================================================= ] 2018/2255 89% [======================================================= ] 2019/2255 89% [======================================================= ] 2020/2255 89% [======================================================= ] 2021/2255 89% [======================================================= ] 2022/2255 89% [======================================================= ] 2023/2255 89% [======================================================= ] 2024/2255 89% [======================================================= ] 2025/2255 89% [======================================================= ] 2026/2255 89% [======================================================= ] 2027/2255 89% [======================================================= ] 2028/2255 89% [======================================================= ] 2029/2255 89% [======================================================= ] 2030/2255 90% [======================================================= ] 2031/2255 90% [======================================================= ] 2032/2255 90% [======================================================= ] 2033/2255 90% [======================================================= ] 2034/2255 90% [======================================================= ] 2035/2255 90% [======================================================= ] 2036/2255 90% [======================================================== ] 2037/2255 90% [======================================================== ] 2038/2255 90% [======================================================== ] 2039/2255 90% [======================================================== ] 2040/2255 90% [======================================================== ] 2041/2255 90% [======================================================== ] 2042/2255 90% [======================================================== ] 2043/2255 90% [======================================================== ] 2044/2255 90% [======================================================== ] 2045/2255 90% [======================================================== ] 2046/2255 90% [======================================================== ] 2047/2255 90% [======================================================== ] 2048/2255 90% [======================================================== ] 2049/2255 90% [======================================================== ] 2050/2255 90% [======================================================== ] 2051/2255 90% [======================================================== ] 2052/2255 90% [======================================================== ] 2053/2255 91% [======================================================== ] 2054/2255 91% [======================================================== ] 2055/2255 91% [======================================================== ] 2056/2255 91% [======================================================== ] 2057/2255 91% [======================================================== ] 2058/2255 91% [======================================================== ] 2059/2255 91% [======================================================== ] 2060/2255 91% [======================================================== ] 2061/2255 91% [======================================================== ] 2062/2255 91% [======================================================== ] 2063/2255 91% [======================================================== ] 2064/2255 91% [======================================================== ] 2065/2255 91% [======================================================== ] 2066/2255 91% [======================================================== ] 2067/2255 91% [======================================================== ] 2068/2255 91% [======================================================== ] 2069/2255 91% [======================================================== ] 2070/2255 91% [======================================================== ] 2071/2255 91% [======================================================== ] 2072/2255 91% [======================================================== ] 2073/2255 91% [========================================================= ] 2074/2255 91% [========================================================= ] 2075/2255 92% [========================================================= ] 2076/2255 92% [========================================================= ] 2077/2255 92% [========================================================= ] 2078/2255 92% [========================================================= ] 2079/2255 92% [========================================================= ] 2080/2255 92% [========================================================= ] 2081/2255 92% [========================================================= ] 2082/2255 92% [========================================================= ] 2083/2255 92% [========================================================= ] 2084/2255 92% [========================================================= ] 2085/2255 92% [========================================================= ] 2086/2255 92% [========================================================= ] 2087/2255 92% [========================================================= ] 2088/2255 92% [========================================================= ] 2089/2255 92% [========================================================= ] 2090/2255 92% [========================================================= ] 2091/2255 92% [========================================================= ] 2092/2255 92% [========================================================= ] 2093/2255 92% [========================================================= ] 2094/2255 92% [========================================================= ] 2095/2255 92% [========================================================= ] 2096/2255 92% [========================================================= ] 2097/2255 92% [========================================================= ] 2098/2255 93% [========================================================= ] 2099/2255 93% [========================================================= ] 2100/2255 93% [========================================================= ] 2101/2255 93% [========================================================= ] 2102/2255 93% [========================================================= ] 2103/2255 93% [========================================================= ] 2104/2255 93% [========================================================= ] 2105/2255 93% [========================================================= ] 2106/2255 93% [========================================================= ] 2107/2255 93% [========================================================= ] 2108/2255 93% [========================================================= ] 2109/2255 93% [========================================================== ] 2110/2255 93% [========================================================== ] 2111/2255 93% [========================================================== ] 2112/2255 93% [========================================================== ] 2113/2255 93% [========================================================== ] 2114/2255 93% [========================================================== ] 2115/2255 93% [========================================================== ] 2116/2255 93% [========================================================== ] 2117/2255 93% [========================================================== ] 2118/2255 93% [========================================================== ] 2119/2255 93% [========================================================== ] 2120/2255 94% [========================================================== ] 2121/2255 94% [========================================================== ] 2122/2255 94% [========================================================== ] 2123/2255 94% [========================================================== ] 2124/2255 94% [========================================================== ] 2125/2255 94% [========================================================== ] 2126/2255 94% [========================================================== ] 2127/2255 94% [========================================================== ] 2128/2255 94% [========================================================== ] 2129/2255 94% [========================================================== ] 2130/2255 94% [========================================================== ] 2131/2255 94% [========================================================== ] 2132/2255 94% [========================================================== ] 2133/2255 94% [========================================================== ] 2134/2255 94% [========================================================== ] 2135/2255 94% [========================================================== ] 2136/2255 94% [========================================================== ] 2137/2255 94% [========================================================== ] 2138/2255 94% [========================================================== ] 2139/2255 94% [========================================================== ] 2140/2255 94% [========================================================== ] 2141/2255 94% [========================================================== ] 2142/2255 94% [========================================================== ] 2143/2255 95% [========================================================== ] 2144/2255 95% [========================================================== ] 2145/2255 95% [=========================================================== ] 2146/2255 95% [=========================================================== ] 2147/2255 95% [=========================================================== ] 2148/2255 95% [=========================================================== ] 2149/2255 95% [=========================================================== ] 2150/2255 95% [=========================================================== ] 2151/2255 95% [=========================================================== ] 2152/2255 95% [=========================================================== ] 2153/2255 95% [=========================================================== ] 2154/2255 95% [=========================================================== ] 2155/2255 95% [=========================================================== ] 2156/2255 95% [=========================================================== ] 2157/2255 95% [=========================================================== ] 2158/2255 95% [=========================================================== ] 2159/2255 95% [=========================================================== ] 2160/2255 95% [=========================================================== ] 2161/2255 95% [=========================================================== ] 2162/2255 95% [=========================================================== ] 2163/2255 95% [=========================================================== ] 2164/2255 95% [=========================================================== ] 2165/2255 96% [=========================================================== ] 2166/2255 96% [=========================================================== ] 2167/2255 96% [=========================================================== ] 2168/2255 96% [=========================================================== ] 2169/2255 96% [=========================================================== ] 2170/2255 96% [=========================================================== ] 2171/2255 96% [=========================================================== ] 2172/2255 96% [=========================================================== ] 2173/2255 96% [=========================================================== ] 2174/2255 96% [=========================================================== ] 2175/2255 96% [=========================================================== ] 2176/2255 96% [=========================================================== ] 2177/2255 96% [=========================================================== ] 2178/2255 96% [=========================================================== ] 2179/2255 96% [=========================================================== ] 2180/2255 96% [=========================================================== ] 2181/2255 96% [=========================================================== ] 2182/2255 96% [============================================================ ] 2183/2255 96% [============================================================ ] 2184/2255 96% [============================================================ ] 2185/2255 96% [============================================================ ] 2186/2255 96% [============================================================ ] 2187/2255 96% [============================================================ ] 2188/2255 97% [============================================================ ] 2189/2255 97% [============================================================ ] 2190/2255 97% [============================================================ ] 2191/2255 97% [============================================================ ] 2192/2255 97% [============================================================ ] 2193/2255 97% [============================================================ ] 2194/2255 97% [============================================================ ] 2195/2255 97% [============================================================ ] 2196/2255 97% [============================================================ ] 2197/2255 97% [============================================================ ] 2198/2255 97% [============================================================ ] 2199/2255 97% [============================================================ ] 2200/2255 97% [============================================================ ] 2201/2255 97% [============================================================ ] 2202/2255 97% [============================================================ ] 2203/2255 97% [============================================================ ] 2204/2255 97% [============================================================ ] 2205/2255 97% [============================================================ ] 2206/2255 97% [============================================================ ] 2207/2255 97% [============================================================ ] 2208/2255 97% [============================================================ ] 2209/2255 97% [============================================================ ] 2210/2255 98% [============================================================ ] 2211/2255 98% [============================================================ ] 2212/2255 98% [============================================================ ] 2213/2255 98% [============================================================ ] 2214/2255 98% [============================================================ ] 2215/2255 98% [============================================================ ] 2216/2255 98% [============================================================ ] 2217/2255 98% [============================================================ ] 2218/2255 98% [============================================================= ] 2219/2255 98% [============================================================= ] 2220/2255 98% [============================================================= ] 2221/2255 98% [============================================================= ] 2222/2255 98% [============================================================= ] 2223/2255 98% [============================================================= ] 2224/2255 98% [============================================================= ] 2225/2255 98% [============================================================= ] 2226/2255 98% [============================================================= ] 2227/2255 98% [============================================================= ] 2228/2255 98% [============================================================= ] 2229/2255 98% [============================================================= ] 2230/2255 98% [============================================================= ] 2231/2255 98% [============================================================= ] 2232/2255 98% [============================================================= ] 2233/2255 99% [============================================================= ] 2234/2255 99% [============================================================= ] 2235/2255 99% [============================================================= ] 2236/2255 99% [============================================================= ] 2237/2255 99% [============================================================= ] 2238/2255 99% [============================================================= ] 2239/2255 99% [============================================================= ] 2240/2255 99% [============================================================= ] 2241/2255 99% [============================================================= ] 2242/2255 99% [============================================================= ] 2243/2255 99% [============================================================= ] 2244/2255 99% [============================================================= ] 2245/2255 99% [============================================================= ] 2246/2255 99% [============================================================= ] 2247/2255 99% [============================================================= ] 2248/2255 99% [============================================================= ] 2249/2255 99% [============================================================= ] 2250/2255 99% [============================================================= ] 2251/2255 99% [============================================================= ] 2252/2255 99% [============================================================= ] 2253/2255 99% [============================================================= ] 2254/2255 99% [==============================================================] 2255/2255 100% operation complete, 2255 objects in 30394 NAND pages. ln -snf /home/autobuild/autobuild/instance-1/output-1/host/mips64el-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-1/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-1/buildroot' >>> Buildroot 2023.05-rc2-18-ge7d40576fa Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.3.5 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.0 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.3 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-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> ethtool 6.2 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> ifupdown-scripts Collecting legal info >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> kexec 2.0.26 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> openssl Collecting legal info >>> libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-firmware 20221214 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.chelsio_firmware: OK (sha256: a5777f9e80aca0603b0648454de996168b1c530322550ccda94d6d78bcf6c061) LICENCE.fw_sst_0f28: OK (sha256: 60fbc9cccb455e1a3306c97db942d6f24fa93664be61d54c497637e6d0e2ae83) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.microchip: OK (sha256: 0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3) LICENCE.moxa: OK (sha256: 59ae206c89108905ebdc9ad4c9336526bd2c0d50fbf988c21e8c2a82719d42a4) LICENCE.ralink_a_mediatek_company_firmware: OK (sha256: 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> 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-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mg 3.6 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-qemu 8.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> raptor 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: 6b926a47abfb87451c436fbd4a868defec963d0232c70b806ac02d4a2a6e1968) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> host-rust-bin 1.68.2 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> host-sentry-cli 2.8.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysstat 12.6.1 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tcpdump 4.99.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'