\( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-173-g413a28940b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount f 4755 0 0 - - - - -\n /usr/bin/fusermount3 f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cpio\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/cpio/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" bzip2 -9 -c /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cpio > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.cpio.bz2 >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -b -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target -o /home/buildroot/autobuild/instance-0/output-1/images/rootfs.jffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/jffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.oci mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/images/rootfs-oci\n /home/buildroot/autobuild/instance-0/output-1/host/bin/sloci-image --arch s390x --entrypoint '\''sh'\'' --cmd '\'''\'' --author "Buildroot" --user "0" /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs-oci:latest\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/oci/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' tar: POSIX ACL support is not available >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1290 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1290 0% [ ] 2/1290 0% [ ] 3/1290 0% [ ] 4/1290 0% [ ] 5/1290 0% [ ] 6/1290 0% [ ] 7/1290 0% [ ] 8/1290 0% [ ] 9/1290 0% [ ] 10/1290 0% [ ] 11/1290 0% [ ] 12/1290 0% [ ] 13/1290 1% [ ] 14/1290 1% [ ] 15/1290 1% [ ] 16/1290 1% [ ] 17/1290 1% [ ] 18/1290 1% [ ] 19/1290 1% [ ] 20/1290 1% [= ] 21/1290 1% [= ] 22/1290 1% [= ] 23/1290 1% [= ] 24/1290 1% [= ] 25/1290 1% [= ] 26/1290 2% [= ] 27/1290 2% [= ] 28/1290 2% [= ] 29/1290 2% [= ] 30/1290 2% [= ] 31/1290 2% [= ] 32/1290 2% [= ] 33/1290 2% [= ] 34/1290 2% [= ] 35/1290 2% [= ] 36/1290 2% [= ] 37/1290 2% [= ] 38/1290 2% [= ] 39/1290 3% [= ] 40/1290 3% [= ] 41/1290 3% [== ] 42/1290 3% [== ] 43/1290 3% [== ] 44/1290 3% [== ] 45/1290 3% [== ] 46/1290 3% [== ] 47/1290 3% [== ] 48/1290 3% [== ] 49/1290 3% [== ] 50/1290 3% [== ] 51/1290 3% [== ] 52/1290 4% [== ] 53/1290 4% [== ] 54/1290 4% [== ] 55/1290 4% [== ] 56/1290 4% [== ] 57/1290 4% [== ] 58/1290 4% [== ] 59/1290 4% [== ] 60/1290 4% [== ] 61/1290 4% [== ] 62/1290 4% [=== ] 63/1290 4% [=== ] 64/1290 4% [=== ] 65/1290 5% [=== ] 66/1290 5% [=== ] 67/1290 5% [=== ] 68/1290 5% [=== ] 69/1290 5% [=== ] 70/1290 5% [=== ] 71/1290 5% [=== ] 72/1290 5% [=== ] 73/1290 5% [=== ] 74/1290 5% [=== ] 75/1290 5% [=== ] 76/1290 5% [=== ] 77/1290 5% [=== ] 78/1290 6% [=== ] 79/1290 6% [=== ] 80/1290 6% [=== ] 81/1290 6% [=== ] 82/1290 6% [=== ] 83/1290 6% [==== ] 84/1290 6% [==== ] 85/1290 6% [==== ] 86/1290 6% [==== ] 87/1290 6% [==== ] 88/1290 6% [==== ] 89/1290 6% [==== ] 90/1290 6% [==== ] 91/1290 7% [==== ] 92/1290 7% [==== ] 93/1290 7% [==== ] 94/1290 7% [==== ] 95/1290 7% [==== ] 96/1290 7% [==== ] 97/1290 7% [==== ] 98/1290 7% [==== ] 99/1290 7% [==== ] 100/1290 7% [==== ] 101/1290 7% [==== ] 102/1290 7% [==== ] 103/1290 7% [==== ] 104/1290 8% [===== ] 105/1290 8% [===== ] 106/1290 8% [===== ] 107/1290 8% [===== ] 108/1290 8% [===== ] 109/1290 8% [===== ] 110/1290 8% [===== ] 111/1290 8% [===== ] 112/1290 8% [===== ] 113/1290 8% [===== ] 114/1290 8% [===== ] 115/1290 8% [===== ] 116/1290 8% [===== ] 117/1290 9% [===== ] 118/1290 9% [===== ] 119/1290 9% [===== ] 120/1290 9% [===== ] 121/1290 9% [===== ] 122/1290 9% [===== ] 123/1290 9% [===== ] 124/1290 9% [====== ] 125/1290 9% [====== ] 126/1290 9% [====== ] 127/1290 9% [====== ] 128/1290 9% [====== ] 129/1290 10% [====== ] 130/1290 10% [====== ] 131/1290 10% [====== ] 132/1290 10% [====== ] 133/1290 10% [====== ] 134/1290 10% [====== ] 135/1290 10% [====== ] 136/1290 10% [====== ] 137/1290 10% [====== ] 138/1290 10% [====== ] 139/1290 10% [====== ] 140/1290 10% [====== ] 141/1290 10% [====== ] 142/1290 11% [====== ] 143/1290 11% [====== ] 144/1290 11% [====== ] 145/1290 11% [======= ] 146/1290 11% [======= ] 147/1290 11% [======= ] 148/1290 11% [======= ] 149/1290 11% [======= ] 150/1290 11% [======= ] 151/1290 11% [======= ] 152/1290 11% [======= ] 153/1290 11% [======= ] 154/1290 11% [======= ] 155/1290 12% [======= ] 156/1290 12% [======= ] 157/1290 12% [======= ] 158/1290 12% [======= ] 159/1290 12% [======= ] 160/1290 12% [======= ] 161/1290 12% [======= ] 162/1290 12% [======= ] 163/1290 12% [======= ] 164/1290 12% [======= ] 165/1290 12% [======= ] 166/1290 12% [======== ] 167/1290 12% [======== ] 168/1290 13% [======== ] 169/1290 13% [======== ] 170/1290 13% [======== ] 171/1290 13% [======== ] 172/1290 13% [======== ] 173/1290 13% [======== ] 174/1290 13% [======== ] 175/1290 13% [======== ] 176/1290 13% [======== ] 177/1290 13% [======== ] 178/1290 13% [======== ] 179/1290 13% [======== ] 180/1290 13% [======== ] 181/1290 14% [======== ] 182/1290 14% [======== ] 183/1290 14% [======== ] 184/1290 14% [======== ] 185/1290 14% [======== ] 186/1290 14% [======== ] 187/1290 14% [========= ] 188/1290 14% [========= ] 189/1290 14% [========= ] 190/1290 14% [========= ] 191/1290 14% [========= ] 192/1290 14% [========= ] 193/1290 14% [========= ] 194/1290 15% [========= ] 195/1290 15% [========= ] 196/1290 15% [========= ] 197/1290 15% [========= ] 198/1290 15% [========= ] 199/1290 15% [========= ] 200/1290 15% [========= ] 201/1290 15% [========= ] 202/1290 15% [========= ] 203/1290 15% [========= ] 204/1290 15% [========= ] 205/1290 15% [========= ] 206/1290 15% [========= ] 207/1290 16% [========= ] 208/1290 16% [========== ] 209/1290 16% [========== ] 210/1290 16% [========== ] 211/1290 16% [========== ] 212/1290 16% [========== ] 213/1290 16% [========== ] 214/1290 16% [========== ] 215/1290 16% [========== ] 216/1290 16% [========== ] 217/1290 16% [========== ] 218/1290 16% [========== ] 219/1290 16% [========== ] 220/1290 17% [========== ] 221/1290 17% [========== ] 222/1290 17% [========== ] 223/1290 17% [========== ] 224/1290 17% [========== ] 225/1290 17% [========== ] 226/1290 17% [========== ] 227/1290 17% [========== ] 228/1290 17% [=========== ] 229/1290 17% [=========== ] 230/1290 17% [=========== ] 231/1290 17% [=========== ] 232/1290 17% [=========== ] 233/1290 18% [=========== ] 234/1290 18% [=========== ] 235/1290 18% [=========== ] 236/1290 18% [=========== ] 237/1290 18% [=========== ] 238/1290 18% [=========== ] 239/1290 18% [=========== ] 240/1290 18% [=========== ] 241/1290 18% [=========== ] 242/1290 18% [=========== ] 243/1290 18% [=========== ] 244/1290 18% [=========== ] 245/1290 18% [=========== ] 246/1290 19% [=========== ] 247/1290 19% [=========== ] 248/1290 19% [=========== ] 249/1290 19% [============ ] 250/1290 19% [============ ] 251/1290 19% [============ ] 252/1290 19% [============ ] 253/1290 19% [============ ] 254/1290 19% [============ ] 255/1290 19% [============ ] 256/1290 19% [============ ] 257/1290 19% [============ ] 258/1290 20% [============ ] 259/1290 20% [============ ] 260/1290 20% [============ ] 261/1290 20% [============ ] 262/1290 20% [============ ] 263/1290 20% [============ ] 264/1290 20% [============ ] 265/1290 20% [============ ] 266/1290 20% [============ ] 267/1290 20% [============ ] 268/1290 20% [============ ] 269/1290 20% [============ ] 270/1290 20% [============= ] 271/1290 21% [============= ] 272/1290 21% [============= ] 273/1290 21% [============= ] 274/1290 21% [============= ] 275/1290 21% [============= ] 276/1290 21% [============= ] 277/1290 21% [============= ] 278/1290 21% [============= ] 279/1290 21% [============= ] 280/1290 21% [============= ] 281/1290 21% [============= ] 282/1290 21% [============= ] 283/1290 21% [============= ] 284/1290 22% [============= ] 285/1290 22% [============= ] 286/1290 22% [============= ] 287/1290 22% [============= ] 288/1290 22% [============= ] 289/1290 22% [============= ] 290/1290 22% [============= ] 291/1290 22% [============== ] 292/1290 22% [============== ] 293/1290 22% [============== ] 294/1290 22% [============== ] 295/1290 22% [============== ] 296/1290 22% [============== ] 297/1290 23% [============== ] 298/1290 23% [============== ] 299/1290 23% [============== ] 300/1290 23% [============== ] 301/1290 23% [============== ] 302/1290 23% [============== ] 303/1290 23% [============== ] 304/1290 23% [============== ] 305/1290 23% [============== ] 306/1290 23% [============== ] 307/1290 23% [============== ] 308/1290 23% [============== ] 309/1290 23% [============== ] 310/1290 24% [============== ] 311/1290 24% [============== ] 312/1290 24% [=============== ] 313/1290 24% [=============== ] 314/1290 24% [=============== ] 315/1290 24% [=============== ] 316/1290 24% [=============== ] 317/1290 24% [=============== ] 318/1290 24% [=============== ] 319/1290 24% [=============== ] 320/1290 24% [=============== ] 321/1290 24% [=============== ] 322/1290 24% [=============== ] 323/1290 25% [=============== ] 324/1290 25% [=============== ] 325/1290 25% [=============== ] 326/1290 25% [=============== ] 327/1290 25% [=============== ] 328/1290 25% [=============== ] 329/1290 25% [=============== ] 330/1290 25% [=============== ] 331/1290 25% [=============== ] 332/1290 25% [================ ] 333/1290 25% [================ ] 334/1290 25% [================ ] 335/1290 25% [================ ] 336/1290 26% [================ ] 337/1290 26% [================ ] 338/1290 26% [================ ] 339/1290 26% [================ ] 340/1290 26% [================ ] 341/1290 26% [================ ] 342/1290 26% [================ ] 343/1290 26% [================ ] 344/1290 26% [================ ] 345/1290 26% [================ ] 346/1290 26% [================ ] 347/1290 26% [================ ] 348/1290 26% [================ ] 349/1290 27% [================ ] 350/1290 27% [================ ] 351/1290 27% [================ ] 352/1290 27% [================ ] 353/1290 27% [================= ] 354/1290 27% [================= ] 355/1290 27% [================= ] 356/1290 27% [================= ] 357/1290 27% [================= ] 358/1290 27% [================= ] 359/1290 27% [================= ] 360/1290 27% [================= ] 361/1290 27% [================= ] 362/1290 28% [================= ] 363/1290 28% [================= ] 364/1290 28% [================= ] 365/1290 28% [================= ] 366/1290 28% [================= ] 367/1290 28% [================= ] 368/1290 28% [================= ] 369/1290 28% [================= ] 370/1290 28% [================= ] 371/1290 28% [================= ] 372/1290 28% [================= ] 373/1290 28% [================= ] 374/1290 28% [================== ] 375/1290 29% [================== ] 376/1290 29% [================== ] 377/1290 29% [================== ] 378/1290 29% [================== ] 379/1290 29% [================== ] 380/1290 29% [================== ] 381/1290 29% [================== ] 382/1290 29% [================== ] 383/1290 29% [================== ] 384/1290 29% [================== ] 385/1290 29% [================== ] 386/1290 29% [================== ] 387/1290 30% [================== ] 388/1290 30% [================== ] 389/1290 30% [================== ] 390/1290 30% [================== ] 391/1290 30% [================== ] 392/1290 30% [================== ] 393/1290 30% [================== ] 394/1290 30% [================== ] 395/1290 30% [=================== ] 396/1290 30% [=================== ] 397/1290 30% [=================== ] 398/1290 30% [=================== ] 399/1290 30% [=================== ] 400/1290 31% [=================== ] 401/1290 31% [=================== ] 402/1290 31% [=================== ] 403/1290 31% [=================== ] 404/1290 31% [=================== ] 405/1290 31% [=================== ] 406/1290 31% [=================== ] 407/1290 31% [=================== ] 408/1290 31% [=================== ] 409/1290 31% [=================== ] 410/1290 31% [=================== ] 411/1290 31% [=================== ] 412/1290 31% [=================== ] 413/1290 32% [=================== ] 414/1290 32% [=================== ] 415/1290 32% [=================== ] 416/1290 32% [==================== ] 417/1290 32% [==================== ] 418/1290 32% [==================== ] 419/1290 32% [==================== ] 420/1290 32% [==================== ] 421/1290 32% [==================== ] 422/1290 32% [==================== ] 423/1290 32% [==================== ] 424/1290 32% [==================== ] 425/1290 32% [==================== ] 426/1290 33% [==================== ] 427/1290 33% [==================== ] 428/1290 33% [==================== ] 429/1290 33% [==================== ] 430/1290 33% [==================== ] 431/1290 33% [==================== ] 432/1290 33% [==================== ] 433/1290 33% [==================== ] 434/1290 33% [==================== ] 435/1290 33% [==================== ] 436/1290 33% [===================== ] 437/1290 33% [===================== ] 438/1290 33% [===================== ] 439/1290 34% [===================== ] 440/1290 34% [===================== ] 441/1290 34% [===================== ] 442/1290 34% [===================== ] 443/1290 34% [===================== ] 444/1290 34% [===================== ] 445/1290 34% [===================== ] 446/1290 34% [===================== ] 447/1290 34% [===================== ] 448/1290 34% [===================== ] 449/1290 34% [===================== ] 450/1290 34% [===================== ] 451/1290 34% [===================== ] 452/1290 35% [===================== ] 453/1290 35% [===================== ] 454/1290 35% [===================== ] 455/1290 35% [===================== ] 456/1290 35% [===================== ] 457/1290 35% [====================== ] 458/1290 35% [====================== ] 459/1290 35% [====================== ] 460/1290 35% [====================== ] 461/1290 35% [====================== ] 462/1290 35% [====================== ] 463/1290 35% [====================== ] 464/1290 35% [====================== ] 465/1290 36% [====================== ] 466/1290 36% [====================== ] 467/1290 36% [====================== ] 468/1290 36% [====================== ] 469/1290 36% [====================== ] 470/1290 36% [====================== ] 471/1290 36% [====================== ] 472/1290 36% [====================== ] 473/1290 36% [====================== ] 474/1290 36% [====================== ] 475/1290 36% [====================== ] 476/1290 36% [====================== ] 477/1290 36% [====================== ] 478/1290 37% [======================= ] 479/1290 37% [======================= ] 480/1290 37% [======================= ] 481/1290 37% [======================= ] 482/1290 37% [======================= ] 483/1290 37% [======================= ] 484/1290 37% [======================= ] 485/1290 37% [======================= ] 486/1290 37% [======================= ] 487/1290 37% [======================= ] 488/1290 37% [======================= ] 489/1290 37% [======================= ] 490/1290 37% [======================= ] 491/1290 38% [======================= ] 492/1290 38% [======================= ] 493/1290 38% [======================= ] 494/1290 38% [======================= ] 495/1290 38% [======================= ] 496/1290 38% [======================= ] 497/1290 38% [======================= ] 498/1290 38% [======================= ] 499/1290 38% [======================== ] 500/1290 38% [======================== ] 501/1290 38% [======================== ] 502/1290 38% [======================== ] 503/1290 38% [======================== ] 504/1290 39% [======================== ] 505/1290 39% [======================== ] 506/1290 39% [======================== ] 507/1290 39% [======================== ] 508/1290 39% [======================== ] 509/1290 39% [======================== ] 510/1290 39% [======================== ] 511/1290 39% [======================== ] 512/1290 39% [======================== ] 513/1290 39% [======================== ] 514/1290 39% [======================== ] 515/1290 39% [======================== ] 516/1290 40% [======================== ] 517/1290 40% [======================== ] 518/1290 40% [======================== ] 519/1290 40% [======================== ] 520/1290 40% [========================= ] 521/1290 40% [========================= ] 522/1290 40% [========================= ] 523/1290 40% [========================= ] 524/1290 40% [========================= ] 525/1290 40% [========================= ] 526/1290 40% [========================= ] 527/1290 40% [========================= ] 528/1290 40% [========================= ] 529/1290 41% [========================= ] 530/1290 41% [========================= ] 531/1290 41% [========================= ] 532/1290 41% [========================= ] 533/1290 41% [========================= ] 534/1290 41% [========================= ] 535/1290 41% [========================= ] 536/1290 41% [========================= ] 537/1290 41% [========================= ] 538/1290 41% [========================= ] 539/1290 41% [========================= ] 540/1290 41% [========================== ] 541/1290 41% [========================== ] 542/1290 42% [========================== ] 543/1290 42% [========================== ] 544/1290 42% [========================== ] 545/1290 42% [========================== ] 546/1290 42% [========================== ] 547/1290 42% [========================== ] 548/1290 42% [========================== ] 549/1290 42% [========================== ] 550/1290 42% [========================== ] 551/1290 42% [========================== ] 552/1290 42% [========================== ] 553/1290 42% [========================== ] 554/1290 42% [========================== ] 555/1290 43% [========================== ] 556/1290 43% [========================== ] 557/1290 43% [========================== ] 558/1290 43% [========================== ] 559/1290 43% [========================== ] 560/1290 43% [========================== ] 561/1290 43% [=========================== ] 562/1290 43% [=========================== ] 563/1290 43% [=========================== ] 564/1290 43% [=========================== ] 565/1290 43% [=========================== ] 566/1290 43% [=========================== ] 567/1290 43% [=========================== ] 568/1290 44% [=========================== ] 569/1290 44% [=========================== ] 570/1290 44% [=========================== ] 571/1290 44% [=========================== ] 572/1290 44% [=========================== ] 573/1290 44% [=========================== ] 574/1290 44% [=========================== ] 575/1290 44% [=========================== ] 576/1290 44% [=========================== ] 577/1290 44% [=========================== ] 578/1290 44% [=========================== ] 579/1290 44% [=========================== ] 580/1290 44% [=========================== ] 581/1290 45% [=========================== ] 582/1290 45% [============================ ] 583/1290 45% [============================ ] 584/1290 45% [============================ ] 585/1290 45% [============================ ] 586/1290 45% [============================ ] 587/1290 45% [============================ ] 588/1290 45% [============================ ] 589/1290 45% [============================ ] 590/1290 45% [============================ ] 591/1290 45% [============================ ] 592/1290 45% [============================ ] 593/1290 45% [============================ ] 594/1290 46% [============================ ] 595/1290 46% [============================ ] 596/1290 46% [============================ ] 597/1290 46% [============================ ] 598/1290 46% [============================ ] 599/1290 46% [============================ ] 600/1290 46% [============================ ] 601/1290 46% [============================ ] 602/1290 46% [============================ ] 603/1290 46% [============================= ] 604/1290 46% [============================= ] 605/1290 46% [============================= ] 606/1290 46% [============================= ] 607/1290 47% [============================= ] 608/1290 47% [============================= ] 609/1290 47% [============================= ] 610/1290 47% [============================= ] 611/1290 47% [============================= ] 612/1290 47% [============================= ] 613/1290 47% [============================= ] 614/1290 47% [============================= ] 615/1290 47% [============================= ] 616/1290 47% [============================= ] 617/1290 47% [============================= ] 618/1290 47% [============================= ] 619/1290 47% [============================= ] 620/1290 48% [============================= ] 621/1290 48% [============================= ] 622/1290 48% [============================= ] 623/1290 48% [============================= ] 624/1290 48% [============================== ] 625/1290 48% [============================== ] 626/1290 48% [============================== ] 627/1290 48% [============================== ] 628/1290 48% [============================== ] 629/1290 48% [============================== ] 630/1290 48% [============================== ] 631/1290 48% [============================== ] 632/1290 48% [============================== ] 633/1290 49% [============================== ] 634/1290 49% [============================== ] 635/1290 49% [============================== ] 636/1290 49% [============================== ] 637/1290 49% [============================== ] 638/1290 49% [============================== ] 639/1290 49% [============================== ] 640/1290 49% [============================== ] 641/1290 49% [============================== ] 642/1290 49% [============================== ] 643/1290 49% [============================== ] 644/1290 49% [=============================== ] 645/1290 50% [=============================== ] 646/1290 50% [=============================== ] 647/1290 50% [=============================== ] 648/1290 50% [=============================== ] 649/1290 50% [=============================== ] 650/1290 50% [=============================== ] 651/1290 50% [=============================== ] 652/1290 50% [=============================== ] 653/1290 50% [=============================== ] 654/1290 50% [=============================== ] 655/1290 50% [=============================== ] 656/1290 50% [=============================== ] 657/1290 50% [=============================== ] 658/1290 51% [=============================== ] 659/1290 51% [=============================== ] 660/1290 51% [=============================== ] 661/1290 51% [=============================== ] 662/1290 51% [=============================== ] 663/1290 51% [=============================== ] 664/1290 51% [=============================== ] 665/1290 51% [================================ ] 666/1290 51% [================================ ] 667/1290 51% [================================ ] 668/1290 51% [================================ ] 669/1290 51% [================================ ] 670/1290 51% [================================ ] 671/1290 52% [================================ ] 672/1290 52% [================================ ] 673/1290 52% [================================ ] 674/1290 52% [================================ ] 675/1290 52% [================================ ] 676/1290 52% [================================ ] 677/1290 52% [================================ ] 678/1290 52% [================================ ] 679/1290 52% [================================ ] 680/1290 52% [================================ ] 681/1290 52% [================================ ] 682/1290 52% [================================ ] 683/1290 52% [================================ ] 684/1290 53% [================================ ] 685/1290 53% [================================ ] 686/1290 53% [================================= ] 687/1290 53% [================================= ] 688/1290 53% [================================= ] 689/1290 53% [================================= ] 690/1290 53% [================================= ] 691/1290 53% [================================= ] 692/1290 53% [================================= ] 693/1290 53% [================================= ] 694/1290 53% [================================= ] 695/1290 53% [================================= ] 696/1290 53% [================================= ] 697/1290 54% [================================= ] 698/1290 54% [================================= ] 699/1290 54% [================================= ] 700/1290 54% [================================= ] 701/1290 54% [================================= ] 702/1290 54% [================================= ] 703/1290 54% [================================= ] 704/1290 54% [================================= ] 705/1290 54% [================================= ] 706/1290 54% [================================= ] 707/1290 54% [================================== ] 708/1290 54% [================================== ] 709/1290 54% [================================== ] 710/1290 55% [================================== ] 711/1290 55% [================================== ] 712/1290 55% [================================== ] 713/1290 55% [================================== ] 714/1290 55% [================================== ] 715/1290 55% [================================== ] 716/1290 55% [================================== ] 717/1290 55% [================================== ] 718/1290 55% [================================== ] 719/1290 55% [================================== ] 720/1290 55% [================================== ] 721/1290 55% [================================== ] 722/1290 55% [================================== ] 723/1290 56% [================================== ] 724/1290 56% [================================== ] 725/1290 56% [================================== ] 726/1290 56% [================================== ] 727/1290 56% [================================== ] 728/1290 56% [=================================== ] 729/1290 56% [=================================== ] 730/1290 56% [=================================== ] 731/1290 56% [=================================== ] 732/1290 56% [=================================== ] 733/1290 56% [=================================== ] 734/1290 56% [=================================== ] 735/1290 56% [=================================== ] 736/1290 57% [=================================== ] 737/1290 57% [=================================== ] 738/1290 57% [=================================== ] 739/1290 57% [=================================== ] 740/1290 57% [=================================== ] 741/1290 57% [=================================== ] 742/1290 57% [=================================== ] 743/1290 57% [=================================== ] 744/1290 57% [=================================== ] 745/1290 57% [=================================== ] 746/1290 57% [=================================== ] 747/1290 57% [=================================== ] 748/1290 57% [=================================== ] 749/1290 58% [==================================== ] 750/1290 58% [==================================== ] 751/1290 58% [==================================== ] 752/1290 58% [==================================== ] 753/1290 58% [==================================== ] 754/1290 58% [==================================== ] 755/1290 58% [==================================== ] 756/1290 58% [==================================== ] 757/1290 58% [==================================== ] 758/1290 58% [==================================== ] 759/1290 58% [==================================== ] 760/1290 58% [==================================== ] 761/1290 58% [==================================== ] 762/1290 59% [==================================== ] 763/1290 59% [==================================== ] 764/1290 59% [==================================== ] 765/1290 59% [==================================== ] 766/1290 59% [==================================== ] 767/1290 59% [==================================== ] 768/1290 59% [==================================== ] 769/1290 59% [===================================== ] 770/1290 59% [===================================== ] 771/1290 59% [===================================== ] 772/1290 59% [===================================== ] 773/1290 59% [===================================== ] 774/1290 60% [===================================== ] 775/1290 60% [===================================== ] 776/1290 60% [===================================== ] 777/1290 60% [===================================== ] 778/1290 60% [===================================== ] 779/1290 60% [===================================== ] 780/1290 60% [===================================== ] 781/1290 60% [===================================== ] 782/1290 60% [===================================== ] 783/1290 60% [===================================== ] 784/1290 60% [===================================== ] 785/1290 60% [===================================== ] 786/1290 60% [===================================== ] 787/1290 61% [===================================== ] 788/1290 61% [===================================== ] 789/1290 61% [===================================== ] 790/1290 61% [====================================== ] 791/1290 61% [====================================== ] 792/1290 61% [====================================== ] 793/1290 61% [====================================== ] 794/1290 61% [====================================== ] 795/1290 61% [====================================== ] 796/1290 61% [====================================== ] 797/1290 61% [====================================== ] 798/1290 61% [====================================== ] 799/1290 61% [====================================== ] 800/1290 62% [====================================== ] 801/1290 62% [====================================== ] 802/1290 62% [====================================== ] 803/1290 62% [====================================== ] 804/1290 62% [====================================== ] 805/1290 62% [====================================== ] 806/1290 62% [====================================== ] 807/1290 62% [====================================== ] 808/1290 62% [====================================== ] 809/1290 62% [====================================== ] 810/1290 62% [====================================== ] 811/1290 62% [======================================= ] 812/1290 62% [======================================= ] 813/1290 63% [======================================= ] 814/1290 63% [======================================= ] 815/1290 63% [======================================= ] 816/1290 63% [======================================= ] 817/1290 63% [======================================= ] 818/1290 63% [======================================= ] 819/1290 63% [======================================= ] 820/1290 63% [======================================= ] 821/1290 63% [======================================= ] 822/1290 63% [======================================= ] 823/1290 63% [======================================= ] 824/1290 63% [======================================= ] 825/1290 63% [======================================= ] 826/1290 64% [======================================= ] 827/1290 64% [======================================= ] 828/1290 64% [======================================= ] 829/1290 64% [======================================= ] 830/1290 64% [======================================= ] 831/1290 64% [======================================= ] 832/1290 64% [======================================== ] 833/1290 64% [======================================== ] 834/1290 64% [======================================== ] 835/1290 64% [======================================== ] 836/1290 64% [======================================== ] 837/1290 64% [======================================== ] 838/1290 64% [======================================== ] 839/1290 65% [======================================== ] 840/1290 65% [======================================== ] 841/1290 65% [======================================== ] 842/1290 65% [======================================== ] 843/1290 65% [======================================== ] 844/1290 65% [======================================== ] 845/1290 65% [======================================== ] 846/1290 65% [======================================== ] 847/1290 65% [======================================== ] 848/1290 65% [======================================== ] 849/1290 65% [======================================== ] 850/1290 65% [======================================== ] 851/1290 65% [======================================== ] 852/1290 66% [======================================== ] 853/1290 66% [========================================= ] 854/1290 66% [========================================= ] 855/1290 66% [========================================= ] 856/1290 66% [========================================= ] 857/1290 66% [========================================= ] 858/1290 66% [========================================= ] 859/1290 66% [========================================= ] 860/1290 66% [========================================= ] 861/1290 66% [========================================= ] 862/1290 66% [========================================= ] 863/1290 66% [========================================= ] 864/1290 66% [========================================= ] 865/1290 67% [========================================= ] 866/1290 67% [========================================= ] 867/1290 67% [========================================= ] 868/1290 67% [========================================= ] 869/1290 67% [========================================= ] 870/1290 67% [========================================= ] 871/1290 67% [========================================= ] 872/1290 67% [========================================= ] 873/1290 67% [========================================== ] 874/1290 67% [========================================== ] 875/1290 67% [========================================== ] 876/1290 67% [========================================== ] 877/1290 67% [========================================== ] 878/1290 68% [========================================== ] 879/1290 68% [========================================== ] 880/1290 68% [========================================== ] 881/1290 68% [========================================== ] 882/1290 68% [========================================== ] 883/1290 68% [========================================== ] 884/1290 68% [========================================== ] 885/1290 68% [========================================== ] 886/1290 68% [========================================== ] 887/1290 68% [========================================== ] 888/1290 68% [========================================== ] 889/1290 68% [========================================== ] 890/1290 68% [========================================== ] 891/1290 69% [========================================== ] 892/1290 69% [========================================== ] 893/1290 69% [========================================== ] 894/1290 69% [=========================================== ] 895/1290 69% [=========================================== ] 896/1290 69% [=========================================== ] 897/1290 69% [=========================================== ] 898/1290 69% [=========================================== ] 899/1290 69% [=========================================== ] 900/1290 69% [=========================================== ] 901/1290 69% [=========================================== ] 902/1290 69% [=========================================== ] 903/1290 70% [=========================================== ] 904/1290 70% [=========================================== ] 905/1290 70% [=========================================== ] 906/1290 70% [=========================================== ] 907/1290 70% [=========================================== ] 908/1290 70% [=========================================== ] 909/1290 70% [=========================================== ] 910/1290 70% [=========================================== ] 911/1290 70% [=========================================== ] 912/1290 70% [=========================================== ] 913/1290 70% [=========================================== ] 914/1290 70% [=========================================== ] 915/1290 70% [============================================ ] 916/1290 71% [============================================ ] 917/1290 71% [============================================ ] 918/1290 71% [============================================ ] 919/1290 71% [============================================ ] 920/1290 71% [============================================ ] 921/1290 71% [============================================ ] 922/1290 71% [============================================ ] 923/1290 71% [============================================ ] 924/1290 71% [============================================ ] 925/1290 71% [============================================ ] 926/1290 71% [============================================ ] 927/1290 71% [============================================ ] 928/1290 71% [============================================ ] 929/1290 72% [============================================ ] 930/1290 72% [============================================ ] 931/1290 72% [============================================ ] 932/1290 72% [============================================ ] 933/1290 72% [============================================ ] 934/1290 72% [============================================ ] 935/1290 72% [============================================ ] 936/1290 72% [============================================= ] 937/1290 72% [============================================= ] 938/1290 72% [============================================= ] 939/1290 72% [============================================= ] 940/1290 72% [============================================= ] 941/1290 72% [============================================= ] 942/1290 73% [============================================= ] 943/1290 73% [============================================= ] 944/1290 73% [============================================= ] 945/1290 73% [============================================= ] 946/1290 73% [============================================= ] 947/1290 73% [============================================= ] 948/1290 73% [============================================= ] 949/1290 73% [============================================= ] 950/1290 73% [============================================= ] 951/1290 73% [============================================= ] 952/1290 73% [============================================= ] 953/1290 73% [============================================= ] 954/1290 73% [============================================= ] 955/1290 74% [============================================= ] 956/1290 74% [============================================= ] 957/1290 74% [============================================== ] 958/1290 74% [============================================== ] 959/1290 74% [============================================== ] 960/1290 74% [============================================== ] 961/1290 74% [============================================== ] 962/1290 74% [============================================== ] 963/1290 74% [============================================== ] 964/1290 74% [============================================== ] 965/1290 74% [============================================== ] 966/1290 74% [============================================== ] 967/1290 74% [============================================== ] 968/1290 75% [============================================== ] 969/1290 75% [============================================== ] 970/1290 75% [============================================== ] 971/1290 75% [============================================== ] 972/1290 75% [============================================== ] 973/1290 75% [============================================== ] 974/1290 75% [============================================== ] 975/1290 75% [============================================== ] 976/1290 75% [============================================== ] 977/1290 75% [=============================================== ] 978/1290 75% [=============================================== ] 979/1290 75% [=============================================== ] 980/1290 75% [=============================================== ] 981/1290 76% [=============================================== ] 982/1290 76% [=============================================== ] 983/1290 76% [=============================================== ] 984/1290 76% [=============================================== ] 985/1290 76% [=============================================== ] 986/1290 76% [=============================================== ] 987/1290 76% [=============================================== ] 988/1290 76% [=============================================== ] 989/1290 76% [=============================================== ] 990/1290 76% [=============================================== ] 991/1290 76% [=============================================== ] 992/1290 76% [=============================================== ] 993/1290 76% [=============================================== ] 994/1290 77% [=============================================== ] 995/1290 77% [=============================================== ] 996/1290 77% [=============================================== ] 997/1290 77% [=============================================== ] 998/1290 77% [================================================ ] 999/1290 77% [================================================ ] 1000/1290 77% [================================================ ] 1001/1290 77% [================================================ ] 1002/1290 77% [================================================ ] 1003/1290 77% [================================================ ] 1004/1290 77% [================================================ ] 1005/1290 77% [================================================ ] 1006/1290 77% [================================================ ] 1007/1290 78% [================================================ ] 1008/1290 78% [================================================ ] 1009/1290 78% [================================================ ] 1010/1290 78% [================================================ ] 1011/1290 78% [================================================ ] 1012/1290 78% [================================================ ] 1013/1290 78% [================================================ ] 1014/1290 78% [================================================ ] 1015/1290 78% [================================================ ] 1016/1290 78% [================================================ ] 1017/1290 78% [================================================ ] 1018/1290 78% [================================================ ] 1019/1290 78% [================================================= ] 1020/1290 79% [================================================= ] 1021/1290 79% [================================================= ] 1022/1290 79% [================================================= ] 1023/1290 79% [================================================= ] 1024/1290 79% [================================================= ] 1025/1290 79% [================================================= ] 1026/1290 79% [================================================= ] 1027/1290 79% [================================================= ] 1028/1290 79% [================================================= ] 1029/1290 79% [================================================= ] 1030/1290 79% [================================================= ] 1031/1290 79% [================================================= ] 1032/1290 80% [================================================= ] 1033/1290 80% [================================================= ] 1034/1290 80% [================================================= ] 1035/1290 80% [================================================= ] 1036/1290 80% [================================================= ] 1037/1290 80% [================================================= ] 1038/1290 80% [================================================= ] 1039/1290 80% [================================================= ] 1040/1290 80% [================================================== ] 1041/1290 80% [================================================== ] 1042/1290 80% [================================================== ] 1043/1290 80% [================================================== ] 1044/1290 80% [================================================== ] 1045/1290 81% [================================================== ] 1046/1290 81% [================================================== ] 1047/1290 81% [================================================== ] 1048/1290 81% [================================================== ] 1049/1290 81% [================================================== ] 1050/1290 81% [================================================== ] 1051/1290 81% [================================================== ] 1052/1290 81% [================================================== ] 1053/1290 81% [================================================== ] 1054/1290 81% [================================================== ] 1055/1290 81% [================================================== ] 1056/1290 81% [================================================== ] 1057/1290 81% [================================================== ] 1058/1290 82% [================================================== ] 1059/1290 82% [================================================== ] 1060/1290 82% [================================================== ] 1061/1290 82% [=================================================== ] 1062/1290 82% [=================================================== ] 1063/1290 82% [=================================================== ] 1064/1290 82% [=================================================== ] 1065/1290 82% [=================================================== ] 1066/1290 82% [=================================================== ] 1067/1290 82% [=================================================== ] 1068/1290 82% [=================================================== ] 1069/1290 82% [=================================================== ] 1070/1290 82% [=================================================== ] 1071/1290 83% [=================================================== ] 1072/1290 83% [=================================================== ] 1073/1290 83% [=================================================== ] 1074/1290 83% [=================================================== ] 1075/1290 83% [=================================================== ] 1076/1290 83% [=================================================== ] 1077/1290 83% [=================================================== ] 1078/1290 83% [=================================================== ] 1079/1290 83% [=================================================== ] 1080/1290 83% [=================================================== ] 1081/1290 83% [==================================================== ] 1082/1290 83% [==================================================== ] 1083/1290 83% [==================================================== ] 1084/1290 84% [==================================================== ] 1085/1290 84% [==================================================== ] 1086/1290 84% [==================================================== ] 1087/1290 84% [==================================================== ] 1088/1290 84% [==================================================== ] 1089/1290 84% [==================================================== ] 1090/1290 84% [==================================================== ] 1091/1290 84% [==================================================== ] 1092/1290 84% [==================================================== ] 1093/1290 84% [==================================================== ] 1094/1290 84% [==================================================== ] 1095/1290 84% [==================================================== ] 1096/1290 84% [==================================================== ] 1097/1290 85% [==================================================== ] 1098/1290 85% [==================================================== ] 1099/1290 85% [==================================================== ] 1100/1290 85% [==================================================== ] 1101/1290 85% [==================================================== ] 1102/1290 85% [===================================================== ] 1103/1290 85% [===================================================== ] 1104/1290 85% [===================================================== ] 1105/1290 85% [===================================================== ] 1106/1290 85% [===================================================== ] 1107/1290 85% [===================================================== ] 1108/1290 85% [===================================================== ] 1109/1290 85% [===================================================== ] 1110/1290 86% [===================================================== ] 1111/1290 86% [===================================================== ] 1112/1290 86% [===================================================== ] 1113/1290 86% [===================================================== ] 1114/1290 86% [===================================================== ] 1115/1290 86% [===================================================== ] 1116/1290 86% [===================================================== ] 1117/1290 86% [===================================================== ] 1118/1290 86% [===================================================== ] 1119/1290 86% [===================================================== ] 1120/1290 86% [===================================================== ] 1121/1290 86% [===================================================== ] 1122/1290 86% [===================================================== ] 1123/1290 87% [====================================================== ] 1124/1290 87% [====================================================== ] 1125/1290 87% [====================================================== ] 1126/1290 87% [====================================================== ] 1127/1290 87% [====================================================== ] 1128/1290 87% [====================================================== ] 1129/1290 87% [====================================================== ] 1130/1290 87% [====================================================== ] 1131/1290 87% [====================================================== ] 1132/1290 87% [====================================================== ] 1133/1290 87% [====================================================== ] 1134/1290 87% [====================================================== ] 1135/1290 87% [====================================================== ] 1136/1290 88% [====================================================== ] 1137/1290 88% [====================================================== ] 1138/1290 88% [====================================================== ] 1139/1290 88% [====================================================== ] 1140/1290 88% [====================================================== ] 1141/1290 88% [====================================================== ] 1142/1290 88% [====================================================== ] 1143/1290 88% [====================================================== ] 1144/1290 88% [======================================================= ] 1145/1290 88% [======================================================= ] 1146/1290 88% [======================================================= ] 1147/1290 88% [======================================================= ] 1148/1290 88% [======================================================= ] 1149/1290 89% [======================================================= ] 1150/1290 89% [======================================================= ] 1151/1290 89% [======================================================= ] 1152/1290 89% [======================================================= ] 1153/1290 89% [======================================================= ] 1154/1290 89% [======================================================= ] 1155/1290 89% [======================================================= ] 1156/1290 89% [======================================================= ] 1157/1290 89% [======================================================= ] 1158/1290 89% [======================================================= ] 1159/1290 89% [======================================================= ] 1160/1290 89% [======================================================= ] 1161/1290 90% [======================================================= ] 1162/1290 90% [======================================================= ] 1163/1290 90% [======================================================= ] 1164/1290 90% [======================================================= ] 1165/1290 90% [======================================================== ] 1166/1290 90% [======================================================== ] 1167/1290 90% [======================================================== ] 1168/1290 90% [======================================================== ] 1169/1290 90% [======================================================== ] 1170/1290 90% [======================================================== ] 1171/1290 90% [======================================================== ] 1172/1290 90% [======================================================== ] 1173/1290 90% [======================================================== ] 1174/1290 91% [======================================================== ] 1175/1290 91% [======================================================== ] 1176/1290 91% [======================================================== ] 1177/1290 91% [======================================================== ] 1178/1290 91% [======================================================== ] 1179/1290 91% [======================================================== ] 1180/1290 91% [======================================================== ] 1181/1290 91% [======================================================== ] 1182/1290 91% [======================================================== ] 1183/1290 91% [======================================================== ] 1184/1290 91% [======================================================== ] 1185/1290 91% [========================================================= ] 1186/1290 91% [========================================================= ] 1187/1290 92% [========================================================= ] 1188/1290 92% [========================================================= ] 1189/1290 92% [========================================================= ] 1190/1290 92% [========================================================= ] 1191/1290 92% [========================================================= ] 1192/1290 92% [========================================================= ] 1193/1290 92% [========================================================= ] 1194/1290 92% [========================================================= ] 1195/1290 92% [========================================================= ] 1196/1290 92% [========================================================= ] 1197/1290 92% [========================================================= ] 1198/1290 92% [========================================================= ] 1199/1290 92% [========================================================= ] 1200/1290 93% [========================================================= ] 1201/1290 93% [========================================================= ] 1202/1290 93% [========================================================= ] 1203/1290 93% [========================================================= ] 1204/1290 93% [========================================================= ] 1205/1290 93% [========================================================= ] 1206/1290 93% [========================================================== ] 1207/1290 93% [========================================================== ] 1208/1290 93% [========================================================== ] 1209/1290 93% [========================================================== ] 1210/1290 93% [========================================================== ] 1211/1290 93% [========================================================== ] 1212/1290 93% [========================================================== ] 1213/1290 94% [========================================================== ] 1214/1290 94% [========================================================== ] 1215/1290 94% [========================================================== ] 1216/1290 94% [========================================================== ] 1217/1290 94% [========================================================== ] 1218/1290 94% [========================================================== ] 1219/1290 94% [========================================================== ] 1220/1290 94% [========================================================== ] 1221/1290 94% [========================================================== ] 1222/1290 94% [========================================================== ] 1223/1290 94% [========================================================== ] 1224/1290 94% [========================================================== ] 1225/1290 94% [========================================================== ] 1226/1290 95% [========================================================== ] 1227/1290 95% [=========================================================== ] 1228/1290 95% [=========================================================== ] 1229/1290 95% [=========================================================== ] 1230/1290 95% [=========================================================== ] 1231/1290 95% [=========================================================== ] 1232/1290 95% [=========================================================== ] 1233/1290 95% [=========================================================== ] 1234/1290 95% [=========================================================== ] 1235/1290 95% [=========================================================== ] 1236/1290 95% [=========================================================== ] 1237/1290 95% [=========================================================== ] 1238/1290 95% [=========================================================== ] 1239/1290 96% [=========================================================== ] 1240/1290 96% [=========================================================== ] 1241/1290 96% [=========================================================== ] 1242/1290 96% [=========================================================== ] 1243/1290 96% [=========================================================== ] 1244/1290 96% [=========================================================== ] 1245/1290 96% [=========================================================== ] 1246/1290 96% [=========================================================== ] 1247/1290 96% [=========================================================== ] 1248/1290 96% [============================================================ ] 1249/1290 96% [============================================================ ] 1250/1290 96% [============================================================ ] 1251/1290 96% [============================================================ ] 1252/1290 97% [============================================================ ] 1253/1290 97% [============================================================ ] 1254/1290 97% [============================================================ ] 1255/1290 97% [============================================================ ] 1256/1290 97% [============================================================ ] 1257/1290 97% [============================================================ ] 1258/1290 97% [============================================================ ] 1259/1290 97% [============================================================ ] 1260/1290 97% [============================================================ ] 1261/1290 97% [============================================================ ] 1262/1290 97% [============================================================ ] 1263/1290 97% [============================================================ ] 1264/1290 97% [============================================================ ] 1265/1290 98% [============================================================ ] 1266/1290 98% [============================================================ ] 1267/1290 98% [============================================================ ] 1268/1290 98% [============================================================ ] 1269/1290 98% [============================================================= ] 1270/1290 98% [============================================================= ] 1271/1290 98% [============================================================= ] 1272/1290 98% [============================================================= ] 1273/1290 98% [============================================================= ] 1274/1290 98% [============================================================= ] 1275/1290 98% [============================================================= ] 1276/1290 98% [============================================================= ] 1277/1290 98% [============================================================= ] 1278/1290 99% [============================================================= ] 1279/1290 99% [============================================================= ] 1280/1290 99% [============================================================= ] 1281/1290 99% [============================================================= ] 1282/1290 99% [============================================================= ] 1283/1290 99% [============================================================= ] 1284/1290 99% [============================================================= ] 1285/1290 99% [============================================================= ] 1286/1290 99% [============================================================= ] 1287/1290 99% [============================================================= ] 1288/1290 99% [============================================================= ] 1289/1290 99% [==============================================================] 1290/1290 100% operation complete, 1290 objects in 46315 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.02-173-g413a28940b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aespipe 2.4f Collecting legal info >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> batctl 2021.0 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> c-icap 0.5.10 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> collectd 5.12.0 Collecting legal info COPYING: OK (sha256: ed0409b2b1c30566dab5fcdaf46ee70e140c99788e22f0267645a9357b476ae4) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> crda 4.15 Collecting legal info LICENSE: OK (sha256: c16224b376128b589eea69a8fdd1f09818b8cb995e10d1e37f72dff22233d7b0) >>> host-python-pycryptodomex 3.16.0 Collecting legal info LICENSE.rst: OK (sha256: 4e04660d77c1c64e89d79537919fb8240fa21484a7e3db29f358b2c7f84ea073) Doc/LEGAL/COPYRIGHT.pycrypto: OK (sha256: 8e563c767164faa0831a333b57d23d4311cf566eb1b15d93250f4606be4eb549) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dhcp 4.4.3-P1 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> dovecot 2.3.20 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> dt 18.32 Collecting legal info LICENSE: OK (sha256: 49f47f20de4b44dc3505ed0cc55bfbfe0fc3e41956ab546f1eeedcf554def54c) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gnupg2 2.4.0 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> hwdata 0.365 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> iw 5.19 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libfuse3 3.14.0 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libhdhomerun 20210624 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libkrb5 1.20.1 Collecting legal info NOTICE: OK (sha256: cfadcf7b2ead2f3af793c25c00638c9908ac0023b101695f40cb9a03b16811dc) >>> libmicrohttpd 0.9.76 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> micropython 1.19.1 Collecting legal info LICENSE: OK (sha256: 0f678c2abd7fe2cfca36693630506bbcbdfc219bd04bf4a02fe3b094ae4c666f) >>> host-moby-buildkit 0.11.2 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.19.7 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> openssh 9.3p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl2 2.26.3 Collecting legal info LICENSE.txt: OK (sha256: 9928507f684c1965d07f2b6ef4b4723d5efc2f6b4ab731f743a413c51c319927) >>> sdl2_ttf 2.20.1 Collecting legal info LICENSE.txt: OK (sha256: 28aabfed22b3cb0b7e23ef40385e4f66297c960082f029c96d073cc1d4e008d5) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sofia-sip 1.13.12 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> unbound 1.17.1 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> 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) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless-regdb 2023.02.13 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'