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-4/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-4/output-1/host/bin GIT_DIR=. PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/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-4/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-4/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-4/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-4/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-4/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-4/output-1/host/bin/m68k-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-4/output-1/host/bin/m68k-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-4/output-1/host/bin/m68k-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%68040%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-4/output-1/host/m68k-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-4/output-1/host/bin/m68k-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-4/output-1/host/bin/m68k-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-4/output-1/host/bin/m68k-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%68040%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-4/output-1/host/m68k-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-4/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-4/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-4/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-4/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-4/output-1/target/etc/passwd printf '%s\n' C en_US locale-archive > /home/autobuild/autobuild/instance-4/output-1/build/locales.nopurge for dir in /home/autobuild/autobuild/instance-4/output-1/target/usr/share/locale /home/autobuild/autobuild/instance-4/output-1/target/usr/share/X11/locale /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/autobuild/autobuild/instance-4/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/autobuild/autobuild/instance-4/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/autobuild/autobuild/instance-4/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/autobuild/autobuild/instance-4/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/include /home/autobuild/autobuild/instance-4/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-4/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-4/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-4/output-1/target/usr/doc find /home/autobuild/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-4/output-1/target/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-4/output-1/host/bin/m68k-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-4/output-1/host/bin/m68k-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/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-4/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-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-971-ge321e81cf9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package \ /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' frr -1 frr -1 * /var/run/frr - frrvty FRR user priv\n redis -1 redis -1 * /var/lib/redis /bin/false - Redis Server\n tss -1 tss -1 * - - - tss user for tpm2\n\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /etc/frr/daemons f 640 frr frr - - - - -\n /etc/frr/daemons.conf f 640 frr frr - - - - -\n /etc/frr/frr.conf f 640 frr frr - - - - -\n /etc/frr/vtysh.conf f 640 frr frrvty - - - - -\n /etc/frr/support_bundle_commands.conf f 640 frr frr\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1422 number of 4KB nodes: 19296 Total image size: 66605405 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/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-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1422 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/1422 0% [ ] 2/1422 0% [ ] 3/1422 0% [ ] 4/1422 0% [ ] 5/1422 0% [ ] 6/1422 0% [ ] 7/1422 0% [ ] 8/1422 0% [ ] 9/1422 0% [ ] 10/1422 0% [ ] 11/1422 0% [ ] 12/1422 0% [ ] 13/1422 0% [ ] 14/1422 0% [ ] 15/1422 1% [ ] 16/1422 1% [ ] 17/1422 1% [ ] 18/1422 1% [ ] 19/1422 1% [ ] 20/1422 1% [ ] 21/1422 1% [ ] 22/1422 1% [= ] 23/1422 1% [= ] 24/1422 1% [= ] 25/1422 1% [= ] 26/1422 1% [= ] 27/1422 1% [= ] 28/1422 1% [= ] 29/1422 2% [= ] 30/1422 2% [= ] 31/1422 2% [= ] 32/1422 2% [= ] 33/1422 2% [= ] 34/1422 2% [= ] 35/1422 2% [= ] 36/1422 2% [= ] 37/1422 2% [= ] 38/1422 2% [= ] 39/1422 2% [= ] 40/1422 2% [= ] 41/1422 2% [= ] 42/1422 2% [= ] 43/1422 3% [= ] 44/1422 3% [= ] 45/1422 3% [== ] 46/1422 3% [== ] 47/1422 3% [== ] 48/1422 3% [== ] 49/1422 3% [== ] 50/1422 3% [== ] 51/1422 3% [== ] 52/1422 3% [== ] 53/1422 3% [== ] 54/1422 3% [== ] 55/1422 3% [== ] 56/1422 3% [== ] 57/1422 4% [== ] 58/1422 4% [== ] 59/1422 4% [== ] 60/1422 4% [== ] 61/1422 4% [== ] 62/1422 4% [== ] 63/1422 4% [== ] 64/1422 4% [== ] 65/1422 4% [== ] 66/1422 4% [== ] 67/1422 4% [== ] 68/1422 4% [=== ] 69/1422 4% [=== ] 70/1422 4% [=== ] 71/1422 4% [=== ] 72/1422 5% [=== ] 73/1422 5% [=== ] 74/1422 5% [=== ] 75/1422 5% [=== ] 76/1422 5% [=== ] 77/1422 5% [=== ] 78/1422 5% [=== ] 79/1422 5% [=== ] 80/1422 5% [=== ] 81/1422 5% [=== ] 82/1422 5% [=== ] 83/1422 5% [=== ] 84/1422 5% [=== ] 85/1422 5% [=== ] 86/1422 6% [=== ] 87/1422 6% [=== ] 88/1422 6% [=== ] 89/1422 6% [=== ] 90/1422 6% [=== ] 91/1422 6% [==== ] 92/1422 6% [==== ] 93/1422 6% [==== ] 94/1422 6% [==== ] 95/1422 6% [==== ] 96/1422 6% [==== ] 97/1422 6% [==== ] 98/1422 6% [==== ] 99/1422 6% [==== ] 100/1422 7% [==== ] 101/1422 7% [==== ] 102/1422 7% [==== ] 103/1422 7% [==== ] 104/1422 7% [==== ] 105/1422 7% [==== ] 106/1422 7% [==== ] 107/1422 7% [==== ] 108/1422 7% [==== ] 109/1422 7% [==== ] 110/1422 7% [==== ] 111/1422 7% [==== ] 112/1422 7% [==== ] 113/1422 7% [==== ] 114/1422 8% [===== ] 115/1422 8% [===== ] 116/1422 8% [===== ] 117/1422 8% [===== ] 118/1422 8% [===== ] 119/1422 8% [===== ] 120/1422 8% [===== ] 121/1422 8% [===== ] 122/1422 8% [===== ] 123/1422 8% [===== ] 124/1422 8% [===== ] 125/1422 8% [===== ] 126/1422 8% [===== ] 127/1422 8% [===== ] 128/1422 9% [===== ] 129/1422 9% [===== ] 130/1422 9% [===== ] 131/1422 9% [===== ] 132/1422 9% [===== ] 133/1422 9% [===== ] 134/1422 9% [===== ] 135/1422 9% [===== ] 136/1422 9% [===== ] 137/1422 9% [====== ] 138/1422 9% [====== ] 139/1422 9% [====== ] 140/1422 9% [====== ] 141/1422 9% [====== ] 142/1422 9% [====== ] 143/1422 10% [====== ] 144/1422 10% [====== ] 145/1422 10% [====== ] 146/1422 10% [====== ] 147/1422 10% [====== ] 148/1422 10% [====== ] 149/1422 10% [====== ] 150/1422 10% [====== ] 151/1422 10% [====== ] 152/1422 10% [====== ] 153/1422 10% [====== ] 154/1422 10% [====== ] 155/1422 10% [====== ] 156/1422 10% [====== ] 157/1422 11% [====== ] 158/1422 11% [====== ] 159/1422 11% [====== ] 160/1422 11% [======= ] 161/1422 11% [======= ] 162/1422 11% [======= ] 163/1422 11% [======= ] 164/1422 11% [======= ] 165/1422 11% [======= ] 166/1422 11% [======= ] 167/1422 11% [======= ] 168/1422 11% [======= ] 169/1422 11% [======= ] 170/1422 11% [======= ] 171/1422 12% [======= ] 172/1422 12% [======= ] 173/1422 12% [======= ] 174/1422 12% [======= ] 175/1422 12% [======= ] 176/1422 12% [======= ] 177/1422 12% [======= ] 178/1422 12% [======= ] 179/1422 12% [======= ] 180/1422 12% [======= ] 181/1422 12% [======= ] 182/1422 12% [======= ] 183/1422 12% [======== ] 184/1422 12% [======== ] 185/1422 13% [======== ] 186/1422 13% [======== ] 187/1422 13% [======== ] 188/1422 13% [======== ] 189/1422 13% [======== ] 190/1422 13% [======== ] 191/1422 13% [======== ] 192/1422 13% [======== ] 193/1422 13% [======== ] 194/1422 13% [======== ] 195/1422 13% [======== ] 196/1422 13% [======== ] 197/1422 13% [======== ] 198/1422 13% [======== ] 199/1422 13% [======== ] 200/1422 14% [======== ] 201/1422 14% [======== ] 202/1422 14% [======== ] 203/1422 14% [======== ] 204/1422 14% [======== ] 205/1422 14% [======== ] 206/1422 14% [========= ] 207/1422 14% [========= ] 208/1422 14% [========= ] 209/1422 14% [========= ] 210/1422 14% [========= ] 211/1422 14% [========= ] 212/1422 14% [========= ] 213/1422 14% [========= ] 214/1422 15% [========= ] 215/1422 15% [========= ] 216/1422 15% [========= ] 217/1422 15% [========= ] 218/1422 15% [========= ] 219/1422 15% [========= ] 220/1422 15% [========= ] 221/1422 15% [========= ] 222/1422 15% [========= ] 223/1422 15% [========= ] 224/1422 15% [========= ] 225/1422 15% [========= ] 226/1422 15% [========= ] 227/1422 15% [========= ] 228/1422 16% [========= ] 229/1422 16% [========== ] 230/1422 16% [========== ] 231/1422 16% [========== ] 232/1422 16% [========== ] 233/1422 16% [========== ] 234/1422 16% [========== ] 235/1422 16% [========== ] 236/1422 16% [========== ] 237/1422 16% [========== ] 238/1422 16% [========== ] 239/1422 16% [========== ] 240/1422 16% [========== ] 241/1422 16% [========== ] 242/1422 17% [========== ] 243/1422 17% [========== ] 244/1422 17% [========== ] 245/1422 17% [========== ] 246/1422 17% [========== ] 247/1422 17% [========== ] 248/1422 17% [========== ] 249/1422 17% [========== ] 250/1422 17% [========== ] 251/1422 17% [========== ] 252/1422 17% [=========== ] 253/1422 17% [=========== ] 254/1422 17% [=========== ] 255/1422 17% [=========== ] 256/1422 18% [=========== ] 257/1422 18% [=========== ] 258/1422 18% [=========== ] 259/1422 18% [=========== ] 260/1422 18% [=========== ] 261/1422 18% [=========== ] 262/1422 18% [=========== ] 263/1422 18% [=========== ] 264/1422 18% [=========== ] 265/1422 18% [=========== ] 266/1422 18% [=========== ] 267/1422 18% [=========== ] 268/1422 18% [=========== ] 269/1422 18% [=========== ] 270/1422 18% [=========== ] 271/1422 19% [=========== ] 272/1422 19% [=========== ] 273/1422 19% [=========== ] 274/1422 19% [=========== ] 275/1422 19% [============ ] 276/1422 19% [============ ] 277/1422 19% [============ ] 278/1422 19% [============ ] 279/1422 19% [============ ] 280/1422 19% [============ ] 281/1422 19% [============ ] 282/1422 19% [============ ] 283/1422 19% [============ ] 284/1422 19% [============ ] 285/1422 20% [============ ] 286/1422 20% [============ ] 287/1422 20% [============ ] 288/1422 20% [============ ] 289/1422 20% [============ ] 290/1422 20% [============ ] 291/1422 20% [============ ] 292/1422 20% [============ ] 293/1422 20% [============ ] 294/1422 20% [============ ] 295/1422 20% [============ ] 296/1422 20% [============ ] 297/1422 20% [============ ] 298/1422 20% [============= ] 299/1422 21% [============= ] 300/1422 21% [============= ] 301/1422 21% [============= ] 302/1422 21% [============= ] 303/1422 21% [============= ] 304/1422 21% [============= ] 305/1422 21% [============= ] 306/1422 21% [============= ] 307/1422 21% [============= ] 308/1422 21% [============= ] 309/1422 21% [============= ] 310/1422 21% [============= ] 311/1422 21% [============= ] 312/1422 21% [============= ] 313/1422 22% [============= ] 314/1422 22% [============= ] 315/1422 22% [============= ] 316/1422 22% [============= ] 317/1422 22% [============= ] 318/1422 22% [============= ] 319/1422 22% [============= ] 320/1422 22% [============= ] 321/1422 22% [============== ] 322/1422 22% [============== ] 323/1422 22% [============== ] 324/1422 22% [============== ] 325/1422 22% [============== ] 326/1422 22% [============== ] 327/1422 22% [============== ] 328/1422 23% [============== ] 329/1422 23% [============== ] 330/1422 23% [============== ] 331/1422 23% [============== ] 332/1422 23% [============== ] 333/1422 23% [============== ] 334/1422 23% [============== ] 335/1422 23% [============== ] 336/1422 23% [============== ] 337/1422 23% [============== ] 338/1422 23% [============== ] 339/1422 23% [============== ] 340/1422 23% [============== ] 341/1422 23% [============== ] 342/1422 24% [============== ] 343/1422 24% [============== ] 344/1422 24% [=============== ] 345/1422 24% [=============== ] 346/1422 24% [=============== ] 347/1422 24% [=============== ] 348/1422 24% [=============== ] 349/1422 24% [=============== ] 350/1422 24% [=============== ] 351/1422 24% [=============== ] 352/1422 24% [=============== ] 353/1422 24% [=============== ] 354/1422 24% [=============== ] 355/1422 24% [=============== ] 356/1422 25% [=============== ] 357/1422 25% [=============== ] 358/1422 25% [=============== ] 359/1422 25% [=============== ] 360/1422 25% [=============== ] 361/1422 25% [=============== ] 362/1422 25% [=============== ] 363/1422 25% [=============== ] 364/1422 25% [=============== ] 365/1422 25% [=============== ] 366/1422 25% [================ ] 367/1422 25% [================ ] 368/1422 25% [================ ] 369/1422 25% [================ ] 370/1422 26% [================ ] 371/1422 26% [================ ] 372/1422 26% [================ ] 373/1422 26% [================ ] 374/1422 26% [================ ] 375/1422 26% [================ ] 376/1422 26% [================ ] 377/1422 26% [================ ] 378/1422 26% [================ ] 379/1422 26% [================ ] 380/1422 26% [================ ] 381/1422 26% [================ ] 382/1422 26% [================ ] 383/1422 26% [================ ] 384/1422 27% [================ ] 385/1422 27% [================ ] 386/1422 27% [================ ] 387/1422 27% [================ ] 388/1422 27% [================ ] 389/1422 27% [================= ] 390/1422 27% [================= ] 391/1422 27% [================= ] 392/1422 27% [================= ] 393/1422 27% [================= ] 394/1422 27% [================= ] 395/1422 27% [================= ] 396/1422 27% [================= ] 397/1422 27% [================= ] 398/1422 27% [================= ] 399/1422 28% [================= ] 400/1422 28% [================= ] 401/1422 28% [================= ] 402/1422 28% [================= ] 403/1422 28% [================= ] 404/1422 28% [================= ] 405/1422 28% [================= ] 406/1422 28% [================= ] 407/1422 28% [================= ] 408/1422 28% [================= ] 409/1422 28% [================= ] 410/1422 28% [================= ] 411/1422 28% [================= ] 412/1422 28% [================== ] 413/1422 29% [================== ] 414/1422 29% [================== ] 415/1422 29% [================== ] 416/1422 29% [================== ] 417/1422 29% [================== ] 418/1422 29% [================== ] 419/1422 29% [================== ] 420/1422 29% [================== ] 421/1422 29% [================== ] 422/1422 29% [================== ] 423/1422 29% [================== ] 424/1422 29% [================== ] 425/1422 29% [================== ] 426/1422 29% [================== ] 427/1422 30% [================== ] 428/1422 30% [================== ] 429/1422 30% [================== ] 430/1422 30% [================== ] 431/1422 30% [================== ] 432/1422 30% [================== ] 433/1422 30% [================== ] 434/1422 30% [================== ] 435/1422 30% [=================== ] 436/1422 30% [=================== ] 437/1422 30% [=================== ] 438/1422 30% [=================== ] 439/1422 30% [=================== ] 440/1422 30% [=================== ] 441/1422 31% [=================== ] 442/1422 31% [=================== ] 443/1422 31% [=================== ] 444/1422 31% [=================== ] 445/1422 31% [=================== ] 446/1422 31% [=================== ] 447/1422 31% [=================== ] 448/1422 31% [=================== ] 449/1422 31% [=================== ] 450/1422 31% [=================== ] 451/1422 31% [=================== ] 452/1422 31% [=================== ] 453/1422 31% [=================== ] 454/1422 31% [=================== ] 455/1422 31% [=================== ] 456/1422 32% [=================== ] 457/1422 32% [=================== ] 458/1422 32% [==================== ] 459/1422 32% [==================== ] 460/1422 32% [==================== ] 461/1422 32% [==================== ] 462/1422 32% [==================== ] 463/1422 32% [==================== ] 464/1422 32% [==================== ] 465/1422 32% [==================== ] 466/1422 32% [==================== ] 467/1422 32% [==================== ] 468/1422 32% [==================== ] 469/1422 32% [==================== ] 470/1422 33% [==================== ] 471/1422 33% [==================== ] 472/1422 33% [==================== ] 473/1422 33% [==================== ] 474/1422 33% [==================== ] 475/1422 33% [==================== ] 476/1422 33% [==================== ] 477/1422 33% [==================== ] 478/1422 33% [==================== ] 479/1422 33% [==================== ] 480/1422 33% [==================== ] 481/1422 33% [===================== ] 482/1422 33% [===================== ] 483/1422 33% [===================== ] 484/1422 34% [===================== ] 485/1422 34% [===================== ] 486/1422 34% [===================== ] 487/1422 34% [===================== ] 488/1422 34% [===================== ] 489/1422 34% [===================== ] 490/1422 34% [===================== ] 491/1422 34% [===================== ] 492/1422 34% [===================== ] 493/1422 34% [===================== ] 494/1422 34% [===================== ] 495/1422 34% [===================== ] 496/1422 34% [===================== ] 497/1422 34% [===================== ] 498/1422 35% [===================== ] 499/1422 35% [===================== ] 500/1422 35% [===================== ] 501/1422 35% [===================== ] 502/1422 35% [===================== ] 503/1422 35% [===================== ] 504/1422 35% [====================== ] 505/1422 35% [====================== ] 506/1422 35% [====================== ] 507/1422 35% [====================== ] 508/1422 35% [====================== ] 509/1422 35% [====================== ] 510/1422 35% [====================== ] 511/1422 35% [====================== ] 512/1422 36% [====================== ] 513/1422 36% [====================== ] 514/1422 36% [====================== ] 515/1422 36% [====================== ] 516/1422 36% [====================== ] 517/1422 36% [====================== ] 518/1422 36% [====================== ] 519/1422 36% [====================== ] 520/1422 36% [====================== ] 521/1422 36% [====================== ] 522/1422 36% [====================== ] 523/1422 36% [====================== ] 524/1422 36% [====================== ] 525/1422 36% [====================== ] 526/1422 36% [====================== ] 527/1422 37% [======================= ] 528/1422 37% [======================= ] 529/1422 37% [======================= ] 530/1422 37% [======================= ] 531/1422 37% [======================= ] 532/1422 37% [======================= ] 533/1422 37% [======================= ] 534/1422 37% [======================= ] 535/1422 37% [======================= ] 536/1422 37% [======================= ] 537/1422 37% [======================= ] 538/1422 37% [======================= ] 539/1422 37% [======================= ] 540/1422 37% [======================= ] 541/1422 38% [======================= ] 542/1422 38% [======================= ] 543/1422 38% [======================= ] 544/1422 38% [======================= ] 545/1422 38% [======================= ] 546/1422 38% [======================= ] 547/1422 38% [======================= ] 548/1422 38% [======================= ] 549/1422 38% [======================= ] 550/1422 38% [======================== ] 551/1422 38% [======================== ] 552/1422 38% [======================== ] 553/1422 38% [======================== ] 554/1422 38% [======================== ] 555/1422 39% [======================== ] 556/1422 39% [======================== ] 557/1422 39% [======================== ] 558/1422 39% [======================== ] 559/1422 39% [======================== ] 560/1422 39% [======================== ] 561/1422 39% [======================== ] 562/1422 39% [======================== ] 563/1422 39% [======================== ] 564/1422 39% [======================== ] 565/1422 39% [======================== ] 566/1422 39% [======================== ] 567/1422 39% [======================== ] 568/1422 39% [======================== ] 569/1422 40% [======================== ] 570/1422 40% [======================== ] 571/1422 40% [======================== ] 572/1422 40% [======================== ] 573/1422 40% [========================= ] 574/1422 40% [========================= ] 575/1422 40% [========================= ] 576/1422 40% [========================= ] 577/1422 40% [========================= ] 578/1422 40% [========================= ] 579/1422 40% [========================= ] 580/1422 40% [========================= ] 581/1422 40% [========================= ] 582/1422 40% [========================= ] 583/1422 40% [========================= ] 584/1422 41% [========================= ] 585/1422 41% [========================= ] 586/1422 41% [========================= ] 587/1422 41% [========================= ] 588/1422 41% [========================= ] 589/1422 41% [========================= ] 590/1422 41% [========================= ] 591/1422 41% [========================= ] 592/1422 41% [========================= ] 593/1422 41% [========================= ] 594/1422 41% [========================= ] 595/1422 41% [========================= ] 596/1422 41% [========================== ] 597/1422 41% [========================== ] 598/1422 42% [========================== ] 599/1422 42% [========================== ] 600/1422 42% [========================== ] 601/1422 42% [========================== ] 602/1422 42% [========================== ] 603/1422 42% [========================== ] 604/1422 42% [========================== ] 605/1422 42% [========================== ] 606/1422 42% [========================== ] 607/1422 42% [========================== ] 608/1422 42% [========================== ] 609/1422 42% [========================== ] 610/1422 42% [========================== ] 611/1422 42% [========================== ] 612/1422 43% [========================== ] 613/1422 43% [========================== ] 614/1422 43% [========================== ] 615/1422 43% [========================== ] 616/1422 43% [========================== ] 617/1422 43% [========================== ] 618/1422 43% [========================== ] 619/1422 43% [=========================== ] 620/1422 43% [=========================== ] 621/1422 43% [=========================== ] 622/1422 43% [=========================== ] 623/1422 43% [=========================== ] 624/1422 43% [=========================== ] 625/1422 43% [=========================== ] 626/1422 44% [=========================== ] 627/1422 44% [=========================== ] 628/1422 44% [=========================== ] 629/1422 44% [=========================== ] 630/1422 44% [=========================== ] 631/1422 44% [=========================== ] 632/1422 44% [=========================== ] 633/1422 44% [=========================== ] 634/1422 44% [=========================== ] 635/1422 44% [=========================== ] 636/1422 44% [=========================== ] 637/1422 44% [=========================== ] 638/1422 44% [=========================== ] 639/1422 44% [=========================== ] 640/1422 45% [=========================== ] 641/1422 45% [=========================== ] 642/1422 45% [============================ ] 643/1422 45% [============================ ] 644/1422 45% [============================ ] 645/1422 45% [============================ ] 646/1422 45% [============================ ] 647/1422 45% [============================ ] 648/1422 45% [============================ ] 649/1422 45% [============================ ] 650/1422 45% [============================ ] 651/1422 45% [============================ ] 652/1422 45% [============================ ] 653/1422 45% [============================ ] 654/1422 45% [============================ ] 655/1422 46% [============================ ] 656/1422 46% [============================ ] 657/1422 46% [============================ ] 658/1422 46% [============================ ] 659/1422 46% [============================ ] 660/1422 46% [============================ ] 661/1422 46% [============================ ] 662/1422 46% [============================ ] 663/1422 46% [============================ ] 664/1422 46% [============================ ] 665/1422 46% [============================= ] 666/1422 46% [============================= ] 667/1422 46% [============================= ] 668/1422 46% [============================= ] 669/1422 47% [============================= ] 670/1422 47% [============================= ] 671/1422 47% [============================= ] 672/1422 47% [============================= ] 673/1422 47% [============================= ] 674/1422 47% [============================= ] 675/1422 47% [============================= ] 676/1422 47% [============================= ] 677/1422 47% [============================= ] 678/1422 47% [============================= ] 679/1422 47% [============================= ] 680/1422 47% [============================= ] 681/1422 47% [============================= ] 682/1422 47% [============================= ] 683/1422 48% [============================= ] 684/1422 48% [============================= ] 685/1422 48% [============================= ] 686/1422 48% [============================= ] 687/1422 48% [============================= ] 688/1422 48% [============================== ] 689/1422 48% [============================== ] 690/1422 48% [============================== ] 691/1422 48% [============================== ] 692/1422 48% [============================== ] 693/1422 48% [============================== ] 694/1422 48% [============================== ] 695/1422 48% [============================== ] 696/1422 48% [============================== ] 697/1422 49% [============================== ] 698/1422 49% [============================== ] 699/1422 49% [============================== ] 700/1422 49% [============================== ] 701/1422 49% [============================== ] 702/1422 49% [============================== ] 703/1422 49% [============================== ] 704/1422 49% [============================== ] 705/1422 49% [============================== ] 706/1422 49% [============================== ] 707/1422 49% [============================== ] 708/1422 49% [============================== ] 709/1422 49% [============================== ] 710/1422 49% [=============================== ] 711/1422 50% [=============================== ] 712/1422 50% [=============================== ] 713/1422 50% [=============================== ] 714/1422 50% [=============================== ] 715/1422 50% [=============================== ] 716/1422 50% [=============================== ] 717/1422 50% [=============================== ] 718/1422 50% [=============================== ] 719/1422 50% [=============================== ] 720/1422 50% [=============================== ] 721/1422 50% [=============================== ] 722/1422 50% [=============================== ] 723/1422 50% [=============================== ] 724/1422 50% [=============================== ] 725/1422 50% [=============================== ] 726/1422 51% [=============================== ] 727/1422 51% [=============================== ] 728/1422 51% [=============================== ] 729/1422 51% [=============================== ] 730/1422 51% [=============================== ] 731/1422 51% [=============================== ] 732/1422 51% [=============================== ] 733/1422 51% [================================ ] 734/1422 51% [================================ ] 735/1422 51% [================================ ] 736/1422 51% [================================ ] 737/1422 51% [================================ ] 738/1422 51% [================================ ] 739/1422 51% [================================ ] 740/1422 52% [================================ ] 741/1422 52% [================================ ] 742/1422 52% [================================ ] 743/1422 52% [================================ ] 744/1422 52% [================================ ] 745/1422 52% [================================ ] 746/1422 52% [================================ ] 747/1422 52% [================================ ] 748/1422 52% [================================ ] 749/1422 52% [================================ ] 750/1422 52% [================================ ] 751/1422 52% [================================ ] 752/1422 52% [================================ ] 753/1422 52% [================================ ] 754/1422 53% [================================ ] 755/1422 53% [================================ ] 756/1422 53% [================================= ] 757/1422 53% [================================= ] 758/1422 53% [================================= ] 759/1422 53% [================================= ] 760/1422 53% [================================= ] 761/1422 53% [================================= ] 762/1422 53% [================================= ] 763/1422 53% [================================= ] 764/1422 53% [================================= ] 765/1422 53% [================================= ] 766/1422 53% [================================= ] 767/1422 53% [================================= ] 768/1422 54% [================================= ] 769/1422 54% [================================= ] 770/1422 54% [================================= ] 771/1422 54% [================================= ] 772/1422 54% [================================= ] 773/1422 54% [================================= ] 774/1422 54% [================================= ] 775/1422 54% [================================= ] 776/1422 54% [================================= ] 777/1422 54% [================================= ] 778/1422 54% [================================= ] 779/1422 54% [================================== ] 780/1422 54% [================================== ] 781/1422 54% [================================== ] 782/1422 54% [================================== ] 783/1422 55% [================================== ] 784/1422 55% [================================== ] 785/1422 55% [================================== ] 786/1422 55% [================================== ] 787/1422 55% [================================== ] 788/1422 55% [================================== ] 789/1422 55% [================================== ] 790/1422 55% [================================== ] 791/1422 55% [================================== ] 792/1422 55% [================================== ] 793/1422 55% [================================== ] 794/1422 55% [================================== ] 795/1422 55% [================================== ] 796/1422 55% [================================== ] 797/1422 56% [================================== ] 798/1422 56% [================================== ] 799/1422 56% [================================== ] 800/1422 56% [================================== ] 801/1422 56% [================================== ] 802/1422 56% [=================================== ] 803/1422 56% [=================================== ] 804/1422 56% [=================================== ] 805/1422 56% [=================================== ] 806/1422 56% [=================================== ] 807/1422 56% [=================================== ] 808/1422 56% [=================================== ] 809/1422 56% [=================================== ] 810/1422 56% [=================================== ] 811/1422 57% [=================================== ] 812/1422 57% [=================================== ] 813/1422 57% [=================================== ] 814/1422 57% [=================================== ] 815/1422 57% [=================================== ] 816/1422 57% [=================================== ] 817/1422 57% [=================================== ] 818/1422 57% [=================================== ] 819/1422 57% [=================================== ] 820/1422 57% [=================================== ] 821/1422 57% [=================================== ] 822/1422 57% [=================================== ] 823/1422 57% [=================================== ] 824/1422 57% [=================================== ] 825/1422 58% [==================================== ] 826/1422 58% [==================================== ] 827/1422 58% [==================================== ] 828/1422 58% [==================================== ] 829/1422 58% [==================================== ] 830/1422 58% [==================================== ] 831/1422 58% [==================================== ] 832/1422 58% [==================================== ] 833/1422 58% [==================================== ] 834/1422 58% [==================================== ] 835/1422 58% [==================================== ] 836/1422 58% [==================================== ] 837/1422 58% [==================================== ] 838/1422 58% [==================================== ] 839/1422 59% [==================================== ] 840/1422 59% [==================================== ] 841/1422 59% [==================================== ] 842/1422 59% [==================================== ] 843/1422 59% [==================================== ] 844/1422 59% [==================================== ] 845/1422 59% [==================================== ] 846/1422 59% [==================================== ] 847/1422 59% [==================================== ] 848/1422 59% [===================================== ] 849/1422 59% [===================================== ] 850/1422 59% [===================================== ] 851/1422 59% [===================================== ] 852/1422 59% [===================================== ] 853/1422 59% [===================================== ] 854/1422 60% [===================================== ] 855/1422 60% [===================================== ] 856/1422 60% [===================================== ] 857/1422 60% [===================================== ] 858/1422 60% [===================================== ] 859/1422 60% [===================================== ] 860/1422 60% [===================================== ] 861/1422 60% [===================================== ] 862/1422 60% [===================================== ] 863/1422 60% [===================================== ] 864/1422 60% [===================================== ] 865/1422 60% [===================================== ] 866/1422 60% [===================================== ] 867/1422 60% [===================================== ] 868/1422 61% [===================================== ] 869/1422 61% [===================================== ] 870/1422 61% [===================================== ] 871/1422 61% [====================================== ] 872/1422 61% [====================================== ] 873/1422 61% [====================================== ] 874/1422 61% [====================================== ] 875/1422 61% [====================================== ] 876/1422 61% [====================================== ] 877/1422 61% [====================================== ] 878/1422 61% [====================================== ] 879/1422 61% [====================================== ] 880/1422 61% [====================================== ] 881/1422 61% [====================================== ] 882/1422 62% [====================================== ] 883/1422 62% [====================================== ] 884/1422 62% [====================================== ] 885/1422 62% [====================================== ] 886/1422 62% [====================================== ] 887/1422 62% [====================================== ] 888/1422 62% [====================================== ] 889/1422 62% [====================================== ] 890/1422 62% [====================================== ] 891/1422 62% [====================================== ] 892/1422 62% [====================================== ] 893/1422 62% [====================================== ] 894/1422 62% [======================================= ] 895/1422 62% [======================================= ] 896/1422 63% [======================================= ] 897/1422 63% [======================================= ] 898/1422 63% [======================================= ] 899/1422 63% [======================================= ] 900/1422 63% [======================================= ] 901/1422 63% [======================================= ] 902/1422 63% [======================================= ] 903/1422 63% [======================================= ] 904/1422 63% [======================================= ] 905/1422 63% [======================================= ] 906/1422 63% [======================================= ] 907/1422 63% [======================================= ] 908/1422 63% [======================================= ] 909/1422 63% [======================================= ] 910/1422 63% [======================================= ] 911/1422 64% [======================================= ] 912/1422 64% [======================================= ] 913/1422 64% [======================================= ] 914/1422 64% [======================================= ] 915/1422 64% [======================================= ] 916/1422 64% [======================================= ] 917/1422 64% [======================================== ] 918/1422 64% [======================================== ] 919/1422 64% [======================================== ] 920/1422 64% [======================================== ] 921/1422 64% [======================================== ] 922/1422 64% [======================================== ] 923/1422 64% [======================================== ] 924/1422 64% [======================================== ] 925/1422 65% [======================================== ] 926/1422 65% [======================================== ] 927/1422 65% [======================================== ] 928/1422 65% [======================================== ] 929/1422 65% [======================================== ] 930/1422 65% [======================================== ] 931/1422 65% [======================================== ] 932/1422 65% [======================================== ] 933/1422 65% [======================================== ] 934/1422 65% [======================================== ] 935/1422 65% [======================================== ] 936/1422 65% [======================================== ] 937/1422 65% [======================================== ] 938/1422 65% [======================================== ] 939/1422 66% [======================================== ] 940/1422 66% [========================================= ] 941/1422 66% [========================================= ] 942/1422 66% [========================================= ] 943/1422 66% [========================================= ] 944/1422 66% [========================================= ] 945/1422 66% [========================================= ] 946/1422 66% [========================================= ] 947/1422 66% [========================================= ] 948/1422 66% [========================================= ] 949/1422 66% [========================================= ] 950/1422 66% [========================================= ] 951/1422 66% [========================================= ] 952/1422 66% [========================================= ] 953/1422 67% [========================================= ] 954/1422 67% [========================================= ] 955/1422 67% [========================================= ] 956/1422 67% [========================================= ] 957/1422 67% [========================================= ] 958/1422 67% [========================================= ] 959/1422 67% [========================================= ] 960/1422 67% [========================================= ] 961/1422 67% [========================================= ] 962/1422 67% [========================================= ] 963/1422 67% [========================================== ] 964/1422 67% [========================================== ] 965/1422 67% [========================================== ] 966/1422 67% [========================================== ] 967/1422 68% [========================================== ] 968/1422 68% [========================================== ] 969/1422 68% [========================================== ] 970/1422 68% [========================================== ] 971/1422 68% [========================================== ] 972/1422 68% [========================================== ] 973/1422 68% [========================================== ] 974/1422 68% [========================================== ] 975/1422 68% [========================================== ] 976/1422 68% [========================================== ] 977/1422 68% [========================================== ] 978/1422 68% [========================================== ] 979/1422 68% [========================================== ] 980/1422 68% [========================================== ] 981/1422 68% [========================================== ] 982/1422 69% [========================================== ] 983/1422 69% [========================================== ] 984/1422 69% [========================================== ] 985/1422 69% [========================================== ] 986/1422 69% [=========================================== ] 987/1422 69% [=========================================== ] 988/1422 69% [=========================================== ] 989/1422 69% [=========================================== ] 990/1422 69% [=========================================== ] 991/1422 69% [=========================================== ] 992/1422 69% [=========================================== ] 993/1422 69% [=========================================== ] 994/1422 69% [=========================================== ] 995/1422 69% [=========================================== ] 996/1422 70% [=========================================== ] 997/1422 70% [=========================================== ] 998/1422 70% [=========================================== ] 999/1422 70% [=========================================== ] 1000/1422 70% [=========================================== ] 1001/1422 70% [=========================================== ] 1002/1422 70% [=========================================== ] 1003/1422 70% [=========================================== ] 1004/1422 70% [=========================================== ] 1005/1422 70% [=========================================== ] 1006/1422 70% [=========================================== ] 1007/1422 70% [=========================================== ] 1008/1422 70% [=========================================== ] 1009/1422 70% [============================================ ] 1010/1422 71% [============================================ ] 1011/1422 71% [============================================ ] 1012/1422 71% [============================================ ] 1013/1422 71% [============================================ ] 1014/1422 71% [============================================ ] 1015/1422 71% [============================================ ] 1016/1422 71% [============================================ ] 1017/1422 71% [============================================ ] 1018/1422 71% [============================================ ] 1019/1422 71% [============================================ ] 1020/1422 71% [============================================ ] 1021/1422 71% [============================================ ] 1022/1422 71% [============================================ ] 1023/1422 71% [============================================ ] 1024/1422 72% [============================================ ] 1025/1422 72% [============================================ ] 1026/1422 72% [============================================ ] 1027/1422 72% [============================================ ] 1028/1422 72% [============================================ ] 1029/1422 72% [============================================ ] 1030/1422 72% [============================================ ] 1031/1422 72% [============================================ ] 1032/1422 72% [============================================= ] 1033/1422 72% [============================================= ] 1034/1422 72% [============================================= ] 1035/1422 72% [============================================= ] 1036/1422 72% [============================================= ] 1037/1422 72% [============================================= ] 1038/1422 72% [============================================= ] 1039/1422 73% [============================================= ] 1040/1422 73% [============================================= ] 1041/1422 73% [============================================= ] 1042/1422 73% [============================================= ] 1043/1422 73% [============================================= ] 1044/1422 73% [============================================= ] 1045/1422 73% [============================================= ] 1046/1422 73% [============================================= ] 1047/1422 73% [============================================= ] 1048/1422 73% [============================================= ] 1049/1422 73% [============================================= ] 1050/1422 73% [============================================= ] 1051/1422 73% [============================================= ] 1052/1422 73% [============================================= ] 1053/1422 74% [============================================= ] 1054/1422 74% [============================================= ] 1055/1422 74% [============================================== ] 1056/1422 74% [============================================== ] 1057/1422 74% [============================================== ] 1058/1422 74% [============================================== ] 1059/1422 74% [============================================== ] 1060/1422 74% [============================================== ] 1061/1422 74% [============================================== ] 1062/1422 74% [============================================== ] 1063/1422 74% [============================================== ] 1064/1422 74% [============================================== ] 1065/1422 74% [============================================== ] 1066/1422 74% [============================================== ] 1067/1422 75% [============================================== ] 1068/1422 75% [============================================== ] 1069/1422 75% [============================================== ] 1070/1422 75% [============================================== ] 1071/1422 75% [============================================== ] 1072/1422 75% [============================================== ] 1073/1422 75% [============================================== ] 1074/1422 75% [============================================== ] 1075/1422 75% [============================================== ] 1076/1422 75% [============================================== ] 1077/1422 75% [=============================================== ] 1078/1422 75% [=============================================== ] 1079/1422 75% [=============================================== ] 1080/1422 75% [=============================================== ] 1081/1422 76% [=============================================== ] 1082/1422 76% [=============================================== ] 1083/1422 76% [=============================================== ] 1084/1422 76% [=============================================== ] 1085/1422 76% [=============================================== ] 1086/1422 76% [=============================================== ] 1087/1422 76% [=============================================== ] 1088/1422 76% [=============================================== ] 1089/1422 76% [=============================================== ] 1090/1422 76% [=============================================== ] 1091/1422 76% [=============================================== ] 1092/1422 76% [=============================================== ] 1093/1422 76% [=============================================== ] 1094/1422 76% [=============================================== ] 1095/1422 77% [=============================================== ] 1096/1422 77% [=============================================== ] 1097/1422 77% [=============================================== ] 1098/1422 77% [=============================================== ] 1099/1422 77% [=============================================== ] 1100/1422 77% [================================================ ] 1101/1422 77% [================================================ ] 1102/1422 77% [================================================ ] 1103/1422 77% [================================================ ] 1104/1422 77% [================================================ ] 1105/1422 77% [================================================ ] 1106/1422 77% [================================================ ] 1107/1422 77% [================================================ ] 1108/1422 77% [================================================ ] 1109/1422 77% [================================================ ] 1110/1422 78% [================================================ ] 1111/1422 78% [================================================ ] 1112/1422 78% [================================================ ] 1113/1422 78% [================================================ ] 1114/1422 78% [================================================ ] 1115/1422 78% [================================================ ] 1116/1422 78% [================================================ ] 1117/1422 78% [================================================ ] 1118/1422 78% [================================================ ] 1119/1422 78% [================================================ ] 1120/1422 78% [================================================ ] 1121/1422 78% [================================================ ] 1122/1422 78% [================================================ ] 1123/1422 78% [================================================= ] 1124/1422 79% [================================================= ] 1125/1422 79% [================================================= ] 1126/1422 79% [================================================= ] 1127/1422 79% [================================================= ] 1128/1422 79% [================================================= ] 1129/1422 79% [================================================= ] 1130/1422 79% [================================================= ] 1131/1422 79% [================================================= ] 1132/1422 79% [================================================= ] 1133/1422 79% [================================================= ] 1134/1422 79% [================================================= ] 1135/1422 79% [================================================= ] 1136/1422 79% [================================================= ] 1137/1422 79% [================================================= ] 1138/1422 80% [================================================= ] 1139/1422 80% [================================================= ] 1140/1422 80% [================================================= ] 1141/1422 80% [================================================= ] 1142/1422 80% [================================================= ] 1143/1422 80% [================================================= ] 1144/1422 80% [================================================= ] 1145/1422 80% [================================================= ] 1146/1422 80% [================================================== ] 1147/1422 80% [================================================== ] 1148/1422 80% [================================================== ] 1149/1422 80% [================================================== ] 1150/1422 80% [================================================== ] 1151/1422 80% [================================================== ] 1152/1422 81% [================================================== ] 1153/1422 81% [================================================== ] 1154/1422 81% [================================================== ] 1155/1422 81% [================================================== ] 1156/1422 81% [================================================== ] 1157/1422 81% [================================================== ] 1158/1422 81% [================================================== ] 1159/1422 81% [================================================== ] 1160/1422 81% [================================================== ] 1161/1422 81% [================================================== ] 1162/1422 81% [================================================== ] 1163/1422 81% [================================================== ] 1164/1422 81% [================================================== ] 1165/1422 81% [================================================== ] 1166/1422 81% [================================================== ] 1167/1422 82% [================================================== ] 1168/1422 82% [================================================== ] 1169/1422 82% [=================================================== ] 1170/1422 82% [=================================================== ] 1171/1422 82% [=================================================== ] 1172/1422 82% [=================================================== ] 1173/1422 82% [=================================================== ] 1174/1422 82% [=================================================== ] 1175/1422 82% [=================================================== ] 1176/1422 82% [=================================================== ] 1177/1422 82% [=================================================== ] 1178/1422 82% [=================================================== ] 1179/1422 82% [=================================================== ] 1180/1422 82% [=================================================== ] 1181/1422 83% [=================================================== ] 1182/1422 83% [=================================================== ] 1183/1422 83% [=================================================== ] 1184/1422 83% [=================================================== ] 1185/1422 83% [=================================================== ] 1186/1422 83% [=================================================== ] 1187/1422 83% [=================================================== ] 1188/1422 83% [=================================================== ] 1189/1422 83% [=================================================== ] 1190/1422 83% [=================================================== ] 1191/1422 83% [=================================================== ] 1192/1422 83% [==================================================== ] 1193/1422 83% [==================================================== ] 1194/1422 83% [==================================================== ] 1195/1422 84% [==================================================== ] 1196/1422 84% [==================================================== ] 1197/1422 84% [==================================================== ] 1198/1422 84% [==================================================== ] 1199/1422 84% [==================================================== ] 1200/1422 84% [==================================================== ] 1201/1422 84% [==================================================== ] 1202/1422 84% [==================================================== ] 1203/1422 84% [==================================================== ] 1204/1422 84% [==================================================== ] 1205/1422 84% [==================================================== ] 1206/1422 84% [==================================================== ] 1207/1422 84% [==================================================== ] 1208/1422 84% [==================================================== ] 1209/1422 85% [==================================================== ] 1210/1422 85% [==================================================== ] 1211/1422 85% [==================================================== ] 1212/1422 85% [==================================================== ] 1213/1422 85% [==================================================== ] 1214/1422 85% [==================================================== ] 1215/1422 85% [===================================================== ] 1216/1422 85% [===================================================== ] 1217/1422 85% [===================================================== ] 1218/1422 85% [===================================================== ] 1219/1422 85% [===================================================== ] 1220/1422 85% [===================================================== ] 1221/1422 85% [===================================================== ] 1222/1422 85% [===================================================== ] 1223/1422 86% [===================================================== ] 1224/1422 86% [===================================================== ] 1225/1422 86% [===================================================== ] 1226/1422 86% [===================================================== ] 1227/1422 86% [===================================================== ] 1228/1422 86% [===================================================== ] 1229/1422 86% [===================================================== ] 1230/1422 86% [===================================================== ] 1231/1422 86% [===================================================== ] 1232/1422 86% [===================================================== ] 1233/1422 86% [===================================================== ] 1234/1422 86% [===================================================== ] 1235/1422 86% [===================================================== ] 1236/1422 86% [===================================================== ] 1237/1422 86% [===================================================== ] 1238/1422 87% [====================================================== ] 1239/1422 87% [====================================================== ] 1240/1422 87% [====================================================== ] 1241/1422 87% [====================================================== ] 1242/1422 87% [====================================================== ] 1243/1422 87% [====================================================== ] 1244/1422 87% [====================================================== ] 1245/1422 87% [====================================================== ] 1246/1422 87% [====================================================== ] 1247/1422 87% [====================================================== ] 1248/1422 87% [====================================================== ] 1249/1422 87% [====================================================== ] 1250/1422 87% [====================================================== ] 1251/1422 87% [====================================================== ] 1252/1422 88% [====================================================== ] 1253/1422 88% [====================================================== ] 1254/1422 88% [====================================================== ] 1255/1422 88% [====================================================== ] 1256/1422 88% [====================================================== ] 1257/1422 88% [====================================================== ] 1258/1422 88% [====================================================== ] 1259/1422 88% [====================================================== ] 1260/1422 88% [====================================================== ] 1261/1422 88% [======================================================= ] 1262/1422 88% [======================================================= ] 1263/1422 88% [======================================================= ] 1264/1422 88% [======================================================= ] 1265/1422 88% [======================================================= ] 1266/1422 89% [======================================================= ] 1267/1422 89% [======================================================= ] 1268/1422 89% [======================================================= ] 1269/1422 89% [======================================================= ] 1270/1422 89% [======================================================= ] 1271/1422 89% [======================================================= ] 1272/1422 89% [======================================================= ] 1273/1422 89% [======================================================= ] 1274/1422 89% [======================================================= ] 1275/1422 89% [======================================================= ] 1276/1422 89% [======================================================= ] 1277/1422 89% [======================================================= ] 1278/1422 89% [======================================================= ] 1279/1422 89% [======================================================= ] 1280/1422 90% [======================================================= ] 1281/1422 90% [======================================================= ] 1282/1422 90% [======================================================= ] 1283/1422 90% [======================================================= ] 1284/1422 90% [======================================================== ] 1285/1422 90% [======================================================== ] 1286/1422 90% [======================================================== ] 1287/1422 90% [======================================================== ] 1288/1422 90% [======================================================== ] 1289/1422 90% [======================================================== ] 1290/1422 90% [======================================================== ] 1291/1422 90% [======================================================== ] 1292/1422 90% [======================================================== ] 1293/1422 90% [======================================================== ] 1294/1422 90% [======================================================== ] 1295/1422 91% [======================================================== ] 1296/1422 91% [======================================================== ] 1297/1422 91% [======================================================== ] 1298/1422 91% [======================================================== ] 1299/1422 91% [======================================================== ] 1300/1422 91% [======================================================== ] 1301/1422 91% [======================================================== ] 1302/1422 91% [======================================================== ] 1303/1422 91% [======================================================== ] 1304/1422 91% [======================================================== ] 1305/1422 91% [======================================================== ] 1306/1422 91% [======================================================== ] 1307/1422 91% [========================================================= ] 1308/1422 91% [========================================================= ] 1309/1422 92% [========================================================= ] 1310/1422 92% [========================================================= ] 1311/1422 92% [========================================================= ] 1312/1422 92% [========================================================= ] 1313/1422 92% [========================================================= ] 1314/1422 92% [========================================================= ] 1315/1422 92% [========================================================= ] 1316/1422 92% [========================================================= ] 1317/1422 92% [========================================================= ] 1318/1422 92% [========================================================= ] 1319/1422 92% [========================================================= ] 1320/1422 92% [========================================================= ] 1321/1422 92% [========================================================= ] 1322/1422 92% [========================================================= ] 1323/1422 93% [========================================================= ] 1324/1422 93% [========================================================= ] 1325/1422 93% [========================================================= ] 1326/1422 93% [========================================================= ] 1327/1422 93% [========================================================= ] 1328/1422 93% [========================================================= ] 1329/1422 93% [========================================================= ] 1330/1422 93% [========================================================== ] 1331/1422 93% [========================================================== ] 1332/1422 93% [========================================================== ] 1333/1422 93% [========================================================== ] 1334/1422 93% [========================================================== ] 1335/1422 93% [========================================================== ] 1336/1422 93% [========================================================== ] 1337/1422 94% [========================================================== ] 1338/1422 94% [========================================================== ] 1339/1422 94% [========================================================== ] 1340/1422 94% [========================================================== ] 1341/1422 94% [========================================================== ] 1342/1422 94% [========================================================== ] 1343/1422 94% [========================================================== ] 1344/1422 94% [========================================================== ] 1345/1422 94% [========================================================== ] 1346/1422 94% [========================================================== ] 1347/1422 94% [========================================================== ] 1348/1422 94% [========================================================== ] 1349/1422 94% [========================================================== ] 1350/1422 94% [========================================================== ] 1351/1422 95% [========================================================== ] 1352/1422 95% [========================================================== ] 1353/1422 95% [=========================================================== ] 1354/1422 95% [=========================================================== ] 1355/1422 95% [=========================================================== ] 1356/1422 95% [=========================================================== ] 1357/1422 95% [=========================================================== ] 1358/1422 95% [=========================================================== ] 1359/1422 95% [=========================================================== ] 1360/1422 95% [=========================================================== ] 1361/1422 95% [=========================================================== ] 1362/1422 95% [=========================================================== ] 1363/1422 95% [=========================================================== ] 1364/1422 95% [=========================================================== ] 1365/1422 95% [=========================================================== ] 1366/1422 96% [=========================================================== ] 1367/1422 96% [=========================================================== ] 1368/1422 96% [=========================================================== ] 1369/1422 96% [=========================================================== ] 1370/1422 96% [=========================================================== ] 1371/1422 96% [=========================================================== ] 1372/1422 96% [=========================================================== ] 1373/1422 96% [=========================================================== ] 1374/1422 96% [=========================================================== ] 1375/1422 96% [=========================================================== ] 1376/1422 96% [============================================================ ] 1377/1422 96% [============================================================ ] 1378/1422 96% [============================================================ ] 1379/1422 96% [============================================================ ] 1380/1422 97% [============================================================ ] 1381/1422 97% [============================================================ ] 1382/1422 97% [============================================================ ] 1383/1422 97% [============================================================ ] 1384/1422 97% [============================================================ ] 1385/1422 97% [============================================================ ] 1386/1422 97% [============================================================ ] 1387/1422 97% [============================================================ ] 1388/1422 97% [============================================================ ] 1389/1422 97% [============================================================ ] 1390/1422 97% [============================================================ ] 1391/1422 97% [============================================================ ] 1392/1422 97% [============================================================ ] 1393/1422 97% [============================================================ ] 1394/1422 98% [============================================================ ] 1395/1422 98% [============================================================ ] 1396/1422 98% [============================================================ ] 1397/1422 98% [============================================================ ] 1398/1422 98% [============================================================ ] 1399/1422 98% [============================================================= ] 1400/1422 98% [============================================================= ] 1401/1422 98% [============================================================= ] 1402/1422 98% [============================================================= ] 1403/1422 98% [============================================================= ] 1404/1422 98% [============================================================= ] 1405/1422 98% [============================================================= ] 1406/1422 98% [============================================================= ] 1407/1422 98% [============================================================= ] 1408/1422 99% [============================================================= ] 1409/1422 99% [============================================================= ] 1410/1422 99% [============================================================= ] 1411/1422 99% [============================================================= ] 1412/1422 99% [============================================================= ] 1413/1422 99% [============================================================= ] 1414/1422 99% [============================================================= ] 1415/1422 99% [============================================================= ] 1416/1422 99% [============================================================= ] 1417/1422 99% [============================================================= ] 1418/1422 99% [============================================================= ] 1419/1422 99% [============================================================= ] 1420/1422 99% [============================================================= ] 1421/1422 99% [==============================================================] 1422/1422 100% operation complete, 1422 objects in 38765 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/m68k-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2024.05-971-ge321e81cf9 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-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 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.10.2 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> bash 5.2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> brcm-patchram-plus 15bd6638dd6d3a37d22dbc18059f6d9eb885f057 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> c-ares 1.32.2 Collecting legal info LICENSE.md: OK (sha256: 8a9994f85a8e531e1a3217ab7ba509787c6b93056aabe702137ce662db8321c2) >>> c-periphery 2.4.2 Collecting legal info LICENSE: OK (sha256: 2c29e38ac4d393558522c5fa671bd03f9d6f7d751c899a3482b20ab2a0ba5122) >>> daq3 3.0.9 Collecting legal info COPYING: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) LICENSE: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> darkhttpd 1.15 Collecting legal info COPYING: OK (sha256: 1ecf63e8f84fd60ac7215e04195b9a61dcb47176ea65df26547582027f6c1dee) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dav1d 1.4.3 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> 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.12.4 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.2.1 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 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> dos2unix 7.5.2 Collecting legal info COPYING.txt: OK (sha256: 03b60fa2cf28b2c6dd585a13b32377c1f87b8f016db44ce2ab6bc7eb306220e2) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> execline 2.9.6.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> frr 8.5.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-frr 8.5.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libyang 2.1.148 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> giflib 5.2.2 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libavif 1.0.4 Collecting legal info LICENSE: OK (sha256: 10952217a6d404de8bf8a997fbea9b88f682df1fe98cb9b9f467ade641525639) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 8.9.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libglvnd 1.4.0 Collecting legal info README.md: OK (sha256: f84a3eca98cc5bdf5318741124c38c5e877f856df8c7e229ee5065e5c61038c2) src/util/uthash/LICENSE: OK (sha256: e9b9aac8421b6d29176c6f23f6f7a907194245e35ef99ace10839734961cfaa2) src/util/cJSON/LICENSE: OK (sha256: f6f207863675ca5a5128fd120b9aef4f4bbab73ffa57e5f771ccffc8e3cc56b7) >>> libidn 1.42 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libzip 1.10.1 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> ncftp 3.2.7 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> privoxy 3.0.34 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> redis 7.2.5 Collecting legal info COPYING: OK (sha256: 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> s6 2.13.0.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> spidev_test 5.8 Collecting legal info >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uboot-bootcount 3.0.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> wayland 1.23.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.23.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'