rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-8513-gf298729fc3e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n # udev user groups\n - - render -1 * - - - DRI rendering nodes\n - - sgx -1 * - - - SGX device nodes\n # systemd user groups\n - - systemd-journal -1 * - - - Journal\n \n \n \n \n \n \n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /var/spool d 755 0 0 - - - - -\n /var/lib d 755 0 0 - - - - -\n /var/lib/private d 700 0 0 - - - - -\n /var/log/private d 700 0 0 - - - - -\n /var/cache/private d 700 0 0 - - - - -\n \n \n \n \n \n \n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/share/factory/var\n mv /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/share/factory/var\n mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var\n for i in /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/share/factory/var/* /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/share/factory/var/lib/* /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/share/factory/var/lib/systemd/*; do [ -e "${i}" ] || continue; j="${i#/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/share/factory}"; if [ -L "${i}" ]; then printf "L+! %%s - - - - %%s\\n" "${j}" "../usr/share/factory/${j}" || exit 1; else printf "C! %%s - - - -\\n" "${j}" || exit 1; fi; done >/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/tmpfiles.d/var-factory.conf\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/lib/systemd/catalog /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' HOST_SYSTEMD_TMPFILES=/home/buildroot/autobuild/instance-1/output-1/host/bin/systemd-tmpfiles package/systemd//fakeroot_tmpfiles.sh /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/systemctl --root=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target preset-all\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/confdir\n touch /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/empty-config\n cp fs/cpio/dracut.conf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/confdir/dracut.conf\n \n /home/buildroot/autobuild/instance-1/output-1/host/bin/dracut --no-kernel -c /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target --tmpdir /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ignored spec: h /var/log/journal/%m - - - - +C ignored spec: x /var/tmp/systemd-private-%b-* ignored spec: X /var/tmp/systemd-private-%b-*/tmp ignored spec: x /var/lib/systemd/coredump/.#core*.%b* ignored spec: z /var/log/journal/%m 2755 root systemd-journal - - ignored spec: z /var/log/journal/%m/system.journal 0640 root systemd-journal - - :26: Duplicate line for path "/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var/lib/dbus", ignoring. :27: Duplicate line for path "/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var/lib/private", ignoring. :28: Duplicate line for path "/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var/lib/systemd", ignoring. :31: Duplicate line for path "/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var/log", ignoring. :32: Duplicate line for path "/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var/cache", ignoring. :33: Duplicate line for path "/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var/lib", ignoring. :34: Duplicate line for path "/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var/spool", ignoring. Cannot set file attributes for '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/var/log/journal', maybe due to incompatibility in specified attributes, previous=0x00080000, current=0x00080000, expected=0x00880000, ignoring. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/sockets.target.wants/pcscd.socket -> /usr/lib/systemd/system/pcscd.socket. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/multi-user.target.wants/irqbalance.service -> /usr/lib/systemd/system/irqbalance.service. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/swupdate.service.wants/swupdate-progress.service -> /usr/lib/systemd/system/swupdate-progress.service. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/getty.target.wants/getty@tty1.service -> /usr/lib/systemd/system/getty@.service. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/sockets.target.wants/fcgiwrap.socket -> /usr/lib/systemd/system/fcgiwrap.socket. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/sockets.target.wants/swupdate.socket -> /usr/lib/systemd/system/swupdate.socket. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service -> /usr/lib/systemd/system/systemd-network-generator.service. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service -> /usr/lib/systemd/system/ModemManager.service. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/multi-user.target.wants/ModemManager.service -> /usr/lib/systemd/system/ModemManager.service. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target. Created symlink /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target/etc/systemd/system/multi-user.target.wants/swupdate.service -> /usr/lib/systemd/system/swupdate.service. dracut: Executing: /home/buildroot/autobuild/instance-1/output-1/host/bin/dracut.real --no-kernel -c /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/empty-config --confdir /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/confdir --sysroot /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target --tmpdir /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp -M --force --no-compress /home/buildroot/autobuild/instance-1/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 '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 'base' depends on 'udev-rules', 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 'base' depends on 'udev-rules', which can't be installed 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. 00-merged-usr mv: cannot stat '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp/dracut.oHU6mZ/initramfs/bin/*': No such file or directory mv: cannot stat '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp/dracut.oHU6mZ/initramfs/sbin/*': No such file or directory libc-links kernel-modules dracut-install: ERROR: installing '/home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh' to '/lib/dracut/hooks/cmdline/01-parse-kernel.sh' dracut: FAILED: /home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/dracut-install -r /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp/dracut.oHU6mZ/initramfs /home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/modules.d/90kernel-modules/parse-kernel.sh /lib/dracut/hooks/cmdline/01-parse-kernel.sh chmod: cannot access '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp/dracut.oHU6mZ/initramfs//lib/dracut/hooks/cmdline/01-parse-kernel.sh': No such file or directory dracut-install: ERROR: installing '/home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh' to '/sbin/insmodpost.sh' dracut: FAILED: /home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/dracut-install -r /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp/dracut.oHU6mZ/initramfs /home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/modules.d/90kernel-modules/insmodpost.sh /sbin/insmodpost.sh kernel-modules-extra terminfo virtiofs dracut-install: ERROR: installing '/home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/modules.d/95virtiofs/parse-virtiofs.sh' to '/lib/dracut/hooks/cmdline/95-parse-virtiofs.sh' dracut: FAILED: /home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/dracut-install -r /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp/dracut.oHU6mZ/initramfs /home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/modules.d/95virtiofs/parse-virtiofs.sh /lib/dracut/hooks/cmdline/95-parse-virtiofs.sh chmod: cannot access '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp/dracut.oHU6mZ/initramfs//lib/dracut/hooks/cmdline/95-parse-virtiofs.sh': No such file or directory dracut-install: ERROR: installing '/home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/modules.d/95virtiofs/mount-virtiofs.sh' to '/lib/dracut/hooks/pre-mount/99-mount-virtiofs.sh' dracut: FAILED: /home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/dracut-install -r /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/target -D /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp/dracut.oHU6mZ/initramfs /home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/modules.d/95virtiofs/mount-virtiofs.sh /lib/dracut/hooks/pre-mount/99-mount-virtiofs.sh chmod: cannot access '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cpio/tmp/dracut.oHU6mZ/initramfs//lib/dracut/hooks/pre-mount/99-mount-virtiofs.sh': No such file or directory dracut: *** Including modules done *** dracut: *** Store current command line parameters *** dracut: *** Creating image file '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio' *** dracut: *** Creating initramfs image file '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio' done *** PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" xz -9 -C crc32 -c -T 4 /home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio.xz ln -snf /home/buildroot/autobuild/instance-1/output-1/host/x86_64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2021.05-8513-gf298729fc3e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2021.11-5 Collecting legal info >>> toolchain Collecting legal info >>> acsccid 1.1.8 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> udev Collecting legal info >>> systemd 250.8 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 11801e931f252252a16eac8299465510d0a82c36bfd9ac8aea9b202b76d2f82b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson 0.64.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-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.5.1 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.0 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcsc-lite 1.9.9 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> arp-scan 1.9.8 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bullet 3.21 Collecting legal info LICENSE.txt: OK (sha256: 885cd516a8420acb7c3e0b1a7119913b686495001ae564e3229740460e8cff59) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dracut 057 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-prelink-cross a853a5d715d84eec93aa68e8f2df26b7d860f5b2 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> efivar 38 Collecting legal info COPYING: OK (sha256: 91df770634adc2755e78cae33a0d01e702ce2f69046408ae93d0d934ff29691b) >>> host-efivar 38 Collecting legal info COPYING: OK (sha256: 91df770634adc2755e78cae33a0d01e702ce2f69046408ae93d0d934ff29691b) >>> exiv2 0.27.5 Collecting legal info COPYING: OK (sha256: a7ba75cb966aca374711e2af49e5f3aea6a4443a803440f5d93e73a5a1222f66) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> fdk-aac 2.0.2 Collecting legal info NOTICE: OK (sha256: 95ec80da40b4af12ad4c4f3158c9cfb80f2479f3246e4260cb600827cc8c7836) >>> gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> harfbuzz 5.3.1 Collecting legal info COPYING: OK (sha256: 4345e1735f8bc6d812fed5180cabb5a5e88a4109d332652f2a45c13cfa5ee692) >>> hidapi 0.11.0 Collecting legal info LICENSE.txt: OK (sha256: 7d3b087c34f35d4d538e3bcddd1ff8f66e92f9ef336881999482800ddf840913) LICENSE-gpl3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-bsd.txt: OK (sha256: 30eb1bef29b46f8ba7ab8b416035dbd93cb034a45481dd97815b944284582cd2) LICENSE-orig.txt: OK (sha256: fb5436aa63d1b71a8dfbf74ecaf1a5b4e1ec4df7f80074d11fec99284f69ca5f) >>> libgudev 237 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> irqbalance 1.9.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> kvm-unit-tests 2022-03-08 Collecting legal info COPYRIGHT: OK (sha256: d9bbb60891710d248f01c8bdac50ef7ad39188de512610437872e83112b38a1b) >>> lapack 3.10.1 Collecting legal info LICENSE: OK (sha256: 44f7c08ab11e40b21d8bf8220712929ba8d0204645d2174869acf915562d0969) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcgroup 0.42.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libhdhomerun 20210624 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libical 1.0.1 Collecting legal info LICENSE: OK (sha256: c393726f82e6f21df5262110215f6a4382b32046d10afdcfcc49338aa7a191f2) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libnetconf2 2.1.11 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libyang 2.0.194 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> librsvg 2.50.7 Collecting legal info COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-rustc Collecting legal info >>> host-rust-bin 1.65.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> pango 1.50.12 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libubootenv 0.3.3 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lsof 4.96.3 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> moarvm 2022.07 Collecting legal info Artistic2.txt: OK (sha256: c53c6b96081b0a5b9b2fb4d0133d55c20e5e00e4c127ade62f03434ee7b3d2de) >>> modem-manager 1.18.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> ola 0.10.8 Collecting legal info COPYING: OK (sha256: e6b95dd336a57abb343e2988ac22b7e21b35c5b86003e6eb9e066ffbeeff9da7) GPL: OK (sha256: 1480a883c87789075ccdead38b8ad9e2d740d6f7eefaaf183f894b50bebd8a25) LGPL: OK (sha256: e6b95dd336a57abb343e2988ac22b7e21b35c5b86003e6eb9e066ffbeeff9da7) LICENCE: OK (sha256: 685ceaf368d37250f69f2861e91a4cbbab069e81af8bf50adce8a498936e02fc) >>> host-ola 0.10.8 Collecting legal info COPYING: OK (sha256: e6b95dd336a57abb343e2988ac22b7e21b35c5b86003e6eb9e066ffbeeff9da7) GPL: OK (sha256: 1480a883c87789075ccdead38b8ad9e2d740d6f7eefaaf183f894b50bebd8a25) LGPL: OK (sha256: e6b95dd336a57abb343e2988ac22b7e21b35c5b86003e6eb9e066ffbeeff9da7) LICENCE: OK (sha256: 685ceaf368d37250f69f2861e91a4cbbab069e81af8bf50adce8a498936e02fc) >>> host-protobuf 21.8 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> protobuf 21.8 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcm-tools 202110 Collecting legal info LICENSE: OK (sha256: 0f476c77009f982dcc4bdff41e692ddd456a9862908e99f2ae3d57296decc649) >>> ply 2.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> spidev_test 4.10 Collecting legal info >>> swupdate 2022.05 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> host-systemd 250.8 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 11801e931f252252a16eac8299465510d0a82c36bfd9ac8aea9b202b76d2f82b) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> uclibc-ng-test 6790eafe897b3a8c19a2caf50a5ecccf06647adf Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> xmrig 6.18.1 Collecting legal info LICENSE: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> yaml-cpp 0.7.0 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-5: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: spidev_test-4.10: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'