gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c unyaffs2.c: In function 'unyaffs2_obj_chattr': unyaffs2.c:711:2: warning: ignoring return value of 'lchown', declared with attribute warn_unused_result [-Wunused-result] 711 | lchown(fpath, obj->uid, obj->gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from mkyaffs2.c:28: In function 'strncpy', inlined from 'mkyaffs2_scan_dir' at mkyaffs2.c:595:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm In function 'strncpy', inlined from 'mkyaffs2_write_obj' at mkyaffs2.c:696:2, inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from unyaffs2.c:26: In function 'memcpy', inlined from 'unyaffs2_extract_hardlink' at unyaffs2.c:1151:2, inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: warning: '__builtin___memcpy_chk' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'unyaffs2_oh2obj' at unyaffs2.c:632:2, 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: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/thomas/autobuild/instance-2/output-1/host/bin PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/home/thomas/autobuild/instance-2/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/thomas/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/thomas/autobuild/instance-2/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/thomas/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/thomas/autobuild/instance-2/output-1/host/bin install make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/thomas/autobuild/instance-2/output-1/host/bin make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/dash" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells grep -qsE '^/bin/mksh$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/mksh" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/thomas/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells ln -sf dash /home/thomas/autobuild/instance-2/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-2/output-1/target/etc/passwd rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/include /home/thomas/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-2/output-1/target/usr/doc find /home/thomas/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-2/output-1/target/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/man /home/thomas/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/info /home/thomas/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/doc /home/thomas/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-2/output-1/target/lib/debug /home/thomas/autobuild/instance-2/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-2/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/thomas/autobuild/instance-2/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/thomas/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-191-g0d198311b9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc2\"" \ ) > /home/thomas/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n redis -1 redis -1 * /var/lib/redis /bin/false - Redis Server\n\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/genromfs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target -f /home/thomas/autobuild/instance-2/output-1/images/rootfs.romfs\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/romfs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1525 objects. stage 2: creating image '/home/thomas/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1525 0% [ ] 2/1525 0% [ ] 3/1525 0% [ ] 4/1525 0% [ ] 5/1525 0% [ ] 6/1525 0% [ ] 7/1525 0% [ ] 8/1525 0% [ ] 9/1525 0% [ ] 10/1525 0% [ ] 11/1525 0% [ ] 12/1525 0% [ ] 13/1525 0% [ ] 14/1525 0% [ ] 15/1525 0% [ ] 16/1525 1% [ ] 17/1525 1% [ ] 18/1525 1% [ ] 19/1525 1% [ ] 20/1525 1% [ ] 21/1525 1% [ ] 22/1525 1% [ ] 23/1525 1% [ ] 24/1525 1% [= ] 25/1525 1% [= ] 26/1525 1% [= ] 27/1525 1% [= ] 28/1525 1% [= ] 29/1525 1% [= ] 30/1525 1% [= ] 31/1525 2% [= ] 32/1525 2% [= ] 33/1525 2% [= ] 34/1525 2% [= ] 35/1525 2% [= ] 36/1525 2% [= ] 37/1525 2% [= ] 38/1525 2% [= ] 39/1525 2% [= ] 40/1525 2% [= ] 41/1525 2% [= ] 42/1525 2% [= ] 43/1525 2% [= ] 44/1525 2% [= ] 45/1525 2% [= ] 46/1525 3% [= ] 47/1525 3% [= ] 48/1525 3% [= ] 49/1525 3% [== ] 50/1525 3% [== ] 51/1525 3% [== ] 52/1525 3% [== ] 53/1525 3% [== ] 54/1525 3% [== ] 55/1525 3% [== ] 56/1525 3% [== ] 57/1525 3% [== ] 58/1525 3% [== ] 59/1525 3% [== ] 60/1525 3% [== ] 61/1525 4% [== ] 62/1525 4% [== ] 63/1525 4% [== ] 64/1525 4% [== ] 65/1525 4% [== ] 66/1525 4% [== ] 67/1525 4% [== ] 68/1525 4% [== ] 69/1525 4% [== ] 70/1525 4% [== ] 71/1525 4% [== ] 72/1525 4% [== ] 73/1525 4% [=== ] 74/1525 4% [=== ] 75/1525 4% [=== ] 76/1525 4% [=== ] 77/1525 5% [=== ] 78/1525 5% [=== ] 79/1525 5% [=== ] 80/1525 5% [=== ] 81/1525 5% [=== ] 82/1525 5% [=== ] 83/1525 5% [=== ] 84/1525 5% [=== ] 85/1525 5% [=== ] 86/1525 5% [=== ] 87/1525 5% [=== ] 88/1525 5% [=== ] 89/1525 5% [=== ] 90/1525 5% [=== ] 91/1525 5% [=== ] 92/1525 6% [=== ] 93/1525 6% [=== ] 94/1525 6% [=== ] 95/1525 6% [=== ] 96/1525 6% [=== ] 97/1525 6% [=== ] 98/1525 6% [==== ] 99/1525 6% [==== ] 100/1525 6% [==== ] 101/1525 6% [==== ] 102/1525 6% [==== ] 103/1525 6% [==== ] 104/1525 6% [==== ] 105/1525 6% [==== ] 106/1525 6% [==== ] 107/1525 7% [==== ] 108/1525 7% [==== ] 109/1525 7% [==== ] 110/1525 7% [==== ] 111/1525 7% [==== ] 112/1525 7% [==== ] 113/1525 7% [==== ] 114/1525 7% [==== ] 115/1525 7% [==== ] 116/1525 7% [==== ] 117/1525 7% [==== ] 118/1525 7% [==== ] 119/1525 7% [==== ] 120/1525 7% [==== ] 121/1525 7% [==== ] 122/1525 8% [===== ] 123/1525 8% [===== ] 124/1525 8% [===== ] 125/1525 8% [===== ] 126/1525 8% [===== ] 127/1525 8% [===== ] 128/1525 8% [===== ] 129/1525 8% [===== ] 130/1525 8% [===== ] 131/1525 8% [===== ] 132/1525 8% [===== ] 133/1525 8% [===== ] 134/1525 8% [===== ] 135/1525 8% [===== ] 136/1525 8% [===== ] 137/1525 8% [===== ] 138/1525 9% [===== ] 139/1525 9% [===== ] 140/1525 9% [===== ] 141/1525 9% [===== ] 142/1525 9% [===== ] 143/1525 9% [===== ] 144/1525 9% [===== ] 145/1525 9% [===== ] 146/1525 9% [===== ] 147/1525 9% [====== ] 148/1525 9% [====== ] 149/1525 9% [====== ] 150/1525 9% [====== ] 151/1525 9% [====== ] 152/1525 9% [====== ] 153/1525 10% [====== ] 154/1525 10% [====== ] 155/1525 10% [====== ] 156/1525 10% [====== ] 157/1525 10% [====== ] 158/1525 10% [====== ] 159/1525 10% [====== ] 160/1525 10% [====== ] 161/1525 10% [====== ] 162/1525 10% [====== ] 163/1525 10% [====== ] 164/1525 10% [====== ] 165/1525 10% [====== ] 166/1525 10% [====== ] 167/1525 10% [====== ] 168/1525 11% [====== ] 169/1525 11% [====== ] 170/1525 11% [====== ] 171/1525 11% [====== ] 172/1525 11% [======= ] 173/1525 11% [======= ] 174/1525 11% [======= ] 175/1525 11% [======= ] 176/1525 11% [======= ] 177/1525 11% [======= ] 178/1525 11% [======= ] 179/1525 11% [======= ] 180/1525 11% [======= ] 181/1525 11% [======= ] 182/1525 11% [======= ] 183/1525 12% [======= ] 184/1525 12% [======= ] 185/1525 12% [======= ] 186/1525 12% [======= ] 187/1525 12% [======= ] 188/1525 12% [======= ] 189/1525 12% [======= ] 190/1525 12% [======= ] 191/1525 12% [======= ] 192/1525 12% [======= ] 193/1525 12% [======= ] 194/1525 12% [======= ] 195/1525 12% [======= ] 196/1525 12% [======== ] 197/1525 12% [======== ] 198/1525 12% [======== ] 199/1525 13% [======== ] 200/1525 13% [======== ] 201/1525 13% [======== ] 202/1525 13% [======== ] 203/1525 13% [======== ] 204/1525 13% [======== ] 205/1525 13% [======== ] 206/1525 13% [======== ] 207/1525 13% [======== ] 208/1525 13% [======== ] 209/1525 13% [======== ] 210/1525 13% [======== ] 211/1525 13% [======== ] 212/1525 13% [======== ] 213/1525 13% [======== ] 214/1525 14% [======== ] 215/1525 14% [======== ] 216/1525 14% [======== ] 217/1525 14% [======== ] 218/1525 14% [======== ] 219/1525 14% [======== ] 220/1525 14% [======== ] 221/1525 14% [========= ] 222/1525 14% [========= ] 223/1525 14% [========= ] 224/1525 14% [========= ] 225/1525 14% [========= ] 226/1525 14% [========= ] 227/1525 14% [========= ] 228/1525 14% [========= ] 229/1525 15% [========= ] 230/1525 15% [========= ] 231/1525 15% [========= ] 232/1525 15% [========= ] 233/1525 15% [========= ] 234/1525 15% [========= ] 235/1525 15% [========= ] 236/1525 15% [========= ] 237/1525 15% [========= ] 238/1525 15% [========= ] 239/1525 15% [========= ] 240/1525 15% [========= ] 241/1525 15% [========= ] 242/1525 15% [========= ] 243/1525 15% [========= ] 244/1525 16% [========= ] 245/1525 16% [========== ] 246/1525 16% [========== ] 247/1525 16% [========== ] 248/1525 16% [========== ] 249/1525 16% [========== ] 250/1525 16% [========== ] 251/1525 16% [========== ] 252/1525 16% [========== ] 253/1525 16% [========== ] 254/1525 16% [========== ] 255/1525 16% [========== ] 256/1525 16% [========== ] 257/1525 16% [========== ] 258/1525 16% [========== ] 259/1525 16% [========== ] 260/1525 17% [========== ] 261/1525 17% [========== ] 262/1525 17% [========== ] 263/1525 17% [========== ] 264/1525 17% [========== ] 265/1525 17% [========== ] 266/1525 17% [========== ] 267/1525 17% [========== ] 268/1525 17% [========== ] 269/1525 17% [========== ] 270/1525 17% [=========== ] 271/1525 17% [=========== ] 272/1525 17% [=========== ] 273/1525 17% [=========== ] 274/1525 17% [=========== ] 275/1525 18% [=========== ] 276/1525 18% [=========== ] 277/1525 18% [=========== ] 278/1525 18% [=========== ] 279/1525 18% [=========== ] 280/1525 18% [=========== ] 281/1525 18% [=========== ] 282/1525 18% [=========== ] 283/1525 18% [=========== ] 284/1525 18% [=========== ] 285/1525 18% [=========== ] 286/1525 18% [=========== ] 287/1525 18% [=========== ] 288/1525 18% [=========== ] 289/1525 18% [=========== ] 290/1525 19% [=========== ] 291/1525 19% [=========== ] 292/1525 19% [=========== ] 293/1525 19% [=========== ] 294/1525 19% [=========== ] 295/1525 19% [============ ] 296/1525 19% [============ ] 297/1525 19% [============ ] 298/1525 19% [============ ] 299/1525 19% [============ ] 300/1525 19% [============ ] 301/1525 19% [============ ] 302/1525 19% [============ ] 303/1525 19% [============ ] 304/1525 19% [============ ] 305/1525 20% [============ ] 306/1525 20% [============ ] 307/1525 20% [============ ] 308/1525 20% [============ ] 309/1525 20% [============ ] 310/1525 20% [============ ] 311/1525 20% [============ ] 312/1525 20% [============ ] 313/1525 20% [============ ] 314/1525 20% [============ ] 315/1525 20% [============ ] 316/1525 20% [============ ] 317/1525 20% [============ ] 318/1525 20% [============ ] 319/1525 20% [============= ] 320/1525 20% [============= ] 321/1525 21% [============= ] 322/1525 21% [============= ] 323/1525 21% [============= ] 324/1525 21% [============= ] 325/1525 21% [============= ] 326/1525 21% [============= ] 327/1525 21% [============= ] 328/1525 21% [============= ] 329/1525 21% [============= ] 330/1525 21% [============= ] 331/1525 21% [============= ] 332/1525 21% [============= ] 333/1525 21% [============= ] 334/1525 21% [============= ] 335/1525 21% [============= ] 336/1525 22% [============= ] 337/1525 22% [============= ] 338/1525 22% [============= ] 339/1525 22% [============= ] 340/1525 22% [============= ] 341/1525 22% [============= ] 342/1525 22% [============= ] 343/1525 22% [============= ] 344/1525 22% [============== ] 345/1525 22% [============== ] 346/1525 22% [============== ] 347/1525 22% [============== ] 348/1525 22% [============== ] 349/1525 22% [============== ] 350/1525 22% [============== ] 351/1525 23% [============== ] 352/1525 23% [============== ] 353/1525 23% [============== ] 354/1525 23% [============== ] 355/1525 23% [============== ] 356/1525 23% [============== ] 357/1525 23% [============== ] 358/1525 23% [============== ] 359/1525 23% [============== ] 360/1525 23% [============== ] 361/1525 23% [============== ] 362/1525 23% [============== ] 363/1525 23% [============== ] 364/1525 23% [============== ] 365/1525 23% [============== ] 366/1525 24% [============== ] 367/1525 24% [============== ] 368/1525 24% [=============== ] 369/1525 24% [=============== ] 370/1525 24% [=============== ] 371/1525 24% [=============== ] 372/1525 24% [=============== ] 373/1525 24% [=============== ] 374/1525 24% [=============== ] 375/1525 24% [=============== ] 376/1525 24% [=============== ] 377/1525 24% [=============== ] 378/1525 24% [=============== ] 379/1525 24% [=============== ] 380/1525 24% [=============== ] 381/1525 24% [=============== ] 382/1525 25% [=============== ] 383/1525 25% [=============== ] 384/1525 25% [=============== ] 385/1525 25% [=============== ] 386/1525 25% [=============== ] 387/1525 25% [=============== ] 388/1525 25% [=============== ] 389/1525 25% [=============== ] 390/1525 25% [=============== ] 391/1525 25% [=============== ] 392/1525 25% [=============== ] 393/1525 25% [================ ] 394/1525 25% [================ ] 395/1525 25% [================ ] 396/1525 25% [================ ] 397/1525 26% [================ ] 398/1525 26% [================ ] 399/1525 26% [================ ] 400/1525 26% [================ ] 401/1525 26% [================ ] 402/1525 26% [================ ] 403/1525 26% [================ ] 404/1525 26% [================ ] 405/1525 26% [================ ] 406/1525 26% [================ ] 407/1525 26% [================ ] 408/1525 26% [================ ] 409/1525 26% [================ ] 410/1525 26% [================ ] 411/1525 26% [================ ] 412/1525 27% [================ ] 413/1525 27% [================ ] 414/1525 27% [================ ] 415/1525 27% [================ ] 416/1525 27% [================ ] 417/1525 27% [================ ] 418/1525 27% [================= ] 419/1525 27% [================= ] 420/1525 27% [================= ] 421/1525 27% [================= ] 422/1525 27% [================= ] 423/1525 27% [================= ] 424/1525 27% [================= ] 425/1525 27% [================= ] 426/1525 27% [================= ] 427/1525 28% [================= ] 428/1525 28% [================= ] 429/1525 28% [================= ] 430/1525 28% [================= ] 431/1525 28% [================= ] 432/1525 28% [================= ] 433/1525 28% [================= ] 434/1525 28% [================= ] 435/1525 28% [================= ] 436/1525 28% [================= ] 437/1525 28% [================= ] 438/1525 28% [================= ] 439/1525 28% [================= ] 440/1525 28% [================= ] 441/1525 28% [================= ] 442/1525 28% [================== ] 443/1525 29% [================== ] 444/1525 29% [================== ] 445/1525 29% [================== ] 446/1525 29% [================== ] 447/1525 29% [================== ] 448/1525 29% [================== ] 449/1525 29% [================== ] 450/1525 29% [================== ] 451/1525 29% [================== ] 452/1525 29% [================== ] 453/1525 29% [================== ] 454/1525 29% [================== ] 455/1525 29% [================== ] 456/1525 29% [================== ] 457/1525 29% [================== ] 458/1525 30% [================== ] 459/1525 30% [================== ] 460/1525 30% [================== ] 461/1525 30% [================== ] 462/1525 30% [================== ] 463/1525 30% [================== ] 464/1525 30% [================== ] 465/1525 30% [================== ] 466/1525 30% [================== ] 467/1525 30% [=================== ] 468/1525 30% [=================== ] 469/1525 30% [=================== ] 470/1525 30% [=================== ] 471/1525 30% [=================== ] 472/1525 30% [=================== ] 473/1525 31% [=================== ] 474/1525 31% [=================== ] 475/1525 31% [=================== ] 476/1525 31% [=================== ] 477/1525 31% [=================== ] 478/1525 31% [=================== ] 479/1525 31% [=================== ] 480/1525 31% [=================== ] 481/1525 31% [=================== ] 482/1525 31% [=================== ] 483/1525 31% [=================== ] 484/1525 31% [=================== ] 485/1525 31% [=================== ] 486/1525 31% [=================== ] 487/1525 31% [=================== ] 488/1525 32% [=================== ] 489/1525 32% [=================== ] 490/1525 32% [=================== ] 491/1525 32% [==================== ] 492/1525 32% [==================== ] 493/1525 32% [==================== ] 494/1525 32% [==================== ] 495/1525 32% [==================== ] 496/1525 32% [==================== ] 497/1525 32% [==================== ] 498/1525 32% [==================== ] 499/1525 32% [==================== ] 500/1525 32% [==================== ] 501/1525 32% [==================== ] 502/1525 32% [==================== ] 503/1525 32% [==================== ] 504/1525 33% [==================== ] 505/1525 33% [==================== ] 506/1525 33% [==================== ] 507/1525 33% [==================== ] 508/1525 33% [==================== ] 509/1525 33% [==================== ] 510/1525 33% [==================== ] 511/1525 33% [==================== ] 512/1525 33% [==================== ] 513/1525 33% [==================== ] 514/1525 33% [==================== ] 515/1525 33% [==================== ] 516/1525 33% [===================== ] 517/1525 33% [===================== ] 518/1525 33% [===================== ] 519/1525 34% [===================== ] 520/1525 34% [===================== ] 521/1525 34% [===================== ] 522/1525 34% [===================== ] 523/1525 34% [===================== ] 524/1525 34% [===================== ] 525/1525 34% [===================== ] 526/1525 34% [===================== ] 527/1525 34% [===================== ] 528/1525 34% [===================== ] 529/1525 34% [===================== ] 530/1525 34% [===================== ] 531/1525 34% [===================== ] 532/1525 34% [===================== ] 533/1525 34% [===================== ] 534/1525 35% [===================== ] 535/1525 35% [===================== ] 536/1525 35% [===================== ] 537/1525 35% [===================== ] 538/1525 35% [===================== ] 539/1525 35% [===================== ] 540/1525 35% [===================== ] 541/1525 35% [====================== ] 542/1525 35% [====================== ] 543/1525 35% [====================== ] 544/1525 35% [====================== ] 545/1525 35% [====================== ] 546/1525 35% [====================== ] 547/1525 35% [====================== ] 548/1525 35% [====================== ] 549/1525 36% [====================== ] 550/1525 36% [====================== ] 551/1525 36% [====================== ] 552/1525 36% [====================== ] 553/1525 36% [====================== ] 554/1525 36% [====================== ] 555/1525 36% [====================== ] 556/1525 36% [====================== ] 557/1525 36% [====================== ] 558/1525 36% [====================== ] 559/1525 36% [====================== ] 560/1525 36% [====================== ] 561/1525 36% [====================== ] 562/1525 36% [====================== ] 563/1525 36% [====================== ] 564/1525 36% [====================== ] 565/1525 37% [======================= ] 566/1525 37% [======================= ] 567/1525 37% [======================= ] 568/1525 37% [======================= ] 569/1525 37% [======================= ] 570/1525 37% [======================= ] 571/1525 37% [======================= ] 572/1525 37% [======================= ] 573/1525 37% [======================= ] 574/1525 37% [======================= ] 575/1525 37% [======================= ] 576/1525 37% [======================= ] 577/1525 37% [======================= ] 578/1525 37% [======================= ] 579/1525 37% [======================= ] 580/1525 38% [======================= ] 581/1525 38% [======================= ] 582/1525 38% [======================= ] 583/1525 38% [======================= ] 584/1525 38% [======================= ] 585/1525 38% [======================= ] 586/1525 38% [======================= ] 587/1525 38% [======================= ] 588/1525 38% [======================= ] 589/1525 38% [======================= ] 590/1525 38% [======================== ] 591/1525 38% [======================== ] 592/1525 38% [======================== ] 593/1525 38% [======================== ] 594/1525 38% [======================== ] 595/1525 39% [======================== ] 596/1525 39% [======================== ] 597/1525 39% [======================== ] 598/1525 39% [======================== ] 599/1525 39% [======================== ] 600/1525 39% [======================== ] 601/1525 39% [======================== ] 602/1525 39% [======================== ] 603/1525 39% [======================== ] 604/1525 39% [======================== ] 605/1525 39% [======================== ] 606/1525 39% [======================== ] 607/1525 39% [======================== ] 608/1525 39% [======================== ] 609/1525 39% [======================== ] 610/1525 40% [======================== ] 611/1525 40% [======================== ] 612/1525 40% [======================== ] 613/1525 40% [======================== ] 614/1525 40% [========================= ] 615/1525 40% [========================= ] 616/1525 40% [========================= ] 617/1525 40% [========================= ] 618/1525 40% [========================= ] 619/1525 40% [========================= ] 620/1525 40% [========================= ] 621/1525 40% [========================= ] 622/1525 40% [========================= ] 623/1525 40% [========================= ] 624/1525 40% [========================= ] 625/1525 40% [========================= ] 626/1525 41% [========================= ] 627/1525 41% [========================= ] 628/1525 41% [========================= ] 629/1525 41% [========================= ] 630/1525 41% [========================= ] 631/1525 41% [========================= ] 632/1525 41% [========================= ] 633/1525 41% [========================= ] 634/1525 41% [========================= ] 635/1525 41% [========================= ] 636/1525 41% [========================= ] 637/1525 41% [========================= ] 638/1525 41% [========================= ] 639/1525 41% [========================== ] 640/1525 41% [========================== ] 641/1525 42% [========================== ] 642/1525 42% [========================== ] 643/1525 42% [========================== ] 644/1525 42% [========================== ] 645/1525 42% [========================== ] 646/1525 42% [========================== ] 647/1525 42% [========================== ] 648/1525 42% [========================== ] 649/1525 42% [========================== ] 650/1525 42% [========================== ] 651/1525 42% [========================== ] 652/1525 42% [========================== ] 653/1525 42% [========================== ] 654/1525 42% [========================== ] 655/1525 42% [========================== ] 656/1525 43% [========================== ] 657/1525 43% [========================== ] 658/1525 43% [========================== ] 659/1525 43% [========================== ] 660/1525 43% [========================== ] 661/1525 43% [========================== ] 662/1525 43% [========================== ] 663/1525 43% [========================== ] 664/1525 43% [=========================== ] 665/1525 43% [=========================== ] 666/1525 43% [=========================== ] 667/1525 43% [=========================== ] 668/1525 43% [=========================== ] 669/1525 43% [=========================== ] 670/1525 43% [=========================== ] 671/1525 44% [=========================== ] 672/1525 44% [=========================== ] 673/1525 44% [=========================== ] 674/1525 44% [=========================== ] 675/1525 44% [=========================== ] 676/1525 44% [=========================== ] 677/1525 44% [=========================== ] 678/1525 44% [=========================== ] 679/1525 44% [=========================== ] 680/1525 44% [=========================== ] 681/1525 44% [=========================== ] 682/1525 44% [=========================== ] 683/1525 44% [=========================== ] 684/1525 44% [=========================== ] 685/1525 44% [=========================== ] 686/1525 44% [=========================== ] 687/1525 45% [=========================== ] 688/1525 45% [============================ ] 689/1525 45% [============================ ] 690/1525 45% [============================ ] 691/1525 45% [============================ ] 692/1525 45% [============================ ] 693/1525 45% [============================ ] 694/1525 45% [============================ ] 695/1525 45% [============================ ] 696/1525 45% [============================ ] 697/1525 45% [============================ ] 698/1525 45% [============================ ] 699/1525 45% [============================ ] 700/1525 45% [============================ ] 701/1525 45% [============================ ] 702/1525 46% [============================ ] 703/1525 46% [============================ ] 704/1525 46% [============================ ] 705/1525 46% [============================ ] 706/1525 46% [============================ ] 707/1525 46% [============================ ] 708/1525 46% [============================ ] 709/1525 46% [============================ ] 710/1525 46% [============================ ] 711/1525 46% [============================ ] 712/1525 46% [============================ ] 713/1525 46% [============================= ] 714/1525 46% [============================= ] 715/1525 46% [============================= ] 716/1525 46% [============================= ] 717/1525 47% [============================= ] 718/1525 47% [============================= ] 719/1525 47% [============================= ] 720/1525 47% [============================= ] 721/1525 47% [============================= ] 722/1525 47% [============================= ] 723/1525 47% [============================= ] 724/1525 47% [============================= ] 725/1525 47% [============================= ] 726/1525 47% [============================= ] 727/1525 47% [============================= ] 728/1525 47% [============================= ] 729/1525 47% [============================= ] 730/1525 47% [============================= ] 731/1525 47% [============================= ] 732/1525 48% [============================= ] 733/1525 48% [============================= ] 734/1525 48% [============================= ] 735/1525 48% [============================= ] 736/1525 48% [============================= ] 737/1525 48% [============================== ] 738/1525 48% [============================== ] 739/1525 48% [============================== ] 740/1525 48% [============================== ] 741/1525 48% [============================== ] 742/1525 48% [============================== ] 743/1525 48% [============================== ] 744/1525 48% [============================== ] 745/1525 48% [============================== ] 746/1525 48% [============================== ] 747/1525 48% [============================== ] 748/1525 49% [============================== ] 749/1525 49% [============================== ] 750/1525 49% [============================== ] 751/1525 49% [============================== ] 752/1525 49% [============================== ] 753/1525 49% [============================== ] 754/1525 49% [============================== ] 755/1525 49% [============================== ] 756/1525 49% [============================== ] 757/1525 49% [============================== ] 758/1525 49% [============================== ] 759/1525 49% [============================== ] 760/1525 49% [============================== ] 761/1525 49% [============================== ] 762/1525 49% [=============================== ] 763/1525 50% [=============================== ] 764/1525 50% [=============================== ] 765/1525 50% [=============================== ] 766/1525 50% [=============================== ] 767/1525 50% [=============================== ] 768/1525 50% [=============================== ] 769/1525 50% [=============================== ] 770/1525 50% [=============================== ] 771/1525 50% [=============================== ] 772/1525 50% [=============================== ] 773/1525 50% [=============================== ] 774/1525 50% [=============================== ] 775/1525 50% [=============================== ] 776/1525 50% [=============================== ] 777/1525 50% [=============================== ] 778/1525 51% [=============================== ] 779/1525 51% [=============================== ] 780/1525 51% [=============================== ] 781/1525 51% [=============================== ] 782/1525 51% [=============================== ] 783/1525 51% [=============================== ] 784/1525 51% [=============================== ] 785/1525 51% [=============================== ] 786/1525 51% [=============================== ] 787/1525 51% [================================ ] 788/1525 51% [================================ ] 789/1525 51% [================================ ] 790/1525 51% [================================ ] 791/1525 51% [================================ ] 792/1525 51% [================================ ] 793/1525 52% [================================ ] 794/1525 52% [================================ ] 795/1525 52% [================================ ] 796/1525 52% [================================ ] 797/1525 52% [================================ ] 798/1525 52% [================================ ] 799/1525 52% [================================ ] 800/1525 52% [================================ ] 801/1525 52% [================================ ] 802/1525 52% [================================ ] 803/1525 52% [================================ ] 804/1525 52% [================================ ] 805/1525 52% [================================ ] 806/1525 52% [================================ ] 807/1525 52% [================================ ] 808/1525 52% [================================ ] 809/1525 53% [================================ ] 810/1525 53% [================================ ] 811/1525 53% [================================= ] 812/1525 53% [================================= ] 813/1525 53% [================================= ] 814/1525 53% [================================= ] 815/1525 53% [================================= ] 816/1525 53% [================================= ] 817/1525 53% [================================= ] 818/1525 53% [================================= ] 819/1525 53% [================================= ] 820/1525 53% [================================= ] 821/1525 53% [================================= ] 822/1525 53% [================================= ] 823/1525 53% [================================= ] 824/1525 54% [================================= ] 825/1525 54% [================================= ] 826/1525 54% [================================= ] 827/1525 54% [================================= ] 828/1525 54% [================================= ] 829/1525 54% [================================= ] 830/1525 54% [================================= ] 831/1525 54% [================================= ] 832/1525 54% [================================= ] 833/1525 54% [================================= ] 834/1525 54% [================================= ] 835/1525 54% [================================= ] 836/1525 54% [================================== ] 837/1525 54% [================================== ] 838/1525 54% [================================== ] 839/1525 55% [================================== ] 840/1525 55% [================================== ] 841/1525 55% [================================== ] 842/1525 55% [================================== ] 843/1525 55% [================================== ] 844/1525 55% [================================== ] 845/1525 55% [================================== ] 846/1525 55% [================================== ] 847/1525 55% [================================== ] 848/1525 55% [================================== ] 849/1525 55% [================================== ] 850/1525 55% [================================== ] 851/1525 55% [================================== ] 852/1525 55% [================================== ] 853/1525 55% [================================== ] 854/1525 56% [================================== ] 855/1525 56% [================================== ] 856/1525 56% [================================== ] 857/1525 56% [================================== ] 858/1525 56% [================================== ] 859/1525 56% [================================== ] 860/1525 56% [=================================== ] 861/1525 56% [=================================== ] 862/1525 56% [=================================== ] 863/1525 56% [=================================== ] 864/1525 56% [=================================== ] 865/1525 56% [=================================== ] 866/1525 56% [=================================== ] 867/1525 56% [=================================== ] 868/1525 56% [=================================== ] 869/1525 56% [=================================== ] 870/1525 57% [=================================== ] 871/1525 57% [=================================== ] 872/1525 57% [=================================== ] 873/1525 57% [=================================== ] 874/1525 57% [=================================== ] 875/1525 57% [=================================== ] 876/1525 57% [=================================== ] 877/1525 57% [=================================== ] 878/1525 57% [=================================== ] 879/1525 57% [=================================== ] 880/1525 57% [=================================== ] 881/1525 57% [=================================== ] 882/1525 57% [=================================== ] 883/1525 57% [=================================== ] 884/1525 57% [=================================== ] 885/1525 58% [==================================== ] 886/1525 58% [==================================== ] 887/1525 58% [==================================== ] 888/1525 58% [==================================== ] 889/1525 58% [==================================== ] 890/1525 58% [==================================== ] 891/1525 58% [==================================== ] 892/1525 58% [==================================== ] 893/1525 58% [==================================== ] 894/1525 58% [==================================== ] 895/1525 58% [==================================== ] 896/1525 58% [==================================== ] 897/1525 58% [==================================== ] 898/1525 58% [==================================== ] 899/1525 58% [==================================== ] 900/1525 59% [==================================== ] 901/1525 59% [==================================== ] 902/1525 59% [==================================== ] 903/1525 59% [==================================== ] 904/1525 59% [==================================== ] 905/1525 59% [==================================== ] 906/1525 59% [==================================== ] 907/1525 59% [==================================== ] 908/1525 59% [==================================== ] 909/1525 59% [==================================== ] 910/1525 59% [===================================== ] 911/1525 59% [===================================== ] 912/1525 59% [===================================== ] 913/1525 59% [===================================== ] 914/1525 59% [===================================== ] 915/1525 60% [===================================== ] 916/1525 60% [===================================== ] 917/1525 60% [===================================== ] 918/1525 60% [===================================== ] 919/1525 60% [===================================== ] 920/1525 60% [===================================== ] 921/1525 60% [===================================== ] 922/1525 60% [===================================== ] 923/1525 60% [===================================== ] 924/1525 60% [===================================== ] 925/1525 60% [===================================== ] 926/1525 60% [===================================== ] 927/1525 60% [===================================== ] 928/1525 60% [===================================== ] 929/1525 60% [===================================== ] 930/1525 60% [===================================== ] 931/1525 61% [===================================== ] 932/1525 61% [===================================== ] 933/1525 61% [===================================== ] 934/1525 61% [====================================== ] 935/1525 61% [====================================== ] 936/1525 61% [====================================== ] 937/1525 61% [====================================== ] 938/1525 61% [====================================== ] 939/1525 61% [====================================== ] 940/1525 61% [====================================== ] 941/1525 61% [====================================== ] 942/1525 61% [====================================== ] 943/1525 61% [====================================== ] 944/1525 61% [====================================== ] 945/1525 61% [====================================== ] 946/1525 62% [====================================== ] 947/1525 62% [====================================== ] 948/1525 62% [====================================== ] 949/1525 62% [====================================== ] 950/1525 62% [====================================== ] 951/1525 62% [====================================== ] 952/1525 62% [====================================== ] 953/1525 62% [====================================== ] 954/1525 62% [====================================== ] 955/1525 62% [====================================== ] 956/1525 62% [====================================== ] 957/1525 62% [====================================== ] 958/1525 62% [====================================== ] 959/1525 62% [======================================= ] 960/1525 62% [======================================= ] 961/1525 63% [======================================= ] 962/1525 63% [======================================= ] 963/1525 63% [======================================= ] 964/1525 63% [======================================= ] 965/1525 63% [======================================= ] 966/1525 63% [======================================= ] 967/1525 63% [======================================= ] 968/1525 63% [======================================= ] 969/1525 63% [======================================= ] 970/1525 63% [======================================= ] 971/1525 63% [======================================= ] 972/1525 63% [======================================= ] 973/1525 63% [======================================= ] 974/1525 63% [======================================= ] 975/1525 63% [======================================= ] 976/1525 64% [======================================= ] 977/1525 64% [======================================= ] 978/1525 64% [======================================= ] 979/1525 64% [======================================= ] 980/1525 64% [======================================= ] 981/1525 64% [======================================= ] 982/1525 64% [======================================= ] 983/1525 64% [======================================== ] 984/1525 64% [======================================== ] 985/1525 64% [======================================== ] 986/1525 64% [======================================== ] 987/1525 64% [======================================== ] 988/1525 64% [======================================== ] 989/1525 64% [======================================== ] 990/1525 64% [======================================== ] 991/1525 64% [======================================== ] 992/1525 65% [======================================== ] 993/1525 65% [======================================== ] 994/1525 65% [======================================== ] 995/1525 65% [======================================== ] 996/1525 65% [======================================== ] 997/1525 65% [======================================== ] 998/1525 65% [======================================== ] 999/1525 65% [======================================== ] 1000/1525 65% [======================================== ] 1001/1525 65% [======================================== ] 1002/1525 65% [======================================== ] 1003/1525 65% [======================================== ] 1004/1525 65% [======================================== ] 1005/1525 65% [======================================== ] 1006/1525 65% [======================================== ] 1007/1525 66% [======================================== ] 1008/1525 66% [========================================= ] 1009/1525 66% [========================================= ] 1010/1525 66% [========================================= ] 1011/1525 66% [========================================= ] 1012/1525 66% [========================================= ] 1013/1525 66% [========================================= ] 1014/1525 66% [========================================= ] 1015/1525 66% [========================================= ] 1016/1525 66% [========================================= ] 1017/1525 66% [========================================= ] 1018/1525 66% [========================================= ] 1019/1525 66% [========================================= ] 1020/1525 66% [========================================= ] 1021/1525 66% [========================================= ] 1022/1525 67% [========================================= ] 1023/1525 67% [========================================= ] 1024/1525 67% [========================================= ] 1025/1525 67% [========================================= ] 1026/1525 67% [========================================= ] 1027/1525 67% [========================================= ] 1028/1525 67% [========================================= ] 1029/1525 67% [========================================= ] 1030/1525 67% [========================================= ] 1031/1525 67% [========================================= ] 1032/1525 67% [========================================= ] 1033/1525 67% [========================================== ] 1034/1525 67% [========================================== ] 1035/1525 67% [========================================== ] 1036/1525 67% [========================================== ] 1037/1525 68% [========================================== ] 1038/1525 68% [========================================== ] 1039/1525 68% [========================================== ] 1040/1525 68% [========================================== ] 1041/1525 68% [========================================== ] 1042/1525 68% [========================================== ] 1043/1525 68% [========================================== ] 1044/1525 68% [========================================== ] 1045/1525 68% [========================================== ] 1046/1525 68% [========================================== ] 1047/1525 68% [========================================== ] 1048/1525 68% [========================================== ] 1049/1525 68% [========================================== ] 1050/1525 68% [========================================== ] 1051/1525 68% [========================================== ] 1052/1525 68% [========================================== ] 1053/1525 69% [========================================== ] 1054/1525 69% [========================================== ] 1055/1525 69% [========================================== ] 1056/1525 69% [========================================== ] 1057/1525 69% [=========================================== ] 1058/1525 69% [=========================================== ] 1059/1525 69% [=========================================== ] 1060/1525 69% [=========================================== ] 1061/1525 69% [=========================================== ] 1062/1525 69% [=========================================== ] 1063/1525 69% [=========================================== ] 1064/1525 69% [=========================================== ] 1065/1525 69% [=========================================== ] 1066/1525 69% [=========================================== ] 1067/1525 69% [=========================================== ] 1068/1525 70% [=========================================== ] 1069/1525 70% [=========================================== ] 1070/1525 70% [=========================================== ] 1071/1525 70% [=========================================== ] 1072/1525 70% [=========================================== ] 1073/1525 70% [=========================================== ] 1074/1525 70% [=========================================== ] 1075/1525 70% [=========================================== ] 1076/1525 70% [=========================================== ] 1077/1525 70% [=========================================== ] 1078/1525 70% [=========================================== ] 1079/1525 70% [=========================================== ] 1080/1525 70% [=========================================== ] 1081/1525 70% [=========================================== ] 1082/1525 70% [============================================ ] 1083/1525 71% [============================================ ] 1084/1525 71% [============================================ ] 1085/1525 71% [============================================ ] 1086/1525 71% [============================================ ] 1087/1525 71% [============================================ ] 1088/1525 71% [============================================ ] 1089/1525 71% [============================================ ] 1090/1525 71% [============================================ ] 1091/1525 71% [============================================ ] 1092/1525 71% [============================================ ] 1093/1525 71% [============================================ ] 1094/1525 71% [============================================ ] 1095/1525 71% [============================================ ] 1096/1525 71% [============================================ ] 1097/1525 71% [============================================ ] 1098/1525 72% [============================================ ] 1099/1525 72% [============================================ ] 1100/1525 72% [============================================ ] 1101/1525 72% [============================================ ] 1102/1525 72% [============================================ ] 1103/1525 72% [============================================ ] 1104/1525 72% [============================================ ] 1105/1525 72% [============================================ ] 1106/1525 72% [============================================= ] 1107/1525 72% [============================================= ] 1108/1525 72% [============================================= ] 1109/1525 72% [============================================= ] 1110/1525 72% [============================================= ] 1111/1525 72% [============================================= ] 1112/1525 72% [============================================= ] 1113/1525 72% [============================================= ] 1114/1525 73% [============================================= ] 1115/1525 73% [============================================= ] 1116/1525 73% [============================================= ] 1117/1525 73% [============================================= ] 1118/1525 73% [============================================= ] 1119/1525 73% [============================================= ] 1120/1525 73% [============================================= ] 1121/1525 73% [============================================= ] 1122/1525 73% [============================================= ] 1123/1525 73% [============================================= ] 1124/1525 73% [============================================= ] 1125/1525 73% [============================================= ] 1126/1525 73% [============================================= ] 1127/1525 73% [============================================= ] 1128/1525 73% [============================================= ] 1129/1525 74% [============================================= ] 1130/1525 74% [============================================= ] 1131/1525 74% [============================================== ] 1132/1525 74% [============================================== ] 1133/1525 74% [============================================== ] 1134/1525 74% [============================================== ] 1135/1525 74% [============================================== ] 1136/1525 74% [============================================== ] 1137/1525 74% [============================================== ] 1138/1525 74% [============================================== ] 1139/1525 74% [============================================== ] 1140/1525 74% [============================================== ] 1141/1525 74% [============================================== ] 1142/1525 74% [============================================== ] 1143/1525 74% [============================================== ] 1144/1525 75% [============================================== ] 1145/1525 75% [============================================== ] 1146/1525 75% [============================================== ] 1147/1525 75% [============================================== ] 1148/1525 75% [============================================== ] 1149/1525 75% [============================================== ] 1150/1525 75% [============================================== ] 1151/1525 75% [============================================== ] 1152/1525 75% [============================================== ] 1153/1525 75% [============================================== ] 1154/1525 75% [============================================== ] 1155/1525 75% [============================================== ] 1156/1525 75% [=============================================== ] 1157/1525 75% [=============================================== ] 1158/1525 75% [=============================================== ] 1159/1525 76% [=============================================== ] 1160/1525 76% [=============================================== ] 1161/1525 76% [=============================================== ] 1162/1525 76% [=============================================== ] 1163/1525 76% [=============================================== ] 1164/1525 76% [=============================================== ] 1165/1525 76% [=============================================== ] 1166/1525 76% [=============================================== ] 1167/1525 76% [=============================================== ] 1168/1525 76% [=============================================== ] 1169/1525 76% [=============================================== ] 1170/1525 76% [=============================================== ] 1171/1525 76% [=============================================== ] 1172/1525 76% [=============================================== ] 1173/1525 76% [=============================================== ] 1174/1525 76% [=============================================== ] 1175/1525 77% [=============================================== ] 1176/1525 77% [=============================================== ] 1177/1525 77% [=============================================== ] 1178/1525 77% [=============================================== ] 1179/1525 77% [=============================================== ] 1180/1525 77% [================================================ ] 1181/1525 77% [================================================ ] 1182/1525 77% [================================================ ] 1183/1525 77% [================================================ ] 1184/1525 77% [================================================ ] 1185/1525 77% [================================================ ] 1186/1525 77% [================================================ ] 1187/1525 77% [================================================ ] 1188/1525 77% [================================================ ] 1189/1525 77% [================================================ ] 1190/1525 78% [================================================ ] 1191/1525 78% [================================================ ] 1192/1525 78% [================================================ ] 1193/1525 78% [================================================ ] 1194/1525 78% [================================================ ] 1195/1525 78% [================================================ ] 1196/1525 78% [================================================ ] 1197/1525 78% [================================================ ] 1198/1525 78% [================================================ ] 1199/1525 78% [================================================ ] 1200/1525 78% [================================================ ] 1201/1525 78% [================================================ ] 1202/1525 78% [================================================ ] 1203/1525 78% [================================================ ] 1204/1525 78% [================================================ ] 1205/1525 79% [================================================= ] 1206/1525 79% [================================================= ] 1207/1525 79% [================================================= ] 1208/1525 79% [================================================= ] 1209/1525 79% [================================================= ] 1210/1525 79% [================================================= ] 1211/1525 79% [================================================= ] 1212/1525 79% [================================================= ] 1213/1525 79% [================================================= ] 1214/1525 79% [================================================= ] 1215/1525 79% [================================================= ] 1216/1525 79% [================================================= ] 1217/1525 79% [================================================= ] 1218/1525 79% [================================================= ] 1219/1525 79% [================================================= ] 1220/1525 80% [================================================= ] 1221/1525 80% [================================================= ] 1222/1525 80% [================================================= ] 1223/1525 80% [================================================= ] 1224/1525 80% [================================================= ] 1225/1525 80% [================================================= ] 1226/1525 80% [================================================= ] 1227/1525 80% [================================================= ] 1228/1525 80% [================================================= ] 1229/1525 80% [================================================== ] 1230/1525 80% [================================================== ] 1231/1525 80% [================================================== ] 1232/1525 80% [================================================== ] 1233/1525 80% [================================================== ] 1234/1525 80% [================================================== ] 1235/1525 80% [================================================== ] 1236/1525 81% [================================================== ] 1237/1525 81% [================================================== ] 1238/1525 81% [================================================== ] 1239/1525 81% [================================================== ] 1240/1525 81% [================================================== ] 1241/1525 81% [================================================== ] 1242/1525 81% [================================================== ] 1243/1525 81% [================================================== ] 1244/1525 81% [================================================== ] 1245/1525 81% [================================================== ] 1246/1525 81% [================================================== ] 1247/1525 81% [================================================== ] 1248/1525 81% [================================================== ] 1249/1525 81% [================================================== ] 1250/1525 81% [================================================== ] 1251/1525 82% [================================================== ] 1252/1525 82% [================================================== ] 1253/1525 82% [================================================== ] 1254/1525 82% [=================================================== ] 1255/1525 82% [=================================================== ] 1256/1525 82% [=================================================== ] 1257/1525 82% [=================================================== ] 1258/1525 82% [=================================================== ] 1259/1525 82% [=================================================== ] 1260/1525 82% [=================================================== ] 1261/1525 82% [=================================================== ] 1262/1525 82% [=================================================== ] 1263/1525 82% [=================================================== ] 1264/1525 82% [=================================================== ] 1265/1525 82% [=================================================== ] 1266/1525 83% [=================================================== ] 1267/1525 83% [=================================================== ] 1268/1525 83% [=================================================== ] 1269/1525 83% [=================================================== ] 1270/1525 83% [=================================================== ] 1271/1525 83% [=================================================== ] 1272/1525 83% [=================================================== ] 1273/1525 83% [=================================================== ] 1274/1525 83% [=================================================== ] 1275/1525 83% [=================================================== ] 1276/1525 83% [=================================================== ] 1277/1525 83% [=================================================== ] 1278/1525 83% [=================================================== ] 1279/1525 83% [==================================================== ] 1280/1525 83% [==================================================== ] 1281/1525 84% [==================================================== ] 1282/1525 84% [==================================================== ] 1283/1525 84% [==================================================== ] 1284/1525 84% [==================================================== ] 1285/1525 84% [==================================================== ] 1286/1525 84% [==================================================== ] 1287/1525 84% [==================================================== ] 1288/1525 84% [==================================================== ] 1289/1525 84% [==================================================== ] 1290/1525 84% [==================================================== ] 1291/1525 84% [==================================================== ] 1292/1525 84% [==================================================== ] 1293/1525 84% [==================================================== ] 1294/1525 84% [==================================================== ] 1295/1525 84% [==================================================== ] 1296/1525 84% [==================================================== ] 1297/1525 85% [==================================================== ] 1298/1525 85% [==================================================== ] 1299/1525 85% [==================================================== ] 1300/1525 85% [==================================================== ] 1301/1525 85% [==================================================== ] 1302/1525 85% [==================================================== ] 1303/1525 85% [===================================================== ] 1304/1525 85% [===================================================== ] 1305/1525 85% [===================================================== ] 1306/1525 85% [===================================================== ] 1307/1525 85% [===================================================== ] 1308/1525 85% [===================================================== ] 1309/1525 85% [===================================================== ] 1310/1525 85% [===================================================== ] 1311/1525 85% [===================================================== ] 1312/1525 86% [===================================================== ] 1313/1525 86% [===================================================== ] 1314/1525 86% [===================================================== ] 1315/1525 86% [===================================================== ] 1316/1525 86% [===================================================== ] 1317/1525 86% [===================================================== ] 1318/1525 86% [===================================================== ] 1319/1525 86% [===================================================== ] 1320/1525 86% [===================================================== ] 1321/1525 86% [===================================================== ] 1322/1525 86% [===================================================== ] 1323/1525 86% [===================================================== ] 1324/1525 86% [===================================================== ] 1325/1525 86% [===================================================== ] 1326/1525 86% [===================================================== ] 1327/1525 87% [===================================================== ] 1328/1525 87% [====================================================== ] 1329/1525 87% [====================================================== ] 1330/1525 87% [====================================================== ] 1331/1525 87% [====================================================== ] 1332/1525 87% [====================================================== ] 1333/1525 87% [====================================================== ] 1334/1525 87% [====================================================== ] 1335/1525 87% [====================================================== ] 1336/1525 87% [====================================================== ] 1337/1525 87% [====================================================== ] 1338/1525 87% [====================================================== ] 1339/1525 87% [====================================================== ] 1340/1525 87% [====================================================== ] 1341/1525 87% [====================================================== ] 1342/1525 88% [====================================================== ] 1343/1525 88% [====================================================== ] 1344/1525 88% [====================================================== ] 1345/1525 88% [====================================================== ] 1346/1525 88% [====================================================== ] 1347/1525 88% [====================================================== ] 1348/1525 88% [====================================================== ] 1349/1525 88% [====================================================== ] 1350/1525 88% [====================================================== ] 1351/1525 88% [====================================================== ] 1352/1525 88% [======================================================= ] 1353/1525 88% [======================================================= ] 1354/1525 88% [======================================================= ] 1355/1525 88% [======================================================= ] 1356/1525 88% [======================================================= ] 1357/1525 88% [======================================================= ] 1358/1525 89% [======================================================= ] 1359/1525 89% [======================================================= ] 1360/1525 89% [======================================================= ] 1361/1525 89% [======================================================= ] 1362/1525 89% [======================================================= ] 1363/1525 89% [======================================================= ] 1364/1525 89% [======================================================= ] 1365/1525 89% [======================================================= ] 1366/1525 89% [======================================================= ] 1367/1525 89% [======================================================= ] 1368/1525 89% [======================================================= ] 1369/1525 89% [======================================================= ] 1370/1525 89% [======================================================= ] 1371/1525 89% [======================================================= ] 1372/1525 89% [======================================================= ] 1373/1525 90% [======================================================= ] 1374/1525 90% [======================================================= ] 1375/1525 90% [======================================================= ] 1376/1525 90% [======================================================= ] 1377/1525 90% [======================================================== ] 1378/1525 90% [======================================================== ] 1379/1525 90% [======================================================== ] 1380/1525 90% [======================================================== ] 1381/1525 90% [======================================================== ] 1382/1525 90% [======================================================== ] 1383/1525 90% [======================================================== ] 1384/1525 90% [======================================================== ] 1385/1525 90% [======================================================== ] 1386/1525 90% [======================================================== ] 1387/1525 90% [======================================================== ] 1388/1525 91% [======================================================== ] 1389/1525 91% [======================================================== ] 1390/1525 91% [======================================================== ] 1391/1525 91% [======================================================== ] 1392/1525 91% [======================================================== ] 1393/1525 91% [======================================================== ] 1394/1525 91% [======================================================== ] 1395/1525 91% [======================================================== ] 1396/1525 91% [======================================================== ] 1397/1525 91% [======================================================== ] 1398/1525 91% [======================================================== ] 1399/1525 91% [======================================================== ] 1400/1525 91% [======================================================== ] 1401/1525 91% [======================================================== ] 1402/1525 91% [========================================================= ] 1403/1525 92% [========================================================= ] 1404/1525 92% [========================================================= ] 1405/1525 92% [========================================================= ] 1406/1525 92% [========================================================= ] 1407/1525 92% [========================================================= ] 1408/1525 92% [========================================================= ] 1409/1525 92% [========================================================= ] 1410/1525 92% [========================================================= ] 1411/1525 92% [========================================================= ] 1412/1525 92% [========================================================= ] 1413/1525 92% [========================================================= ] 1414/1525 92% [========================================================= ] 1415/1525 92% [========================================================= ] 1416/1525 92% [========================================================= ] 1417/1525 92% [========================================================= ] 1418/1525 92% [========================================================= ] 1419/1525 93% [========================================================= ] 1420/1525 93% [========================================================= ] 1421/1525 93% [========================================================= ] 1422/1525 93% [========================================================= ] 1423/1525 93% [========================================================= ] 1424/1525 93% [========================================================= ] 1425/1525 93% [========================================================= ] 1426/1525 93% [========================================================== ] 1427/1525 93% [========================================================== ] 1428/1525 93% [========================================================== ] 1429/1525 93% [========================================================== ] 1430/1525 93% [========================================================== ] 1431/1525 93% [========================================================== ] 1432/1525 93% [========================================================== ] 1433/1525 93% [========================================================== ] 1434/1525 94% [========================================================== ] 1435/1525 94% [========================================================== ] 1436/1525 94% [========================================================== ] 1437/1525 94% [========================================================== ] 1438/1525 94% [========================================================== ] 1439/1525 94% [========================================================== ] 1440/1525 94% [========================================================== ] 1441/1525 94% [========================================================== ] 1442/1525 94% [========================================================== ] 1443/1525 94% [========================================================== ] 1444/1525 94% [========================================================== ] 1445/1525 94% [========================================================== ] 1446/1525 94% [========================================================== ] 1447/1525 94% [========================================================== ] 1448/1525 94% [========================================================== ] 1449/1525 95% [========================================================== ] 1450/1525 95% [========================================================== ] 1451/1525 95% [=========================================================== ] 1452/1525 95% [=========================================================== ] 1453/1525 95% [=========================================================== ] 1454/1525 95% [=========================================================== ] 1455/1525 95% [=========================================================== ] 1456/1525 95% [=========================================================== ] 1457/1525 95% [=========================================================== ] 1458/1525 95% [=========================================================== ] 1459/1525 95% [=========================================================== ] 1460/1525 95% [=========================================================== ] 1461/1525 95% [=========================================================== ] 1462/1525 95% [=========================================================== ] 1463/1525 95% [=========================================================== ] 1464/1525 96% [=========================================================== ] 1465/1525 96% [=========================================================== ] 1466/1525 96% [=========================================================== ] 1467/1525 96% [=========================================================== ] 1468/1525 96% [=========================================================== ] 1469/1525 96% [=========================================================== ] 1470/1525 96% [=========================================================== ] 1471/1525 96% [=========================================================== ] 1472/1525 96% [=========================================================== ] 1473/1525 96% [=========================================================== ] 1474/1525 96% [=========================================================== ] 1475/1525 96% [============================================================ ] 1476/1525 96% [============================================================ ] 1477/1525 96% [============================================================ ] 1478/1525 96% [============================================================ ] 1479/1525 96% [============================================================ ] 1480/1525 97% [============================================================ ] 1481/1525 97% [============================================================ ] 1482/1525 97% [============================================================ ] 1483/1525 97% [============================================================ ] 1484/1525 97% [============================================================ ] 1485/1525 97% [============================================================ ] 1486/1525 97% [============================================================ ] 1487/1525 97% [============================================================ ] 1488/1525 97% [============================================================ ] 1489/1525 97% [============================================================ ] 1490/1525 97% [============================================================ ] 1491/1525 97% [============================================================ ] 1492/1525 97% [============================================================ ] 1493/1525 97% [============================================================ ] 1494/1525 97% [============================================================ ] 1495/1525 98% [============================================================ ] 1496/1525 98% [============================================================ ] 1497/1525 98% [============================================================ ] 1498/1525 98% [============================================================ ] 1499/1525 98% [============================================================ ] 1500/1525 98% [============================================================= ] 1501/1525 98% [============================================================= ] 1502/1525 98% [============================================================= ] 1503/1525 98% [============================================================= ] 1504/1525 98% [============================================================= ] 1505/1525 98% [============================================================= ] 1506/1525 98% [============================================================= ] 1507/1525 98% [============================================================= ] 1508/1525 98% [============================================================= ] 1509/1525 98% [============================================================= ] 1510/1525 99% [============================================================= ] 1511/1525 99% [============================================================= ] 1512/1525 99% [============================================================= ] 1513/1525 99% [============================================================= ] 1514/1525 99% [============================================================= ] 1515/1525 99% [============================================================= ] 1516/1525 99% [============================================================= ] 1517/1525 99% [============================================================= ] 1518/1525 99% [============================================================= ] 1519/1525 99% [============================================================= ] 1520/1525 99% [============================================================= ] 1521/1525 99% [============================================================= ] 1522/1525 99% [============================================================= ] 1523/1525 99% [============================================================= ] 1524/1525 99% [==============================================================] 1525/1525 100% operation complete, 1525 objects in 46783 NAND pages. ln -snf /home/thomas/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-191-g0d198311b9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acpica 20200717 Collecting legal info source/include/acpi.h: OK (sha256: cb17c679d3291eba1a70a1336062fb07eec2e839b0821b443b24f41de18c5218) >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> alsa-lib 1.2.7.2 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> autofs 5.1.8 Collecting legal info COPYING: OK (sha256: 458028929f712b4795bc5adc31a1d6a2151364ce1b372ac43f613f56c8448fed) COPYRIGHT: OK (sha256: 26c826658dfa9e5ce5f182fbfbadf3fda2d184e78dba3d99da34c60113b2ce54) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dhcp 4.4.3 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> ethtool 5.18 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> git 2.31.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.6 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libzip 1.8.0 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> minissdpd 1.5.20211105 Collecting legal info LICENSE: OK (sha256: 45950e1d443106906f83a4ec7b9c2e1a9d6457130737a493cff0e5b7a39da570) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> motion 4.4.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> host-python-lxml 4.9.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-qemu 7.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> redis 7.0.4 Collecting legal info COPYING: OK (sha256: 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828) >>> rp-pppoe 3.15 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> rsync 3.2.5 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> stress 1.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tio 1.40 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> trace-cmd 2.9.7 Collecting legal info COPYING: OK (sha256: b1d04b850c1c7471b0f0896f6c6f0fcfc9f07e2dd183a5f5826af269fe9e88fb) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> 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: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'