/home/autobuild/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-2/output-1/target/usr/doc find /home/autobuild/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-2/output-1/target/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/man /home/autobuild/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/info /home/autobuild/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/doc /home/autobuild/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-2/output-1/target/lib/debug /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-2/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/autobuild/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-2/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/autobuild/autobuild/instance-2/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/autobuild/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-rc2-35-g180216631a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-2/output-1/per-package \ /home/autobuild/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs printf ' chrony -1 chrony -1 * /run/chrony - - Time daemon\n\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkfs.erofs /home/autobuild/autobuild/instance-2/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.7.1 Processing ... Processing bin ... Processing dev ... Processing etc ... Processing lib ... Processing lib32 ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing share ... Processing sys ... Processing tmp ... Processing usr ... Processing var ... Processing bin/arch ... Processing bin/ash ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/busybox ... Processing bin/cat ... Processing bin/chattr ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/cp ... Processing bin/cpio ... Processing bin/date ... Processing bin/dd ... Processing bin/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... Processing bin/false ... Processing bin/fdflush ... Processing bin/fgrep ... Processing bin/getopt ... Processing bin/grep ... Processing bin/gunzip ... Processing bin/gzip ... Processing bin/hostname ... Processing bin/kill ... Processing bin/link ... Processing bin/linux32 ... Processing bin/linux64 ... Processing bin/ln ... Processing bin/login ... Processing bin/ls ... Processing bin/lsattr ... Processing bin/lsfd ... Processing bin/mkdir ... Processing bin/mknod ... Processing bin/mksh ... Processing bin/mktemp ... Processing bin/more ... Processing bin/mount ... Processing bin/mountpoint ... Processing bin/mt ... Processing bin/mv ... Processing bin/netstat ... Processing bin/nice ... Processing bin/nuke ... Processing bin/pidof ... Processing bin/ping ... Processing bin/pipe_progress ... Processing bin/printenv ... Processing bin/ps ... Processing bin/pwd ... Processing bin/resume ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/run-parts ... Processing bin/sed ... Processing bin/setarch ... Processing bin/setpriv ... Processing bin/setserial ... Processing bin/sh ... Processing bin/sleep ... Processing bin/stty ... Processing bin/su ... Processing bin/sync ... Processing bin/tar ... Processing bin/touch ... Processing bin/true ... Processing bin/umount ... Processing bin/uname ... Processing bin/unifdef ... Processing bin/unifdefall ... Processing bin/usleep ... Processing bin/vi ... Processing bin/watch ... Processing bin/zcat ... Processing dev/fd ... Processing dev/log ... Processing dev/pts ... Processing dev/shm ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc/cron ... Processing etc/fonts ... Processing etc/fstab ... Processing etc/gpm-root.conf ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/inittab ... Processing etc/issue ... Processing etc/libnl ... Processing etc/lighttpd ... Processing etc/mdev.conf ... Processing etc/mtab ... Processing etc/network ... Processing etc/nftables ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/protocols ... Processing etc/resolv.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/smsd.conf ... Processing etc/ssl ... Processing lib/firmware ... Processing lib/ld-musl-or1k.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libblkid.so.1 ... Processing lib/libblkid.so.1.1.0 ... Processing lib/libc.so ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libsmartcols.so.1 ... Processing lib/libsmartcols.so.1.1.0 ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing sbin/arp ... Processing sbin/blkid ... Processing sbin/bridge ... Processing sbin/ctstat ... Processing sbin/dcb ... Processing sbin/devlink ... Processing sbin/devmem ... Processing sbin/fdisk ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fstrim ... Processing sbin/genl ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifstat ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/klogd ... Processing sbin/lnstat ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/nameif ... Processing sbin/nstat ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/rdma ... Processing sbin/reboot ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/routel ... Processing sbin/rtacct ... Processing sbin/rtmon ... Processing sbin/rtstat ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/ss ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/tc ... Processing sbin/tipc ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/vconfig ... Processing sbin/vdpa ... Processing sbin/watchdog ... Processing share/man ... Processing usr/bin ... Processing usr/lib ... Processing usr/lib32 ... Processing usr/libexec ... Processing usr/sbin ... Processing usr/share ... Processing var/cache ... Processing var/lib ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing etc/cron/crontabs ... Processing etc/fonts/conf.d ... Processing etc/fonts/fonts.conf ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S10mdev ... Processing etc/init.d/S15watchdog ... Processing etc/init.d/S40network ... Processing etc/init.d/S49chrony ... Processing etc/init.d/S50crond ... Processing etc/init.d/S50lighttpd ... Processing etc/init.d/S50smsd ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/libnl/classid ... Processing etc/libnl/pktloc ... Processing etc/lighttpd/conf.d ... Processing etc/lighttpd/lighttpd.conf ... Processing etc/lighttpd/modules.conf ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/network/interfaces ... Processing etc/network/nfs_check ... Processing etc/nftables/osf ... Processing etc/profile.d/umask.sh ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing lib/firmware/mchp ... Processing lib/firmware/regulatory.db ... Processing lib/firmware/regulatory.db.p7s ... Processing lib/firmware/rtl_bt ... Processing share/man/man1 ... Processing usr/bin/CMEncrypt ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/ampID ... Processing usr/bin/ampboot ... Processing usr/bin/amphost ... Processing usr/bin/amplist ... Processing usr/bin/amprate ... Processing usr/bin/amprule ... Processing usr/bin/ampstat ... Processing usr/bin/amptest ... Processing usr/bin/amptone ... Processing usr/bin/amptool ... Processing usr/bin/ampwait ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/aubiomfcc ... Processing usr/bin/aubionotes ... Processing usr/bin/aubioonset ... Processing usr/bin/aubiopitch ... Processing usr/bin/aubioquiet ... Processing usr/bin/aubiotrack ... Processing usr/bin/avroappend ... Processing usr/bin/avrocat ... Processing usr/bin/avromod ... Processing usr/bin/avropipe ... Processing usr/bin/awk ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/btrfs ... Processing usr/bin/btrfs-find-root ... Processing usr/bin/btrfs-image ... Processing usr/bin/btrfs-map-logical ... Processing usr/bin/btrfs-select-super ... Processing usr/bin/btrfsck ... Processing usr/bin/btrfstune ... Processing usr/bin/bunzip2 ... Processing usr/bin/bwm-ng ... Processing usr/bin/bwrap ... Processing usr/bin/bzcat ... Processing usr/bin/cache_calibrator ... Processing usr/bin/chknvm ... Processing usr/bin/chknvm2 ... Processing usr/bin/chkpib ... Processing usr/bin/chkpib2 ... Processing usr/bin/chronyc ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/config2cfg ... Processing usr/bin/coqos_add ... Processing usr/bin/coqos_info ... Processing usr/bin/coqos_man ... Processing usr/bin/coqos_mod ... Processing usr/bin/coqos_rel ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/daqtest ... Processing usr/bin/daqtest-static ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/dhcpdump ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/disable-paste ... Processing usr/bin/dos2unix ... Processing usr/bin/du ... Processing usr/bin/edru ... Processing usr/bin/edsu ... Processing usr/bin/ef ... Processing usr/bin/efbu ... Processing usr/bin/efeu ... Processing usr/bin/efru ... Processing usr/bin/efsu ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/envsubst ... Processing usr/bin/evse ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/fbgrab ... Processing usr/bin/fc-cache ... Processing usr/bin/fc-cat ... Processing usr/bin/fc-conflist ... Processing usr/bin/fc-list ... Processing usr/bin/fc-match ... Processing usr/bin/fc-pattern ... Processing usr/bin/fc-query ... Processing usr/bin/fc-scan ... Processing usr/bin/fc-validate ... Processing usr/bin/fftw-wisdom-to-conf ... Processing usr/bin/fftwf-wisdom ... Processing usr/bin/fileop ... Processing usr/bin/find ... Processing usr/bin/flite ... Processing usr/bin/flite_cmu_time_awb ... Processing usr/bin/flite_cmu_us_awb ... Processing usr/bin/flite_cmu_us_kal ... Processing usr/bin/flite_cmu_us_kal16 ... Processing usr/bin/flite_cmu_us_rms ... Processing usr/bin/flite_cmu_us_slt ... Processing usr/bin/flite_time ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fsck.btrfs ... Processing usr/bin/fuser ... Processing usr/bin/gapplication ... Processing usr/bin/gdbus ... Processing usr/bin/getpib ... Processing usr/bin/gettext ... Processing usr/bin/gettext.sh ... Processing usr/bin/gio ... Processing usr/bin/gio-querymodules ... Processing usr/bin/gpg ... Processing usr/bin/gpg-error ... Processing usr/bin/gpg-zip ... Processing usr/bin/gpgrt-config ... Processing usr/bin/gpm-root ... Processing usr/bin/gresource ... Processing usr/bin/gsettings ... Processing usr/bin/gupnp-dlna-info-2.0 ... Processing usr/bin/gupnp-dlna-ls-profiles-2.0 ... Processing usr/bin/hackrf_clock ... Processing usr/bin/hackrf_cpldjtag ... Processing usr/bin/hackrf_debug ... Processing usr/bin/hackrf_info ... Processing usr/bin/hackrf_operacake ... Processing usr/bin/hackrf_spiflash ... Processing usr/bin/hackrf_sweep ... Processing usr/bin/hackrf_transfer ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/hpav ... Processing usr/bin/hpavkey ... Processing usr/bin/hpavkeys ... Processing usr/bin/id ... Processing usr/bin/install ... Processing usr/bin/int64host ... Processing usr/bin/int6k ... Processing usr/bin/int6kbaud ... Processing usr/bin/int6kboot ... Processing usr/bin/int6kdetect ... Processing usr/bin/int6keth ... Processing usr/bin/int6kf ... Processing usr/bin/int6khost ... Processing usr/bin/int6kid ... Processing usr/bin/int6klist ... Processing usr/bin/int6klog ... Processing usr/bin/int6kmdio ... Processing usr/bin/int6kmdio2 ... Processing usr/bin/int6kmod ... Processing usr/bin/int6krate ... Processing usr/bin/int6krule ... Processing usr/bin/int6kstat ... Processing usr/bin/int6ktest ... Processing usr/bin/int6ktone ... Processing usr/bin/int6kuart ... Processing usr/bin/int6kwait ... Processing usr/bin/iozone ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/jo ... Processing usr/bin/killall ... Processing usr/bin/knock ... Processing usr/bin/ksba-config ... Processing usr/bin/last ... Processing usr/bin/ldns-config ... Processing usr/bin/less ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/mac2pw ... Processing usr/bin/mac2pwd ... Processing usr/bin/md5sum ... Processing usr/bin/mdioblock ... Processing usr/bin/mdioblock2 ... Processing usr/bin/mdiodump ... Processing usr/bin/mdiogen ... Processing usr/bin/mdustats ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/mkfifo ... Processing usr/bin/mkfs.btrfs ... Processing usr/bin/mkpasswd ... Processing usr/bin/mme ... Processing usr/bin/modpib ... Processing usr/bin/nanocom ... Processing usr/bin/natpmpc ... Processing usr/bin/ngettext ... Processing usr/bin/nics ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/nuttcp ... Processing usr/bin/nvidia-modprobe ... Processing usr/bin/nvmmerge ... Processing usr/bin/nvmsplit ... Processing usr/bin/od ... Processing usr/bin/openvt ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/pcsc-spy ... Processing usr/bin/pev ... Processing usr/bin/phidgetwebservice21 ... Processing usr/bin/pib2xml ... Processing usr/bin/pibcomp ... Processing usr/bin/pibdump ... Processing usr/bin/pibruin ... Processing usr/bin/pibrump ... Processing usr/bin/plcID ... Processing usr/bin/plcboot ... Processing usr/bin/plcdevs ... Processing usr/bin/plcfwd ... Processing usr/bin/plcget ... Processing usr/bin/plchost ... Processing usr/bin/plchostd ... Processing usr/bin/plchostd2 ... Processing usr/bin/plclist ... Processing usr/bin/plclog ... Processing usr/bin/plcmdio16 ... Processing usr/bin/plcmdio32 ... Processing usr/bin/plcotst ... Processing usr/bin/plcrate ... Processing usr/bin/plcrule ... Processing usr/bin/plcset ... Processing usr/bin/plcstat ... Processing usr/bin/plctest ... Processing usr/bin/plctone ... Processing usr/bin/plctool ... Processing usr/bin/plcwait ... Processing usr/bin/poundctl ... Processing usr/bin/printf ... Processing usr/bin/psgraph ... Processing usr/bin/psin ... Processing usr/bin/pskey ... Processing usr/bin/psnotch ... Processing usr/bin/psout ... Processing usr/bin/ptsctl ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/rkey ... Processing usr/bin/sada ... Processing usr/bin/scrub ... Processing usr/bin/sdram ... Processing usr/bin/sendsms ... Processing usr/bin/seq ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setpib ... Processing usr/bin/setsid ... Processing usr/bin/setterm ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shellinaboxd ... Processing usr/bin/shred ... Processing usr/bin/smsd ... Processing usr/bin/sort ... Processing usr/bin/sqlite3 ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/tini ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/tree ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tsort ... Processing usr/bin/tty ... Processing usr/bin/ttycat ... Processing usr/bin/ttyrecv ... Processing usr/bin/ttysend ... Processing usr/bin/ttysig ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/unzstd ... Processing usr/bin/uptime ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/waitpid ... Processing usr/bin/wall ... Processing usr/bin/wc ... Processing usr/bin/weeder ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/xargs ... Processing usr/bin/xml2pib ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xxd ... Processing usr/bin/xxh128sum ... Processing usr/bin/xxh32sum ... Processing usr/bin/xxh64sum ... Processing usr/bin/xxhsum ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yes ... Processing usr/bin/zstd ... Processing usr/bin/zstdcat ... Processing usr/bin/zstdgrep ... Processing usr/bin/zstdless ... Processing usr/bin/zstdmt ... Processing usr/lib/daq ... Processing usr/lib/gio ... Processing usr/lib/libSDL-1.2.so.0 ... Processing usr/lib/libSDL-1.2.so.0.11.4 ... Processing usr/lib/libSDL.so ... Processing usr/lib/libaubio.so ... Processing usr/lib/libaubio.so.5 ... Processing usr/lib/libaubio.so.5.4.8 ... Processing usr/lib/libavro.so ... Processing usr/lib/libavro.so.23 ... Processing usr/lib/libavro.so.23.0.0 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libbsd.so ... Processing usr/lib/libbsd.so.0 ... Processing usr/lib/libbsd.so.0.11.7 ... Processing usr/lib/libbtrfs.so ... Processing usr/lib/libbtrfs.so.0 ... Processing usr/lib/libbtrfs.so.0.1 ... Processing usr/lib/libbtrfs.so.0.1.3 ... Processing usr/lib/libbtrfsutil.so ... Processing usr/lib/libbtrfsutil.so.1 ... Processing usr/lib/libbtrfsutil.so.1.3 ... Processing usr/lib/libbtrfsutil.so.1.3.2 ... Processing usr/lib/libcairo-gobject.so ... Processing usr/lib/libcairo-gobject.so.2 ... Processing usr/lib/libcairo-gobject.so.2.11800.0 ... Processing usr/lib/libcairo.so ... Processing usr/lib/libcairo.so.2 ... Processing usr/lib/libcairo.so.2.11800.0 ... Processing usr/lib/libcap.so ... Processing usr/lib/libcap.so.2 ... Processing usr/lib/libcap.so.2.70 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.3 ... Processing usr/lib/libcurl.so ... Processing usr/lib/libcurl.so.4 ... Processing usr/lib/libcurl.so.4.8.0 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdaq.so ... Processing usr/lib/libdaq.so.3 ... Processing usr/lib/libdaq.so.3.0.0 ... Processing usr/lib/libdmtx.so ... Processing usr/lib/libdmtx.so.0 ... Processing usr/lib/libdmtx.so.0.0.0 ... Processing usr/lib/libenet.so ... Processing usr/lib/libenet.so.7 ... Processing usr/lib/libenet.so.7.0.5 ... Processing usr/lib/libev.so ... Processing usr/lib/libev.so.4 ... Processing usr/lib/libev.so.4.0.0 ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.9.2 ... Processing usr/lib/libffi.so ... Processing usr/lib/libffi.so.8 ... Processing usr/lib/libffi.so.8.1.4 ... Processing usr/lib/libfftw3f.so ... Processing usr/lib/libfftw3f.so.3 ... Processing usr/lib/libfftw3f.so.3.6.10 ... Processing usr/lib/libflite.so ... Processing usr/lib/libflite.so.1 ... Processing usr/lib/libflite.so.2.2 ... Processing usr/lib/libflite_cmu_grapheme_lang.so ... Processing usr/lib/libflite_cmu_grapheme_lang.so.1 ... Processing usr/lib/libflite_cmu_grapheme_lang.so.2.2 ... Processing usr/lib/libflite_cmu_grapheme_lex.so ... Processing usr/lib/libflite_cmu_grapheme_lex.so.1 ... Processing usr/lib/libflite_cmu_grapheme_lex.so.2.2 ... Processing usr/lib/libflite_cmu_indic_lang.so ... Processing usr/lib/libflite_cmu_indic_lang.so.1 ... Processing usr/lib/libflite_cmu_indic_lang.so.2.2 ... Processing usr/lib/libflite_cmu_indic_lex.so ... Processing usr/lib/libflite_cmu_indic_lex.so.1 ... Processing usr/lib/libflite_cmu_indic_lex.so.2.2 ... Processing usr/lib/libflite_cmu_time_awb.so ... Processing usr/lib/libflite_cmu_time_awb.so.1 ... Processing usr/lib/libflite_cmu_time_awb.so.2.2 ... Processing usr/lib/libflite_cmu_us_awb.so ... Processing usr/lib/libflite_cmu_us_awb.so.1 ... Processing usr/lib/libflite_cmu_us_awb.so.2.2 ... Processing usr/lib/libflite_cmu_us_kal.so ... Processing usr/lib/libflite_cmu_us_kal.so.1 ... Processing usr/lib/libflite_cmu_us_kal.so.2.2 ... Processing usr/lib/libflite_cmu_us_kal16.so ... Processing usr/lib/libflite_cmu_us_kal16.so.1 ... Processing usr/lib/libflite_cmu_us_kal16.so.2.2 ... Processing usr/lib/libflite_cmu_us_rms.so ... Processing usr/lib/libflite_cmu_us_rms.so.1 ... Processing usr/lib/libflite_cmu_us_rms.so.2.2 ... Processing usr/lib/libflite_cmu_us_slt.so ... Processing usr/lib/libflite_cmu_us_slt.so.1 ... Processing usr/lib/libflite_cmu_us_slt.so.2.2 ... Processing usr/lib/libflite_cmulex.so ... Processing usr/lib/libflite_cmulex.so.1 ... Processing usr/lib/libflite_cmulex.so.2.2 ... Processing usr/lib/libflite_usenglish.so ... Processing usr/lib/libflite_usenglish.so.1 ... Processing usr/lib/libflite_usenglish.so.2.2 ... Processing usr/lib/libfontconfig.so ... Processing usr/lib/libfontconfig.so.1 ... Processing usr/lib/libfontconfig.so.1.12.0 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.4 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.20.1 ... Processing usr/lib/libgio-2.0.so ... Processing usr/lib/libgio-2.0.so.0 ... Processing usr/lib/libgio-2.0.so.0.7600.1 ... Processing usr/lib/libglib-2.0.so ... Processing usr/lib/libglib-2.0.so.0 ... Processing usr/lib/libglib-2.0.so.0.7600.1 ... Processing usr/lib/libgmodule-2.0.so ... Processing usr/lib/libgmodule-2.0.so.0 ... Processing usr/lib/libgmodule-2.0.so.0.7600.1 ... Processing usr/lib/libgobject-2.0.so ... Processing usr/lib/libgobject-2.0.so.0 ... Processing usr/lib/libgobject-2.0.so.0.7600.1 ... Processing usr/lib/libgpg-error.so ... Processing usr/lib/libgpg-error.so.0 ... Processing usr/lib/libgpg-error.so.0.37.0 ... Processing usr/lib/libgpm.so ... Processing usr/lib/libgpm.so.2 ... Processing usr/lib/libgpm.so.2.1.0 ... Processing usr/lib/libgthread-2.0.so ... Processing usr/lib/libgthread-2.0.so.0 ... Processing usr/lib/libgthread-2.0.so.0.7600.1 ... Processing usr/lib/libgumbo.so ... Processing usr/lib/libgumbo.so.1 ... Processing usr/lib/libgumbo.so.1.0.0 ... Processing usr/lib/libgupnp-dlna-2.0.so ... Processing usr/lib/libgupnp-dlna-2.0.so.4 ... Processing usr/lib/libgupnp-dlna-2.0.so.4.0.0 ... Processing usr/lib/libhackrf.so ... Processing usr/lib/libhackrf.so.0 ... Processing usr/lib/libhackrf.so.0.8.0 ... Processing usr/lib/libintl.so ... Processing usr/lib/libintl.so.8 ... Processing usr/lib/libintl.so.8.4.0 ... Processing usr/lib/libjansson.so ... Processing usr/lib/libjansson.so.4 ... Processing usr/lib/libjansson.so.4.14.0 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.8 ... Processing usr/lib/libjpeg.so.8.2.2 ... Processing usr/lib/libksba.so ... Processing usr/lib/libksba.so.8 ... Processing usr/lib/libksba.so.8.14.6 ... Processing usr/lib/libldns.so ... Processing usr/lib/libldns.so.3 ... Processing usr/lib/libldns.so.3.5.0 ... Processing usr/lib/liblzo2.so ... Processing usr/lib/liblzo2.so.2 ... Processing usr/lib/liblzo2.so.2.0.0 ... Processing usr/lib/libmd.so ... Processing usr/lib/libmd.so.0 ... Processing usr/lib/libmd.so.0.1.0 ... Processing usr/lib/libmdbx.so ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.4 ... Processing usr/lib/libmnl.so ... Processing usr/lib/libmnl.so.0 ... Processing usr/lib/libmnl.so.0.2.0 ... Processing usr/lib/libnatpmp.so ... Processing usr/lib/libnatpmp.so.1 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.4 ... Processing usr/lib/libnftables.so ... Processing usr/lib/libnftables.so.1 ... Processing usr/lib/libnftables.so.1.1.0 ... Processing usr/lib/libnftnl.so ... Processing usr/lib/libnftnl.so.11 ... Processing usr/lib/libnftnl.so.11.6.0 ... Processing usr/lib/libnl-3.so ... Processing usr/lib/libnl-3.so.200 ... Processing usr/lib/libnl-3.so.200.26.0 ... Processing usr/lib/libnl-genl-3.so ... Processing usr/lib/libnl-genl-3.so.200 ... Processing usr/lib/libnl-genl-3.so.200.26.0 ... Processing usr/lib/libnl-idiag-3.so ... Processing usr/lib/libnl-idiag-3.so.200 ... Processing usr/lib/libnl-idiag-3.so.200.26.0 ... Processing usr/lib/libnl-nf-3.so ... Processing usr/lib/libnl-nf-3.so.200 ... Processing usr/lib/libnl-nf-3.so.200.26.0 ... Processing usr/lib/libnl-route-3.so ... Processing usr/lib/libnl-route-3.so.200 ... Processing usr/lib/libnl-route-3.so.200.26.0 ... Processing usr/lib/libnl-xfrm-3.so ... Processing usr/lib/libnl-xfrm-3.so.200 ... Processing usr/lib/libnl-xfrm-3.so.200.26.0 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.4 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.4 ... Processing usr/lib/libpcre2-8.so ... Processing usr/lib/libpcre2-8.so.0 ... Processing usr/lib/libpcre2-8.so.0.12.0 ... Processing usr/lib/libpcre2-posix.so ... Processing usr/lib/libpcre2-posix.so.3 ... Processing usr/lib/libpcre2-posix.so.3.0.5 ... Processing usr/lib/libpcsclite.so ... Processing usr/lib/libpcsclite.so.1 ... Processing usr/lib/libpcsclite.so.1.0.0 ... Processing usr/lib/libpcsclite_real.so ... Processing usr/lib/libpcsclite_real.so.1 ... Processing usr/lib/libpcsclite_real.so.1.0.0 ... Processing usr/lib/libpcscspy.so ... Processing usr/lib/libpcscspy.so.0 ... Processing usr/lib/libpcscspy.so.0.0.0 ... Processing usr/lib/libphidget21.so ... Processing usr/lib/libphidget21.so.0 ... Processing usr/lib/libphidget21.so.0.0.0 ... Processing usr/lib/libpixman-1.so ... Processing usr/lib/libpixman-1.so.0 ... Processing usr/lib/libpixman-1.so.0.42.2 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.43.0 ... Processing usr/lib/libpsx.so ... Processing usr/lib/libpsx.so.2 ... Processing usr/lib/libpsx.so.2.70 ... Processing usr/lib/libqlibc.so ... Processing usr/lib/libqlibc.so.2 ... Processing usr/lib/libqlibcext.so ... Processing usr/lib/libqlibcext.so.2 ... Processing usr/lib/libsmartcols.so ... Processing usr/lib/libsodium.so ... Processing usr/lib/libsodium.so.23 ... Processing usr/lib/libsodium.so.23.3.0 ... Processing usr/lib/libsqlite3.so ... Processing usr/lib/libsqlite3.so.0 ... Processing usr/lib/libsqlite3.so.0.8.6 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.3 ... Processing usr/lib/libsvg-cairo.so ... Processing usr/lib/libsvg-cairo.so.1 ... Processing usr/lib/libsvg-cairo.so.1.0.1 ... Processing usr/lib/libsvg.so ... Processing usr/lib/libsvg.so.1 ... Processing usr/lib/libsvg.so.1.0.0 ... Processing usr/lib/libturbojpeg.so ... Processing usr/lib/libturbojpeg.so.0 ... Processing usr/lib/libturbojpeg.so.0.2.0 ... Processing usr/lib/libubox.so ... Processing usr/lib/liburing-ffi.so ... Processing usr/lib/liburing-ffi.so.2 ... Processing usr/lib/liburing-ffi.so.2.6 ... Processing usr/lib/liburing.so ... Processing usr/lib/liburing.so.2 ... Processing usr/lib/liburing.so.2.6 ... Processing usr/lib/libusb-1.0.so ... Processing usr/lib/libusb-1.0.so.0 ... Processing usr/lib/libusb-1.0.so.0.4.0 ... Processing usr/lib/libustream-ssl.so ... Processing usr/lib/libuuid.so ... Processing usr/lib/libvo-aacenc.so ... Processing usr/lib/libvo-aacenc.so.0 ... Processing usr/lib/libvo-aacenc.so.0.0.4 ... Processing usr/lib/libwolfssl.so ... Processing usr/lib/libwolfssl.so.42 ... Processing usr/lib/libwolfssl.so.42.2.0 ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.13.3 ... Processing usr/lib/libxxhash.so ... Processing usr/lib/libxxhash.so.0 ... Processing usr/lib/libxxhash.so.0.8.2 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.3.1 ... Processing usr/lib/libzstd.so ... Processing usr/lib/libzstd.so.1 ... Processing usr/lib/libzstd.so.1.5.6 ... Processing usr/lib/lighttpd ... Processing usr/lib/os-release ... Processing usr/lib/ossl-modules ... Processing usr/lib/pcsc ... Processing usr/lib/tc ... Processing usr/lib/terminfo ... Processing usr/libexec/docker ... Processing usr/libexec/gio-launch-desktop ... Processing usr/libexec/lzo ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/bootcount ... Processing usr/sbin/chronyd ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/delgroup ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/ether-wake ... Processing usr/sbin/fbset ... Processing usr/sbin/fdformat ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/gpm ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/inetd ... Processing usr/sbin/killall5 ... Processing usr/sbin/lighttpd ... Processing usr/sbin/lighttpd-angel ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/nft ... Processing usr/sbin/nologin ... Processing usr/sbin/odhcp6c ... Processing usr/sbin/odhcp6c-update ... Processing usr/sbin/partprobe ... Processing usr/sbin/pcscd ... Processing usr/sbin/pound ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/seedrng ... Processing usr/sbin/setlogcons ... Processing usr/sbin/tincd ... Processing usr/sbin/ubirename ... Processing usr/share/fontconfig ... Processing usr/share/gettext ... Processing usr/share/glib-2.0 ... Processing usr/share/gnupg ... Processing usr/share/gupnp-dlna-2.0 ... Processing usr/share/iproute2 ... Processing usr/share/locale ... Processing usr/share/mobile-broadband-provider-info ... Processing usr/share/nftables ... Processing usr/share/pound ... Processing usr/share/terminfo ... Processing usr/share/udhcpc ... Processing usr/share/xml ... Processing var/lib/chrony ... Processing var/lib/misc ... Processing etc/fonts/conf.d/10-hinting-slight.conf ... Processing etc/fonts/conf.d/10-scale-bitmap-fonts.conf ... Processing etc/fonts/conf.d/10-sub-pixel-none.conf ... Processing etc/fonts/conf.d/10-yes-antialias.conf ... Processing etc/fonts/conf.d/11-lcdfilter-default.conf ... Processing etc/fonts/conf.d/20-unhint-small-vera.conf ... Processing etc/fonts/conf.d/30-metric-aliases.conf ... Processing etc/fonts/conf.d/40-nonlatin.conf ... Processing etc/fonts/conf.d/45-generic.conf ... Processing etc/fonts/conf.d/45-latin.conf ... Processing etc/fonts/conf.d/48-spacing.conf ... Processing etc/fonts/conf.d/49-sansserif.conf ... Processing etc/fonts/conf.d/50-user.conf ... Processing etc/fonts/conf.d/51-local.conf ... Processing etc/fonts/conf.d/60-generic.conf ... Processing etc/fonts/conf.d/60-latin.conf ... Processing etc/fonts/conf.d/65-fonts-persian.conf ... Processing etc/fonts/conf.d/65-nonlatin.conf ... Processing etc/fonts/conf.d/69-unifont.conf ... Processing etc/fonts/conf.d/80-delicious.conf ... Processing etc/fonts/conf.d/90-synthetic.conf ... Processing etc/fonts/conf.d/README ... Processing etc/lighttpd/conf.d/access_log.conf ... Processing etc/lighttpd/conf.d/debug.conf ... Processing etc/lighttpd/conf.d/dirlisting.conf ... Processing etc/lighttpd/conf.d/mime.conf ... Processing etc/network/if-pre-up.d/wait_iface ... Processing etc/nftables/osf/pf.os ... Processing lib/firmware/mchp/wilc1000_wifi_firmware.bin ... Processing lib/firmware/rtl_bt/rtl8723ds_config.bin ... Processing lib/firmware/rtl_bt/rtl8723ds_fw.bin ... Processing share/man/man1/unifdef.1 ... Processing share/man/man1/unifdefall.1 ... Processing usr/lib/daq/daq_afpacket.so ... Processing usr/lib/daq/daq_bpf.so ... Processing usr/lib/daq/daq_dump.so ... Processing usr/lib/daq/daq_pcap.so ... Processing usr/lib/daq/daq_savefile.so ... Processing usr/lib/daq/daq_trace.so ... Processing usr/lib/gio/modules ... Processing usr/lib/lighttpd/mod_accesslog.so ... Processing usr/lib/lighttpd/mod_ajp13.so ... Processing usr/lib/lighttpd/mod_auth.so ... Processing usr/lib/lighttpd/mod_authn_file.so ... Processing usr/lib/lighttpd/mod_cgi.so ... Processing usr/lib/lighttpd/mod_deflate.so ... Processing usr/lib/lighttpd/mod_dirlisting.so ... Processing usr/lib/lighttpd/mod_extforward.so ... Processing usr/lib/lighttpd/mod_h2.so ... Processing usr/lib/lighttpd/mod_proxy.so ... Processing usr/lib/lighttpd/mod_rrdtool.so ... Processing usr/lib/lighttpd/mod_sockproxy.so ... Processing usr/lib/lighttpd/mod_ssi.so ... Processing usr/lib/lighttpd/mod_status.so ... Processing usr/lib/lighttpd/mod_userdir.so ... Processing usr/lib/lighttpd/mod_vhostdb.so ... Processing usr/lib/lighttpd/mod_webdav.so ... Processing usr/lib/lighttpd/mod_wstunnel.so ... Processing usr/lib/ossl-modules/legacy.so ... Processing usr/lib/pcsc/drivers ... Processing usr/lib/tc/experimental.dist ... Processing usr/lib/tc/normal.dist ... Processing usr/lib/tc/pareto.dist ... Processing usr/lib/tc/paretonormal.dist ... Processing usr/libexec/docker/docker-init ... Processing usr/libexec/lzo/examples ... Processing usr/share/fontconfig/conf.avail ... Processing usr/share/gettext/its ... Processing usr/share/glib-2.0/schemas ... Processing usr/share/glib-2.0/valgrind ... Processing usr/share/gnupg/FAQ ... Processing usr/share/gnupg/options.skel ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles ... Processing usr/share/iproute2/bpf_pinning ... Processing usr/share/iproute2/ematch_map ... Processing usr/share/iproute2/group ... Processing usr/share/iproute2/nl_protos ... Processing usr/share/iproute2/rt_dsfield ... Processing usr/share/iproute2/rt_protos ... Processing usr/share/iproute2/rt_realms ... Processing usr/share/iproute2/rt_scopes ... Processing usr/share/iproute2/rt_tables ... Processing usr/share/locale/ab ... Processing usr/share/locale/af ... Processing usr/share/locale/am ... Processing usr/share/locale/an ... Processing usr/share/locale/ar ... Processing usr/share/locale/as ... Processing usr/share/locale/ast ... Processing usr/share/locale/az ... Processing usr/share/locale/be ... Processing usr/share/locale/be@latin ... Processing usr/share/locale/bg ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bs ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca@valencia ... Processing usr/share/locale/cs ... Processing usr/share/locale/cy ... Processing usr/share/locale/da ... Processing usr/share/locale/de ... Processing usr/share/locale/dz ... Processing usr/share/locale/el ... Processing usr/share/locale/en@boldquot ... Processing usr/share/locale/en@quot ... Processing usr/share/locale/en@shaw ... Processing usr/share/locale/en_CA ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/eo ... Processing usr/share/locale/es ... Processing usr/share/locale/et ... Processing usr/share/locale/eu ... Processing usr/share/locale/fa ... Processing usr/share/locale/fi ... Processing usr/share/locale/fr ... Processing usr/share/locale/fur ... Processing usr/share/locale/ga ... Processing usr/share/locale/gd ... Processing usr/share/locale/gl ... Processing usr/share/locale/gu ... Processing usr/share/locale/he ... Processing usr/share/locale/hi ... Processing usr/share/locale/hr ... Processing usr/share/locale/hu ... Processing usr/share/locale/hy ... Processing usr/share/locale/id ... Processing usr/share/locale/ie ... Processing usr/share/locale/is ... Processing usr/share/locale/it ... Processing usr/share/locale/ja ... Processing usr/share/locale/ka ... Processing usr/share/locale/kk ... Processing usr/share/locale/kn ... Processing usr/share/locale/ko ... Processing usr/share/locale/ku ... Processing usr/share/locale/locale.alias ... Processing usr/share/locale/lt ... Processing usr/share/locale/lv ... Processing usr/share/locale/mai ... Processing usr/share/locale/mg ... Processing usr/share/locale/mk ... Processing usr/share/locale/ml ... Processing usr/share/locale/mn ... Processing usr/share/locale/mr ... Processing usr/share/locale/ms ... Processing usr/share/locale/nb ... Processing usr/share/locale/nds ... Processing usr/share/locale/ne ... Processing usr/share/locale/nl ... Processing usr/share/locale/nn ... Processing usr/share/locale/oc ... Processing usr/share/locale/or ... Processing usr/share/locale/pa ... Processing usr/share/locale/pl ... Processing usr/share/locale/ps ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/ro ... Processing usr/share/locale/ru ... Processing usr/share/locale/rw ... Processing usr/share/locale/si ... Processing usr/share/locale/sk ... Processing usr/share/locale/sl ... Processing usr/share/locale/sq ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr@ije ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sv ... Processing usr/share/locale/ta ... Processing usr/share/locale/te ... Processing usr/share/locale/tg ... Processing usr/share/locale/th ... Processing usr/share/locale/tl ... Processing usr/share/locale/tr ... Processing usr/share/locale/tt ... Processing usr/share/locale/ug ... Processing usr/share/locale/uk ... Processing usr/share/locale/vi ... Processing usr/share/locale/wa ... Processing usr/share/locale/xh ... Processing usr/share/locale/yi ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_HK ... Processing usr/share/locale/zh_TW ... Processing usr/share/mobile-broadband-provider-info/apns-conf.xml ... Processing usr/share/mobile-broadband-provider-info/serviceproviders.2.dtd ... Processing usr/share/mobile-broadband-provider-info/serviceproviders.xml ... Processing usr/share/nftables/all-in-one.nft ... Processing usr/share/nftables/arp-filter.nft ... Processing usr/share/nftables/bridge-filter.nft ... Processing usr/share/nftables/inet-filter.nft ... Processing usr/share/nftables/inet-nat.nft ... Processing usr/share/nftables/ipv4-filter.nft ... Processing usr/share/nftables/ipv4-mangle.nft ... Processing usr/share/nftables/ipv4-nat.nft ... Processing usr/share/nftables/ipv4-raw.nft ... Processing usr/share/nftables/ipv6-filter.nft ... Processing usr/share/nftables/ipv6-mangle.nft ... Processing usr/share/nftables/ipv6-nat.nft ... Processing usr/share/nftables/ipv6-raw.nft ... Processing usr/share/nftables/netdev-ingress.nft ... Processing usr/share/pound/poundctl.tmpl ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/p ... Processing usr/share/terminfo/s ... Processing usr/share/terminfo/v ... Processing usr/share/terminfo/x ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing usr/share/xml/fontconfig ... Processing usr/lib/pcsc/drivers/ifd-acsccid.bundle ... Processing usr/libexec/lzo/examples/lzopack ... Processing usr/libexec/lzo/examples/lzotest ... Processing usr/libexec/lzo/examples/simple ... Processing usr/libexec/lzo/examples/testmini ... Processing usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf ... Processing usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf ... Processing usr/share/fontconfig/conf.avail/10-autohint.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-full.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-medium.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-none.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-slight.conf ... Processing usr/share/fontconfig/conf.avail/10-no-antialias.conf ... Processing usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf ... Processing usr/share/fontconfig/conf.avail/10-unhinted.conf ... Processing usr/share/fontconfig/conf.avail/10-yes-antialias.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf ... Processing usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf ... Processing usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/30-metric-aliases.conf ... Processing usr/share/fontconfig/conf.avail/35-lang-normalize.conf ... Processing usr/share/fontconfig/conf.avail/40-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/45-generic.conf ... Processing usr/share/fontconfig/conf.avail/45-latin.conf ... Processing usr/share/fontconfig/conf.avail/48-spacing.conf ... Processing usr/share/fontconfig/conf.avail/49-sansserif.conf ... Processing usr/share/fontconfig/conf.avail/50-user.conf ... Processing usr/share/fontconfig/conf.avail/51-local.conf ... Processing usr/share/fontconfig/conf.avail/60-generic.conf ... Processing usr/share/fontconfig/conf.avail/60-latin.conf ... Processing usr/share/fontconfig/conf.avail/65-fonts-persian.conf ... Processing usr/share/fontconfig/conf.avail/65-khmer.conf ... Processing usr/share/fontconfig/conf.avail/65-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/69-unifont.conf ... Processing usr/share/fontconfig/conf.avail/70-no-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/80-delicious.conf ... Processing usr/share/fontconfig/conf.avail/90-synthetic.conf ... Processing usr/share/gettext/its/fontconfig.its ... Processing usr/share/gettext/its/fontconfig.loc ... Processing usr/share/gettext/its/gschema.its ... Processing usr/share/gettext/its/gschema.loc ... Processing usr/share/glib-2.0/valgrind/glib.supp ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/aac.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/ac3.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/amr.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/avc.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/common.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/dlna-profiles.rng ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/jpeg.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/lpcm.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/mp3.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/mpeg-common.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/mpeg-ps.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/mpeg-ts.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/mpeg1.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/mpeg4.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/png.xml ... Processing usr/share/gupnp-dlna-2.0/dlna-profiles/wma.xml ... Processing usr/share/locale/ab/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/am/LC_MESSAGES ... Processing usr/share/locale/an/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be@latin/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca@valencia/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/dz/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/en@boldquot/LC_MESSAGES ... Processing usr/share/locale/en@quot/LC_MESSAGES ... Processing usr/share/locale/en@shaw/LC_MESSAGES ... Processing usr/share/locale/en_CA/LC_MESSAGES ... Processing usr/share/locale/en_GB/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/gd/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hy/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/ie/LC_MESSAGES ... Processing usr/share/locale/is/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/kk/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/mai/LC_MESSAGES ... Processing usr/share/locale/mg/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/mn/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nds/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/oc/LC_MESSAGES ... Processing usr/share/locale/or/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/ps/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/rw/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr@ije/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/tl/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tt/LC_MESSAGES ... Processing usr/share/locale/ug/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/wa/LC_MESSAGES ... Processing usr/share/locale/xh/LC_MESSAGES ... Processing usr/share/locale/yi/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_HK/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p/putty ... Processing usr/share/terminfo/p/putty-256color ... Processing usr/share/terminfo/p/putty-vt100 ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v/vt100 ... Processing usr/share/terminfo/v/vt100-putty ... Processing usr/share/terminfo/v/vt102 ... Processing usr/share/terminfo/v/vt200 ... Processing usr/share/terminfo/v/vt220 ... Processing usr/share/terminfo/x/xterm ... Processing usr/share/terminfo/x/xterm+256color ... Processing usr/share/terminfo/x/xterm-256color ... Processing usr/share/terminfo/x/xterm-color ... Processing usr/share/terminfo/x/xterm-xfree86 ... Processing usr/share/xml/fontconfig/fonts.dtd ... Processing usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents ... Processing usr/share/locale/ab/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/af/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/am/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/an/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ar/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ast/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ast/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/az/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/be/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/be@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/bg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ca/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/ca/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/cs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/cs/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/cy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/da/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/da/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/da/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/de/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/de/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/de/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/de/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/de/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/dz/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/el/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/en@boldquot/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/en@quot/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_CA/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/eo/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/es/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/es/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/es/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/es/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/es/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/et/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/et/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/et/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/et/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/eu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eu/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/fa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/fi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/fi/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/fr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/fr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fr/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/fr/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/fur/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ga/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ga/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gd/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/gl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/gl/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/gu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/he/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/hr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/hu/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/hu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hu/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/hu/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/hy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/id/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/id/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ie/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/is/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/it/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/it/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/it/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ja/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ja/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ja/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/ja/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ka/LC_MESSAGES/fontconfig-conf.mo ... Processing usr/share/locale/ka/LC_MESSAGES/fontconfig.mo ... Processing usr/share/locale/ka/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ka/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ka/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/kk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ko/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ku/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mai/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ms/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nb/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/nb/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nb/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/nds/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/nl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/nl/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/nl/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/nn/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/nn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/or/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/pl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/pl/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ps/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/pt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/pt/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/pt/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ro/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ro/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ro/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/ro/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ru/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ru/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ru/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/ru/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/rw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/si/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/sk/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/sl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sl/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/sq/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/sr/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/sv/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ta/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/te/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/th/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/tr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/tr/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/tr/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/tt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/uk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/uk/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/vi/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/vi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/vi/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/wa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/xh/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/yi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/fontconfig.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/gnupg.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo ... Processing usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist ... Processing usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux ... Processing []ib/pcsc/drivers/ifd-acsccid.bundle/Contents/Linux/libacsccid.so ... Build completed. ------ Filesystem UUID: ad2bf158-718a-4ba7-9e90-943a674c4275 Filesystem total blocks: 7820 (of 16384-byte blocks) Filesystem total inodes: 1588 Filesystem total metadata blocks: 336 Filesystem total deduplicated bytes (of source files): 0 ln -snf /home/autobuild/autobuild/instance-2/output-1/host/or1k-buildroot-linux-musl/sysroot /home/autobuild/autobuild/instance-2/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-2/buildroot' >>> Buildroot 2024.08-rc2-35-g180216631a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.5 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.1.106 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> acsccid 1.1.10 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.22.4 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libxml2 2.13.3 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.12.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 2.1.0 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> aubio 152d6819b360c2e7b379ee3f373d444ab3df0895 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-waf 2.1.1 Collecting legal info waf: OK (sha256: 2e66e01fd564f09106419389119c78143327c89a35f26ee3ed376f0ee410a14d) >>> avro-c 1.11.3 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.30.0 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-bootgen xilinx_v2024.1 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> btrfs-progs 6.10 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> gettext Collecting legal info >>> gettext-gnu 0.22.4 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> bubblewrap 0.9.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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-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-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.70 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.10.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cairo 1.18.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-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) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> chrony 4.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-crudini 0.9.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python-setuptools-scm 8.0.4 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> host-python-typing-extensions 4.12.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> daq3 3.0.9 Collecting legal info COPYING: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) LICENSE: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dhcpdump 1.9 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> host-erofs-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> flite 2.2 Collecting legal info COPYING: OK (sha256: d31bceaf2823d56a8c9400f7bde3b17140e739e991eb4f203bdcf9827754ab59) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 8.9.1 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-gnupg2 2.4.5 Collecting legal info COPYING: OK (sha256: bc2d6664f6276fa0a72d57633b3ae68dc7dcb677b71018bf08c8e93e509f1357) >>> host-libassuan 2.5.7 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libgpg-error 1.50 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-libgcrypt 1.11.0 Collecting legal info COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libksba 1.6.6 Collecting legal info AUTHORS: OK (sha256: f9c59ea5a5e1dfdeebcd134e6a594c21eb088cc95f6653ee99ff2e187c105380) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-libnpth 1.7 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> gupnp-dlna 0.12.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.13.3 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> hackrf 2023.01.1 Collecting legal info COPYING: OK (sha256: 49b60a6288f90f49074228cc1fae0fb16871ba36b756013abdf7c2fc92f01fad) >>> ifupdown-scripts Collecting legal info >>> host-imagemagick 7.1.1-31 Collecting legal info LICENSE: OK (sha256: a556c5292c87c9a6ac795c80669b0c3660f9f729de8c476bf2b10f83ab1b34ec) >>> host-libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> host-libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> initscripts Collecting legal info >>> iozone 3.506 Collecting legal info docs/License.txt: OK (sha256: bff7909fd698708d15613a4fb977a193cff98f44ef170c2dc1dd502974df75b2) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libbsd 0.11.7 Collecting legal info COPYING: OK (sha256: 7aab3a07716d31ca72e66c1073ef8a0fa0be0daa5df7c3b2cc0c668589142336) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgpg-error 1.50 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libksba 1.6.6 Collecting legal info AUTHORS: OK (sha256: f9c59ea5a5e1dfdeebcd134e6a594c21eb088cc95f6653ee99ff2e187c105380) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmdbx 0.12.10 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libnftnl 1.2.6 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> liburing 2.6 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2ec12f7934cdfce25ff72b0557738989d79fc7a496d1cf9b2d3f9464fd61edbe) README: OK (sha256: b0731ca09e6f4718d456a989d32b6c61bf27e5d4bab6ca31e409d75c5120d19e) >>> lighttpd 1.4.76 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sqlite 3.46.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> xxhash 0.8.2 Collecting legal info LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> host-minisign 0.11 Collecting legal info LICENSE: OK (sha256: d775d155cbf31638714c31c6f990f9fdc5f07998d91e42d1bf15483bd2d1706b) >>> host-libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> mongoose 7.14 Collecting legal info LICENSE: OK (sha256: 7e2bc5dabbc27b431a530540161ba860906f12109d4b84b1e4bc8879f1afc3bc) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> nftables 1.0.8 Collecting legal info COPYING: OK (sha256: 4ee1e51baf5f3166712fa0c3e01338c7257e50ddef245d28bb14ad68f6070ba5) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> open-plc-utils 1ba7d5a042e4e8ff6858b08e113eec5dc4e89cf2 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> pound 4.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qlibc 2.4.7 Collecting legal info LICENSE: OK (sha256: 7c9d03656af4c0acf0a35e29459086498dd64080eac6d2945bc1c064aaf18132) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> smstools3 3.1.21 Collecting legal info doc/license.html: OK (sha256: 884d8f0377259f291432f4fa31d5a9720eefa0e0d797652ae686b6325a434624) LICENSE: OK (sha256: 786b4da4dd900cad87a7dc17769458607bdeae575d62e6e98ad7144e9225f8d3) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> uboot-bootcount 3.0.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unifdef 2.12 Collecting legal info COPYING: OK (sha256: 37ed46a39446b15b08af418fda23b75c27a769d5aad236d817ee7522cc9caeee) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.48 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 6b1a1de0b3394002973daaa407b93a1d2c13efd8dd1a32095d6872c36f09ba66) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> wilc-firmware wilc_linux_16_3 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wireless-regdb 2024.07.04 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wolfssl 5.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> 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.34 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: linux-headers-6.1.106: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'