rsync -a --hard-links /home/buildroot/autobuild/instance-1/output-1/per-package/util-linux/target/ /home/buildroot/autobuild/instance-1/output-1/target rsync -a --hard-links /home/buildroot/autobuild/instance-1/output-1/per-package/xz/target/ /home/buildroot/autobuild/instance-1/output-1/target rsync -a --hard-links /home/buildroot/autobuild/instance-1/output-1/per-package/yavta/target/ /home/buildroot/autobuild/instance-1/output-1/target rsync -a --hard-links /home/buildroot/autobuild/instance-1/output-1/per-package/zlib/target/ /home/buildroot/autobuild/instance-1/output-1/target rsync -a --hard-links /home/buildroot/autobuild/instance-1/output-1/per-package/zsh/target/ /home/buildroot/autobuild/instance-1/output-1/target mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/or1k-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/or1k-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/or1k-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf find /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/python3.11 -name '*.pyc' -print0 | xargs -0 --no-run-if-empty rm -f find /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/python3.11 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells ln -sf zsh /home/buildroot/autobuild/instance-1/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,zsh,' /home/buildroot/autobuild/instance-1/output-1/target/etc/passwd grep -qsE '^/usr/bin/tmux$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/usr/bin/tmux" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells grep -qsE '^/bin/zsh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/zsh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion 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=2024.02.1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02.1"; \ echo "PRETTY_NAME=\"Buildroot 2024.02.1\"" \ ) > /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 PARALLEL_JOBS=4 \ 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 ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' \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" /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/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 /home/buildroot/autobuild/instance-1/output-1/host/lib/dracut/modules.d\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 \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" 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' dracut-install: ERROR: failed to install '/home/buildroot/autobuild/instance-1/output-1/host/sbin/prelink-rtld:' for '/bin/zsh' dracut-install: ERROR: installing '/bin/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.rsCcCE/initramfs -l /bin/sh 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 '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/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.rsCcCE/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.rsCcCE/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.rsCcCE/initramfs /home/buildroot/autobuild/instance-1/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: sha256 dracut: Files: 12 dracut: Linked: 0 files dracut: Compared: 0 xattrs dracut: Compared: 0 files dracut: Saved: 0 B dracut: Duration: 0.001232 seconds dracut: *** Hardlinking files 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" /home/buildroot/autobuild/instance-1/output-1/host/bin/lzop -9 -c /home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.cpio.lzo ln -snf /home/buildroot/autobuild/instance-1/output-1/host/or1k-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 2024.02.1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.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.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.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.40 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.2.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.6.22 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> avocado 98.0 Collecting legal info LICENSE: OK (sha256: 680ce56e9c4043826f0f1420935d2453ea3ddacd1582cb6f1cef26c1077fcc93) >>> host-python-setuptools 69.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> 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.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 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-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> sqlite 3.44.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libedit 20221030-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libbsd 0.11.7 Collecting legal info COPYING: OK (sha256: 7aab3a07716d31ca72e66c1073ef8a0fa0be0daa5df7c3b2cc0c668589142336) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-dracut 059 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-prelink-cross a853a5d715d84eec93aa68e8f2df26b7d860f5b2 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.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) 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) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> libcurl 8.6.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfribidi 1.0.13 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.2.6 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libvpx 1.13.1 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> 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-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> netcat-openbsd 1.218 Collecting legal info netcat.c: OK (sha256: acfd1d822ee2e8e0b196c7a369383d0cb9bc131b56c3c95976a32498728fe1e3) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> proftpd 1.3.8b Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> python-aenum 3.1.15 Collecting legal info aenum/LICENSE: OK (sha256: 0db837e38002017b352666c83c8d3216ee5b9b2229375eb2cf4487f8c24e1f8c) >>> python-aioconsole 0.7.0 Collecting legal info LICENSE: OK (sha256: e1c0ad728983d8a57335e52cf1064f1affd1d454173d8cebd3ed8b4a72b48704) >>> python-attrs 23.2.0 Collecting legal info LICENSE: OK (sha256: 882115c95dfc2af1eeb6714f8ec6d5cbcabf667caff8729f42420da63f714e9f) >>> host-python-hatch-fancy-pypi-readme 24.1.0 Collecting legal info LICENSE.txt: OK (sha256: e69ea57f96e599e617f61af3e85bf326b87e833994709fb5e5908a81197730a2) >>> host-python-hatchling 1.21.0 Collecting legal info LICENSE.txt: OK (sha256: 7f143a8127ad4873862d70854b5bd2abd0085aa73e64fd2b08704a3b9f5c07fc) >>> host-python-editables 0.5 Collecting legal info LICENSE.txt: OK (sha256: c73e08a04e1557fdb49525fb7a579f73bcab84a254910b9350ee56daf143932d) >>> host-python-pathspec 0.12.1 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> host-python-pluggy 1.3.0 Collecting legal info LICENSE: OK (sha256: d6b65e6c213a5d0b577911d34d6e5949b9f59d76c238c5071a2f3fc16cfb2606) >>> host-python-setuptools-scm 8.0.4 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> host-python-typing-extensions 4.9.0 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-python-trove-classifiers 2023.10.18 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-python-calver 2022.6.26 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-python-hatch-vcs 0.4.0 Collecting legal info LICENSE.txt: OK (sha256: 117aa5006d8475562f04442ab06dd2a4c501af3a77255eae0deef1f0c2499a1a) >>> python-cachetools 5.3.2 Collecting legal info LICENSE: OK (sha256: 76260c1370a7d41d5fac71a27d781f3add5d7249adfbbfa930846d2d9e47dbd5) >>> python-can 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> python-canopen 2.2.0 Collecting legal info LICENSE.txt: OK (sha256: 0740d30978affcd91c0fc817b7cf942a332381bf0380fe17e60c6a0b377c6e0d) >>> python-certifi 2023.11.17 Collecting legal info LICENSE: OK (sha256: e93716da6b9c0d5a4a1df60fe695b370f0695603d21f6f83f053e42cfc10caf7) >>> python-charset-normalizer 3.3.2 Collecting legal info LICENSE: OK (sha256: eb31a0c5a4fb09b8a4e32055d25c1e5f9c358a2752fef3cd720213d1ccfee241) >>> python-cheroot 10.0.0 Collecting legal info LICENSE.md: OK (sha256: e20feeb491a7e98084f15719349e9857aad41c4503c5e479f8815b063dbf7564) >>> python-cherrypy 18.8.0 Collecting legal info LICENSE.md: OK (sha256: 45ade933c280ece37e3e01d3a91afeed9505746a456f72ad10b0897c49e65104) >>> python-dateutil 2.8.2 Collecting legal info LICENSE: OK (sha256: ba00f51a0d92823b5a1cde27d8b5b9d2321e67ed8da9bc163eff96d5e17e577e) >>> python-google-api-core 2.15.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> python-google-auth 2.26.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> python-googleapis-common-protos 1.62.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> python-idna 3.6 Collecting legal info LICENSE.md: OK (sha256: cb2faf0ca18c6d387ec7cb66f321939fba6e67e9dac09d31477cb9d8d3fe6899) >>> python-jaraco-classes 3.3.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> python-jaraco-functools 4.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> python-jmespath 1.0.1 Collecting legal info LICENSE.txt: OK (sha256: 66b313cce80ed0623fc7db3f24863a0c80fd83eb341a46b57864158ae74faa56) >>> python-marshmallow-sqlalchemy 0.30.0 Collecting legal info LICENSE: OK (sha256: 5f6cd082e01dda8a7c157687e196be98d68224cf41c0cee1968eb5c08e0c076a) >>> python-marshmallow 3.20.1 Collecting legal info LICENSE: OK (sha256: 759dc79c383ad79340c6e41f712e80407fe0d2cb3cbaad1ed98aa9c3e28a602c) >>> python-more-itertools 10.2.0 Collecting legal info LICENSE: OK (sha256: 09f1c8c9e941af3e584d59641ea9b87d83c0cb0fd007eb5ef391a7e2643c1a46) >>> python-msgpack 1.0.7 Collecting legal info COPYING: OK (sha256: 492dedba85da5872f78e6091bcd1fea474d660d35acb4dee964b8aab3f007427) >>> python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> python-pillow 10.2.0 Collecting legal info LICENSE: OK (sha256: e706384c6f299d1b6fa782ae657740b372b4bd7938a1a318bf94ac249114758a) >>> python-portend 3.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> python-priority 2.0.0 Collecting legal info LICENSE: OK (sha256: f3e9c29e3db36dc305a4be68a8a225f93949852ce2d19b5b0a3c099eee6509c5) >>> python-protobuf 21.12 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> host-protobuf 21.12 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> python-pyasn1-modules 0.3.0 Collecting legal info LICENSE.txt: OK (sha256: 2aad5fc00f705c4a1addb83eed10a6a75d286a3779f0cf8519d87e62bc4735fd) >>> python-pyasn1 0.4.8 Collecting legal info LICENSE.rst: OK (sha256: 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5) >>> python-pytz 2023.3.post1 Collecting legal info LICENSE.txt: OK (sha256: be8b1a37ebe26c592a90f6c0eb33103a7f383ce2f4d7498c0af9a526990a07b8) >>> python-reedsolo 1.7.0 Collecting legal info LICENSE: OK (sha256: 2da9536c23b72bac15603bb1f8dbf269dc68ecfbc35a75f8d0aa9cb209ba0934) >>> python-requests 2.31.0 Collecting legal info LICENSE: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> python-rsa 4.9 Collecting legal info LICENSE: OK (sha256: 073f28b7d389c8fe74f607e17c27f81eaa5ace69edc43a884f23f41b41c5c726) >>> python-setuptools 69.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> python-shutilwhich 1.1.0 Collecting legal info >>> python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> python-sqlalchemy 2.0.25 Collecting legal info LICENSE: OK (sha256: 3c0f59ab887d041de6a4e52ffe3e9edb5d9522de909fae9a6cd7adb6e7be3293) >>> python-tempora 5.5.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> python-typing-extensions 4.9.0 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> python-unittest-xml-reporting 3.2.0 Collecting legal info LICENSE: OK (sha256: 0596648105bee470f9cafd62753b931efe52392096439d88e2564cf7d7cf0e68) >>> python-urllib3 2.0.7 Collecting legal info LICENSE.txt: OK (sha256: 130e3a64d5fdd5d096a752694634a7d9df284469de86e5732100268041e3d686) >>> python-wrapt 1.14.1 Collecting legal info LICENSE: OK (sha256: 77d2a9159cffe12473f539a71a3e741f35117e61bfd005ebd60c3a1778e2c1f1) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> sound-theme-borealis 0.9a Collecting legal info >>> tmux 3.3a Collecting legal info COPYING: OK (sha256: c031bd37f464c534277814f6aa38686fa023d094261d57fd2545ad592bb53ccd) >>> utf8proc 2.9.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> tpm2-tools 5.2 Collecting legal info doc/LICENSE: OK (sha256: f6995d52c8b8e4d2c3bace7fc9c330a77a90d808166fbad4d7ead7e8ba2fc66c) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> 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-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: python-shutilwhich-1.1.0: cannot save license (PYTHON_SHUTILWHICH_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_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'