PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package \ /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' chrony -1 chrony -1 * /run/chrony - - Time daemon\n\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/init ]; then ln -sf sbin/init /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/init; fi\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target -print0 | xargs -0 -r touch -hd @1719995328\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot printf ' mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/confdir /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d\n touch /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/empty-config\n cp fs/cpio/dracut.conf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/confdir/dracut.conf\n \n \n /home/autobuild/autobuild/instance-4/output-1/host/bin/dracut --reproducible --no-kernel -c /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target --tmpdir /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' dracut-install: ERROR: failed to install '/tmp/dracut-ldd.CZ6bUN:' for '/bin/dash' dracut-install: ERROR: '/tmp/dracut-ldd.CZ6bUN /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target/bin/dash' failed with 127 dracut-install: ERROR: installing '/bin/sh' dracut: FAILED: /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.AZuInM/initramfs -l /bin/sh dracut: Executing: /home/autobuild/autobuild/instance-4/output-1/host/bin/dracut.real --reproducible --no-kernel -c /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target --tmpdir /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio dracut: dracut module 'warpclock' will not be installed, because command 'hwclock' could not be found! dracut: dracut module 'systemd-integritysetup' will not be installed, because command '/systemd-integritysetup' could not be found! dracut: dracut module 'systemd-integritysetup' will not be installed, because command '/system-generators/systemd-integritysetup-generator' could not be found! dracut: dracut module 'systemd-pcrphase' will not be installed, because command '/systemd-pcrphase' could not be found! dracut: dracut module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! dracut: dracut module 'systemd-portabled' will not be installed, because command '/systemd-portabled' could not be found! dracut: dracut module 'systemd-pstore' will not be installed, because command '/systemd-pstore' could not be found! dracut: dracut module 'connman' will not be installed, because command 'sed' could not be found! dracut: dracut module 'connman' will not be installed, because command 'grep' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! dracut: dracut module 'network-manager' will not be installed, because command 'sed' could not be found! dracut: dracut module 'network-manager' will not be installed, because command 'grep' could not be found! dracut: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! dracut: dracut module 'lvmthinpool-monitor' will not be installed, because command 'sort' could not be found! dracut: dracut module 'lvmthinpool-monitor' will not be installed, because command 'tr' could not be found! dracut: dracut module 'lvmthinpool-monitor' will not be installed, because command 'awk' could not be found! dracut: dracut module 'crypt-loop' will not be installed, because command 'losetup' could not be found! dracut: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! dracut: dracut module 'base' depends on 'udev-rules', which can't be installed dracut: dracut module 'virtiofs' depends on 'base', which can't be installed dracut: dracut module 'img-lib' will not be installed, because command 'tar' could not be found! dracut: dracut module 'img-lib' will not be installed, because command 'gzip' could not be found! dracut: dracut module 'img-lib' will not be installed, because command 'dd' could not be found! dracut: dracut module 'img-lib' will not be installed, because command 'echo' could not be found! dracut: dracut module 'img-lib' will not be installed, because command 'tr' could not be found! dracut: dracut module 'shutdown' depends on 'base', which can't be installed dracut: dracut module 'busybox-init' cannot be found or installed. dracut: dracut module 'busybox-init' cannot be found or installed. libc-links kernel-modules dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh' to '/lib/dracut/hooks/cmdline/01-parse-kernel.sh' dracut: FAILED: /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.AZuInM/initramfs /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh /lib/dracut/hooks/cmdline/01-parse-kernel.sh chmod: cannot access '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.AZuInM/initramfs//lib/dracut/hooks/cmdline/01-parse-kernel.sh': No such file or directory dracut-install: ERROR: installing '/home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh' to '/sbin/insmodpost.sh' dracut: FAILED: /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/dracut-install -r /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/target -D /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/cpio/tmp/dracut.AZuInM/initramfs /home/autobuild/autobuild/instance-4/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh /sbin/insmodpost.sh kernel-modules-extra terminfo dracut: *** Including modules done *** dracut: *** Hardlinking files *** dracut: Mode: real dracut: Method: memcmp dracut: Files: 12 dracut: Linked: 0 files dracut: Compared: 0 xattrs dracut: Compared: 0 files dracut: Saved: 0 B dracut: Duration: 0.001380 seconds dracut: *** Hardlinking files done *** dracut: *** Store current command line parameters *** dracut: *** Creating image file '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio' *** dracut: *** Creating initramfs image file '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio' done *** PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio.lzma /home/autobuild/autobuild/instance-4/output-1/host/bin/mkimage -A powerpc -T ramdisk -C none -d /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio.lzma /home/autobuild/autobuild/instance-4/output-1/images/rootfs.cpio.uboot Image Name: Created: Wed Jul 3 08:28:48 2024 Image Type: PowerPC Linux RAMDisk Image (uncompressed) Data Size: 226292 Bytes = 220.99 KiB = 0.22 MiB Load Address: 00000000 Entry Point: 00000000 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1719995328\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1308 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/1308 0% [ ] 2/1308 0% [ ] 3/1308 0% [ ] 4/1308 0% [ ] 5/1308 0% [ ] 6/1308 0% [ ] 7/1308 0% [ ] 8/1308 0% [ ] 9/1308 0% [ ] 10/1308 0% [ ] 11/1308 0% [ ] 12/1308 0% [ ] 13/1308 0% [ ] 14/1308 1% [ ] 15/1308 1% [ ] 16/1308 1% [ ] 17/1308 1% [ ] 18/1308 1% [ ] 19/1308 1% [ ] 20/1308 1% [ ] 21/1308 1% [= ] 22/1308 1% [= ] 23/1308 1% [= ] 24/1308 1% [= ] 25/1308 1% [= ] 26/1308 1% [= ] 27/1308 2% [= ] 28/1308 2% [= ] 29/1308 2% [= ] 30/1308 2% [= ] 31/1308 2% [= ] 32/1308 2% [= ] 33/1308 2% [= ] 34/1308 2% [= ] 35/1308 2% [= ] 36/1308 2% [= ] 37/1308 2% [= ] 38/1308 2% [= ] 39/1308 2% [= ] 40/1308 3% [= ] 41/1308 3% [= ] 42/1308 3% [== ] 43/1308 3% [== ] 44/1308 3% [== ] 45/1308 3% [== ] 46/1308 3% [== ] 47/1308 3% [== ] 48/1308 3% [== ] 49/1308 3% [== ] 50/1308 3% [== ] 51/1308 3% [== ] 52/1308 3% [== ] 53/1308 4% [== ] 54/1308 4% [== ] 55/1308 4% [== ] 56/1308 4% [== ] 57/1308 4% [== ] 58/1308 4% [== ] 59/1308 4% [== ] 60/1308 4% [== ] 61/1308 4% [== ] 62/1308 4% [== ] 63/1308 4% [=== ] 64/1308 4% [=== ] 65/1308 4% [=== ] 66/1308 5% [=== ] 67/1308 5% [=== ] 68/1308 5% [=== ] 69/1308 5% [=== ] 70/1308 5% [=== ] 71/1308 5% [=== ] 72/1308 5% [=== ] 73/1308 5% [=== ] 74/1308 5% [=== ] 75/1308 5% [=== ] 76/1308 5% [=== ] 77/1308 5% [=== ] 78/1308 5% [=== ] 79/1308 6% [=== ] 80/1308 6% [=== ] 81/1308 6% [=== ] 82/1308 6% [=== ] 83/1308 6% [=== ] 84/1308 6% [==== ] 85/1308 6% [==== ] 86/1308 6% [==== ] 87/1308 6% [==== ] 88/1308 6% [==== ] 89/1308 6% [==== ] 90/1308 6% [==== ] 91/1308 6% [==== ] 92/1308 7% [==== ] 93/1308 7% [==== ] 94/1308 7% [==== ] 95/1308 7% [==== ] 96/1308 7% [==== ] 97/1308 7% [==== ] 98/1308 7% [==== ] 99/1308 7% [==== ] 100/1308 7% [==== ] 101/1308 7% [==== ] 102/1308 7% [==== ] 103/1308 7% [==== ] 104/1308 7% [==== ] 105/1308 8% [===== ] 106/1308 8% [===== ] 107/1308 8% [===== ] 108/1308 8% [===== ] 109/1308 8% [===== ] 110/1308 8% [===== ] 111/1308 8% [===== ] 112/1308 8% [===== ] 113/1308 8% [===== ] 114/1308 8% [===== ] 115/1308 8% [===== ] 116/1308 8% [===== ] 117/1308 8% [===== ] 118/1308 9% [===== ] 119/1308 9% [===== ] 120/1308 9% [===== ] 121/1308 9% [===== ] 122/1308 9% [===== ] 123/1308 9% [===== ] 124/1308 9% [===== ] 125/1308 9% [===== ] 126/1308 9% [====== ] 127/1308 9% [====== ] 128/1308 9% [====== ] 129/1308 9% [====== ] 130/1308 9% [====== ] 131/1308 10% [====== ] 132/1308 10% [====== ] 133/1308 10% [====== ] 134/1308 10% [====== ] 135/1308 10% [====== ] 136/1308 10% [====== ] 137/1308 10% [====== ] 138/1308 10% [====== ] 139/1308 10% [====== ] 140/1308 10% [====== ] 141/1308 10% [====== ] 142/1308 10% [====== ] 143/1308 10% [====== ] 144/1308 11% [====== ] 145/1308 11% [====== ] 146/1308 11% [====== ] 147/1308 11% [======= ] 148/1308 11% [======= ] 149/1308 11% [======= ] 150/1308 11% [======= ] 151/1308 11% [======= ] 152/1308 11% [======= ] 153/1308 11% [======= ] 154/1308 11% [======= ] 155/1308 11% [======= ] 156/1308 11% [======= ] 157/1308 12% [======= ] 158/1308 12% [======= ] 159/1308 12% [======= ] 160/1308 12% [======= ] 161/1308 12% [======= ] 162/1308 12% [======= ] 163/1308 12% [======= ] 164/1308 12% [======= ] 165/1308 12% [======= ] 166/1308 12% [======= ] 167/1308 12% [======= ] 168/1308 12% [======== ] 169/1308 12% [======== ] 170/1308 12% [======== ] 171/1308 13% [======== ] 172/1308 13% [======== ] 173/1308 13% [======== ] 174/1308 13% [======== ] 175/1308 13% [======== ] 176/1308 13% [======== ] 177/1308 13% [======== ] 178/1308 13% [======== ] 179/1308 13% [======== ] 180/1308 13% [======== ] 181/1308 13% [======== ] 182/1308 13% [======== ] 183/1308 13% [======== ] 184/1308 14% [======== ] 185/1308 14% [======== ] 186/1308 14% [======== ] 187/1308 14% [======== ] 188/1308 14% [======== ] 189/1308 14% [========= ] 190/1308 14% [========= ] 191/1308 14% [========= ] 192/1308 14% [========= ] 193/1308 14% [========= ] 194/1308 14% [========= ] 195/1308 14% [========= ] 196/1308 14% [========= ] 197/1308 15% [========= ] 198/1308 15% [========= ] 199/1308 15% [========= ] 200/1308 15% [========= ] 201/1308 15% [========= ] 202/1308 15% [========= ] 203/1308 15% [========= ] 204/1308 15% [========= ] 205/1308 15% [========= ] 206/1308 15% [========= ] 207/1308 15% [========= ] 208/1308 15% [========= ] 209/1308 15% [========= ] 210/1308 16% [========== ] 211/1308 16% [========== ] 212/1308 16% [========== ] 213/1308 16% [========== ] 214/1308 16% [========== ] 215/1308 16% [========== ] 216/1308 16% [========== ] 217/1308 16% [========== ] 218/1308 16% [========== ] 219/1308 16% [========== ] 220/1308 16% [========== ] 221/1308 16% [========== ] 222/1308 16% [========== ] 223/1308 17% [========== ] 224/1308 17% [========== ] 225/1308 17% [========== ] 226/1308 17% [========== ] 227/1308 17% [========== ] 228/1308 17% [========== ] 229/1308 17% [========== ] 230/1308 17% [========== ] 231/1308 17% [========== ] 232/1308 17% [=========== ] 233/1308 17% [=========== ] 234/1308 17% [=========== ] 235/1308 17% [=========== ] 236/1308 18% [=========== ] 237/1308 18% [=========== ] 238/1308 18% [=========== ] 239/1308 18% [=========== ] 240/1308 18% [=========== ] 241/1308 18% [=========== ] 242/1308 18% [=========== ] 243/1308 18% [=========== ] 244/1308 18% [=========== ] 245/1308 18% [=========== ] 246/1308 18% [=========== ] 247/1308 18% [=========== ] 248/1308 18% [=========== ] 249/1308 19% [=========== ] 250/1308 19% [=========== ] 251/1308 19% [=========== ] 252/1308 19% [=========== ] 253/1308 19% [============ ] 254/1308 19% [============ ] 255/1308 19% [============ ] 256/1308 19% [============ ] 257/1308 19% [============ ] 258/1308 19% [============ ] 259/1308 19% [============ ] 260/1308 19% [============ ] 261/1308 19% [============ ] 262/1308 20% [============ ] 263/1308 20% [============ ] 264/1308 20% [============ ] 265/1308 20% [============ ] 266/1308 20% [============ ] 267/1308 20% [============ ] 268/1308 20% [============ ] 269/1308 20% [============ ] 270/1308 20% [============ ] 271/1308 20% [============ ] 272/1308 20% [============ ] 273/1308 20% [============ ] 274/1308 20% [============= ] 275/1308 21% [============= ] 276/1308 21% [============= ] 277/1308 21% [============= ] 278/1308 21% [============= ] 279/1308 21% [============= ] 280/1308 21% [============= ] 281/1308 21% [============= ] 282/1308 21% [============= ] 283/1308 21% [============= ] 284/1308 21% [============= ] 285/1308 21% [============= ] 286/1308 21% [============= ] 287/1308 21% [============= ] 288/1308 22% [============= ] 289/1308 22% [============= ] 290/1308 22% [============= ] 291/1308 22% [============= ] 292/1308 22% [============= ] 293/1308 22% [============= ] 294/1308 22% [============= ] 295/1308 22% [============== ] 296/1308 22% [============== ] 297/1308 22% [============== ] 298/1308 22% [============== ] 299/1308 22% [============== ] 300/1308 22% [============== ] 301/1308 23% [============== ] 302/1308 23% [============== ] 303/1308 23% [============== ] 304/1308 23% [============== ] 305/1308 23% [============== ] 306/1308 23% [============== ] 307/1308 23% [============== ] 308/1308 23% [============== ] 309/1308 23% [============== ] 310/1308 23% [============== ] 311/1308 23% [============== ] 312/1308 23% [============== ] 313/1308 23% [============== ] 314/1308 24% [============== ] 315/1308 24% [============== ] 316/1308 24% [=============== ] 317/1308 24% [=============== ] 318/1308 24% [=============== ] 319/1308 24% [=============== ] 320/1308 24% [=============== ] 321/1308 24% [=============== ] 322/1308 24% [=============== ] 323/1308 24% [=============== ] 324/1308 24% [=============== ] 325/1308 24% [=============== ] 326/1308 24% [=============== ] 327/1308 25% [=============== ] 328/1308 25% [=============== ] 329/1308 25% [=============== ] 330/1308 25% [=============== ] 331/1308 25% [=============== ] 332/1308 25% [=============== ] 333/1308 25% [=============== ] 334/1308 25% [=============== ] 335/1308 25% [=============== ] 336/1308 25% [=============== ] 337/1308 25% [================ ] 338/1308 25% [================ ] 339/1308 25% [================ ] 340/1308 25% [================ ] 341/1308 26% [================ ] 342/1308 26% [================ ] 343/1308 26% [================ ] 344/1308 26% [================ ] 345/1308 26% [================ ] 346/1308 26% [================ ] 347/1308 26% [================ ] 348/1308 26% [================ ] 349/1308 26% [================ ] 350/1308 26% [================ ] 351/1308 26% [================ ] 352/1308 26% [================ ] 353/1308 26% [================ ] 354/1308 27% [================ ] 355/1308 27% [================ ] 356/1308 27% [================ ] 357/1308 27% [================ ] 358/1308 27% [================= ] 359/1308 27% [================= ] 360/1308 27% [================= ] 361/1308 27% [================= ] 362/1308 27% [================= ] 363/1308 27% [================= ] 364/1308 27% [================= ] 365/1308 27% [================= ] 366/1308 27% [================= ] 367/1308 28% [================= ] 368/1308 28% [================= ] 369/1308 28% [================= ] 370/1308 28% [================= ] 371/1308 28% [================= ] 372/1308 28% [================= ] 373/1308 28% [================= ] 374/1308 28% [================= ] 375/1308 28% [================= ] 376/1308 28% [================= ] 377/1308 28% [================= ] 378/1308 28% [================= ] 379/1308 28% [================== ] 380/1308 29% [================== ] 381/1308 29% [================== ] 382/1308 29% [================== ] 383/1308 29% [================== ] 384/1308 29% [================== ] 385/1308 29% [================== ] 386/1308 29% [================== ] 387/1308 29% [================== ] 388/1308 29% [================== ] 389/1308 29% [================== ] 390/1308 29% [================== ] 391/1308 29% [================== ] 392/1308 29% [================== ] 393/1308 30% [================== ] 394/1308 30% [================== ] 395/1308 30% [================== ] 396/1308 30% [================== ] 397/1308 30% [================== ] 398/1308 30% [================== ] 399/1308 30% [================== ] 400/1308 30% [=================== ] 401/1308 30% [=================== ] 402/1308 30% [=================== ] 403/1308 30% [=================== ] 404/1308 30% [=================== ] 405/1308 30% [=================== ] 406/1308 31% [=================== ] 407/1308 31% [=================== ] 408/1308 31% [=================== ] 409/1308 31% [=================== ] 410/1308 31% [=================== ] 411/1308 31% [=================== ] 412/1308 31% [=================== ] 413/1308 31% [=================== ] 414/1308 31% [=================== ] 415/1308 31% [=================== ] 416/1308 31% [=================== ] 417/1308 31% [=================== ] 418/1308 31% [=================== ] 419/1308 32% [=================== ] 420/1308 32% [=================== ] 421/1308 32% [==================== ] 422/1308 32% [==================== ] 423/1308 32% [==================== ] 424/1308 32% [==================== ] 425/1308 32% [==================== ] 426/1308 32% [==================== ] 427/1308 32% [==================== ] 428/1308 32% [==================== ] 429/1308 32% [==================== ] 430/1308 32% [==================== ] 431/1308 32% [==================== ] 432/1308 33% [==================== ] 433/1308 33% [==================== ] 434/1308 33% [==================== ] 435/1308 33% [==================== ] 436/1308 33% [==================== ] 437/1308 33% [==================== ] 438/1308 33% [==================== ] 439/1308 33% [==================== ] 440/1308 33% [==================== ] 441/1308 33% [==================== ] 442/1308 33% [==================== ] 443/1308 33% [===================== ] 444/1308 33% [===================== ] 445/1308 34% [===================== ] 446/1308 34% [===================== ] 447/1308 34% [===================== ] 448/1308 34% [===================== ] 449/1308 34% [===================== ] 450/1308 34% [===================== ] 451/1308 34% [===================== ] 452/1308 34% [===================== ] 453/1308 34% [===================== ] 454/1308 34% [===================== ] 455/1308 34% [===================== ] 456/1308 34% [===================== ] 457/1308 34% [===================== ] 458/1308 35% [===================== ] 459/1308 35% [===================== ] 460/1308 35% [===================== ] 461/1308 35% [===================== ] 462/1308 35% [===================== ] 463/1308 35% [===================== ] 464/1308 35% [====================== ] 465/1308 35% [====================== ] 466/1308 35% [====================== ] 467/1308 35% [====================== ] 468/1308 35% [====================== ] 469/1308 35% [====================== ] 470/1308 35% [====================== ] 471/1308 36% [====================== ] 472/1308 36% [====================== ] 473/1308 36% [====================== ] 474/1308 36% [====================== ] 475/1308 36% [====================== ] 476/1308 36% [====================== ] 477/1308 36% [====================== ] 478/1308 36% [====================== ] 479/1308 36% [====================== ] 480/1308 36% [====================== ] 481/1308 36% [====================== ] 482/1308 36% [====================== ] 483/1308 36% [====================== ] 484/1308 37% [====================== ] 485/1308 37% [======================= ] 486/1308 37% [======================= ] 487/1308 37% [======================= ] 488/1308 37% [======================= ] 489/1308 37% [======================= ] 490/1308 37% [======================= ] 491/1308 37% [======================= ] 492/1308 37% [======================= ] 493/1308 37% [======================= ] 494/1308 37% [======================= ] 495/1308 37% [======================= ] 496/1308 37% [======================= ] 497/1308 37% [======================= ] 498/1308 38% [======================= ] 499/1308 38% [======================= ] 500/1308 38% [======================= ] 501/1308 38% [======================= ] 502/1308 38% [======================= ] 503/1308 38% [======================= ] 504/1308 38% [======================= ] 505/1308 38% [======================= ] 506/1308 38% [======================== ] 507/1308 38% [======================== ] 508/1308 38% [======================== ] 509/1308 38% [======================== ] 510/1308 38% [======================== ] 511/1308 39% [======================== ] 512/1308 39% [======================== ] 513/1308 39% [======================== ] 514/1308 39% [======================== ] 515/1308 39% [======================== ] 516/1308 39% [======================== ] 517/1308 39% [======================== ] 518/1308 39% [======================== ] 519/1308 39% [======================== ] 520/1308 39% [======================== ] 521/1308 39% [======================== ] 522/1308 39% [======================== ] 523/1308 39% [======================== ] 524/1308 40% [======================== ] 525/1308 40% [======================== ] 526/1308 40% [======================== ] 527/1308 40% [========================= ] 528/1308 40% [========================= ] 529/1308 40% [========================= ] 530/1308 40% [========================= ] 531/1308 40% [========================= ] 532/1308 40% [========================= ] 533/1308 40% [========================= ] 534/1308 40% [========================= ] 535/1308 40% [========================= ] 536/1308 40% [========================= ] 537/1308 41% [========================= ] 538/1308 41% [========================= ] 539/1308 41% [========================= ] 540/1308 41% [========================= ] 541/1308 41% [========================= ] 542/1308 41% [========================= ] 543/1308 41% [========================= ] 544/1308 41% [========================= ] 545/1308 41% [========================= ] 546/1308 41% [========================= ] 547/1308 41% [========================= ] 548/1308 41% [========================== ] 549/1308 41% [========================== ] 550/1308 42% [========================== ] 551/1308 42% [========================== ] 552/1308 42% [========================== ] 553/1308 42% [========================== ] 554/1308 42% [========================== ] 555/1308 42% [========================== ] 556/1308 42% [========================== ] 557/1308 42% [========================== ] 558/1308 42% [========================== ] 559/1308 42% [========================== ] 560/1308 42% [========================== ] 561/1308 42% [========================== ] 562/1308 42% [========================== ] 563/1308 43% [========================== ] 564/1308 43% [========================== ] 565/1308 43% [========================== ] 566/1308 43% [========================== ] 567/1308 43% [========================== ] 568/1308 43% [========================== ] 569/1308 43% [=========================== ] 570/1308 43% [=========================== ] 571/1308 43% [=========================== ] 572/1308 43% [=========================== ] 573/1308 43% [=========================== ] 574/1308 43% [=========================== ] 575/1308 43% [=========================== ] 576/1308 44% [=========================== ] 577/1308 44% [=========================== ] 578/1308 44% [=========================== ] 579/1308 44% [=========================== ] 580/1308 44% [=========================== ] 581/1308 44% [=========================== ] 582/1308 44% [=========================== ] 583/1308 44% [=========================== ] 584/1308 44% [=========================== ] 585/1308 44% [=========================== ] 586/1308 44% [=========================== ] 587/1308 44% [=========================== ] 588/1308 44% [=========================== ] 589/1308 45% [=========================== ] 590/1308 45% [============================ ] 591/1308 45% [============================ ] 592/1308 45% [============================ ] 593/1308 45% [============================ ] 594/1308 45% [============================ ] 595/1308 45% [============================ ] 596/1308 45% [============================ ] 597/1308 45% [============================ ] 598/1308 45% [============================ ] 599/1308 45% [============================ ] 600/1308 45% [============================ ] 601/1308 45% [============================ ] 602/1308 46% [============================ ] 603/1308 46% [============================ ] 604/1308 46% [============================ ] 605/1308 46% [============================ ] 606/1308 46% [============================ ] 607/1308 46% [============================ ] 608/1308 46% [============================ ] 609/1308 46% [============================ ] 610/1308 46% [============================ ] 611/1308 46% [============================= ] 612/1308 46% [============================= ] 613/1308 46% [============================= ] 614/1308 46% [============================= ] 615/1308 47% [============================= ] 616/1308 47% [============================= ] 617/1308 47% [============================= ] 618/1308 47% [============================= ] 619/1308 47% [============================= ] 620/1308 47% [============================= ] 621/1308 47% [============================= ] 622/1308 47% [============================= ] 623/1308 47% [============================= ] 624/1308 47% [============================= ] 625/1308 47% [============================= ] 626/1308 47% [============================= ] 627/1308 47% [============================= ] 628/1308 48% [============================= ] 629/1308 48% [============================= ] 630/1308 48% [============================= ] 631/1308 48% [============================= ] 632/1308 48% [============================== ] 633/1308 48% [============================== ] 634/1308 48% [============================== ] 635/1308 48% [============================== ] 636/1308 48% [============================== ] 637/1308 48% [============================== ] 638/1308 48% [============================== ] 639/1308 48% [============================== ] 640/1308 48% [============================== ] 641/1308 49% [============================== ] 642/1308 49% [============================== ] 643/1308 49% [============================== ] 644/1308 49% [============================== ] 645/1308 49% [============================== ] 646/1308 49% [============================== ] 647/1308 49% [============================== ] 648/1308 49% [============================== ] 649/1308 49% [============================== ] 650/1308 49% [============================== ] 651/1308 49% [============================== ] 652/1308 49% [============================== ] 653/1308 49% [=============================== ] 654/1308 50% [=============================== ] 655/1308 50% [=============================== ] 656/1308 50% [=============================== ] 657/1308 50% [=============================== ] 658/1308 50% [=============================== ] 659/1308 50% [=============================== ] 660/1308 50% [=============================== ] 661/1308 50% [=============================== ] 662/1308 50% [=============================== ] 663/1308 50% [=============================== ] 664/1308 50% [=============================== ] 665/1308 50% [=============================== ] 666/1308 50% [=============================== ] 667/1308 50% [=============================== ] 668/1308 51% [=============================== ] 669/1308 51% [=============================== ] 670/1308 51% [=============================== ] 671/1308 51% [=============================== ] 672/1308 51% [=============================== ] 673/1308 51% [=============================== ] 674/1308 51% [=============================== ] 675/1308 51% [================================ ] 676/1308 51% [================================ ] 677/1308 51% [================================ ] 678/1308 51% [================================ ] 679/1308 51% [================================ ] 680/1308 51% [================================ ] 681/1308 52% [================================ ] 682/1308 52% [================================ ] 683/1308 52% [================================ ] 684/1308 52% [================================ ] 685/1308 52% [================================ ] 686/1308 52% [================================ ] 687/1308 52% [================================ ] 688/1308 52% [================================ ] 689/1308 52% [================================ ] 690/1308 52% [================================ ] 691/1308 52% [================================ ] 692/1308 52% [================================ ] 693/1308 52% [================================ ] 694/1308 53% [================================ ] 695/1308 53% [================================ ] 696/1308 53% [================================= ] 697/1308 53% [================================= ] 698/1308 53% [================================= ] 699/1308 53% [================================= ] 700/1308 53% [================================= ] 701/1308 53% [================================= ] 702/1308 53% [================================= ] 703/1308 53% [================================= ] 704/1308 53% [================================= ] 705/1308 53% [================================= ] 706/1308 53% [================================= ] 707/1308 54% [================================= ] 708/1308 54% [================================= ] 709/1308 54% [================================= ] 710/1308 54% [================================= ] 711/1308 54% [================================= ] 712/1308 54% [================================= ] 713/1308 54% [================================= ] 714/1308 54% [================================= ] 715/1308 54% [================================= ] 716/1308 54% [================================= ] 717/1308 54% [================================== ] 718/1308 54% [================================== ] 719/1308 54% [================================== ] 720/1308 55% [================================== ] 721/1308 55% [================================== ] 722/1308 55% [================================== ] 723/1308 55% [================================== ] 724/1308 55% [================================== ] 725/1308 55% [================================== ] 726/1308 55% [================================== ] 727/1308 55% [================================== ] 728/1308 55% [================================== ] 729/1308 55% [================================== ] 730/1308 55% [================================== ] 731/1308 55% [================================== ] 732/1308 55% [================================== ] 733/1308 56% [================================== ] 734/1308 56% [================================== ] 735/1308 56% [================================== ] 736/1308 56% [================================== ] 737/1308 56% [================================== ] 738/1308 56% [=================================== ] 739/1308 56% [=================================== ] 740/1308 56% [=================================== ] 741/1308 56% [=================================== ] 742/1308 56% [=================================== ] 743/1308 56% [=================================== ] 744/1308 56% [=================================== ] 745/1308 56% [=================================== ] 746/1308 57% [=================================== ] 747/1308 57% [=================================== ] 748/1308 57% [=================================== ] 749/1308 57% [=================================== ] 750/1308 57% [=================================== ] 751/1308 57% [=================================== ] 752/1308 57% [=================================== ] 753/1308 57% [=================================== ] 754/1308 57% [=================================== ] 755/1308 57% [=================================== ] 756/1308 57% [=================================== ] 757/1308 57% [=================================== ] 758/1308 57% [=================================== ] 759/1308 58% [==================================== ] 760/1308 58% [==================================== ] 761/1308 58% [==================================== ] 762/1308 58% [==================================== ] 763/1308 58% [==================================== ] 764/1308 58% [==================================== ] 765/1308 58% [==================================== ] 766/1308 58% [==================================== ] 767/1308 58% [==================================== ] 768/1308 58% [==================================== ] 769/1308 58% [==================================== ] 770/1308 58% [==================================== ] 771/1308 58% [==================================== ] 772/1308 59% [==================================== ] 773/1308 59% [==================================== ] 774/1308 59% [==================================== ] 775/1308 59% [==================================== ] 776/1308 59% [==================================== ] 777/1308 59% [==================================== ] 778/1308 59% [==================================== ] 779/1308 59% [==================================== ] 780/1308 59% [===================================== ] 781/1308 59% [===================================== ] 782/1308 59% [===================================== ] 783/1308 59% [===================================== ] 784/1308 59% [===================================== ] 785/1308 60% [===================================== ] 786/1308 60% [===================================== ] 787/1308 60% [===================================== ] 788/1308 60% [===================================== ] 789/1308 60% [===================================== ] 790/1308 60% [===================================== ] 791/1308 60% [===================================== ] 792/1308 60% [===================================== ] 793/1308 60% [===================================== ] 794/1308 60% [===================================== ] 795/1308 60% [===================================== ] 796/1308 60% [===================================== ] 797/1308 60% [===================================== ] 798/1308 61% [===================================== ] 799/1308 61% [===================================== ] 800/1308 61% [===================================== ] 801/1308 61% [====================================== ] 802/1308 61% [====================================== ] 803/1308 61% [====================================== ] 804/1308 61% [====================================== ] 805/1308 61% [====================================== ] 806/1308 61% [====================================== ] 807/1308 61% [====================================== ] 808/1308 61% [====================================== ] 809/1308 61% [====================================== ] 810/1308 61% [====================================== ] 811/1308 62% [====================================== ] 812/1308 62% [====================================== ] 813/1308 62% [====================================== ] 814/1308 62% [====================================== ] 815/1308 62% [====================================== ] 816/1308 62% [====================================== ] 817/1308 62% [====================================== ] 818/1308 62% [====================================== ] 819/1308 62% [====================================== ] 820/1308 62% [====================================== ] 821/1308 62% [====================================== ] 822/1308 62% [======================================= ] 823/1308 62% [======================================= ] 824/1308 62% [======================================= ] 825/1308 63% [======================================= ] 826/1308 63% [======================================= ] 827/1308 63% [======================================= ] 828/1308 63% [======================================= ] 829/1308 63% [======================================= ] 830/1308 63% [======================================= ] 831/1308 63% [======================================= ] 832/1308 63% [======================================= ] 833/1308 63% [======================================= ] 834/1308 63% [======================================= ] 835/1308 63% [======================================= ] 836/1308 63% [======================================= ] 837/1308 63% [======================================= ] 838/1308 64% [======================================= ] 839/1308 64% [======================================= ] 840/1308 64% [======================================= ] 841/1308 64% [======================================= ] 842/1308 64% [======================================= ] 843/1308 64% [======================================== ] 844/1308 64% [======================================== ] 845/1308 64% [======================================== ] 846/1308 64% [======================================== ] 847/1308 64% [======================================== ] 848/1308 64% [======================================== ] 849/1308 64% [======================================== ] 850/1308 64% [======================================== ] 851/1308 65% [======================================== ] 852/1308 65% [======================================== ] 853/1308 65% [======================================== ] 854/1308 65% [======================================== ] 855/1308 65% [======================================== ] 856/1308 65% [======================================== ] 857/1308 65% [======================================== ] 858/1308 65% [======================================== ] 859/1308 65% [======================================== ] 860/1308 65% [======================================== ] 861/1308 65% [======================================== ] 862/1308 65% [======================================== ] 863/1308 65% [======================================== ] 864/1308 66% [========================================= ] 865/1308 66% [========================================= ] 866/1308 66% [========================================= ] 867/1308 66% [========================================= ] 868/1308 66% [========================================= ] 869/1308 66% [========================================= ] 870/1308 66% [========================================= ] 871/1308 66% [========================================= ] 872/1308 66% [========================================= ] 873/1308 66% [========================================= ] 874/1308 66% [========================================= ] 875/1308 66% [========================================= ] 876/1308 66% [========================================= ] 877/1308 67% [========================================= ] 878/1308 67% [========================================= ] 879/1308 67% [========================================= ] 880/1308 67% [========================================= ] 881/1308 67% [========================================= ] 882/1308 67% [========================================= ] 883/1308 67% [========================================= ] 884/1308 67% [========================================= ] 885/1308 67% [========================================= ] 886/1308 67% [========================================== ] 887/1308 67% [========================================== ] 888/1308 67% [========================================== ] 889/1308 67% [========================================== ] 890/1308 68% [========================================== ] 891/1308 68% [========================================== ] 892/1308 68% [========================================== ] 893/1308 68% [========================================== ] 894/1308 68% [========================================== ] 895/1308 68% [========================================== ] 896/1308 68% [========================================== ] 897/1308 68% [========================================== ] 898/1308 68% [========================================== ] 899/1308 68% [========================================== ] 900/1308 68% [========================================== ] 901/1308 68% [========================================== ] 902/1308 68% [========================================== ] 903/1308 69% [========================================== ] 904/1308 69% [========================================== ] 905/1308 69% [========================================== ] 906/1308 69% [========================================== ] 907/1308 69% [=========================================== ] 908/1308 69% [=========================================== ] 909/1308 69% [=========================================== ] 910/1308 69% [=========================================== ] 911/1308 69% [=========================================== ] 912/1308 69% [=========================================== ] 913/1308 69% [=========================================== ] 914/1308 69% [=========================================== ] 915/1308 69% [=========================================== ] 916/1308 70% [=========================================== ] 917/1308 70% [=========================================== ] 918/1308 70% [=========================================== ] 919/1308 70% [=========================================== ] 920/1308 70% [=========================================== ] 921/1308 70% [=========================================== ] 922/1308 70% [=========================================== ] 923/1308 70% [=========================================== ] 924/1308 70% [=========================================== ] 925/1308 70% [=========================================== ] 926/1308 70% [=========================================== ] 927/1308 70% [=========================================== ] 928/1308 70% [============================================ ] 929/1308 71% [============================================ ] 930/1308 71% [============================================ ] 931/1308 71% [============================================ ] 932/1308 71% [============================================ ] 933/1308 71% [============================================ ] 934/1308 71% [============================================ ] 935/1308 71% [============================================ ] 936/1308 71% [============================================ ] 937/1308 71% [============================================ ] 938/1308 71% [============================================ ] 939/1308 71% [============================================ ] 940/1308 71% [============================================ ] 941/1308 71% [============================================ ] 942/1308 72% [============================================ ] 943/1308 72% [============================================ ] 944/1308 72% [============================================ ] 945/1308 72% [============================================ ] 946/1308 72% [============================================ ] 947/1308 72% [============================================ ] 948/1308 72% [============================================ ] 949/1308 72% [============================================= ] 950/1308 72% [============================================= ] 951/1308 72% [============================================= ] 952/1308 72% [============================================= ] 953/1308 72% [============================================= ] 954/1308 72% [============================================= ] 955/1308 73% [============================================= ] 956/1308 73% [============================================= ] 957/1308 73% [============================================= ] 958/1308 73% [============================================= ] 959/1308 73% [============================================= ] 960/1308 73% [============================================= ] 961/1308 73% [============================================= ] 962/1308 73% [============================================= ] 963/1308 73% [============================================= ] 964/1308 73% [============================================= ] 965/1308 73% [============================================= ] 966/1308 73% [============================================= ] 967/1308 73% [============================================= ] 968/1308 74% [============================================= ] 969/1308 74% [============================================= ] 970/1308 74% [============================================== ] 971/1308 74% [============================================== ] 972/1308 74% [============================================== ] 973/1308 74% [============================================== ] 974/1308 74% [============================================== ] 975/1308 74% [============================================== ] 976/1308 74% [============================================== ] 977/1308 74% [============================================== ] 978/1308 74% [============================================== ] 979/1308 74% [============================================== ] 980/1308 74% [============================================== ] 981/1308 75% [============================================== ] 982/1308 75% [============================================== ] 983/1308 75% [============================================== ] 984/1308 75% [============================================== ] 985/1308 75% [============================================== ] 986/1308 75% [============================================== ] 987/1308 75% [============================================== ] 988/1308 75% [============================================== ] 989/1308 75% [============================================== ] 990/1308 75% [============================================== ] 991/1308 75% [=============================================== ] 992/1308 75% [=============================================== ] 993/1308 75% [=============================================== ] 994/1308 75% [=============================================== ] 995/1308 76% [=============================================== ] 996/1308 76% [=============================================== ] 997/1308 76% [=============================================== ] 998/1308 76% [=============================================== ] 999/1308 76% [=============================================== ] 1000/1308 76% [=============================================== ] 1001/1308 76% [=============================================== ] 1002/1308 76% [=============================================== ] 1003/1308 76% [=============================================== ] 1004/1308 76% [=============================================== ] 1005/1308 76% [=============================================== ] 1006/1308 76% [=============================================== ] 1007/1308 76% [=============================================== ] 1008/1308 77% [=============================================== ] 1009/1308 77% [=============================================== ] 1010/1308 77% [=============================================== ] 1011/1308 77% [=============================================== ] 1012/1308 77% [================================================ ] 1013/1308 77% [================================================ ] 1014/1308 77% [================================================ ] 1015/1308 77% [================================================ ] 1016/1308 77% [================================================ ] 1017/1308 77% [================================================ ] 1018/1308 77% [================================================ ] 1019/1308 77% [================================================ ] 1020/1308 77% [================================================ ] 1021/1308 78% [================================================ ] 1022/1308 78% [================================================ ] 1023/1308 78% [================================================ ] 1024/1308 78% [================================================ ] 1025/1308 78% [================================================ ] 1026/1308 78% [================================================ ] 1027/1308 78% [================================================ ] 1028/1308 78% [================================================ ] 1029/1308 78% [================================================ ] 1030/1308 78% [================================================ ] 1031/1308 78% [================================================ ] 1032/1308 78% [================================================ ] 1033/1308 78% [================================================= ] 1034/1308 79% [================================================= ] 1035/1308 79% [================================================= ] 1036/1308 79% [================================================= ] 1037/1308 79% [================================================= ] 1038/1308 79% [================================================= ] 1039/1308 79% [================================================= ] 1040/1308 79% [================================================= ] 1041/1308 79% [================================================= ] 1042/1308 79% [================================================= ] 1043/1308 79% [================================================= ] 1044/1308 79% [================================================= ] 1045/1308 79% [================================================= ] 1046/1308 79% [================================================= ] 1047/1308 80% [================================================= ] 1048/1308 80% [================================================= ] 1049/1308 80% [================================================= ] 1050/1308 80% [================================================= ] 1051/1308 80% [================================================= ] 1052/1308 80% [================================================= ] 1053/1308 80% [================================================= ] 1054/1308 80% [================================================== ] 1055/1308 80% [================================================== ] 1056/1308 80% [================================================== ] 1057/1308 80% [================================================== ] 1058/1308 80% [================================================== ] 1059/1308 80% [================================================== ] 1060/1308 81% [================================================== ] 1061/1308 81% [================================================== ] 1062/1308 81% [================================================== ] 1063/1308 81% [================================================== ] 1064/1308 81% [================================================== ] 1065/1308 81% [================================================== ] 1066/1308 81% [================================================== ] 1067/1308 81% [================================================== ] 1068/1308 81% [================================================== ] 1069/1308 81% [================================================== ] 1070/1308 81% [================================================== ] 1071/1308 81% [================================================== ] 1072/1308 81% [================================================== ] 1073/1308 82% [================================================== ] 1074/1308 82% [================================================== ] 1075/1308 82% [=================================================== ] 1076/1308 82% [=================================================== ] 1077/1308 82% [=================================================== ] 1078/1308 82% [=================================================== ] 1079/1308 82% [=================================================== ] 1080/1308 82% [=================================================== ] 1081/1308 82% [=================================================== ] 1082/1308 82% [=================================================== ] 1083/1308 82% [=================================================== ] 1084/1308 82% [=================================================== ] 1085/1308 82% [=================================================== ] 1086/1308 83% [=================================================== ] 1087/1308 83% [=================================================== ] 1088/1308 83% [=================================================== ] 1089/1308 83% [=================================================== ] 1090/1308 83% [=================================================== ] 1091/1308 83% [=================================================== ] 1092/1308 83% [=================================================== ] 1093/1308 83% [=================================================== ] 1094/1308 83% [=================================================== ] 1095/1308 83% [=================================================== ] 1096/1308 83% [=================================================== ] 1097/1308 83% [==================================================== ] 1098/1308 83% [==================================================== ] 1099/1308 84% [==================================================== ] 1100/1308 84% [==================================================== ] 1101/1308 84% [==================================================== ] 1102/1308 84% [==================================================== ] 1103/1308 84% [==================================================== ] 1104/1308 84% [==================================================== ] 1105/1308 84% [==================================================== ] 1106/1308 84% [==================================================== ] 1107/1308 84% [==================================================== ] 1108/1308 84% [==================================================== ] 1109/1308 84% [==================================================== ] 1110/1308 84% [==================================================== ] 1111/1308 84% [==================================================== ] 1112/1308 85% [==================================================== ] 1113/1308 85% [==================================================== ] 1114/1308 85% [==================================================== ] 1115/1308 85% [==================================================== ] 1116/1308 85% [==================================================== ] 1117/1308 85% [==================================================== ] 1118/1308 85% [===================================================== ] 1119/1308 85% [===================================================== ] 1120/1308 85% [===================================================== ] 1121/1308 85% [===================================================== ] 1122/1308 85% [===================================================== ] 1123/1308 85% [===================================================== ] 1124/1308 85% [===================================================== ] 1125/1308 86% [===================================================== ] 1126/1308 86% [===================================================== ] 1127/1308 86% [===================================================== ] 1128/1308 86% [===================================================== ] 1129/1308 86% [===================================================== ] 1130/1308 86% [===================================================== ] 1131/1308 86% [===================================================== ] 1132/1308 86% [===================================================== ] 1133/1308 86% [===================================================== ] 1134/1308 86% [===================================================== ] 1135/1308 86% [===================================================== ] 1136/1308 86% [===================================================== ] 1137/1308 86% [===================================================== ] 1138/1308 87% [===================================================== ] 1139/1308 87% [====================================================== ] 1140/1308 87% [====================================================== ] 1141/1308 87% [====================================================== ] 1142/1308 87% [====================================================== ] 1143/1308 87% [====================================================== ] 1144/1308 87% [====================================================== ] 1145/1308 87% [====================================================== ] 1146/1308 87% [====================================================== ] 1147/1308 87% [====================================================== ] 1148/1308 87% [====================================================== ] 1149/1308 87% [====================================================== ] 1150/1308 87% [====================================================== ] 1151/1308 87% [====================================================== ] 1152/1308 88% [====================================================== ] 1153/1308 88% [====================================================== ] 1154/1308 88% [====================================================== ] 1155/1308 88% [====================================================== ] 1156/1308 88% [====================================================== ] 1157/1308 88% [====================================================== ] 1158/1308 88% [====================================================== ] 1159/1308 88% [====================================================== ] 1160/1308 88% [======================================================= ] 1161/1308 88% [======================================================= ] 1162/1308 88% [======================================================= ] 1163/1308 88% [======================================================= ] 1164/1308 88% [======================================================= ] 1165/1308 89% [======================================================= ] 1166/1308 89% [======================================================= ] 1167/1308 89% [======================================================= ] 1168/1308 89% [======================================================= ] 1169/1308 89% [======================================================= ] 1170/1308 89% [======================================================= ] 1171/1308 89% [======================================================= ] 1172/1308 89% [======================================================= ] 1173/1308 89% [======================================================= ] 1174/1308 89% [======================================================= ] 1175/1308 89% [======================================================= ] 1176/1308 89% [======================================================= ] 1177/1308 89% [======================================================= ] 1178/1308 90% [======================================================= ] 1179/1308 90% [======================================================= ] 1180/1308 90% [======================================================= ] 1181/1308 90% [======================================================== ] 1182/1308 90% [======================================================== ] 1183/1308 90% [======================================================== ] 1184/1308 90% [======================================================== ] 1185/1308 90% [======================================================== ] 1186/1308 90% [======================================================== ] 1187/1308 90% [======================================================== ] 1188/1308 90% [======================================================== ] 1189/1308 90% [======================================================== ] 1190/1308 90% [======================================================== ] 1191/1308 91% [======================================================== ] 1192/1308 91% [======================================================== ] 1193/1308 91% [======================================================== ] 1194/1308 91% [======================================================== ] 1195/1308 91% [======================================================== ] 1196/1308 91% [======================================================== ] 1197/1308 91% [======================================================== ] 1198/1308 91% [======================================================== ] 1199/1308 91% [======================================================== ] 1200/1308 91% [======================================================== ] 1201/1308 91% [======================================================== ] 1202/1308 91% [========================================================= ] 1203/1308 91% [========================================================= ] 1204/1308 92% [========================================================= ] 1205/1308 92% [========================================================= ] 1206/1308 92% [========================================================= ] 1207/1308 92% [========================================================= ] 1208/1308 92% [========================================================= ] 1209/1308 92% [========================================================= ] 1210/1308 92% [========================================================= ] 1211/1308 92% [========================================================= ] 1212/1308 92% [========================================================= ] 1213/1308 92% [========================================================= ] 1214/1308 92% [========================================================= ] 1215/1308 92% [========================================================= ] 1216/1308 92% [========================================================= ] 1217/1308 93% [========================================================= ] 1218/1308 93% [========================================================= ] 1219/1308 93% [========================================================= ] 1220/1308 93% [========================================================= ] 1221/1308 93% [========================================================= ] 1222/1308 93% [========================================================= ] 1223/1308 93% [========================================================== ] 1224/1308 93% [========================================================== ] 1225/1308 93% [========================================================== ] 1226/1308 93% [========================================================== ] 1227/1308 93% [========================================================== ] 1228/1308 93% [========================================================== ] 1229/1308 93% [========================================================== ] 1230/1308 94% [========================================================== ] 1231/1308 94% [========================================================== ] 1232/1308 94% [========================================================== ] 1233/1308 94% [========================================================== ] 1234/1308 94% [========================================================== ] 1235/1308 94% [========================================================== ] 1236/1308 94% [========================================================== ] 1237/1308 94% [========================================================== ] 1238/1308 94% [========================================================== ] 1239/1308 94% [========================================================== ] 1240/1308 94% [========================================================== ] 1241/1308 94% [========================================================== ] 1242/1308 94% [========================================================== ] 1243/1308 95% [========================================================== ] 1244/1308 95% [=========================================================== ] 1245/1308 95% [=========================================================== ] 1246/1308 95% [=========================================================== ] 1247/1308 95% [=========================================================== ] 1248/1308 95% [=========================================================== ] 1249/1308 95% [=========================================================== ] 1250/1308 95% [=========================================================== ] 1251/1308 95% [=========================================================== ] 1252/1308 95% [=========================================================== ] 1253/1308 95% [=========================================================== ] 1254/1308 95% [=========================================================== ] 1255/1308 95% [=========================================================== ] 1256/1308 96% [=========================================================== ] 1257/1308 96% [=========================================================== ] 1258/1308 96% [=========================================================== ] 1259/1308 96% [=========================================================== ] 1260/1308 96% [=========================================================== ] 1261/1308 96% [=========================================================== ] 1262/1308 96% [=========================================================== ] 1263/1308 96% [=========================================================== ] 1264/1308 96% [=========================================================== ] 1265/1308 96% [============================================================ ] 1266/1308 96% [============================================================ ] 1267/1308 96% [============================================================ ] 1268/1308 96% [============================================================ ] 1269/1308 97% [============================================================ ] 1270/1308 97% [============================================================ ] 1271/1308 97% [============================================================ ] 1272/1308 97% [============================================================ ] 1273/1308 97% [============================================================ ] 1274/1308 97% [============================================================ ] 1275/1308 97% [============================================================ ] 1276/1308 97% [============================================================ ] 1277/1308 97% [============================================================ ] 1278/1308 97% [============================================================ ] 1279/1308 97% [============================================================ ] 1280/1308 97% [============================================================ ] 1281/1308 97% [============================================================ ] 1282/1308 98% [============================================================ ] 1283/1308 98% [============================================================ ] 1284/1308 98% [============================================================ ] 1285/1308 98% [============================================================ ] 1286/1308 98% [============================================================= ] 1287/1308 98% [============================================================= ] 1288/1308 98% [============================================================= ] 1289/1308 98% [============================================================= ] 1290/1308 98% [============================================================= ] 1291/1308 98% [============================================================= ] 1292/1308 98% [============================================================= ] 1293/1308 98% [============================================================= ] 1294/1308 98% [============================================================= ] 1295/1308 99% [============================================================= ] 1296/1308 99% [============================================================= ] 1297/1308 99% [============================================================= ] 1298/1308 99% [============================================================= ] 1299/1308 99% [============================================================= ] 1300/1308 99% [============================================================= ] 1301/1308 99% [============================================================= ] 1302/1308 99% [============================================================= ] 1303/1308 99% [============================================================= ] 1304/1308 99% [============================================================= ] 1305/1308 99% [============================================================= ] 1306/1308 99% [============================================================= ] 1307/1308 99% [==============================================================] 1308/1308 100% operation complete, 1308 objects in 147643 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2024.05-530-gd889031e0b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.9.8 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 >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> aespipe 2.4g Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bash 5.2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> catatonit 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> chrony 4.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libcap 2.70 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dnsmasq 2.90 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.5.2 Collecting legal info COPYING.txt: OK (sha256: 03b60fa2cf28b2c6dd585a13b32377c1f87b8f016db44ce2ab6bc7eb306220e2) >>> host-dracut 059 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-prelink-cross ff2561c02ade96c5d4d56ddd4e27ff064840a176 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libiberty 2.41 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-genpart 1.0.2 Collecting legal info >>> git 2.45.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-go-src Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libassuan 2.5.7 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.49 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libgpgme 1.23.2 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.22 Collecting legal info LICENSES/BSD-2-Clause.txt: OK (sha256: fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c) LICENSES/BSD-3-Clause.txt: OK (sha256: e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsrtp 2.6.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mawk 1.3.4-20240123 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncdu 1.20 Collecting legal info COPYING: OK (sha256: a324e25fe6af7fa45286b34a516b4c5a11544344bc80efb74fc51033b2e76df4) >>> ncftp 3.2.7 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> neon 0.33.0 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: 6c4f5d59a60a66cc970642c0f3799cf03b40a81c9dccbc4a254f20487d143f74) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nginx 1.24.0 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> obsidian-cursors 1.0 Collecting legal info >>> open62541 v1.3.11 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> powerpc-utils 1.3.11 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> psmisc 23.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> pv 1.8.5 Collecting legal info docs/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> host-runc 1.1.12 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.22.5 Collecting legal info >>> s6-dns 2.3.7.1 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> skalibs 2.14.1.1 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> sshpass 1.10 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sslh 2.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> strace 6.8 Collecting legal info COPYING: OK (sha256: 1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tftpd e52af4207a6e09a1ba21f61d6f85d8b2b1e6efc0 Collecting legal info tftpd/tftpd.c: OK (sha256: 5936d0764cb6e8f2f5ce8a11c249d81037b5f275f5983e8538ee4fbe57195369) >>> tig 2.5.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-cpio 2.15 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4g: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'