>>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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" PKG_CONFIG="/home/autobuild/autobuild/instance-16/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-16/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-16/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-16/output-1/host/bin GIT_DIR=. PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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" PKG_CONFIG="/home/autobuild/autobuild/instance-16/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-16/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-16/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-16/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-16/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-16/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-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', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-16/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-16/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%thunderx2t99%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@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-16/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-16/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-16/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-16/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-16/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%thunderx2t99%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-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', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-16/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-16/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-16/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-16/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-16/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-16/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-16/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-16/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-16/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-16/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-16/output-1/target/etc/shells; fi grep -qsE '^/bin/mksh$' /home/autobuild/autobuild/instance-16/output-1/target/etc/shells || echo "/bin/mksh" >> /home/autobuild/autobuild/instance-16/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-16/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-16/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-16/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-16/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-16/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-16/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-16/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-16/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-16/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-16/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-16/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-16/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/include /home/autobuild/autobuild/instance-16/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-16/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-16/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-16/output-1/target/usr/doc find /home/autobuild/autobuild/instance-16/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-16/output-1/target/lib/ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-16/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-16/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/man /home/autobuild/autobuild/instance-16/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/info /home/autobuild/autobuild/instance-16/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/doc /home/autobuild/autobuild/instance-16/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-16/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-16/output-1/target/lib/debug /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-16/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-16/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-16/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-16/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-16/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-rc1-14-gf3b2f0f985"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-rc1\"" \ ) > /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-16/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-16/output-1/per-package \ /home/autobuild/autobuild/instance-16/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-16/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ntp -1 ntp -1 * - - - ntpd user\n\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-16/output-1/images rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-16/output-1/target/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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-16/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-16/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-16/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x none -o /home/autobuild/autobuild/instance-16/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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-16/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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" bzip2 -9 -c /home/autobuild/autobuild/instance-16/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-16/output-1/images/rootfs.ubifs.bz2 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-16/output-1/images rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-16/output-1/target/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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-16/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-16/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-16/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-16/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/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-16/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-16/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-16/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1270 objects. stage 2: creating image '/home/autobuild/autobuild/instance-16/output-1/images/rootfs.yaffs2' [ ] 1/1270 0% [ ] 2/1270 0% [ ] 3/1270 0% [ ] 4/1270 0% [ ] 5/1270 0% [ ] 6/1270 0% [ ] 7/1270 0% [ ] 8/1270 0% [ ] 9/1270 0% [ ] 10/1270 0% [ ] 11/1270 0% [ ] 12/1270 0% [ ] 13/1270 1% [ ] 14/1270 1% [ ] 15/1270 1% [ ] 16/1270 1% [ ] 17/1270 1% [ ] 18/1270 1% [ ] 19/1270 1% [ ] 20/1270 1% [= ] 21/1270 1% [= ] 22/1270 1% [= ] 23/1270 1% [= ] 24/1270 1% [= ] 25/1270 1% [= ] 26/1270 2% [= ] 27/1270 2% [= ] 28/1270 2% [= ] 29/1270 2% [= ] 30/1270 2% [= ] 31/1270 2% [= ] 32/1270 2% [= ] 33/1270 2% [= ] 34/1270 2% [= ] 35/1270 2% [= ] 36/1270 2% [= ] 37/1270 2% [= ] 38/1270 2% [= ] 39/1270 3% [= ] 40/1270 3% [== ] 41/1270 3% [== ] 42/1270 3% [== ] 43/1270 3% [== ] 44/1270 3% [== ] 45/1270 3% [== ] 46/1270 3% [== ] 47/1270 3% [== ] 48/1270 3% [== ] 49/1270 3% [== ] 50/1270 3% [== ] 51/1270 4% [== ] 52/1270 4% [== ] 53/1270 4% [== ] 54/1270 4% [== ] 55/1270 4% [== ] 56/1270 4% [== ] 57/1270 4% [== ] 58/1270 4% [== ] 59/1270 4% [== ] 60/1270 4% [== ] 61/1270 4% [=== ] 62/1270 4% [=== ] 63/1270 4% [=== ] 64/1270 5% [=== ] 65/1270 5% [=== ] 66/1270 5% [=== ] 67/1270 5% [=== ] 68/1270 5% [=== ] 69/1270 5% [=== ] 70/1270 5% [=== ] 71/1270 5% [=== ] 72/1270 5% [=== ] 73/1270 5% [=== ] 74/1270 5% [=== ] 75/1270 5% [=== ] 76/1270 5% [=== ] 77/1270 6% [=== ] 78/1270 6% [=== ] 79/1270 6% [=== ] 80/1270 6% [=== ] 81/1270 6% [==== ] 82/1270 6% [==== ] 83/1270 6% [==== ] 84/1270 6% [==== ] 85/1270 6% [==== ] 86/1270 6% [==== ] 87/1270 6% [==== ] 88/1270 6% [==== ] 89/1270 7% [==== ] 90/1270 7% [==== ] 91/1270 7% [==== ] 92/1270 7% [==== ] 93/1270 7% [==== ] 94/1270 7% [==== ] 95/1270 7% [==== ] 96/1270 7% [==== ] 97/1270 7% [==== ] 98/1270 7% [==== ] 99/1270 7% [==== ] 100/1270 7% [==== ] 101/1270 7% [==== ] 102/1270 8% [===== ] 103/1270 8% [===== ] 104/1270 8% [===== ] 105/1270 8% [===== ] 106/1270 8% [===== ] 107/1270 8% [===== ] 108/1270 8% [===== ] 109/1270 8% [===== ] 110/1270 8% [===== ] 111/1270 8% [===== ] 112/1270 8% [===== ] 113/1270 8% [===== ] 114/1270 8% [===== ] 115/1270 9% [===== ] 116/1270 9% [===== ] 117/1270 9% [===== ] 118/1270 9% [===== ] 119/1270 9% [===== ] 120/1270 9% [===== ] 121/1270 9% [===== ] 122/1270 9% [====== ] 123/1270 9% [====== ] 124/1270 9% [====== ] 125/1270 9% [====== ] 126/1270 9% [====== ] 127/1270 10% [====== ] 128/1270 10% [====== ] 129/1270 10% [====== ] 130/1270 10% [====== ] 131/1270 10% [====== ] 132/1270 10% [====== ] 133/1270 10% [====== ] 134/1270 10% [====== ] 135/1270 10% [====== ] 136/1270 10% [====== ] 137/1270 10% [====== ] 138/1270 10% [====== ] 139/1270 10% [====== ] 140/1270 11% [====== ] 141/1270 11% [====== ] 142/1270 11% [====== ] 143/1270 11% [======= ] 144/1270 11% [======= ] 145/1270 11% [======= ] 146/1270 11% [======= ] 147/1270 11% [======= ] 148/1270 11% [======= ] 149/1270 11% [======= ] 150/1270 11% [======= ] 151/1270 11% [======= ] 152/1270 11% [======= ] 153/1270 12% [======= ] 154/1270 12% [======= ] 155/1270 12% [======= ] 156/1270 12% [======= ] 157/1270 12% [======= ] 158/1270 12% [======= ] 159/1270 12% [======= ] 160/1270 12% [======= ] 161/1270 12% [======= ] 162/1270 12% [======= ] 163/1270 12% [======== ] 164/1270 12% [======== ] 165/1270 12% [======== ] 166/1270 13% [======== ] 167/1270 13% [======== ] 168/1270 13% [======== ] 169/1270 13% [======== ] 170/1270 13% [======== ] 171/1270 13% [======== ] 172/1270 13% [======== ] 173/1270 13% [======== ] 174/1270 13% [======== ] 175/1270 13% [======== ] 176/1270 13% [======== ] 177/1270 13% [======== ] 178/1270 14% [======== ] 179/1270 14% [======== ] 180/1270 14% [======== ] 181/1270 14% [======== ] 182/1270 14% [======== ] 183/1270 14% [======== ] 184/1270 14% [========= ] 185/1270 14% [========= ] 186/1270 14% [========= ] 187/1270 14% [========= ] 188/1270 14% [========= ] 189/1270 14% [========= ] 190/1270 14% [========= ] 191/1270 15% [========= ] 192/1270 15% [========= ] 193/1270 15% [========= ] 194/1270 15% [========= ] 195/1270 15% [========= ] 196/1270 15% [========= ] 197/1270 15% [========= ] 198/1270 15% [========= ] 199/1270 15% [========= ] 200/1270 15% [========= ] 201/1270 15% [========= ] 202/1270 15% [========= ] 203/1270 15% [========= ] 204/1270 16% [========== ] 205/1270 16% [========== ] 206/1270 16% [========== ] 207/1270 16% [========== ] 208/1270 16% [========== ] 209/1270 16% [========== ] 210/1270 16% [========== ] 211/1270 16% [========== ] 212/1270 16% [========== ] 213/1270 16% [========== ] 214/1270 16% [========== ] 215/1270 16% [========== ] 216/1270 17% [========== ] 217/1270 17% [========== ] 218/1270 17% [========== ] 219/1270 17% [========== ] 220/1270 17% [========== ] 221/1270 17% [========== ] 222/1270 17% [========== ] 223/1270 17% [========== ] 224/1270 17% [========== ] 225/1270 17% [=========== ] 226/1270 17% [=========== ] 227/1270 17% [=========== ] 228/1270 17% [=========== ] 229/1270 18% [=========== ] 230/1270 18% [=========== ] 231/1270 18% [=========== ] 232/1270 18% [=========== ] 233/1270 18% [=========== ] 234/1270 18% [=========== ] 235/1270 18% [=========== ] 236/1270 18% [=========== ] 237/1270 18% [=========== ] 238/1270 18% [=========== ] 239/1270 18% [=========== ] 240/1270 18% [=========== ] 241/1270 18% [=========== ] 242/1270 19% [=========== ] 243/1270 19% [=========== ] 244/1270 19% [=========== ] 245/1270 19% [============ ] 246/1270 19% [============ ] 247/1270 19% [============ ] 248/1270 19% [============ ] 249/1270 19% [============ ] 250/1270 19% [============ ] 251/1270 19% [============ ] 252/1270 19% [============ ] 253/1270 19% [============ ] 254/1270 20% [============ ] 255/1270 20% [============ ] 256/1270 20% [============ ] 257/1270 20% [============ ] 258/1270 20% [============ ] 259/1270 20% [============ ] 260/1270 20% [============ ] 261/1270 20% [============ ] 262/1270 20% [============ ] 263/1270 20% [============ ] 264/1270 20% [============ ] 265/1270 20% [============ ] 266/1270 20% [============= ] 267/1270 21% [============= ] 268/1270 21% [============= ] 269/1270 21% [============= ] 270/1270 21% [============= ] 271/1270 21% [============= ] 272/1270 21% [============= ] 273/1270 21% [============= ] 274/1270 21% [============= ] 275/1270 21% [============= ] 276/1270 21% [============= ] 277/1270 21% [============= ] 278/1270 21% [============= ] 279/1270 21% [============= ] 280/1270 22% [============= ] 281/1270 22% [============= ] 282/1270 22% [============= ] 283/1270 22% [============= ] 284/1270 22% [============= ] 285/1270 22% [============= ] 286/1270 22% [============== ] 287/1270 22% [============== ] 288/1270 22% [============== ] 289/1270 22% [============== ] 290/1270 22% [============== ] 291/1270 22% [============== ] 292/1270 22% [============== ] 293/1270 23% [============== ] 294/1270 23% [============== ] 295/1270 23% [============== ] 296/1270 23% [============== ] 297/1270 23% [============== ] 298/1270 23% [============== ] 299/1270 23% [============== ] 300/1270 23% [============== ] 301/1270 23% [============== ] 302/1270 23% [============== ] 303/1270 23% [============== ] 304/1270 23% [============== ] 305/1270 24% [============== ] 306/1270 24% [============== ] 307/1270 24% [=============== ] 308/1270 24% [=============== ] 309/1270 24% [=============== ] 310/1270 24% [=============== ] 311/1270 24% [=============== ] 312/1270 24% [=============== ] 313/1270 24% [=============== ] 314/1270 24% [=============== ] 315/1270 24% [=============== ] 316/1270 24% [=============== ] 317/1270 24% [=============== ] 318/1270 25% [=============== ] 319/1270 25% [=============== ] 320/1270 25% [=============== ] 321/1270 25% [=============== ] 322/1270 25% [=============== ] 323/1270 25% [=============== ] 324/1270 25% [=============== ] 325/1270 25% [=============== ] 326/1270 25% [=============== ] 327/1270 25% [================ ] 328/1270 25% [================ ] 329/1270 25% [================ ] 330/1270 25% [================ ] 331/1270 26% [================ ] 332/1270 26% [================ ] 333/1270 26% [================ ] 334/1270 26% [================ ] 335/1270 26% [================ ] 336/1270 26% [================ ] 337/1270 26% [================ ] 338/1270 26% [================ ] 339/1270 26% [================ ] 340/1270 26% [================ ] 341/1270 26% [================ ] 342/1270 26% [================ ] 343/1270 27% [================ ] 344/1270 27% [================ ] 345/1270 27% [================ ] 346/1270 27% [================ ] 347/1270 27% [================ ] 348/1270 27% [================= ] 349/1270 27% [================= ] 350/1270 27% [================= ] 351/1270 27% [================= ] 352/1270 27% [================= ] 353/1270 27% [================= ] 354/1270 27% [================= ] 355/1270 27% [================= ] 356/1270 28% [================= ] 357/1270 28% [================= ] 358/1270 28% [================= ] 359/1270 28% [================= ] 360/1270 28% [================= ] 361/1270 28% [================= ] 362/1270 28% [================= ] 363/1270 28% [================= ] 364/1270 28% [================= ] 365/1270 28% [================= ] 366/1270 28% [================= ] 367/1270 28% [================= ] 368/1270 28% [================== ] 369/1270 29% [================== ] 370/1270 29% [================== ] 371/1270 29% [================== ] 372/1270 29% [================== ] 373/1270 29% [================== ] 374/1270 29% [================== ] 375/1270 29% [================== ] 376/1270 29% [================== ] 377/1270 29% [================== ] 378/1270 29% [================== ] 379/1270 29% [================== ] 380/1270 29% [================== ] 381/1270 30% [================== ] 382/1270 30% [================== ] 383/1270 30% [================== ] 384/1270 30% [================== ] 385/1270 30% [================== ] 386/1270 30% [================== ] 387/1270 30% [================== ] 388/1270 30% [================== ] 389/1270 30% [=================== ] 390/1270 30% [=================== ] 391/1270 30% [=================== ] 392/1270 30% [=================== ] 393/1270 30% [=================== ] 394/1270 31% [=================== ] 395/1270 31% [=================== ] 396/1270 31% [=================== ] 397/1270 31% [=================== ] 398/1270 31% [=================== ] 399/1270 31% [=================== ] 400/1270 31% [=================== ] 401/1270 31% [=================== ] 402/1270 31% [=================== ] 403/1270 31% [=================== ] 404/1270 31% [=================== ] 405/1270 31% [=================== ] 406/1270 31% [=================== ] 407/1270 32% [=================== ] 408/1270 32% [=================== ] 409/1270 32% [==================== ] 410/1270 32% [==================== ] 411/1270 32% [==================== ] 412/1270 32% [==================== ] 413/1270 32% [==================== ] 414/1270 32% [==================== ] 415/1270 32% [==================== ] 416/1270 32% [==================== ] 417/1270 32% [==================== ] 418/1270 32% [==================== ] 419/1270 32% [==================== ] 420/1270 33% [==================== ] 421/1270 33% [==================== ] 422/1270 33% [==================== ] 423/1270 33% [==================== ] 424/1270 33% [==================== ] 425/1270 33% [==================== ] 426/1270 33% [==================== ] 427/1270 33% [==================== ] 428/1270 33% [==================== ] 429/1270 33% [==================== ] 430/1270 33% [===================== ] 431/1270 33% [===================== ] 432/1270 34% [===================== ] 433/1270 34% [===================== ] 434/1270 34% [===================== ] 435/1270 34% [===================== ] 436/1270 34% [===================== ] 437/1270 34% [===================== ] 438/1270 34% [===================== ] 439/1270 34% [===================== ] 440/1270 34% [===================== ] 441/1270 34% [===================== ] 442/1270 34% [===================== ] 443/1270 34% [===================== ] 444/1270 34% [===================== ] 445/1270 35% [===================== ] 446/1270 35% [===================== ] 447/1270 35% [===================== ] 448/1270 35% [===================== ] 449/1270 35% [===================== ] 450/1270 35% [====================== ] 451/1270 35% [====================== ] 452/1270 35% [====================== ] 453/1270 35% [====================== ] 454/1270 35% [====================== ] 455/1270 35% [====================== ] 456/1270 35% [====================== ] 457/1270 35% [====================== ] 458/1270 36% [====================== ] 459/1270 36% [====================== ] 460/1270 36% [====================== ] 461/1270 36% [====================== ] 462/1270 36% [====================== ] 463/1270 36% [====================== ] 464/1270 36% [====================== ] 465/1270 36% [====================== ] 466/1270 36% [====================== ] 467/1270 36% [====================== ] 468/1270 36% [====================== ] 469/1270 36% [====================== ] 470/1270 37% [====================== ] 471/1270 37% [======================= ] 472/1270 37% [======================= ] 473/1270 37% [======================= ] 474/1270 37% [======================= ] 475/1270 37% [======================= ] 476/1270 37% [======================= ] 477/1270 37% [======================= ] 478/1270 37% [======================= ] 479/1270 37% [======================= ] 480/1270 37% [======================= ] 481/1270 37% [======================= ] 482/1270 37% [======================= ] 483/1270 38% [======================= ] 484/1270 38% [======================= ] 485/1270 38% [======================= ] 486/1270 38% [======================= ] 487/1270 38% [======================= ] 488/1270 38% [======================= ] 489/1270 38% [======================= ] 490/1270 38% [======================= ] 491/1270 38% [======================== ] 492/1270 38% [======================== ] 493/1270 38% [======================== ] 494/1270 38% [======================== ] 495/1270 38% [======================== ] 496/1270 39% [======================== ] 497/1270 39% [======================== ] 498/1270 39% [======================== ] 499/1270 39% [======================== ] 500/1270 39% [======================== ] 501/1270 39% [======================== ] 502/1270 39% [======================== ] 503/1270 39% [======================== ] 504/1270 39% [======================== ] 505/1270 39% [======================== ] 506/1270 39% [======================== ] 507/1270 39% [======================== ] 508/1270 40% [======================== ] 509/1270 40% [======================== ] 510/1270 40% [======================== ] 511/1270 40% [======================== ] 512/1270 40% [========================= ] 513/1270 40% [========================= ] 514/1270 40% [========================= ] 515/1270 40% [========================= ] 516/1270 40% [========================= ] 517/1270 40% [========================= ] 518/1270 40% [========================= ] 519/1270 40% [========================= ] 520/1270 40% [========================= ] 521/1270 41% [========================= ] 522/1270 41% [========================= ] 523/1270 41% [========================= ] 524/1270 41% [========================= ] 525/1270 41% [========================= ] 526/1270 41% [========================= ] 527/1270 41% [========================= ] 528/1270 41% [========================= ] 529/1270 41% [========================= ] 530/1270 41% [========================= ] 531/1270 41% [========================= ] 532/1270 41% [========================== ] 533/1270 41% [========================== ] 534/1270 42% [========================== ] 535/1270 42% [========================== ] 536/1270 42% [========================== ] 537/1270 42% [========================== ] 538/1270 42% [========================== ] 539/1270 42% [========================== ] 540/1270 42% [========================== ] 541/1270 42% [========================== ] 542/1270 42% [========================== ] 543/1270 42% [========================== ] 544/1270 42% [========================== ] 545/1270 42% [========================== ] 546/1270 42% [========================== ] 547/1270 43% [========================== ] 548/1270 43% [========================== ] 549/1270 43% [========================== ] 550/1270 43% [========================== ] 551/1270 43% [========================== ] 552/1270 43% [========================== ] 553/1270 43% [=========================== ] 554/1270 43% [=========================== ] 555/1270 43% [=========================== ] 556/1270 43% [=========================== ] 557/1270 43% [=========================== ] 558/1270 43% [=========================== ] 559/1270 44% [=========================== ] 560/1270 44% [=========================== ] 561/1270 44% [=========================== ] 562/1270 44% [=========================== ] 563/1270 44% [=========================== ] 564/1270 44% [=========================== ] 565/1270 44% [=========================== ] 566/1270 44% [=========================== ] 567/1270 44% [=========================== ] 568/1270 44% [=========================== ] 569/1270 44% [=========================== ] 570/1270 44% [=========================== ] 571/1270 44% [=========================== ] 572/1270 45% [=========================== ] 573/1270 45% [============================ ] 574/1270 45% [============================ ] 575/1270 45% [============================ ] 576/1270 45% [============================ ] 577/1270 45% [============================ ] 578/1270 45% [============================ ] 579/1270 45% [============================ ] 580/1270 45% [============================ ] 581/1270 45% [============================ ] 582/1270 45% [============================ ] 583/1270 45% [============================ ] 584/1270 45% [============================ ] 585/1270 46% [============================ ] 586/1270 46% [============================ ] 587/1270 46% [============================ ] 588/1270 46% [============================ ] 589/1270 46% [============================ ] 590/1270 46% [============================ ] 591/1270 46% [============================ ] 592/1270 46% [============================ ] 593/1270 46% [============================ ] 594/1270 46% [============================= ] 595/1270 46% [============================= ] 596/1270 46% [============================= ] 597/1270 47% [============================= ] 598/1270 47% [============================= ] 599/1270 47% [============================= ] 600/1270 47% [============================= ] 601/1270 47% [============================= ] 602/1270 47% [============================= ] 603/1270 47% [============================= ] 604/1270 47% [============================= ] 605/1270 47% [============================= ] 606/1270 47% [============================= ] 607/1270 47% [============================= ] 608/1270 47% [============================= ] 609/1270 47% [============================= ] 610/1270 48% [============================= ] 611/1270 48% [============================= ] 612/1270 48% [============================= ] 613/1270 48% [============================= ] 614/1270 48% [============================== ] 615/1270 48% [============================== ] 616/1270 48% [============================== ] 617/1270 48% [============================== ] 618/1270 48% [============================== ] 619/1270 48% [============================== ] 620/1270 48% [============================== ] 621/1270 48% [============================== ] 622/1270 48% [============================== ] 623/1270 49% [============================== ] 624/1270 49% [============================== ] 625/1270 49% [============================== ] 626/1270 49% [============================== ] 627/1270 49% [============================== ] 628/1270 49% [============================== ] 629/1270 49% [============================== ] 630/1270 49% [============================== ] 631/1270 49% [============================== ] 632/1270 49% [============================== ] 633/1270 49% [============================== ] 634/1270 49% [=============================== ] 635/1270 50% [=============================== ] 636/1270 50% [=============================== ] 637/1270 50% [=============================== ] 638/1270 50% [=============================== ] 639/1270 50% [=============================== ] 640/1270 50% [=============================== ] 641/1270 50% [=============================== ] 642/1270 50% [=============================== ] 643/1270 50% [=============================== ] 644/1270 50% [=============================== ] 645/1270 50% [=============================== ] 646/1270 50% [=============================== ] 647/1270 50% [=============================== ] 648/1270 51% [=============================== ] 649/1270 51% [=============================== ] 650/1270 51% [=============================== ] 651/1270 51% [=============================== ] 652/1270 51% [=============================== ] 653/1270 51% [=============================== ] 654/1270 51% [=============================== ] 655/1270 51% [================================ ] 656/1270 51% [================================ ] 657/1270 51% [================================ ] 658/1270 51% [================================ ] 659/1270 51% [================================ ] 660/1270 51% [================================ ] 661/1270 52% [================================ ] 662/1270 52% [================================ ] 663/1270 52% [================================ ] 664/1270 52% [================================ ] 665/1270 52% [================================ ] 666/1270 52% [================================ ] 667/1270 52% [================================ ] 668/1270 52% [================================ ] 669/1270 52% [================================ ] 670/1270 52% [================================ ] 671/1270 52% [================================ ] 672/1270 52% [================================ ] 673/1270 52% [================================ ] 674/1270 53% [================================ ] 675/1270 53% [================================= ] 676/1270 53% [================================= ] 677/1270 53% [================================= ] 678/1270 53% [================================= ] 679/1270 53% [================================= ] 680/1270 53% [================================= ] 681/1270 53% [================================= ] 682/1270 53% [================================= ] 683/1270 53% [================================= ] 684/1270 53% [================================= ] 685/1270 53% [================================= ] 686/1270 54% [================================= ] 687/1270 54% [================================= ] 688/1270 54% [================================= ] 689/1270 54% [================================= ] 690/1270 54% [================================= ] 691/1270 54% [================================= ] 692/1270 54% [================================= ] 693/1270 54% [================================= ] 694/1270 54% [================================= ] 695/1270 54% [================================= ] 696/1270 54% [================================== ] 697/1270 54% [================================== ] 698/1270 54% [================================== ] 699/1270 55% [================================== ] 700/1270 55% [================================== ] 701/1270 55% [================================== ] 702/1270 55% [================================== ] 703/1270 55% [================================== ] 704/1270 55% [================================== ] 705/1270 55% [================================== ] 706/1270 55% [================================== ] 707/1270 55% [================================== ] 708/1270 55% [================================== ] 709/1270 55% [================================== ] 710/1270 55% [================================== ] 711/1270 55% [================================== ] 712/1270 56% [================================== ] 713/1270 56% [================================== ] 714/1270 56% [================================== ] 715/1270 56% [================================== ] 716/1270 56% [=================================== ] 717/1270 56% [=================================== ] 718/1270 56% [=================================== ] 719/1270 56% [=================================== ] 720/1270 56% [=================================== ] 721/1270 56% [=================================== ] 722/1270 56% [=================================== ] 723/1270 56% [=================================== ] 724/1270 57% [=================================== ] 725/1270 57% [=================================== ] 726/1270 57% [=================================== ] 727/1270 57% [=================================== ] 728/1270 57% [=================================== ] 729/1270 57% [=================================== ] 730/1270 57% [=================================== ] 731/1270 57% [=================================== ] 732/1270 57% [=================================== ] 733/1270 57% [=================================== ] 734/1270 57% [=================================== ] 735/1270 57% [=================================== ] 736/1270 57% [=================================== ] 737/1270 58% [==================================== ] 738/1270 58% [==================================== ] 739/1270 58% [==================================== ] 740/1270 58% [==================================== ] 741/1270 58% [==================================== ] 742/1270 58% [==================================== ] 743/1270 58% [==================================== ] 744/1270 58% [==================================== ] 745/1270 58% [==================================== ] 746/1270 58% [==================================== ] 747/1270 58% [==================================== ] 748/1270 58% [==================================== ] 749/1270 58% [==================================== ] 750/1270 59% [==================================== ] 751/1270 59% [==================================== ] 752/1270 59% [==================================== ] 753/1270 59% [==================================== ] 754/1270 59% [==================================== ] 755/1270 59% [==================================== ] 756/1270 59% [==================================== ] 757/1270 59% [===================================== ] 758/1270 59% [===================================== ] 759/1270 59% [===================================== ] 760/1270 59% [===================================== ] 761/1270 59% [===================================== ] 762/1270 60% [===================================== ] 763/1270 60% [===================================== ] 764/1270 60% [===================================== ] 765/1270 60% [===================================== ] 766/1270 60% [===================================== ] 767/1270 60% [===================================== ] 768/1270 60% [===================================== ] 769/1270 60% [===================================== ] 770/1270 60% [===================================== ] 771/1270 60% [===================================== ] 772/1270 60% [===================================== ] 773/1270 60% [===================================== ] 774/1270 60% [===================================== ] 775/1270 61% [===================================== ] 776/1270 61% [===================================== ] 777/1270 61% [===================================== ] 778/1270 61% [====================================== ] 779/1270 61% [====================================== ] 780/1270 61% [====================================== ] 781/1270 61% [====================================== ] 782/1270 61% [====================================== ] 783/1270 61% [====================================== ] 784/1270 61% [====================================== ] 785/1270 61% [====================================== ] 786/1270 61% [====================================== ] 787/1270 61% [====================================== ] 788/1270 62% [====================================== ] 789/1270 62% [====================================== ] 790/1270 62% [====================================== ] 791/1270 62% [====================================== ] 792/1270 62% [====================================== ] 793/1270 62% [====================================== ] 794/1270 62% [====================================== ] 795/1270 62% [====================================== ] 796/1270 62% [====================================== ] 797/1270 62% [====================================== ] 798/1270 62% [======================================= ] 799/1270 62% [======================================= ] 800/1270 62% [======================================= ] 801/1270 63% [======================================= ] 802/1270 63% [======================================= ] 803/1270 63% [======================================= ] 804/1270 63% [======================================= ] 805/1270 63% [======================================= ] 806/1270 63% [======================================= ] 807/1270 63% [======================================= ] 808/1270 63% [======================================= ] 809/1270 63% [======================================= ] 810/1270 63% [======================================= ] 811/1270 63% [======================================= ] 812/1270 63% [======================================= ] 813/1270 64% [======================================= ] 814/1270 64% [======================================= ] 815/1270 64% [======================================= ] 816/1270 64% [======================================= ] 817/1270 64% [======================================= ] 818/1270 64% [======================================= ] 819/1270 64% [======================================== ] 820/1270 64% [======================================== ] 821/1270 64% [======================================== ] 822/1270 64% [======================================== ] 823/1270 64% [======================================== ] 824/1270 64% [======================================== ] 825/1270 64% [======================================== ] 826/1270 65% [======================================== ] 827/1270 65% [======================================== ] 828/1270 65% [======================================== ] 829/1270 65% [======================================== ] 830/1270 65% [======================================== ] 831/1270 65% [======================================== ] 832/1270 65% [======================================== ] 833/1270 65% [======================================== ] 834/1270 65% [======================================== ] 835/1270 65% [======================================== ] 836/1270 65% [======================================== ] 837/1270 65% [======================================== ] 838/1270 65% [======================================== ] 839/1270 66% [========================================= ] 840/1270 66% [========================================= ] 841/1270 66% [========================================= ] 842/1270 66% [========================================= ] 843/1270 66% [========================================= ] 844/1270 66% [========================================= ] 845/1270 66% [========================================= ] 846/1270 66% [========================================= ] 847/1270 66% [========================================= ] 848/1270 66% [========================================= ] 849/1270 66% [========================================= ] 850/1270 66% [========================================= ] 851/1270 67% [========================================= ] 852/1270 67% [========================================= ] 853/1270 67% [========================================= ] 854/1270 67% [========================================= ] 855/1270 67% [========================================= ] 856/1270 67% [========================================= ] 857/1270 67% [========================================= ] 858/1270 67% [========================================= ] 859/1270 67% [========================================= ] 860/1270 67% [========================================== ] 861/1270 67% [========================================== ] 862/1270 67% [========================================== ] 863/1270 67% [========================================== ] 864/1270 68% [========================================== ] 865/1270 68% [========================================== ] 866/1270 68% [========================================== ] 867/1270 68% [========================================== ] 868/1270 68% [========================================== ] 869/1270 68% [========================================== ] 870/1270 68% [========================================== ] 871/1270 68% [========================================== ] 872/1270 68% [========================================== ] 873/1270 68% [========================================== ] 874/1270 68% [========================================== ] 875/1270 68% [========================================== ] 876/1270 68% [========================================== ] 877/1270 69% [========================================== ] 878/1270 69% [========================================== ] 879/1270 69% [========================================== ] 880/1270 69% [=========================================== ] 881/1270 69% [=========================================== ] 882/1270 69% [=========================================== ] 883/1270 69% [=========================================== ] 884/1270 69% [=========================================== ] 885/1270 69% [=========================================== ] 886/1270 69% [=========================================== ] 887/1270 69% [=========================================== ] 888/1270 69% [=========================================== ] 889/1270 70% [=========================================== ] 890/1270 70% [=========================================== ] 891/1270 70% [=========================================== ] 892/1270 70% [=========================================== ] 893/1270 70% [=========================================== ] 894/1270 70% [=========================================== ] 895/1270 70% [=========================================== ] 896/1270 70% [=========================================== ] 897/1270 70% [=========================================== ] 898/1270 70% [=========================================== ] 899/1270 70% [=========================================== ] 900/1270 70% [=========================================== ] 901/1270 70% [============================================ ] 902/1270 71% [============================================ ] 903/1270 71% [============================================ ] 904/1270 71% [============================================ ] 905/1270 71% [============================================ ] 906/1270 71% [============================================ ] 907/1270 71% [============================================ ] 908/1270 71% [============================================ ] 909/1270 71% [============================================ ] 910/1270 71% [============================================ ] 911/1270 71% [============================================ ] 912/1270 71% [============================================ ] 913/1270 71% [============================================ ] 914/1270 71% [============================================ ] 915/1270 72% [============================================ ] 916/1270 72% [============================================ ] 917/1270 72% [============================================ ] 918/1270 72% [============================================ ] 919/1270 72% [============================================ ] 920/1270 72% [============================================ ] 921/1270 72% [============================================= ] 922/1270 72% [============================================= ] 923/1270 72% [============================================= ] 924/1270 72% [============================================= ] 925/1270 72% [============================================= ] 926/1270 72% [============================================= ] 927/1270 72% [============================================= ] 928/1270 73% [============================================= ] 929/1270 73% [============================================= ] 930/1270 73% [============================================= ] 931/1270 73% [============================================= ] 932/1270 73% [============================================= ] 933/1270 73% [============================================= ] 934/1270 73% [============================================= ] 935/1270 73% [============================================= ] 936/1270 73% [============================================= ] 937/1270 73% [============================================= ] 938/1270 73% [============================================= ] 939/1270 73% [============================================= ] 940/1270 74% [============================================= ] 941/1270 74% [============================================= ] 942/1270 74% [============================================== ] 943/1270 74% [============================================== ] 944/1270 74% [============================================== ] 945/1270 74% [============================================== ] 946/1270 74% [============================================== ] 947/1270 74% [============================================== ] 948/1270 74% [============================================== ] 949/1270 74% [============================================== ] 950/1270 74% [============================================== ] 951/1270 74% [============================================== ] 952/1270 74% [============================================== ] 953/1270 75% [============================================== ] 954/1270 75% [============================================== ] 955/1270 75% [============================================== ] 956/1270 75% [============================================== ] 957/1270 75% [============================================== ] 958/1270 75% [============================================== ] 959/1270 75% [============================================== ] 960/1270 75% [============================================== ] 961/1270 75% [============================================== ] 962/1270 75% [=============================================== ] 963/1270 75% [=============================================== ] 964/1270 75% [=============================================== ] 965/1270 75% [=============================================== ] 966/1270 76% [=============================================== ] 967/1270 76% [=============================================== ] 968/1270 76% [=============================================== ] 969/1270 76% [=============================================== ] 970/1270 76% [=============================================== ] 971/1270 76% [=============================================== ] 972/1270 76% [=============================================== ] 973/1270 76% [=============================================== ] 974/1270 76% [=============================================== ] 975/1270 76% [=============================================== ] 976/1270 76% [=============================================== ] 977/1270 76% [=============================================== ] 978/1270 77% [=============================================== ] 979/1270 77% [=============================================== ] 980/1270 77% [=============================================== ] 981/1270 77% [=============================================== ] 982/1270 77% [=============================================== ] 983/1270 77% [================================================ ] 984/1270 77% [================================================ ] 985/1270 77% [================================================ ] 986/1270 77% [================================================ ] 987/1270 77% [================================================ ] 988/1270 77% [================================================ ] 989/1270 77% [================================================ ] 990/1270 77% [================================================ ] 991/1270 78% [================================================ ] 992/1270 78% [================================================ ] 993/1270 78% [================================================ ] 994/1270 78% [================================================ ] 995/1270 78% [================================================ ] 996/1270 78% [================================================ ] 997/1270 78% [================================================ ] 998/1270 78% [================================================ ] 999/1270 78% [================================================ ] 1000/1270 78% [================================================ ] 1001/1270 78% [================================================ ] 1002/1270 78% [================================================ ] 1003/1270 78% [================================================= ] 1004/1270 79% [================================================= ] 1005/1270 79% [================================================= ] 1006/1270 79% [================================================= ] 1007/1270 79% [================================================= ] 1008/1270 79% [================================================= ] 1009/1270 79% [================================================= ] 1010/1270 79% [================================================= ] 1011/1270 79% [================================================= ] 1012/1270 79% [================================================= ] 1013/1270 79% [================================================= ] 1014/1270 79% [================================================= ] 1015/1270 79% [================================================= ] 1016/1270 80% [================================================= ] 1017/1270 80% [================================================= ] 1018/1270 80% [================================================= ] 1019/1270 80% [================================================= ] 1020/1270 80% [================================================= ] 1021/1270 80% [================================================= ] 1022/1270 80% [================================================= ] 1023/1270 80% [================================================= ] 1024/1270 80% [================================================== ] 1025/1270 80% [================================================== ] 1026/1270 80% [================================================== ] 1027/1270 80% [================================================== ] 1028/1270 80% [================================================== ] 1029/1270 81% [================================================== ] 1030/1270 81% [================================================== ] 1031/1270 81% [================================================== ] 1032/1270 81% [================================================== ] 1033/1270 81% [================================================== ] 1034/1270 81% [================================================== ] 1035/1270 81% [================================================== ] 1036/1270 81% [================================================== ] 1037/1270 81% [================================================== ] 1038/1270 81% [================================================== ] 1039/1270 81% [================================================== ] 1040/1270 81% [================================================== ] 1041/1270 81% [================================================== ] 1042/1270 82% [================================================== ] 1043/1270 82% [================================================== ] 1044/1270 82% [=================================================== ] 1045/1270 82% [=================================================== ] 1046/1270 82% [=================================================== ] 1047/1270 82% [=================================================== ] 1048/1270 82% [=================================================== ] 1049/1270 82% [=================================================== ] 1050/1270 82% [=================================================== ] 1051/1270 82% [=================================================== ] 1052/1270 82% [=================================================== ] 1053/1270 82% [=================================================== ] 1054/1270 82% [=================================================== ] 1055/1270 83% [=================================================== ] 1056/1270 83% [=================================================== ] 1057/1270 83% [=================================================== ] 1058/1270 83% [=================================================== ] 1059/1270 83% [=================================================== ] 1060/1270 83% [=================================================== ] 1061/1270 83% [=================================================== ] 1062/1270 83% [=================================================== ] 1063/1270 83% [=================================================== ] 1064/1270 83% [=================================================== ] 1065/1270 83% [==================================================== ] 1066/1270 83% [==================================================== ] 1067/1270 84% [==================================================== ] 1068/1270 84% [==================================================== ] 1069/1270 84% [==================================================== ] 1070/1270 84% [==================================================== ] 1071/1270 84% [==================================================== ] 1072/1270 84% [==================================================== ] 1073/1270 84% [==================================================== ] 1074/1270 84% [==================================================== ] 1075/1270 84% [==================================================== ] 1076/1270 84% [==================================================== ] 1077/1270 84% [==================================================== ] 1078/1270 84% [==================================================== ] 1079/1270 84% [==================================================== ] 1080/1270 85% [==================================================== ] 1081/1270 85% [==================================================== ] 1082/1270 85% [==================================================== ] 1083/1270 85% [==================================================== ] 1084/1270 85% [==================================================== ] 1085/1270 85% [===================================================== ] 1086/1270 85% [===================================================== ] 1087/1270 85% [===================================================== ] 1088/1270 85% [===================================================== ] 1089/1270 85% [===================================================== ] 1090/1270 85% [===================================================== ] 1091/1270 85% [===================================================== ] 1092/1270 85% [===================================================== ] 1093/1270 86% [===================================================== ] 1094/1270 86% [===================================================== ] 1095/1270 86% [===================================================== ] 1096/1270 86% [===================================================== ] 1097/1270 86% [===================================================== ] 1098/1270 86% [===================================================== ] 1099/1270 86% [===================================================== ] 1100/1270 86% [===================================================== ] 1101/1270 86% [===================================================== ] 1102/1270 86% [===================================================== ] 1103/1270 86% [===================================================== ] 1104/1270 86% [===================================================== ] 1105/1270 87% [===================================================== ] 1106/1270 87% [====================================================== ] 1107/1270 87% [====================================================== ] 1108/1270 87% [====================================================== ] 1109/1270 87% [====================================================== ] 1110/1270 87% [====================================================== ] 1111/1270 87% [====================================================== ] 1112/1270 87% [====================================================== ] 1113/1270 87% [====================================================== ] 1114/1270 87% [====================================================== ] 1115/1270 87% [====================================================== ] 1116/1270 87% [====================================================== ] 1117/1270 87% [====================================================== ] 1118/1270 88% [====================================================== ] 1119/1270 88% [====================================================== ] 1120/1270 88% [====================================================== ] 1121/1270 88% [====================================================== ] 1122/1270 88% [====================================================== ] 1123/1270 88% [====================================================== ] 1124/1270 88% [====================================================== ] 1125/1270 88% [====================================================== ] 1126/1270 88% [======================================================= ] 1127/1270 88% [======================================================= ] 1128/1270 88% [======================================================= ] 1129/1270 88% [======================================================= ] 1130/1270 88% [======================================================= ] 1131/1270 89% [======================================================= ] 1132/1270 89% [======================================================= ] 1133/1270 89% [======================================================= ] 1134/1270 89% [======================================================= ] 1135/1270 89% [======================================================= ] 1136/1270 89% [======================================================= ] 1137/1270 89% [======================================================= ] 1138/1270 89% [======================================================= ] 1139/1270 89% [======================================================= ] 1140/1270 89% [======================================================= ] 1141/1270 89% [======================================================= ] 1142/1270 89% [======================================================= ] 1143/1270 90% [======================================================= ] 1144/1270 90% [======================================================= ] 1145/1270 90% [======================================================= ] 1146/1270 90% [======================================================= ] 1147/1270 90% [======================================================== ] 1148/1270 90% [======================================================== ] 1149/1270 90% [======================================================== ] 1150/1270 90% [======================================================== ] 1151/1270 90% [======================================================== ] 1152/1270 90% [======================================================== ] 1153/1270 90% [======================================================== ] 1154/1270 90% [======================================================== ] 1155/1270 90% [======================================================== ] 1156/1270 91% [======================================================== ] 1157/1270 91% [======================================================== ] 1158/1270 91% [======================================================== ] 1159/1270 91% [======================================================== ] 1160/1270 91% [======================================================== ] 1161/1270 91% [======================================================== ] 1162/1270 91% [======================================================== ] 1163/1270 91% [======================================================== ] 1164/1270 91% [======================================================== ] 1165/1270 91% [======================================================== ] 1166/1270 91% [======================================================== ] 1167/1270 91% [========================================================= ] 1168/1270 91% [========================================================= ] 1169/1270 92% [========================================================= ] 1170/1270 92% [========================================================= ] 1171/1270 92% [========================================================= ] 1172/1270 92% [========================================================= ] 1173/1270 92% [========================================================= ] 1174/1270 92% [========================================================= ] 1175/1270 92% [========================================================= ] 1176/1270 92% [========================================================= ] 1177/1270 92% [========================================================= ] 1178/1270 92% [========================================================= ] 1179/1270 92% [========================================================= ] 1180/1270 92% [========================================================= ] 1181/1270 92% [========================================================= ] 1182/1270 93% [========================================================= ] 1183/1270 93% [========================================================= ] 1184/1270 93% [========================================================= ] 1185/1270 93% [========================================================= ] 1186/1270 93% [========================================================= ] 1187/1270 93% [========================================================= ] 1188/1270 93% [========================================================== ] 1189/1270 93% [========================================================== ] 1190/1270 93% [========================================================== ] 1191/1270 93% [========================================================== ] 1192/1270 93% [========================================================== ] 1193/1270 93% [========================================================== ] 1194/1270 94% [========================================================== ] 1195/1270 94% [========================================================== ] 1196/1270 94% [========================================================== ] 1197/1270 94% [========================================================== ] 1198/1270 94% [========================================================== ] 1199/1270 94% [========================================================== ] 1200/1270 94% [========================================================== ] 1201/1270 94% [========================================================== ] 1202/1270 94% [========================================================== ] 1203/1270 94% [========================================================== ] 1204/1270 94% [========================================================== ] 1205/1270 94% [========================================================== ] 1206/1270 94% [========================================================== ] 1207/1270 95% [========================================================== ] 1208/1270 95% [=========================================================== ] 1209/1270 95% [=========================================================== ] 1210/1270 95% [=========================================================== ] 1211/1270 95% [=========================================================== ] 1212/1270 95% [=========================================================== ] 1213/1270 95% [=========================================================== ] 1214/1270 95% [=========================================================== ] 1215/1270 95% [=========================================================== ] 1216/1270 95% [=========================================================== ] 1217/1270 95% [=========================================================== ] 1218/1270 95% [=========================================================== ] 1219/1270 95% [=========================================================== ] 1220/1270 96% [=========================================================== ] 1221/1270 96% [=========================================================== ] 1222/1270 96% [=========================================================== ] 1223/1270 96% [=========================================================== ] 1224/1270 96% [=========================================================== ] 1225/1270 96% [=========================================================== ] 1226/1270 96% [=========================================================== ] 1227/1270 96% [=========================================================== ] 1228/1270 96% [=========================================================== ] 1229/1270 96% [============================================================ ] 1230/1270 96% [============================================================ ] 1231/1270 96% [============================================================ ] 1232/1270 97% [============================================================ ] 1233/1270 97% [============================================================ ] 1234/1270 97% [============================================================ ] 1235/1270 97% [============================================================ ] 1236/1270 97% [============================================================ ] 1237/1270 97% [============================================================ ] 1238/1270 97% [============================================================ ] 1239/1270 97% [============================================================ ] 1240/1270 97% [============================================================ ] 1241/1270 97% [============================================================ ] 1242/1270 97% [============================================================ ] 1243/1270 97% [============================================================ ] 1244/1270 97% [============================================================ ] 1245/1270 98% [============================================================ ] 1246/1270 98% [============================================================ ] 1247/1270 98% [============================================================ ] 1248/1270 98% [============================================================ ] 1249/1270 98% [============================================================= ] 1250/1270 98% [============================================================= ] 1251/1270 98% [============================================================= ] 1252/1270 98% [============================================================= ] 1253/1270 98% [============================================================= ] 1254/1270 98% [============================================================= ] 1255/1270 98% [============================================================= ] 1256/1270 98% [============================================================= ] 1257/1270 98% [============================================================= ] 1258/1270 99% [============================================================= ] 1259/1270 99% [============================================================= ] 1260/1270 99% [============================================================= ] 1261/1270 99% [============================================================= ] 1262/1270 99% [============================================================= ] 1263/1270 99% [============================================================= ] 1264/1270 99% [============================================================= ] 1265/1270 99% [============================================================= ] 1266/1270 99% [============================================================= ] 1267/1270 99% [============================================================= ] 1268/1270 99% [============================================================= ] 1269/1270 99% [==============================================================] 1270/1270 100% operation complete, 1270 objects in 58543 NAND pages. ln -snf /home/autobuild/autobuild/instance-16/output-1/host/aarch64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-16/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-16/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-16/buildroot' >>> Buildroot 2024.05-rc1-14-gf3b2f0f985 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> 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.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.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.8.12 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 >>> audit 3.1.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> ntp 4.2.8p17 Collecting legal info COPYRIGHT: OK (sha256: 06246b8c15ccc1a1873c78525c810f0802e68f383e79ee041e06d1ab9cbf80a4) >>> host-autoconf 2.72 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) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-periphery 2.4.2 Collecting legal info LICENSE: OK (sha256: 2c29e38ac4d393558522c5fa671bd03f9d6f7d751c899a3482b20ab2a0ba5122) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> crucible 2023.11.02 Collecting legal info LICENSE: OK (sha256: a89c50d83be30fe7ec75be69a07f6c1b5dfaae0a6b94a678d2394fff34acb69c) >>> host-go 1.22.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libdnet 1.16.4 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dmidecode 3.5 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> fftw-long-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> hackrf 2023.01.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> initscripts Collecting legal info >>> iozone 3.506 Collecting legal info docs/License.txt: OK (sha256: bff7909fd698708d15613a4fb977a193cff98f44ef170c2dc1dd502974df75b2) >>> iw 5.19 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> host-meson 1.3.1 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-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libassuan 2.5.7 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.48 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libhtp 0.5.48 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmaxminddb 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpagekite 0.91.201110 Collecting legal info doc/COPYING.md: OK (sha256: ba443b9c9d4273d06aae3e147e9ad1ec199cc9c23455f486a039536d47f57eed) doc/LICENSE-2.0.txt: OK (sha256: 4a271d0bb6bb6e0bac880efddb46da73e6df3dcf0d9ca08a945a232f8ab882ef) doc/AGPLv3.txt: OK (sha256: 8e0f770cabe772d67d36469f6bf413afd2dcfa6ac37acfc65f770cf3a134106d) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libyang 2.1.148 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> libzip 1.10.1 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> matio 1.5.26 Collecting legal info COPYING: OK (sha256: b3da766592f242fd5cdd4dfd15ac5e6119e88fd6844c3c0e7acb8ad3178280a3) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mrouted 4.5 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> musepack 475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open-lldp 1.1 Collecting legal info COPYING: OK (sha256: 67af5abeb092213cd9c53781503320f635ba28b641e0c3f24d367e8e93a9839b) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> openlayers 9.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> openresolv 3.13.2 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pinentry 1.2.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pound 4.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-rust-bin 1.74.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> strace 6.8 Collecting legal info COPYING: OK (sha256: 1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> sysstat 12.7.5 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> wavpack 5.7.0 Collecting legal info COPYING: OK (sha256: 35a87c7390cd00e51e7a7cbb0486df7897201347e4625779248ace48e7e6cfbc) >>> wtfutil 0.41.0 Collecting legal info LICENSE.md: OK (sha256: b59f3dbd83c6aa4e003b6eafa80bc53f0629e4d164e8b125c56869c2603dbc8f) >>> binaries-marvell c5d3ef2b63ba66d8717ecbe679fd2e639cde88ee Collecting legal info README.md: OK (sha256: e6d08ef60068ee72c68835001a24eb832dcba27cac0dde0f179dfb428be050ca) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-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: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-16/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-16/buildroot'