echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells if [ -x /home/thomas/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab; fi rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/include /home/thomas/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-1/output-1/target/usr/doc find /home/thomas/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-1/output-1/target/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/man /home/thomas/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/thomas/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-358-g24261a1762"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkfs.axfs -s -a /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.axfs\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 879 number of 4KB nodes: 15639 Total image size: 30463036 >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/sbin/mkfs.jffs2 -e 0x20000 --with-xattr -l -n -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target -o /home/thomas/autobuild/instance-1/output-1/images/rootfs.jffs2\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/jffs2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 879 objects. stage 2: creating image '/home/thomas/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/879 0% [ ] 2/879 0% [ ] 3/879 0% [ ] 4/879 0% [ ] 5/879 0% [ ] 6/879 0% [ ] 7/879 0% [ ] 8/879 0% [ ] 9/879 1% [ ] 10/879 1% [ ] 11/879 1% [ ] 12/879 1% [ ] 13/879 1% [= ] 14/879 1% [= ] 15/879 1% [= ] 16/879 1% [= ] 17/879 1% [= ] 18/879 2% [= ] 19/879 2% [= ] 20/879 2% [= ] 21/879 2% [= ] 22/879 2% [= ] 23/879 2% [= ] 24/879 2% [= ] 25/879 2% [= ] 26/879 2% [= ] 27/879 3% [== ] 28/879 3% [== ] 29/879 3% [== ] 30/879 3% [== ] 31/879 3% [== ] 32/879 3% [== ] 33/879 3% [== ] 34/879 3% [== ] 35/879 3% [== ] 36/879 4% [== ] 37/879 4% [== ] 38/879 4% [== ] 39/879 4% [== ] 40/879 4% [== ] 41/879 4% [=== ] 42/879 4% [=== ] 43/879 4% [=== ] 44/879 5% [=== ] 45/879 5% [=== ] 46/879 5% [=== ] 47/879 5% [=== ] 48/879 5% [=== ] 49/879 5% [=== ] 50/879 5% [=== ] 51/879 5% [=== ] 52/879 5% [=== ] 53/879 6% [=== ] 54/879 6% [==== ] 55/879 6% [==== ] 56/879 6% [==== ] 57/879 6% [==== ] 58/879 6% [==== ] 59/879 6% [==== ] 60/879 6% [==== ] 61/879 6% [==== ] 62/879 7% [==== ] 63/879 7% [==== ] 64/879 7% [==== ] 65/879 7% [==== ] 66/879 7% [==== ] 67/879 7% [==== ] 68/879 7% [===== ] 69/879 7% [===== ] 70/879 7% [===== ] 71/879 8% [===== ] 72/879 8% [===== ] 73/879 8% [===== ] 74/879 8% [===== ] 75/879 8% [===== ] 76/879 8% [===== ] 77/879 8% [===== ] 78/879 8% [===== ] 79/879 8% [===== ] 80/879 9% [===== ] 81/879 9% [===== ] 82/879 9% [====== ] 83/879 9% [====== ] 84/879 9% [====== ] 85/879 9% [====== ] 86/879 9% [====== ] 87/879 9% [====== ] 88/879 10% [====== ] 89/879 10% [====== ] 90/879 10% [====== ] 91/879 10% [====== ] 92/879 10% [====== ] 93/879 10% [====== ] 94/879 10% [====== ] 95/879 10% [====== ] 96/879 10% [======= ] 97/879 11% [======= ] 98/879 11% [======= ] 99/879 11% [======= ] 100/879 11% [======= ] 101/879 11% [======= ] 102/879 11% [======= ] 103/879 11% [======= ] 104/879 11% [======= ] 105/879 11% [======= ] 106/879 12% [======= ] 107/879 12% [======= ] 108/879 12% [======= ] 109/879 12% [======== ] 110/879 12% [======== ] 111/879 12% [======== ] 112/879 12% [======== ] 113/879 12% [======== ] 114/879 12% [======== ] 115/879 13% [======== ] 116/879 13% [======== ] 117/879 13% [======== ] 118/879 13% [======== ] 119/879 13% [======== ] 120/879 13% [======== ] 121/879 13% [======== ] 122/879 13% [======== ] 123/879 13% [========= ] 124/879 14% [========= ] 125/879 14% [========= ] 126/879 14% [========= ] 127/879 14% [========= ] 128/879 14% [========= ] 129/879 14% [========= ] 130/879 14% [========= ] 131/879 14% [========= ] 132/879 15% [========= ] 133/879 15% [========= ] 134/879 15% [========= ] 135/879 15% [========= ] 136/879 15% [========= ] 137/879 15% [========== ] 138/879 15% [========== ] 139/879 15% [========== ] 140/879 15% [========== ] 141/879 16% [========== ] 142/879 16% [========== ] 143/879 16% [========== ] 144/879 16% [========== ] 145/879 16% [========== ] 146/879 16% [========== ] 147/879 16% [========== ] 148/879 16% [========== ] 149/879 16% [========== ] 150/879 17% [========== ] 151/879 17% [=========== ] 152/879 17% [=========== ] 153/879 17% [=========== ] 154/879 17% [=========== ] 155/879 17% [=========== ] 156/879 17% [=========== ] 157/879 17% [=========== ] 158/879 17% [=========== ] 159/879 18% [=========== ] 160/879 18% [=========== ] 161/879 18% [=========== ] 162/879 18% [=========== ] 163/879 18% [=========== ] 164/879 18% [============ ] 165/879 18% [============ ] 166/879 18% [============ ] 167/879 18% [============ ] 168/879 19% [============ ] 169/879 19% [============ ] 170/879 19% [============ ] 171/879 19% [============ ] 172/879 19% [============ ] 173/879 19% [============ ] 174/879 19% [============ ] 175/879 19% [============ ] 176/879 20% [============ ] 177/879 20% [============ ] 178/879 20% [============= ] 179/879 20% [============= ] 180/879 20% [============= ] 181/879 20% [============= ] 182/879 20% [============= ] 183/879 20% [============= ] 184/879 20% [============= ] 185/879 21% [============= ] 186/879 21% [============= ] 187/879 21% [============= ] 188/879 21% [============= ] 189/879 21% [============= ] 190/879 21% [============= ] 191/879 21% [============= ] 192/879 21% [============== ] 193/879 21% [============== ] 194/879 22% [============== ] 195/879 22% [============== ] 196/879 22% [============== ] 197/879 22% [============== ] 198/879 22% [============== ] 199/879 22% [============== ] 200/879 22% [============== ] 201/879 22% [============== ] 202/879 22% [============== ] 203/879 23% [============== ] 204/879 23% [============== ] 205/879 23% [============== ] 206/879 23% [=============== ] 207/879 23% [=============== ] 208/879 23% [=============== ] 209/879 23% [=============== ] 210/879 23% [=============== ] 211/879 24% [=============== ] 212/879 24% [=============== ] 213/879 24% [=============== ] 214/879 24% [=============== ] 215/879 24% [=============== ] 216/879 24% [=============== ] 217/879 24% [=============== ] 218/879 24% [=============== ] 219/879 24% [================ ] 220/879 25% [================ ] 221/879 25% [================ ] 222/879 25% [================ ] 223/879 25% [================ ] 224/879 25% [================ ] 225/879 25% [================ ] 226/879 25% [================ ] 227/879 25% [================ ] 228/879 25% [================ ] 229/879 26% [================ ] 230/879 26% [================ ] 231/879 26% [================ ] 232/879 26% [================ ] 233/879 26% [================= ] 234/879 26% [================= ] 235/879 26% [================= ] 236/879 26% [================= ] 237/879 26% [================= ] 238/879 27% [================= ] 239/879 27% [================= ] 240/879 27% [================= ] 241/879 27% [================= ] 242/879 27% [================= ] 243/879 27% [================= ] 244/879 27% [================= ] 245/879 27% [================= ] 246/879 27% [================= ] 247/879 28% [================== ] 248/879 28% [================== ] 249/879 28% [================== ] 250/879 28% [================== ] 251/879 28% [================== ] 252/879 28% [================== ] 253/879 28% [================== ] 254/879 28% [================== ] 255/879 29% [================== ] 256/879 29% [================== ] 257/879 29% [================== ] 258/879 29% [================== ] 259/879 29% [================== ] 260/879 29% [=================== ] 261/879 29% [=================== ] 262/879 29% [=================== ] 263/879 29% [=================== ] 264/879 30% [=================== ] 265/879 30% [=================== ] 266/879 30% [=================== ] 267/879 30% [=================== ] 268/879 30% [=================== ] 269/879 30% [=================== ] 270/879 30% [=================== ] 271/879 30% [=================== ] 272/879 30% [=================== ] 273/879 31% [=================== ] 274/879 31% [==================== ] 275/879 31% [==================== ] 276/879 31% [==================== ] 277/879 31% [==================== ] 278/879 31% [==================== ] 279/879 31% [==================== ] 280/879 31% [==================== ] 281/879 31% [==================== ] 282/879 32% [==================== ] 283/879 32% [==================== ] 284/879 32% [==================== ] 285/879 32% [==================== ] 286/879 32% [==================== ] 287/879 32% [==================== ] 288/879 32% [===================== ] 289/879 32% [===================== ] 290/879 32% [===================== ] 291/879 33% [===================== ] 292/879 33% [===================== ] 293/879 33% [===================== ] 294/879 33% [===================== ] 295/879 33% [===================== ] 296/879 33% [===================== ] 297/879 33% [===================== ] 298/879 33% [===================== ] 299/879 34% [===================== ] 300/879 34% [===================== ] 301/879 34% [===================== ] 302/879 34% [====================== ] 303/879 34% [====================== ] 304/879 34% [====================== ] 305/879 34% [====================== ] 306/879 34% [====================== ] 307/879 34% [====================== ] 308/879 35% [====================== ] 309/879 35% [====================== ] 310/879 35% [====================== ] 311/879 35% [====================== ] 312/879 35% [====================== ] 313/879 35% [====================== ] 314/879 35% [====================== ] 315/879 35% [======================= ] 316/879 35% [======================= ] 317/879 36% [======================= ] 318/879 36% [======================= ] 319/879 36% [======================= ] 320/879 36% [======================= ] 321/879 36% [======================= ] 322/879 36% [======================= ] 323/879 36% [======================= ] 324/879 36% [======================= ] 325/879 36% [======================= ] 326/879 37% [======================= ] 327/879 37% [======================= ] 328/879 37% [======================= ] 329/879 37% [======================== ] 330/879 37% [======================== ] 331/879 37% [======================== ] 332/879 37% [======================== ] 333/879 37% [======================== ] 334/879 37% [======================== ] 335/879 38% [======================== ] 336/879 38% [======================== ] 337/879 38% [======================== ] 338/879 38% [======================== ] 339/879 38% [======================== ] 340/879 38% [======================== ] 341/879 38% [======================== ] 342/879 38% [======================== ] 343/879 39% [========================= ] 344/879 39% [========================= ] 345/879 39% [========================= ] 346/879 39% [========================= ] 347/879 39% [========================= ] 348/879 39% [========================= ] 349/879 39% [========================= ] 350/879 39% [========================= ] 351/879 39% [========================= ] 352/879 40% [========================= ] 353/879 40% [========================= ] 354/879 40% [========================= ] 355/879 40% [========================= ] 356/879 40% [========================= ] 357/879 40% [========================== ] 358/879 40% [========================== ] 359/879 40% [========================== ] 360/879 40% [========================== ] 361/879 41% [========================== ] 362/879 41% [========================== ] 363/879 41% [========================== ] 364/879 41% [========================== ] 365/879 41% [========================== ] 366/879 41% [========================== ] 367/879 41% [========================== ] 368/879 41% [========================== ] 369/879 41% [========================== ] 370/879 42% [=========================== ] 371/879 42% [=========================== ] 372/879 42% [=========================== ] 373/879 42% [=========================== ] 374/879 42% [=========================== ] 375/879 42% [=========================== ] 376/879 42% [=========================== ] 377/879 42% [=========================== ] 378/879 43% [=========================== ] 379/879 43% [=========================== ] 380/879 43% [=========================== ] 381/879 43% [=========================== ] 382/879 43% [=========================== ] 383/879 43% [=========================== ] 384/879 43% [============================ ] 385/879 43% [============================ ] 386/879 43% [============================ ] 387/879 44% [============================ ] 388/879 44% [============================ ] 389/879 44% [============================ ] 390/879 44% [============================ ] 391/879 44% [============================ ] 392/879 44% [============================ ] 393/879 44% [============================ ] 394/879 44% [============================ ] 395/879 44% [============================ ] 396/879 45% [============================ ] 397/879 45% [============================ ] 398/879 45% [============================= ] 399/879 45% [============================= ] 400/879 45% [============================= ] 401/879 45% [============================= ] 402/879 45% [============================= ] 403/879 45% [============================= ] 404/879 45% [============================= ] 405/879 46% [============================= ] 406/879 46% [============================= ] 407/879 46% [============================= ] 408/879 46% [============================= ] 409/879 46% [============================= ] 410/879 46% [============================= ] 411/879 46% [============================= ] 412/879 46% [============================== ] 413/879 46% [============================== ] 414/879 47% [============================== ] 415/879 47% [============================== ] 416/879 47% [============================== ] 417/879 47% [============================== ] 418/879 47% [============================== ] 419/879 47% [============================== ] 420/879 47% [============================== ] 421/879 47% [============================== ] 422/879 48% [============================== ] 423/879 48% [============================== ] 424/879 48% [============================== ] 425/879 48% [=============================== ] 426/879 48% [=============================== ] 427/879 48% [=============================== ] 428/879 48% [=============================== ] 429/879 48% [=============================== ] 430/879 48% [=============================== ] 431/879 49% [=============================== ] 432/879 49% [=============================== ] 433/879 49% [=============================== ] 434/879 49% [=============================== ] 435/879 49% [=============================== ] 436/879 49% [=============================== ] 437/879 49% [=============================== ] 438/879 49% [=============================== ] 439/879 49% [================================ ] 440/879 50% [================================ ] 441/879 50% [================================ ] 442/879 50% [================================ ] 443/879 50% [================================ ] 444/879 50% [================================ ] 445/879 50% [================================ ] 446/879 50% [================================ ] 447/879 50% [================================ ] 448/879 50% [================================ ] 449/879 51% [================================ ] 450/879 51% [================================ ] 451/879 51% [================================ ] 452/879 51% [================================ ] 453/879 51% [================================= ] 454/879 51% [================================= ] 455/879 51% [================================= ] 456/879 51% [================================= ] 457/879 51% [================================= ] 458/879 52% [================================= ] 459/879 52% [================================= ] 460/879 52% [================================= ] 461/879 52% [================================= ] 462/879 52% [================================= ] 463/879 52% [================================= ] 464/879 52% [================================= ] 465/879 52% [================================= ] 466/879 53% [================================== ] 467/879 53% [================================== ] 468/879 53% [================================== ] 469/879 53% [================================== ] 470/879 53% [================================== ] 471/879 53% [================================== ] 472/879 53% [================================== ] 473/879 53% [================================== ] 474/879 53% [================================== ] 475/879 54% [================================== ] 476/879 54% [================================== ] 477/879 54% [================================== ] 478/879 54% [================================== ] 479/879 54% [================================== ] 480/879 54% [=================================== ] 481/879 54% [=================================== ] 482/879 54% [=================================== ] 483/879 54% [=================================== ] 484/879 55% [=================================== ] 485/879 55% [=================================== ] 486/879 55% [=================================== ] 487/879 55% [=================================== ] 488/879 55% [=================================== ] 489/879 55% [=================================== ] 490/879 55% [=================================== ] 491/879 55% [=================================== ] 492/879 55% [=================================== ] 493/879 56% [=================================== ] 494/879 56% [==================================== ] 495/879 56% [==================================== ] 496/879 56% [==================================== ] 497/879 56% [==================================== ] 498/879 56% [==================================== ] 499/879 56% [==================================== ] 500/879 56% [==================================== ] 501/879 56% [==================================== ] 502/879 57% [==================================== ] 503/879 57% [==================================== ] 504/879 57% [==================================== ] 505/879 57% [==================================== ] 506/879 57% [==================================== ] 507/879 57% [==================================== ] 508/879 57% [===================================== ] 509/879 57% [===================================== ] 510/879 58% [===================================== ] 511/879 58% [===================================== ] 512/879 58% [===================================== ] 513/879 58% [===================================== ] 514/879 58% [===================================== ] 515/879 58% [===================================== ] 516/879 58% [===================================== ] 517/879 58% [===================================== ] 518/879 58% [===================================== ] 519/879 59% [===================================== ] 520/879 59% [===================================== ] 521/879 59% [====================================== ] 522/879 59% [====================================== ] 523/879 59% [====================================== ] 524/879 59% [====================================== ] 525/879 59% [====================================== ] 526/879 59% [====================================== ] 527/879 59% [====================================== ] 528/879 60% [====================================== ] 529/879 60% [====================================== ] 530/879 60% [====================================== ] 531/879 60% [====================================== ] 532/879 60% [====================================== ] 533/879 60% [====================================== ] 534/879 60% [====================================== ] 535/879 60% [======================================= ] 536/879 60% [======================================= ] 537/879 61% [======================================= ] 538/879 61% [======================================= ] 539/879 61% [======================================= ] 540/879 61% [======================================= ] 541/879 61% [======================================= ] 542/879 61% [======================================= ] 543/879 61% [======================================= ] 544/879 61% [======================================= ] 545/879 62% [======================================= ] 546/879 62% [======================================= ] 547/879 62% [======================================= ] 548/879 62% [======================================= ] 549/879 62% [======================================== ] 550/879 62% [======================================== ] 551/879 62% [======================================== ] 552/879 62% [======================================== ] 553/879 62% [======================================== ] 554/879 63% [======================================== ] 555/879 63% [======================================== ] 556/879 63% [======================================== ] 557/879 63% [======================================== ] 558/879 63% [======================================== ] 559/879 63% [======================================== ] 560/879 63% [======================================== ] 561/879 63% [======================================== ] 562/879 63% [======================================== ] 563/879 64% [========================================= ] 564/879 64% [========================================= ] 565/879 64% [========================================= ] 566/879 64% [========================================= ] 567/879 64% [========================================= ] 568/879 64% [========================================= ] 569/879 64% [========================================= ] 570/879 64% [========================================= ] 571/879 64% [========================================= ] 572/879 65% [========================================= ] 573/879 65% [========================================= ] 574/879 65% [========================================= ] 575/879 65% [========================================= ] 576/879 65% [========================================== ] 577/879 65% [========================================== ] 578/879 65% [========================================== ] 579/879 65% [========================================== ] 580/879 65% [========================================== ] 581/879 66% [========================================== ] 582/879 66% [========================================== ] 583/879 66% [========================================== ] 584/879 66% [========================================== ] 585/879 66% [========================================== ] 586/879 66% [========================================== ] 587/879 66% [========================================== ] 588/879 66% [========================================== ] 589/879 67% [========================================== ] 590/879 67% [=========================================== ] 591/879 67% [=========================================== ] 592/879 67% [=========================================== ] 593/879 67% [=========================================== ] 594/879 67% [=========================================== ] 595/879 67% [=========================================== ] 596/879 67% [=========================================== ] 597/879 67% [=========================================== ] 598/879 68% [=========================================== ] 599/879 68% [=========================================== ] 600/879 68% [=========================================== ] 601/879 68% [=========================================== ] 602/879 68% [=========================================== ] 603/879 68% [=========================================== ] 604/879 68% [============================================ ] 605/879 68% [============================================ ] 606/879 68% [============================================ ] 607/879 69% [============================================ ] 608/879 69% [============================================ ] 609/879 69% [============================================ ] 610/879 69% [============================================ ] 611/879 69% [============================================ ] 612/879 69% [============================================ ] 613/879 69% [============================================ ] 614/879 69% [============================================ ] 615/879 69% [============================================ ] 616/879 70% [============================================ ] 617/879 70% [============================================ ] 618/879 70% [============================================= ] 619/879 70% [============================================= ] 620/879 70% [============================================= ] 621/879 70% [============================================= ] 622/879 70% [============================================= ] 623/879 70% [============================================= ] 624/879 70% [============================================= ] 625/879 71% [============================================= ] 626/879 71% [============================================= ] 627/879 71% [============================================= ] 628/879 71% [============================================= ] 629/879 71% [============================================= ] 630/879 71% [============================================= ] 631/879 71% [============================================== ] 632/879 71% [============================================== ] 633/879 72% [============================================== ] 634/879 72% [============================================== ] 635/879 72% [============================================== ] 636/879 72% [============================================== ] 637/879 72% [============================================== ] 638/879 72% [============================================== ] 639/879 72% [============================================== ] 640/879 72% [============================================== ] 641/879 72% [============================================== ] 642/879 73% [============================================== ] 643/879 73% [============================================== ] 644/879 73% [============================================== ] 645/879 73% [=============================================== ] 646/879 73% [=============================================== ] 647/879 73% [=============================================== ] 648/879 73% [=============================================== ] 649/879 73% [=============================================== ] 650/879 73% [=============================================== ] 651/879 74% [=============================================== ] 652/879 74% [=============================================== ] 653/879 74% [=============================================== ] 654/879 74% [=============================================== ] 655/879 74% [=============================================== ] 656/879 74% [=============================================== ] 657/879 74% [=============================================== ] 658/879 74% [=============================================== ] 659/879 74% [================================================ ] 660/879 75% [================================================ ] 661/879 75% [================================================ ] 662/879 75% [================================================ ] 663/879 75% [================================================ ] 664/879 75% [================================================ ] 665/879 75% [================================================ ] 666/879 75% [================================================ ] 667/879 75% [================================================ ] 668/879 75% [================================================ ] 669/879 76% [================================================ ] 670/879 76% [================================================ ] 671/879 76% [================================================ ] 672/879 76% [================================================= ] 673/879 76% [================================================= ] 674/879 76% [================================================= ] 675/879 76% [================================================= ] 676/879 76% [================================================= ] 677/879 77% [================================================= ] 678/879 77% [================================================= ] 679/879 77% [================================================= ] 680/879 77% [================================================= ] 681/879 77% [================================================= ] 682/879 77% [================================================= ] 683/879 77% [================================================= ] 684/879 77% [================================================= ] 685/879 77% [================================================= ] 686/879 78% [================================================== ] 687/879 78% [================================================== ] 688/879 78% [================================================== ] 689/879 78% [================================================== ] 690/879 78% [================================================== ] 691/879 78% [================================================== ] 692/879 78% [================================================== ] 693/879 78% [================================================== ] 694/879 78% [================================================== ] 695/879 79% [================================================== ] 696/879 79% [================================================== ] 697/879 79% [================================================== ] 698/879 79% [================================================== ] 699/879 79% [================================================== ] 700/879 79% [=================================================== ] 701/879 79% [=================================================== ] 702/879 79% [=================================================== ] 703/879 79% [=================================================== ] 704/879 80% [=================================================== ] 705/879 80% [=================================================== ] 706/879 80% [=================================================== ] 707/879 80% [=================================================== ] 708/879 80% [=================================================== ] 709/879 80% [=================================================== ] 710/879 80% [=================================================== ] 711/879 80% [=================================================== ] 712/879 81% [=================================================== ] 713/879 81% [=================================================== ] 714/879 81% [==================================================== ] 715/879 81% [==================================================== ] 716/879 81% [==================================================== ] 717/879 81% [==================================================== ] 718/879 81% [==================================================== ] 719/879 81% [==================================================== ] 720/879 81% [==================================================== ] 721/879 82% [==================================================== ] 722/879 82% [==================================================== ] 723/879 82% [==================================================== ] 724/879 82% [==================================================== ] 725/879 82% [==================================================== ] 726/879 82% [==================================================== ] 727/879 82% [===================================================== ] 728/879 82% [===================================================== ] 729/879 82% [===================================================== ] 730/879 83% [===================================================== ] 731/879 83% [===================================================== ] 732/879 83% [===================================================== ] 733/879 83% [===================================================== ] 734/879 83% [===================================================== ] 735/879 83% [===================================================== ] 736/879 83% [===================================================== ] 737/879 83% [===================================================== ] 738/879 83% [===================================================== ] 739/879 84% [===================================================== ] 740/879 84% [===================================================== ] 741/879 84% [====================================================== ] 742/879 84% [====================================================== ] 743/879 84% [====================================================== ] 744/879 84% [====================================================== ] 745/879 84% [====================================================== ] 746/879 84% [====================================================== ] 747/879 84% [====================================================== ] 748/879 85% [====================================================== ] 749/879 85% [====================================================== ] 750/879 85% [====================================================== ] 751/879 85% [====================================================== ] 752/879 85% [====================================================== ] 753/879 85% [====================================================== ] 754/879 85% [====================================================== ] 755/879 85% [======================================================= ] 756/879 86% [======================================================= ] 757/879 86% [======================================================= ] 758/879 86% [======================================================= ] 759/879 86% [======================================================= ] 760/879 86% [======================================================= ] 761/879 86% [======================================================= ] 762/879 86% [======================================================= ] 763/879 86% [======================================================= ] 764/879 86% [======================================================= ] 765/879 87% [======================================================= ] 766/879 87% [======================================================= ] 767/879 87% [======================================================= ] 768/879 87% [======================================================= ] 769/879 87% [======================================================== ] 770/879 87% [======================================================== ] 771/879 87% [======================================================== ] 772/879 87% [======================================================== ] 773/879 87% [======================================================== ] 774/879 88% [======================================================== ] 775/879 88% [======================================================== ] 776/879 88% [======================================================== ] 777/879 88% [======================================================== ] 778/879 88% [======================================================== ] 779/879 88% [======================================================== ] 780/879 88% [======================================================== ] 781/879 88% [======================================================== ] 782/879 88% [========================================================= ] 783/879 89% [========================================================= ] 784/879 89% [========================================================= ] 785/879 89% [========================================================= ] 786/879 89% [========================================================= ] 787/879 89% [========================================================= ] 788/879 89% [========================================================= ] 789/879 89% [========================================================= ] 790/879 89% [========================================================= ] 791/879 89% [========================================================= ] 792/879 90% [========================================================= ] 793/879 90% [========================================================= ] 794/879 90% [========================================================= ] 795/879 90% [========================================================= ] 796/879 90% [========================================================== ] 797/879 90% [========================================================== ] 798/879 90% [========================================================== ] 799/879 90% [========================================================== ] 800/879 91% [========================================================== ] 801/879 91% [========================================================== ] 802/879 91% [========================================================== ] 803/879 91% [========================================================== ] 804/879 91% [========================================================== ] 805/879 91% [========================================================== ] 806/879 91% [========================================================== ] 807/879 91% [========================================================== ] 808/879 91% [========================================================== ] 809/879 92% [========================================================== ] 810/879 92% [=========================================================== ] 811/879 92% [=========================================================== ] 812/879 92% [=========================================================== ] 813/879 92% [=========================================================== ] 814/879 92% [=========================================================== ] 815/879 92% [=========================================================== ] 816/879 92% [=========================================================== ] 817/879 92% [=========================================================== ] 818/879 93% [=========================================================== ] 819/879 93% [=========================================================== ] 820/879 93% [=========================================================== ] 821/879 93% [=========================================================== ] 822/879 93% [=========================================================== ] 823/879 93% [=========================================================== ] 824/879 93% [============================================================ ] 825/879 93% [============================================================ ] 826/879 93% [============================================================ ] 827/879 94% [============================================================ ] 828/879 94% [============================================================ ] 829/879 94% [============================================================ ] 830/879 94% [============================================================ ] 831/879 94% [============================================================ ] 832/879 94% [============================================================ ] 833/879 94% [============================================================ ] 834/879 94% [============================================================ ] 835/879 94% [============================================================ ] 836/879 95% [============================================================ ] 837/879 95% [============================================================= ] 838/879 95% [============================================================= ] 839/879 95% [============================================================= ] 840/879 95% [============================================================= ] 841/879 95% [============================================================= ] 842/879 95% [============================================================= ] 843/879 95% [============================================================= ] 844/879 96% [============================================================= ] 845/879 96% [============================================================= ] 846/879 96% [============================================================= ] 847/879 96% [============================================================= ] 848/879 96% [============================================================= ] 849/879 96% [============================================================= ] 850/879 96% [============================================================= ] 851/879 96% [============================================================== ] 852/879 96% [============================================================== ] 853/879 97% [============================================================== ] 854/879 97% [============================================================== ] 855/879 97% [============================================================== ] 856/879 97% [============================================================== ] 857/879 97% [============================================================== ] 858/879 97% [============================================================== ] 859/879 97% [============================================================== ] 860/879 97% [============================================================== ] 861/879 97% [============================================================== ] 862/879 98% [============================================================== ] 863/879 98% [============================================================== ] 864/879 98% [============================================================== ] 865/879 98% [=============================================================== ] 866/879 98% [=============================================================== ] 867/879 98% [=============================================================== ] 868/879 98% [=============================================================== ] 869/879 98% [=============================================================== ] 870/879 98% [=============================================================== ] 871/879 99% [=============================================================== ] 872/879 99% [=============================================================== ] 873/879 99% [=============================================================== ] 874/879 99% [=============================================================== ] 875/879 99% [=============================================================== ] 876/879 99% [=============================================================== ] 877/879 99% [=============================================================== ] 878/879 99% [================================================================] 879/879 100% operation complete, 879 objects in 31220 NAND pages. ln -snf /home/thomas/autobuild/instance-1/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-358-g24261a1762 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-elf2flt 2021.08 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 5.10.142 Collecting legal info >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> unzip 6.0 Collecting legal info LICENSE: OK (sha256: 7469b81d5d29ac4fd670f7c86ba0cb9fa34f137a2d4d5198437d92ddf918984b) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> host-checksec 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: 7888fee828bf56d547fc1f634e40638984148b4fc41373b7626eb465060640de) >>> host-delve 1.8.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.19.1 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-environment-setup Collecting legal info >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> host-genpart 1.0.2 Collecting legal info >>> getent Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> jpeg Collecting legal info >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.2.1 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.36 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> obsidian-cursors 1.0 Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-qemu 7.1.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> host-rauc 1.7 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sqlite 3.39.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> 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) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.142: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'