rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-2/output-1/target/lib/debug /home/thomas/autobuild/instance-2/output-1/target/usr/lib/debug find /home/thomas/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/thomas/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/thomas/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/thomas/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/thomas/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-2475-gce3d349384"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/thomas/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n polkitd -1 polkitd -1 * - - - Polkit Daemon\n redis -1 redis -1 * /var/lib/redis /bin/false - Redis Server\n\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n /etc/polkit-1/rules.d d 700 polkitd root - - - - -\n /usr/share/polkit-1/rules.d d 700 polkitd root - - - - -\n /usr/bin/pkexec f 4755 root root - - - - -\n /usr/lib/polkit-1/polkit-agent-helper-1 f 4755 root root - - - - -\n\n' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkfs.erofs /home/thomas/autobuild/instance-2/output-1/images/rootfs.erofs /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing dev ... Processing dev/fd ... Processing dev/log ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc ... Processing etc/bindresvport.blacklist ... Processing etc/conf.d ... Processing etc/conf.d/agetty ... Processing etc/conf.d/bootmisc ... Processing etc/conf.d/consolefont ... Processing etc/conf.d/devfs ... Processing etc/conf.d/dmesg ... Processing etc/conf.d/fsck ... Processing etc/conf.d/hostname ... Processing etc/conf.d/hwclock ... Processing etc/conf.d/killprocs ... Processing etc/conf.d/localmount ... Processing etc/conf.d/modules ... Processing etc/conf.d/mtab ... Processing etc/conf.d/net-online ... Processing etc/conf.d/netmount ... Processing etc/conf.d/network ... Processing etc/conf.d/staticroute ... Processing etc/conf.d/swap ... Processing etc/conf.d/urandom ... Processing etc/dbus-1 ... Processing etc/dbus-1/session.conf ... Processing etc/dbus-1/system.conf ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S30dbus ... Processing etc/init.d/S50lighttpd ... Processing etc/init.d/S50polkitd ... Processing etc/init.d/S50redis ... Processing etc/init.d/agetty ... Processing etc/init.d/binfmt ... Processing etc/init.d/bootmisc ... Processing etc/init.d/cgroups ... Processing etc/init.d/consolefont ... Processing etc/init.d/devfs ... Processing etc/init.d/dmesg ... Processing etc/init.d/fsck ... Processing etc/init.d/functions.sh ... Processing etc/init.d/hostname ... Processing etc/init.d/hwclock ... Processing etc/init.d/killprocs ... Processing etc/init.d/local ... Processing etc/init.d/localmount ... Processing etc/init.d/loopback ... Processing etc/init.d/modules ... Processing etc/init.d/mount-ro ... Processing etc/init.d/mtab ... Processing etc/init.d/net-online ... Processing etc/init.d/netmount ... Processing etc/init.d/network ... Processing etc/init.d/numlock ... Processing etc/init.d/osclock ... Processing etc/init.d/procfs ... Processing etc/init.d/root ... Processing etc/init.d/runsvdir ... Processing etc/init.d/s6-svscan ... Processing etc/init.d/save-termencoding ... Processing etc/init.d/savecache ... Processing etc/init.d/staticroute ... Processing etc/init.d/swap ... Processing etc/init.d/swclock ... Processing etc/init.d/sysctl ... Processing etc/init.d/sysfs ... Processing etc/init.d/sysv-rcs ... Processing etc/init.d/termencoding ... Processing etc/init.d/urandom ... Processing etc/inputrc ... Processing etc/irssi.conf ... Processing etc/issue ... Processing etc/lighttpd ... Processing etc/lighttpd/conf.d ... 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/lighttpd/lighttpd.conf ... Processing etc/lighttpd/modules.conf ... Processing etc/local.d ... Processing etc/local.d/README ... Processing etc/mke2fs.conf ... Processing etc/mtab ... Processing etc/netconfig ... Processing etc/network ... 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/nsswitch.conf ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/polkit-1 ... Processing etc/polkit-1/rules.d ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/rc.conf ... Processing etc/redis.conf ... Processing etc/resolv.conf ... Processing etc/runlevels ... Processing etc/runlevels/boot ... Processing etc/runlevels/boot/binfmt ... Processing etc/runlevels/boot/bootmisc ... Processing etc/runlevels/boot/fsck ... Processing etc/runlevels/boot/hostname ... Processing etc/runlevels/boot/hwclock ... Processing etc/runlevels/boot/localmount ... Processing etc/runlevels/boot/loopback ... Processing etc/runlevels/boot/modules ... Processing etc/runlevels/boot/mtab ... Processing etc/runlevels/boot/network ... Processing etc/runlevels/boot/procfs ... Processing etc/runlevels/boot/root ... Processing etc/runlevels/boot/save-termencoding ... Processing etc/runlevels/boot/staticroute ... Processing etc/runlevels/boot/swap ... Processing etc/runlevels/boot/sysctl ... Processing etc/runlevels/boot/termencoding ... Processing etc/runlevels/boot/urandom ... Processing etc/runlevels/default ... Processing etc/runlevels/default/sysv-rcs ... Processing etc/runlevels/nonetwork ... Processing etc/runlevels/nonetwork/local ... Processing etc/runlevels/shutdown ... Processing etc/runlevels/shutdown/killprocs ... Processing etc/runlevels/shutdown/mount-ro ... Processing etc/runlevels/shutdown/savecache ... Processing etc/runlevels/sysinit ... Processing etc/runlevels/sysinit/cgroups ... Processing etc/runlevels/sysinit/devfs ... Processing etc/runlevels/sysinit/dmesg ... Processing etc/runlevels/sysinit/sysfs ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/ssl ... 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/misc/tsget.pl ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/sysctl.d ... Processing etc/sysctl.d/README ... Processing etc/ts.conf ... Processing etc/vde2 ... Processing etc/vde2/libvdemgmt ... Processing etc/vde2/libvdemgmt/asyncrecv.rc ... Processing etc/vde2/libvdemgmt/closemachine.rc ... Processing etc/vde2/libvdemgmt/openmachine.rc ... Processing etc/vde2/libvdemgmt/sendcmd.rc ... Processing etc/vde2/vdecmd ... Processing etc/xattr.conf ... Processing include ... Processing include/mdevd ... Processing include/mdevd/config.h ... Processing include/s6-portable-utils ... Processing include/s6-portable-utils/config.h ... Processing include/skalibs ... Processing include/skalibs/alarm.h ... Processing include/skalibs/alloc.h ... Processing include/skalibs/allreadwrite.h ... Processing include/skalibs/ancil.h ... Processing include/skalibs/avlnode.h ... Processing include/skalibs/avltree.h ... Processing include/skalibs/avltreen.h ... Processing include/skalibs/bigkv.h ... Processing include/skalibs/bitarray.h ... Processing include/skalibs/blake2s.h ... Processing include/skalibs/bsdsnowflake.h ... Processing include/skalibs/bufalloc.h ... Processing include/skalibs/buffer.h ... Processing include/skalibs/bytestr.h ... Processing include/skalibs/cbuffer.h ... Processing include/skalibs/cdb.h ... Processing include/skalibs/cdbmake.h ... Processing include/skalibs/config.h ... Processing include/skalibs/datastruct.h ... Processing include/skalibs/direntry.h ... Processing include/skalibs/disize.h ... Processing include/skalibs/diuint.h ... Processing include/skalibs/diuint32.h ... Processing include/skalibs/djbtime.h ... Processing include/skalibs/djbunix.h ... Processing include/skalibs/env.h ... Processing include/skalibs/envalloc.h ... Processing include/skalibs/error.h ... Processing include/skalibs/exec.h ... Processing include/skalibs/fmtscan.h ... Processing include/skalibs/functypes.h ... Processing include/skalibs/gccattributes.h ... Processing include/skalibs/genalloc.h ... Processing include/skalibs/genqdyn.h ... Processing include/skalibs/genset.h ... Processing include/skalibs/gensetdyn.h ... Processing include/skalibs/genwrite.h ... Processing include/skalibs/iopause.h ... Processing include/skalibs/ip46.h ... Processing include/skalibs/kolbak.h ... Processing include/skalibs/lolstdio.h ... Processing include/skalibs/netstring.h ... Processing include/skalibs/nonposix.h ... Processing include/skalibs/nsig.h ... Processing include/skalibs/posixishard.h ... Processing include/skalibs/posixplz.h ... Processing include/skalibs/random.h ... Processing include/skalibs/segfault.h ... Processing include/skalibs/selfpipe.h ... Processing include/skalibs/setgroups.h ... Processing include/skalibs/sgetopt.h ... Processing include/skalibs/sha1.h ... Processing include/skalibs/sha256.h ... Processing include/skalibs/sha512.h ... Processing include/skalibs/sig.h ... Processing include/skalibs/siovec.h ... Processing include/skalibs/skaclient.h ... Processing include/skalibs/skalibs.h ... Processing include/skalibs/skamisc.h ... Processing include/skalibs/socket.h ... Processing include/skalibs/stdcrypto.h ... Processing include/skalibs/stddjb.h ... Processing include/skalibs/stralloc.h ... Processing include/skalibs/strerr.h ... Processing include/skalibs/strerr2.h ... Processing include/skalibs/surf.h ... Processing include/skalibs/sysdeps.h ... Processing include/skalibs/tai.h ... Processing include/skalibs/textclient.h ... Processing include/skalibs/textmessage.h ... Processing include/skalibs/types.h ... Processing include/skalibs/uint16.h ... Processing include/skalibs/uint32.h ... Processing include/skalibs/uint64.h ... Processing include/skalibs/unix-timed.h ... Processing include/skalibs/unix-transactional.h ... Processing include/skalibs/unixconnection.h ... Processing include/skalibs/unixmessage.h ... Processing include/skalibs/unixonacid.h ... Processing lib ... Processing lib64 ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/.crates.toml ... Processing usr/.crates2.json ... Processing usr/bin ... Processing usr/bin/abxtest ... Processing usr/bin/amsstat ... Processing usr/bin/asc2log ... Processing usr/bin/aserver ... Processing usr/bin/attr ... Processing usr/bin/bc ... Processing usr/bin/bcmserver ... Processing usr/bin/bmx7 ... Processing usr/bin/bsdtar ... Processing usr/bin/bunzip2 ... Processing usr/bin/bwrap ... Processing usr/bin/bzcat ... Processing usr/bin/bzcmp ... Processing usr/bin/bzdiff ... Processing usr/bin/bzegrep ... Processing usr/bin/bzfgrep ... Processing usr/bin/bzgrep ... Processing usr/bin/bzip2 ... Processing usr/bin/bzip2recover ... Processing usr/bin/bzless ... Processing usr/bin/bzmore ... Processing usr/bin/can-calc-bit-timing ... Processing usr/bin/canbusload ... Processing usr/bin/candump ... Processing usr/bin/canfdtest ... Processing usr/bin/cangen ... Processing usr/bin/cangw ... Processing usr/bin/canlogserver ... Processing usr/bin/canplayer ... Processing usr/bin/cansend ... Processing usr/bin/cansequence ... Processing usr/bin/cansniffer ... Processing usr/bin/chattr ... Processing usr/bin/compile_et ... Processing usr/bin/daemon ... Processing usr/bin/dbus-cleanup-sockets ... Processing usr/bin/dbus-daemon ... Processing usr/bin/dbus-launch ... Processing usr/bin/dbus-monitor ... Processing usr/bin/dbus-run-session ... Processing usr/bin/dbus-send ... Processing usr/bin/dbus-test-tool ... Processing usr/bin/dbus-update-activation-environment ... Processing usr/bin/dbus-uuidgen ... Processing usr/bin/dc ... Processing usr/bin/dotlockfile ... Processing usr/bin/dpipe ... Processing usr/bin/ed ... Processing usr/bin/flac ... Processing usr/bin/fusermount ... Processing usr/bin/fwup ... Processing usr/bin/gapplication ... Processing usr/bin/gdbus ... Processing usr/bin/gdk-pixbuf-csource ... Processing usr/bin/gdk-pixbuf-pixdata ... Processing usr/bin/gdk-pixbuf-query-loaders ... Processing usr/bin/genl-family-get ... Processing usr/bin/genl-group-events ... Processing usr/bin/geoiplookup ... Processing usr/bin/geoiplookup6 ... Processing usr/bin/getfattr ... Processing usr/bin/gio ... Processing usr/bin/gio-querymodules ... Processing usr/bin/gpg-error ... Processing usr/bin/gpgrt-config ... Processing usr/bin/gresource ... Processing usr/bin/gsettings ... Processing usr/bin/hwloc-annotate ... Processing usr/bin/hwloc-bind ... Processing usr/bin/hwloc-calc ... Processing usr/bin/hwloc-compress-dir ... Processing usr/bin/hwloc-diff ... Processing usr/bin/hwloc-distrib ... Processing usr/bin/hwloc-gather-topology ... Processing usr/bin/hwloc-info ... Processing usr/bin/hwloc-ls ... Processing usr/bin/hwloc-patch ... Processing usr/bin/hwloc-ps ... Processing usr/bin/hyperfine ... Processing usr/bin/img2fwup ... Processing usr/bin/irssi ... Processing usr/bin/isotpdump ... Processing usr/bin/isotpperf ... Processing usr/bin/isotprecv ... Processing usr/bin/isotpsend ... Processing usr/bin/isotpserver ... Processing usr/bin/isotpsniffer ... Processing usr/bin/isotptun ... Processing usr/bin/j1939acd ... Processing usr/bin/j1939cat ... Processing usr/bin/j1939spy ... Processing usr/bin/j1939sr ... Processing usr/bin/kmod ... Processing usr/bin/kobject-event ... Processing usr/bin/lockfile-check ... Processing usr/bin/lockfile-create ... Processing usr/bin/lockfile-remove ... Processing usr/bin/lockfile-touch ... Processing usr/bin/log2asc ... Processing usr/bin/log2long ... Processing usr/bin/lsattr ... Processing usr/bin/lstopo ... Processing usr/bin/lstopo-no-graphics ... Processing usr/bin/lttng ... Processing usr/bin/lttng-crash ... Processing usr/bin/lttng-relayd ... Processing usr/bin/lttng-sessiond ... Processing usr/bin/lua ... Processing usr/bin/luac ... Processing usr/bin/lzcat ... Processing usr/bin/lzcmp ... Processing usr/bin/lzdiff ... Processing usr/bin/lzegrep ... Processing usr/bin/lzfgrep ... Processing usr/bin/lzgrep ... Processing usr/bin/lzless ... Processing usr/bin/lzma ... Processing usr/bin/lzmadec ... Processing usr/bin/lzmainfo ... Processing usr/bin/lzmore ... Processing usr/bin/madplay ... Processing usr/bin/mail-lock ... Processing usr/bin/mail-touchlock ... Processing usr/bin/mail-unlock ... Processing usr/bin/mbw ... Processing usr/bin/mcp251xfd-dump ... Processing usr/bin/mdevd ... Processing usr/bin/mdevd-coldplug ... Processing usr/bin/memhog ... Processing usr/bin/metaflac ... Processing usr/bin/migratepages ... Processing usr/bin/migspeed ... Processing usr/bin/mk_cmds ... Processing usr/bin/mksh ... Processing usr/bin/mpg123 ... Processing usr/bin/mpg123-id3dump ... Processing usr/bin/mpg123-strip ... Processing usr/bin/mtdev-test ... Processing usr/bin/nbd-trplay ... Processing usr/bin/nettle-hash ... Processing usr/bin/nettle-lfib-stream ... Processing usr/bin/nettle-pbkdf2 ... Processing usr/bin/nf-log ... Processing usr/bin/nf-queue ... Processing usr/bin/nfct-create-batch ... Processing usr/bin/nfct-daemon ... Processing usr/bin/nfct-dump ... Processing usr/bin/nfct-event ... Processing usr/bin/nfs-cat ... Processing usr/bin/nfs-cp ... Processing usr/bin/nfs-ls ... Processing usr/bin/numactl ... Processing usr/bin/numademo ... Processing usr/bin/numastat ... Processing usr/bin/out123 ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/pcregrep ... Processing usr/bin/pcretest ... Processing usr/bin/pkaction ... Processing usr/bin/pkcheck ... Processing usr/bin/pkcs1-conv ... Processing usr/bin/pkexec ... Processing usr/bin/pkttyagent ... Processing usr/bin/rc-status ... Processing usr/bin/red ... Processing usr/bin/redis-benchmark ... Processing usr/bin/redis-check-aof ... Processing usr/bin/redis-check-rdb ... Processing usr/bin/redis-cli ... Processing usr/bin/redis-sentinel ... Processing usr/bin/redis-server ... Processing usr/bin/rtnl-addr-add ... Processing usr/bin/rtnl-addr-dump ... Processing usr/bin/rtnl-link-dump ... Processing usr/bin/rtnl-link-dump2 ... Processing usr/bin/rtnl-link-dump3 ... Processing usr/bin/rtnl-link-event ... Processing usr/bin/rtnl-link-set ... Processing usr/bin/rtnl-neigh-dump ... Processing usr/bin/rtnl-route-add ... Processing usr/bin/rtnl-route-dump ... Processing usr/bin/rtnl-route-event ... Processing usr/bin/rtty ... Processing usr/bin/s6-basename ... Processing usr/bin/s6-cat ... Processing usr/bin/s6-chmod ... Processing usr/bin/s6-chown ... Processing usr/bin/s6-clock ... Processing usr/bin/s6-cut ... Processing usr/bin/s6-dirname ... Processing usr/bin/s6-dumpenv ... Processing usr/bin/s6-echo ... Processing usr/bin/s6-env ... Processing usr/bin/s6-expr ... Processing usr/bin/s6-false ... Processing usr/bin/s6-format-filter ... Processing usr/bin/s6-grep ... Processing usr/bin/s6-head ... Processing usr/bin/s6-hiercopy ... Processing usr/bin/s6-linkname ... Processing usr/bin/s6-ln ... Processing usr/bin/s6-ls ... Processing usr/bin/s6-maximumtime ... Processing usr/bin/s6-mkdir ... Processing usr/bin/s6-mkfifo ... Processing usr/bin/s6-nice ... Processing usr/bin/s6-nuke ... Processing usr/bin/s6-pause ... Processing usr/bin/s6-printenv ... Processing usr/bin/s6-quote ... Processing usr/bin/s6-quote-filter ... Processing usr/bin/s6-rename ... Processing usr/bin/s6-rmrf ... Processing usr/bin/s6-seq ... Processing usr/bin/s6-sleep ... Processing usr/bin/s6-sort ... Processing usr/bin/s6-sync ... Processing usr/bin/s6-tai64ndiff ... Processing usr/bin/s6-tail ... Processing usr/bin/s6-test ... Processing usr/bin/s6-touch ... Processing usr/bin/s6-true ... Processing usr/bin/s6-uniquename ... Processing usr/bin/s6-unquote ... Processing usr/bin/s6-unquote-filter ... Processing usr/bin/s6-update-symlinks ... Processing usr/bin/scrub ... Processing usr/bin/seekablepipe ... Processing usr/bin/setfattr ... Processing usr/bin/sexp-conv ... Processing usr/bin/sh ... Processing usr/bin/slcan_attach ... Processing usr/bin/slcand ... Processing usr/bin/slcanpty ... Processing usr/bin/slirpvde ... Processing usr/bin/squeezelite ... Processing usr/bin/testj1939 ... Processing usr/bin/ts_calibrate ... Processing usr/bin/ts_conf ... Processing usr/bin/ts_finddev ... Processing usr/bin/ts_harvest ... Processing usr/bin/ts_print ... Processing usr/bin/ts_print_mt ... Processing usr/bin/ts_print_raw ... Processing usr/bin/ts_test ... Processing usr/bin/ts_test_mt ... Processing usr/bin/ts_uinput ... Processing usr/bin/ts_verify ... Processing usr/bin/unixcmd ... Processing usr/bin/unixterm ... Processing usr/bin/unlzma ... Processing usr/bin/unxz ... Processing usr/bin/vde_autolink ... Processing usr/bin/vde_l3 ... Processing usr/bin/vde_over_ns ... Processing usr/bin/vde_plug ... Processing usr/bin/vde_plug2tap ... Processing usr/bin/vde_switch ... Processing usr/bin/vdecmd ... Processing usr/bin/vdekvm ... Processing usr/bin/vdeq ... Processing usr/bin/vdeqemu ... Processing usr/bin/vdeterm ... Processing usr/bin/wirefilter ... Processing usr/bin/xdg-dbus-proxy ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... 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/xzcmp ... Processing usr/bin/xzdec ... Processing usr/bin/xzdiff ... Processing usr/bin/xzegrep ... Processing usr/bin/xzfgrep ... Processing usr/bin/xzgrep ... Processing usr/bin/xzless ... Processing usr/bin/xzmore ... Processing usr/bin/yanglint ... Processing usr/bin/yangre ... Processing usr/bin/ytree ... Processing usr/bin/zerofree ... Processing usr/bin/zlog-chk-conf ... Processing usr/lib ... Processing usr/lib/gdk-pixbuf-2.0 ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0 ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so ... Processing usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache ... Processing usr/lib/ld64.so.2 ... Processing usr/lib/libFLAC.so ... Processing usr/lib/libFLAC.so.12 ... Processing usr/lib/libFLAC.so.12.0.0 ... Processing usr/lib/libGeoIP.so ... Processing usr/lib/libGeoIP.so.1 ... Processing usr/lib/libGeoIP.so.1.6.12 ... Processing usr/lib/libanl.so.1 ... Processing usr/lib/libarchive.so ... Processing usr/lib/libarchive.so.13 ... Processing usr/lib/libarchive.so.13.6.2 ... Processing usr/lib/libasm-0.186.so ... Processing usr/lib/libasm.so ... Processing usr/lib/libasm.so.1 ... Processing usr/lib/libasound.so ... Processing usr/lib/libasound.so.2 ... Processing usr/lib/libasound.so.2.0.0 ... Processing usr/lib/libatomic.so ... Processing usr/lib/libatomic.so.1 ... Processing usr/lib/libatomic.so.1.2.0 ... Processing usr/lib/libattr.so ... Processing usr/lib/libattr.so.1 ... Processing usr/lib/libattr.so.1.1.2501 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libblkid.so.1 ... Processing usr/lib/libblkid.so.1.1.0 ... Processing usr/lib/libbpf.so ... Processing usr/lib/libbpf.so.1 ... Processing usr/lib/libbpf.so.1.1.0 ... Processing usr/lib/libbz2.so ... Processing usr/lib/libbz2.so.1.0 ... Processing usr/lib/libbz2.so.1.0.8 ... Processing usr/lib/libc.so.6 ... Processing usr/lib/libcap.so ... Processing usr/lib/libcap.so.2 ... Processing usr/lib/libcap.so.2.65 ... Processing usr/lib/libcares.so ... Processing usr/lib/libcares.so.2 ... Processing usr/lib/libcares.so.2.6.0 ... Processing usr/lib/libcom_err.so ... Processing usr/lib/libcom_err.so.2 ... Processing usr/lib/libcom_err.so.2.1 ... Processing usr/lib/libconfuse.so ... Processing usr/lib/libconfuse.so.2 ... Processing usr/lib/libconfuse.so.2.1.0 ... Processing usr/lib/libcrypt.so.1 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.1.1 ... 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/libdbus-1.so ... Processing usr/lib/libdbus-1.so.3 ... Processing usr/lib/libdbus-1.so.3.19.15 ... Processing usr/lib/libdl.so.2 ... Processing usr/lib/libduktape.so ... Processing usr/lib/libduktape.so.207 ... Processing usr/lib/libduktape.so.207.20700 ... Processing usr/lib/libduktaped.so ... Processing usr/lib/libduktaped.so.207 ... Processing usr/lib/libduktaped.so.207.20700 ... Processing usr/lib/libdw-0.186.so ... Processing usr/lib/libdw.so ... Processing usr/lib/libdw.so.1 ... Processing usr/lib/libe2p.so ... Processing usr/lib/libe2p.so.2 ... Processing usr/lib/libe2p.so.2.3 ... Processing usr/lib/libeinfo.so ... Processing usr/lib/libeinfo.so.1 ... Processing usr/lib/libelf-0.186.so ... Processing usr/lib/libelf.so ... Processing usr/lib/libelf.so.1 ... Processing usr/lib/libestr.so ... Processing usr/lib/libestr.so.0 ... Processing usr/lib/libestr.so.0.0.0 ... 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.8.10 ... Processing usr/lib/libext2fs.so ... Processing usr/lib/libext2fs.so.2 ... Processing usr/lib/libext2fs.so.2.4 ... Processing usr/lib/libfam.so ... Processing usr/lib/libfam.so.0 ... Processing usr/lib/libfam.so.0.0.0 ... Processing usr/lib/libffi.so ... Processing usr/lib/libffi.so.8 ... Processing usr/lib/libffi.so.8.1.2 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.3 ... Processing usr/lib/libftdi1.so ... Processing usr/lib/libftdi1.so.2 ... Processing usr/lib/libftdi1.so.2.5.0 ... Processing usr/lib/libfuse.so ... Processing usr/lib/libfuse.so.2 ... Processing usr/lib/libfuse.so.2.9.9 ... Processing usr/lib/libgamin-1.so ... Processing usr/lib/libgamin-1.so.0 ... Processing usr/lib/libgamin-1.so.0.1.10 ... Processing usr/lib/libgcc_s.so ... Processing usr/lib/libgcc_s.so.1 ... Processing usr/lib/libgdk_pixbuf-2.0.so ... Processing usr/lib/libgdk_pixbuf-2.0.so.0 ... Processing usr/lib/libgdk_pixbuf-2.0.so.0.4200.10 ... Processing usr/lib/libgio-2.0.so ... Processing usr/lib/libgio-2.0.so.0 ... Processing usr/lib/libgio-2.0.so.0.7200.3 ... Processing usr/lib/libglib-2.0.so ... Processing usr/lib/libglib-2.0.so.0 ... Processing usr/lib/libglib-2.0.so.0.7200.3 ... Processing usr/lib/libgmodule-2.0.so ... Processing usr/lib/libgmodule-2.0.so.0 ... Processing usr/lib/libgmodule-2.0.so.0.7200.3 ... Processing usr/lib/libgmp.so ... Processing usr/lib/libgmp.so.10 ... Processing usr/lib/libgmp.so.10.4.1 ... Processing usr/lib/libgnutls.so ... Processing usr/lib/libgnutls.so.30 ... Processing usr/lib/libgnutls.so.30.34.2 ... Processing usr/lib/libgobject-2.0.so ... Processing usr/lib/libgobject-2.0.so.0 ... Processing usr/lib/libgobject-2.0.so.0.7200.3 ... Processing usr/lib/libgpg-error.so ... Processing usr/lib/libgpg-error.so.0 ... Processing usr/lib/libgpg-error.so.0.33.1 ... Processing usr/lib/libgta.so ... Processing usr/lib/libgta.so.1 ... Processing usr/lib/libgta.so.1.0.0 ... Processing usr/lib/libgthread-2.0.so ... Processing usr/lib/libgthread-2.0.so.0 ... Processing usr/lib/libgthread-2.0.so.0.7200.3 ... Processing usr/lib/libhistory.so ... Processing usr/lib/libhistory.so.8 ... Processing usr/lib/libhistory.so.8.2 ... Processing usr/lib/libhogweed.so ... Processing usr/lib/libhogweed.so.6 ... Processing usr/lib/libhogweed.so.6.6 ... Processing usr/lib/libhwloc.so ... Processing usr/lib/libhwloc.so.15 ... Processing usr/lib/libhwloc.so.15.6.0 ... Processing usr/lib/libid3tag.so ... Processing usr/lib/libid3tag.so.0 ... Processing usr/lib/libid3tag.so.0.3.0 ... Processing usr/lib/libipset.so ... Processing usr/lib/libipset.so.13 ... Processing usr/lib/libipset.so.13.4.0 ... Processing usr/lib/libiw.so ... Processing usr/lib/libiw.so.30 ... Processing usr/lib/libkmod.so ... Processing usr/lib/libkmod.so.2 ... Processing usr/lib/libkmod.so.2.4.0 ... Processing usr/lib/liblockfile.so ... Processing usr/lib/liblockfile.so.1 ... Processing usr/lib/liblockfile.so.1.0 ... Processing usr/lib/liblttng-ctl.so ... Processing usr/lib/liblttng-ctl.so.0 ... Processing usr/lib/liblttng-ctl.so.0.0.0 ... Processing usr/lib/liblua.so ... Processing usr/lib/liblua.so.5.1.5 ... Processing usr/lib/liblzma.so ... Processing usr/lib/liblzma.so.5 ... Processing usr/lib/liblzma.so.5.2.10 ... Processing usr/lib/libm.so.6 ... Processing usr/lib/libmad.so ... Processing usr/lib/libmad.so.0 ... Processing usr/lib/libmad.so.0.2.1 ... Processing usr/lib/libmbedcrypto.so ... Processing usr/lib/libmbedcrypto.so.2.28.2 ... Processing usr/lib/libmbedcrypto.so.7 ... Processing usr/lib/libmbedtls.so ... Processing usr/lib/libmbedtls.so.14 ... Processing usr/lib/libmbedtls.so.2.28.2 ... Processing usr/lib/libmbedx509.so ... Processing usr/lib/libmbedx509.so.1 ... Processing usr/lib/libmbedx509.so.2.28.2 ... Processing usr/lib/libmediaart-2.0.so ... Processing usr/lib/libmediaart-2.0.so.0 ... Processing usr/lib/libmediaart-2.0.so.0.906.0 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.3 ... Processing usr/lib/libmicrohttpd.so ... Processing usr/lib/libmicrohttpd.so.12 ... Processing usr/lib/libmicrohttpd.so.12.60.0 ... Processing usr/lib/libmnl.so ... Processing usr/lib/libmnl.so.0 ... Processing usr/lib/libmnl.so.0.2.0 ... Processing usr/lib/libmpc.so ... Processing usr/lib/libmpc.so.3 ... Processing usr/lib/libmpc.so.3.2.1 ... Processing usr/lib/libmpfr.so ... Processing usr/lib/libmpfr.so.6 ... Processing usr/lib/libmpfr.so.6.1.1 ... Processing usr/lib/libmpg123.so ... Processing usr/lib/libmpg123.so.0 ... Processing usr/lib/libmpg123.so.0.44.12 ... Processing usr/lib/libmtdev.so ... Processing usr/lib/libmtdev.so.1 ... Processing usr/lib/libmtdev.so.1.0.0 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.3 ... Processing usr/lib/libnetconf2.so ... Processing usr/lib/libnetconf2.so.3 ... Processing usr/lib/libnetconf2.so.3.5.1 ... Processing usr/lib/libnetfilter_acct.so ... Processing usr/lib/libnetfilter_acct.so.1 ... Processing usr/lib/libnetfilter_acct.so.1.0.0 ... Processing usr/lib/libnettle.so ... Processing usr/lib/libnettle.so.8 ... Processing usr/lib/libnettle.so.8.6 ... Processing usr/lib/libnfnetlink.so ... Processing usr/lib/libnfnetlink.so.0 ... Processing usr/lib/libnfnetlink.so.0.2.0 ... Processing usr/lib/libnfs.so ... Processing usr/lib/libnfs.so.13 ... Processing usr/lib/libnfs.so.13.0.0 ... Processing usr/lib/libnss_dns.so.2 ... Processing usr/lib/libnss_files.so.2 ... Processing usr/lib/libnuma.so ... Processing usr/lib/libnuma.so.1 ... Processing usr/lib/libnuma.so.1.0.0 ... Processing usr/lib/libogg.so ... Processing usr/lib/libogg.so.0 ... Processing usr/lib/libogg.so.0.8.5 ... Processing usr/lib/libout123.so ... Processing usr/lib/libout123.so.0 ... Processing usr/lib/libout123.so.0.2.2 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.3 ... Processing usr/lib/libpcre.so ... Processing usr/lib/libpcre.so.1 ... Processing usr/lib/libpcre.so.1.2.13 ... Processing usr/lib/libpcre2-8.so ... Processing usr/lib/libpcre2-8.so.0 ... Processing usr/lib/libpcre2-8.so.0.11.2 ... Processing usr/lib/libpcre2-posix.so ... Processing usr/lib/libpcre2-posix.so.3 ... Processing usr/lib/libpcre2-posix.so.3.0.4 ... Processing usr/lib/libpcreposix.so ... Processing usr/lib/libpcreposix.so.0 ... Processing usr/lib/libpcreposix.so.0.0.7 ... Processing usr/lib/libpolkit-agent-1.so ... Processing usr/lib/libpolkit-agent-1.so.0 ... Processing usr/lib/libpolkit-agent-1.so.0.0.0 ... Processing usr/lib/libpolkit-gobject-1.so ... Processing usr/lib/libpolkit-gobject-1.so.0 ... Processing usr/lib/libpolkit-gobject-1.so.0.0.0 ... Processing usr/lib/libpopt.so ... Processing usr/lib/libpopt.so.0 ... Processing usr/lib/libpopt.so.0.0.2 ... Processing usr/lib/libpsx.so ... Processing usr/lib/libpsx.so.2 ... Processing usr/lib/libpsx.so.2.65 ... Processing usr/lib/libpthread.so.0 ... Processing usr/lib/librc.so ... Processing usr/lib/librc.so.1 ... Processing usr/lib/libreadline.so ... Processing usr/lib/libreadline.so.8 ... Processing usr/lib/libreadline.so.8.2 ... Processing usr/lib/libresolv.so.2 ... Processing usr/lib/librt.so.1 ... Processing usr/lib/libskarnet.so ... Processing usr/lib/libskarnet.so.2.12 ... Processing usr/lib/libskarnet.so.2.12.0.1 ... Processing usr/lib/libsodium.so ... Processing usr/lib/libsodium.so.23 ... Processing usr/lib/libsodium.so.23.3.0 ... Processing usr/lib/libss.so ... Processing usr/lib/libss.so.2 ... Processing usr/lib/libss.so.2.0 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.1.1 ... Processing usr/lib/libtasn1.so ... Processing usr/lib/libtasn1.so.6 ... Processing usr/lib/libtasn1.so.6.6.3 ... Processing usr/lib/libtirpc.so ... Processing usr/lib/libtirpc.so.3 ... Processing usr/lib/libtirpc.so.3.0.0 ... Processing usr/lib/libts.so ... Processing usr/lib/libts.so.0 ... Processing usr/lib/libts.so.0.10.4 ... Processing usr/lib/libunistring.so ... Processing usr/lib/libunistring.so.5 ... Processing usr/lib/libunistring.so.5.0.0 ... Processing usr/lib/liburcu-bp.so ... Processing usr/lib/liburcu-bp.so.8 ... Processing usr/lib/liburcu-bp.so.8.0.0 ... Processing usr/lib/liburcu-cds.so ... Processing usr/lib/liburcu-cds.so.8 ... Processing usr/lib/liburcu-cds.so.8.0.0 ... Processing usr/lib/liburcu-common.so ... Processing usr/lib/liburcu-common.so.8 ... Processing usr/lib/liburcu-common.so.8.0.0 ... Processing usr/lib/liburcu-mb.so ... Processing usr/lib/liburcu-mb.so.8 ... Processing usr/lib/liburcu-mb.so.8.0.0 ... Processing usr/lib/liburcu-memb.so ... Processing usr/lib/liburcu-memb.so.8 ... Processing usr/lib/liburcu-memb.so.8.0.0 ... Processing usr/lib/liburcu-qsbr.so ... Processing usr/lib/liburcu-qsbr.so.8 ... Processing usr/lib/liburcu-qsbr.so.8.0.0 ... Processing usr/lib/liburcu-signal.so ... Processing usr/lib/liburcu-signal.so.8 ... Processing usr/lib/liburcu-signal.so.8.0.0 ... Processing usr/lib/liburcu.so ... Processing usr/lib/liburcu.so.8 ... Processing usr/lib/liburcu.so.8.0.0 ... Processing usr/lib/libusb-1.0.so ... Processing usr/lib/libusb-1.0.so.0 ... Processing usr/lib/libusb-1.0.so.0.3.0 ... Processing usr/lib/libutil.so.1 ... Processing usr/lib/libuuid.so ... Processing usr/lib/libuuid.so.1 ... Processing usr/lib/libuuid.so.1.3.0 ... Processing usr/lib/libvdehist.so ... Processing usr/lib/libvdehist.so.0 ... Processing usr/lib/libvdehist.so.0.0.1 ... Processing usr/lib/libvdemgmt.so ... Processing usr/lib/libvdemgmt.so.0 ... Processing usr/lib/libvdemgmt.so.0.0.1 ... Processing usr/lib/libvdeplug.so ... Processing usr/lib/libvdeplug.so.3 ... Processing usr/lib/libvdeplug.so.3.0.1 ... Processing usr/lib/libvdesnmp.so ... Processing usr/lib/libvdesnmp.so.0 ... Processing usr/lib/libvdesnmp.so.0.0.1 ... Processing usr/lib/libvorbis.so ... Processing usr/lib/libvorbis.so.0 ... Processing usr/lib/libvorbis.so.0.4.9 ... Processing usr/lib/libvorbisenc.so ... Processing usr/lib/libvorbisenc.so.2 ... Processing usr/lib/libvorbisenc.so.2.0.12 ... Processing usr/lib/libvorbisfile.so ... Processing usr/lib/libvorbisfile.so.3 ... Processing usr/lib/libvorbisfile.so.3.3.8 ... Processing usr/lib/libx264.so ... Processing usr/lib/libx264.so.164 ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.10.3 ... Processing usr/lib/libxxhash.so ... Processing usr/lib/libxxhash.so.0 ... Processing usr/lib/libxxhash.so.0.8.1 ... Processing usr/lib/libyang.so ... Processing usr/lib/libyang.so.2 ... Processing usr/lib/libyang.so.2.25.4 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.2.13 ... Processing usr/lib/libzlog.so ... Processing usr/lib/libzlog.so.1 ... Processing usr/lib/libzlog.so.1.2 ... Processing usr/lib/lighttpd ... Processing usr/lib/lighttpd/mod_access.so ... Processing usr/lib/lighttpd/mod_accesslog.so ... Processing usr/lib/lighttpd/mod_ajp13.so ... Processing usr/lib/lighttpd/mod_alias.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_evasive.so ... Processing usr/lib/lighttpd/mod_evhost.so ... Processing usr/lib/lighttpd/mod_expire.so ... Processing usr/lib/lighttpd/mod_extforward.so ... Processing usr/lib/lighttpd/mod_fastcgi.so ... Processing usr/lib/lighttpd/mod_indexfile.so ... Processing usr/lib/lighttpd/mod_proxy.so ... Processing usr/lib/lighttpd/mod_redirect.so ... Processing usr/lib/lighttpd/mod_rewrite.so ... Processing usr/lib/lighttpd/mod_rrdtool.so ... Processing usr/lib/lighttpd/mod_scgi.so ... Processing usr/lib/lighttpd/mod_secdownload.so ... Processing usr/lib/lighttpd/mod_setenv.so ... Processing usr/lib/lighttpd/mod_simple_vhost.so ... Processing usr/lib/lighttpd/mod_sockproxy.so ... Processing usr/lib/lighttpd/mod_ssi.so ... Processing usr/lib/lighttpd/mod_staticfile.so ... Processing usr/lib/lighttpd/mod_status.so ... Processing usr/lib/lighttpd/mod_uploadprogress.so ... Processing usr/lib/lighttpd/mod_userdir.so ... Processing usr/lib/lighttpd/mod_usertrack.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/lttng ... Processing usr/lib/lttng/libexec ... Processing usr/lib/lttng/libexec/lttng-consumerd ... Processing usr/lib/lua ... Processing usr/lib/lua/5.1 ... Processing usr/lib/lua/5.1/periphery.so ... Processing usr/lib/mpg123 ... Processing usr/lib/mpg123/output_alsa.so ... Processing usr/lib/mpg123/output_dummy.so ... Processing usr/lib/mpg123/output_oss.so ... Processing usr/lib/os-release ... Processing usr/lib/polkit-1 ... Processing usr/lib/polkit-1/polkit-agent-helper-1 ... Processing usr/lib/polkit-1/polkitd ... Processing usr/lib/terminfo ... Processing usr/lib/ts ... Processing usr/lib/ts/debounce.so ... Processing usr/lib/ts/dejitter.so ... Processing usr/lib/ts/evthres.so ... Processing usr/lib/ts/iir.so ... Processing usr/lib/ts/input.so ... Processing usr/lib/ts/invert.so ... Processing usr/lib/ts/linear.so ... Processing usr/lib/ts/lowpass.so ... Processing usr/lib/ts/median.so ... Processing usr/lib/ts/pthres.so ... Processing usr/lib/ts/skip.so ... Processing usr/lib/ts/touchkit.so ... Processing usr/lib/ts/variance.so ... Processing usr/lib/ts/waveshare.so ... Processing usr/lib/vde2 ... Processing usr/lib/vde2/vde_l3 ... Processing usr/lib/vde2/vde_l3/bfifo.so ... Processing usr/lib/vde2/vde_l3/pfifo.so ... Processing usr/lib/vde2/vde_l3/tbf.so ... Processing usr/lib64 ... Processing usr/libexec ... Processing usr/libexec/dbus-daemon-launch-helper ... Processing usr/libexec/gam_server ... Processing usr/libexec/rc ... Processing usr/libexec/rc/bin ... Processing usr/libexec/rc/bin/checkpath ... Processing usr/libexec/rc/bin/ebegin ... Processing usr/libexec/rc/bin/eend ... Processing usr/libexec/rc/bin/eerror ... Processing usr/libexec/rc/bin/eerrorn ... Processing usr/libexec/rc/bin/eindent ... Processing usr/libexec/rc/bin/einfo ... Processing usr/libexec/rc/bin/einfon ... Processing usr/libexec/rc/bin/eoutdent ... Processing usr/libexec/rc/bin/esyslog ... Processing usr/libexec/rc/bin/eval_ecolors ... Processing usr/libexec/rc/bin/ewaitfile ... Processing usr/libexec/rc/bin/ewarn ... Processing usr/libexec/rc/bin/ewarnn ... Processing usr/libexec/rc/bin/ewend ... Processing usr/libexec/rc/bin/fstabinfo ... Processing usr/libexec/rc/bin/get_options ... Processing usr/libexec/rc/bin/halt ... Processing usr/libexec/rc/bin/is_newer_than ... Processing usr/libexec/rc/bin/is_older_than ... Processing usr/libexec/rc/bin/kill_all ... Processing usr/libexec/rc/bin/mountinfo ... Processing usr/libexec/rc/bin/on_ac_power ... Processing usr/libexec/rc/bin/poweroff ... Processing usr/libexec/rc/bin/rc-depend ... Processing usr/libexec/rc/bin/rc-sstat ... Processing usr/libexec/rc/bin/reboot ... Processing usr/libexec/rc/bin/save_options ... Processing usr/libexec/rc/bin/service_crashed ... Processing usr/libexec/rc/bin/service_get_value ... Processing usr/libexec/rc/bin/service_hotplugged ... Processing usr/libexec/rc/bin/service_inactive ... Processing usr/libexec/rc/bin/service_set_value ... Processing usr/libexec/rc/bin/service_started ... Processing usr/libexec/rc/bin/service_started_daemon ... Processing usr/libexec/rc/bin/service_starting ... Processing usr/libexec/rc/bin/service_stopped ... Processing usr/libexec/rc/bin/service_stopping ... Processing usr/libexec/rc/bin/service_wasinactive ... Processing usr/libexec/rc/bin/shell_var ... Processing usr/libexec/rc/bin/shutdown ... Processing usr/libexec/rc/bin/vebegin ... Processing usr/libexec/rc/bin/veend ... Processing usr/libexec/rc/bin/veindent ... Processing usr/libexec/rc/bin/veinfo ... Processing usr/libexec/rc/bin/veoutdent ... Processing usr/libexec/rc/bin/vewarn ... Processing usr/libexec/rc/bin/vewend ... Processing usr/libexec/rc/sbin ... Processing usr/libexec/rc/sbin/mark_service_crashed ... Processing usr/libexec/rc/sbin/mark_service_failed ... Processing usr/libexec/rc/sbin/mark_service_hotplugged ... Processing usr/libexec/rc/sbin/mark_service_inactive ... Processing usr/libexec/rc/sbin/mark_service_started ... Processing usr/libexec/rc/sbin/mark_service_starting ... Processing usr/libexec/rc/sbin/mark_service_stopped ... Processing usr/libexec/rc/sbin/mark_service_stopping ... Processing usr/libexec/rc/sbin/mark_service_wasinactive ... Processing usr/libexec/rc/sbin/rc-abort ... Processing usr/libexec/rc/sbin/swclock ... Processing usr/libexec/rc/sh ... Processing usr/libexec/rc/sh/binfmt.sh ... Processing usr/libexec/rc/sh/cgroup-release-agent.sh ... Processing usr/libexec/rc/sh/functions.sh ... Processing usr/libexec/rc/sh/gendepends.sh ... Processing usr/libexec/rc/sh/init-early.sh ... Processing usr/libexec/rc/sh/init.sh ... Processing usr/libexec/rc/sh/openrc-run.sh ... Processing usr/libexec/rc/sh/rc-cgroup.sh ... Processing usr/libexec/rc/sh/rc-functions.sh ... Processing usr/libexec/rc/sh/rc-mount.sh ... Processing usr/libexec/rc/sh/runit.sh ... Processing usr/libexec/rc/sh/s6.sh ... Processing usr/libexec/rc/sh/start-stop-daemon.sh ... Processing usr/libexec/rc/sh/supervise-daemon.sh ... Processing usr/libexec/rc/tmp ... Processing usr/libexec/rc/version ... Processing usr/sbin ... Processing usr/sbin/badblocks ... Processing usr/sbin/bootlist ... Processing usr/sbin/capsh ... Processing usr/sbin/depmod ... Processing usr/sbin/dumpe2fs ... Processing usr/sbin/e2freefrag ... Processing usr/sbin/e2fsck ... Processing usr/sbin/e2label ... Processing usr/sbin/e2mmpstatus ... Processing usr/sbin/e2undo ... Processing usr/sbin/e4crypt ... Processing usr/sbin/filefrag ... Processing usr/sbin/fsck.ext2 ... Processing usr/sbin/fsck.ext3 ... Processing usr/sbin/fsck.ext4 ... Processing usr/sbin/getcap ... Processing usr/sbin/getpcaps ... Processing usr/sbin/halt ... Processing usr/sbin/hcncfgdrc ... Processing usr/sbin/hcnmgr ... Processing usr/sbin/hcnqrydev ... Processing usr/sbin/hcnrmdev ... Processing usr/sbin/hcnrmhcn ... Processing usr/sbin/hcnversion ... Processing usr/sbin/hvcsadmin ... Processing usr/sbin/init ... Processing usr/sbin/insmod ... Processing usr/sbin/ipset ... Processing usr/sbin/ipset-translate ... Processing usr/sbin/iptraf-ng ... Processing usr/sbin/iwconfig ... Processing usr/sbin/iwgetid ... Processing usr/sbin/iwlist ... Processing usr/sbin/iwpriv ... Processing usr/sbin/iwspy ... Processing usr/sbin/lighttpd ... Processing usr/sbin/lighttpd-angel ... Processing usr/sbin/logsave ... Processing usr/sbin/lparstat ... Processing usr/sbin/ls-vdev ... Processing usr/sbin/ls-veth ... Processing usr/sbin/ls-vscsi ... Processing usr/sbin/lsdevinfo ... Processing usr/sbin/lsmod ... Processing usr/sbin/lsprop ... Processing usr/sbin/min-nbd-client ... Processing usr/sbin/mke2fs ... Processing usr/sbin/mkfs.ext2 ... Processing usr/sbin/mkfs.ext3 ... Processing usr/sbin/mkfs.ext4 ... Processing usr/sbin/mklost+found ... Processing usr/sbin/modinfo ... Processing usr/sbin/modprobe ... Processing usr/sbin/mount.exfat ... Processing usr/sbin/mount.exfat-fuse ... Processing usr/sbin/nfacct ... Processing usr/sbin/nvram ... Processing usr/sbin/nvsetenv ... Processing usr/sbin/ofpathname ... Processing usr/sbin/openrc ... Processing usr/sbin/openrc-init ... Processing usr/sbin/openrc-run ... Processing usr/sbin/openrc-shutdown ... Processing usr/sbin/pound ... Processing usr/sbin/poundctl ... Processing usr/sbin/poweroff ... Processing usr/sbin/ppc64_cpu ... Processing usr/sbin/pseries_platform ... Processing usr/sbin/rc ... Processing usr/sbin/rc-service ... Processing usr/sbin/rc-sstat ... Processing usr/sbin/rc-update ... Processing usr/sbin/reboot ... Processing usr/sbin/rmmod ... Processing usr/sbin/rtas_dump ... Processing usr/sbin/runscript ... Processing usr/sbin/setcap ... Processing usr/sbin/shutdown ... Processing usr/sbin/snap ... Processing usr/sbin/start-stop-daemon ... Processing usr/sbin/supervise-daemon ... Processing usr/sbin/tune2fs ... Processing usr/sbin/update_flash ... Processing usr/sbin/update_flash_nv ... Processing usr/sbin/vcpustat ... Processing usr/share ... Processing usr/share/alsa ... Processing usr/share/alsa/alsa.conf ... Processing usr/share/alsa/cards ... Processing usr/share/alsa/cards/AACI.conf ... Processing usr/share/alsa/cards/ATIIXP-MODEM.conf ... Processing usr/share/alsa/cards/ATIIXP-SPDMA.conf ... Processing usr/share/alsa/cards/ATIIXP.conf ... Processing usr/share/alsa/cards/AU8810.conf ... Processing usr/share/alsa/cards/AU8820.conf ... Processing usr/share/alsa/cards/AU8830.conf ... Processing usr/share/alsa/cards/Audigy.conf ... Processing usr/share/alsa/cards/Audigy2.conf ... Processing usr/share/alsa/cards/Aureon51.conf ... Processing usr/share/alsa/cards/Aureon71.conf ... Processing usr/share/alsa/cards/CA0106.conf ... Processing usr/share/alsa/cards/CMI8338-SWIEC.conf ... Processing usr/share/alsa/cards/CMI8338.conf ... Processing usr/share/alsa/cards/CMI8738-MC6.conf ... Processing usr/share/alsa/cards/CMI8738-MC8.conf ... Processing usr/share/alsa/cards/CMI8788.conf ... Processing usr/share/alsa/cards/CS46xx.conf ... Processing usr/share/alsa/cards/EMU10K1.conf ... Processing usr/share/alsa/cards/EMU10K1X.conf ... Processing usr/share/alsa/cards/ENS1370.conf ... Processing usr/share/alsa/cards/ENS1371.conf ... Processing usr/share/alsa/cards/ES1968.conf ... Processing usr/share/alsa/cards/Echo_Echo3G.conf ... Processing usr/share/alsa/cards/FM801.conf ... Processing usr/share/alsa/cards/FWSpeakers.conf ... Processing usr/share/alsa/cards/FireWave.conf ... Processing usr/share/alsa/cards/GUS.conf ... Processing usr/share/alsa/cards/HDA-Intel.conf ... Processing usr/share/alsa/cards/HdmiLpeAudio.conf ... Processing usr/share/alsa/cards/ICE1712.conf ... Processing usr/share/alsa/cards/ICE1724.conf ... Processing usr/share/alsa/cards/ICH-MODEM.conf ... Processing usr/share/alsa/cards/ICH.conf ... Processing usr/share/alsa/cards/ICH4.conf ... Processing usr/share/alsa/cards/Loopback.conf ... Processing usr/share/alsa/cards/Maestro3.conf ... Processing usr/share/alsa/cards/NFORCE.conf ... Processing usr/share/alsa/cards/PC-Speaker.conf ... Processing usr/share/alsa/cards/PMac.conf ... Processing usr/share/alsa/cards/PMacToonie.conf ... Processing usr/share/alsa/cards/PS3.conf ... Processing usr/share/alsa/cards/RME9636.conf ... Processing usr/share/alsa/cards/RME9652.conf ... Processing usr/share/alsa/cards/SB-XFi.conf ... Processing usr/share/alsa/cards/SI7018.conf ... Processing usr/share/alsa/cards/TRID4DWAVENX.conf ... Processing usr/share/alsa/cards/USB-Audio.conf ... Processing usr/share/alsa/cards/VIA686A.conf ... Processing usr/share/alsa/cards/VIA8233.conf ... Processing usr/share/alsa/cards/VIA8233A.conf ... Processing usr/share/alsa/cards/VIA8237.conf ... Processing usr/share/alsa/cards/VX222.conf ... Processing usr/share/alsa/cards/VXPocket.conf ... Processing usr/share/alsa/cards/VXPocket440.conf ... Processing usr/share/alsa/cards/YMF744.conf ... Processing usr/share/alsa/cards/aliases.conf ... Processing usr/share/alsa/cards/pistachio-card.conf ... Processing usr/share/alsa/cards/vc4-hdmi.conf ... Processing usr/share/alsa/ctl ... Processing usr/share/alsa/ctl/default.conf ... Processing usr/share/alsa/pcm ... Processing usr/share/alsa/pcm/center_lfe.conf ... Processing usr/share/alsa/pcm/default.conf ... Processing usr/share/alsa/pcm/dmix.conf ... Processing usr/share/alsa/pcm/dpl.conf ... Processing usr/share/alsa/pcm/dsnoop.conf ... Processing usr/share/alsa/pcm/front.conf ... Processing usr/share/alsa/pcm/hdmi.conf ... Processing usr/share/alsa/pcm/iec958.conf ... Processing usr/share/alsa/pcm/modem.conf ... Processing usr/share/alsa/pcm/rear.conf ... Processing usr/share/alsa/pcm/side.conf ... Processing usr/share/alsa/pcm/surround21.conf ... Processing usr/share/alsa/pcm/surround40.conf ... Processing usr/share/alsa/pcm/surround41.conf ... Processing usr/share/alsa/pcm/surround50.conf ... Processing usr/share/alsa/pcm/surround51.conf ... Processing usr/share/alsa/pcm/surround71.conf ... Processing usr/share/dbus-1 ... Processing usr/share/dbus-1/services ... Processing usr/share/dbus-1/session.conf ... Processing usr/share/dbus-1/session.d ... Processing usr/share/dbus-1/system-services ... Processing []share/dbus-1/system-services/org.freedesktop.PolicyKit1.service ... Processing usr/share/dbus-1/system.conf ... Processing usr/share/dbus-1/system.d ... Processing usr/share/dbus-1/system.d/org.freedesktop.PolicyKit1.conf ... Processing usr/share/et ... Processing usr/share/et/et_c.awk ... Processing usr/share/et/et_h.awk ... Processing usr/share/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/gschema.its ... Processing usr/share/gettext/its/gschema.loc ... Processing usr/share/gettext/its/polkit.its ... Processing usr/share/gettext/its/polkit.loc ... Processing usr/share/glib-2.0 ... Processing usr/share/glib-2.0/schemas ... Processing usr/share/glib-2.0/valgrind ... Processing usr/share/glib-2.0/valgrind/glib.supp ... Processing usr/share/hwloc ... Processing usr/share/hwloc/hwloc-dump-hwdata.service ... Processing usr/share/hwloc/hwloc-ps.www ... Processing usr/share/hwloc/hwloc-ps.www/README ... Processing usr/share/hwloc/hwloc-ps.www/assets ... Processing usr/share/hwloc/hwloc-ps.www/assets/index.html ... Processing usr/share/hwloc/hwloc-ps.www/assets/main.css ... Processing usr/share/hwloc/hwloc-ps.www/assets/script.js ... Processing usr/share/hwloc/hwloc-ps.www/assets/style.css ... Processing usr/share/hwloc/hwloc-ps.www/client.js ... Processing usr/share/hwloc/hwloc-ps.www/package.json ... Processing usr/share/hwloc/hwloc-valgrind.supp ... Processing usr/share/hwloc/hwloc.dtd ... Processing usr/share/hwloc/hwloc2-diff.dtd ... Processing usr/share/hwloc/hwloc2.dtd ... Processing usr/share/irssi ... Processing usr/share/irssi/help ... Processing usr/share/irssi/help/accept ... Processing usr/share/irssi/help/action ... Processing usr/share/irssi/help/admin ... Processing usr/share/irssi/help/alias ... Processing usr/share/irssi/help/away ... Processing usr/share/irssi/help/ban ... Processing usr/share/irssi/help/beep ... Processing usr/share/irssi/help/bind ... Processing usr/share/irssi/help/cat ... Processing usr/share/irssi/help/cd ... Processing usr/share/irssi/help/channel ... Processing usr/share/irssi/help/clear ... Processing usr/share/irssi/help/completion ... Processing usr/share/irssi/help/connect ... Processing usr/share/irssi/help/ctcp ... Processing usr/share/irssi/help/cycle ... Processing usr/share/irssi/help/dcc ... Processing usr/share/irssi/help/dehilight ... Processing usr/share/irssi/help/deop ... Processing usr/share/irssi/help/devoice ... Processing usr/share/irssi/help/die ... Processing usr/share/irssi/help/disconnect ... Processing usr/share/irssi/help/echo ... Processing usr/share/irssi/help/eval ... Processing usr/share/irssi/help/exec ... Processing usr/share/irssi/help/flushbuffer ... Processing usr/share/irssi/help/format ... Processing usr/share/irssi/help/hash ... Processing usr/share/irssi/help/help ... Processing usr/share/irssi/help/hilight ... Processing usr/share/irssi/help/ignore ... Processing usr/share/irssi/help/info ... Processing usr/share/irssi/help/invite ... Processing usr/share/irssi/help/irssiproxy ... Processing usr/share/irssi/help/ison ... Processing usr/share/irssi/help/join ... Processing usr/share/irssi/help/kick ... Processing usr/share/irssi/help/kickban ... Processing usr/share/irssi/help/kill ... Processing usr/share/irssi/help/knock ... Processing usr/share/irssi/help/knockout ... Processing usr/share/irssi/help/lastlog ... Processing usr/share/irssi/help/layout ... Processing usr/share/irssi/help/levels ... Processing usr/share/irssi/help/links ... Processing usr/share/irssi/help/list ... Processing usr/share/irssi/help/load ... Processing usr/share/irssi/help/log ... Processing usr/share/irssi/help/lusers ... Processing usr/share/irssi/help/map ... Processing usr/share/irssi/help/me ... Processing usr/share/irssi/help/mircdcc ... Processing usr/share/irssi/help/mode ... Processing usr/share/irssi/help/motd ... Processing usr/share/irssi/help/msg ... Processing usr/share/irssi/help/names ... Processing usr/share/irssi/help/nctcp ... Processing usr/share/irssi/help/netsplit ... Processing usr/share/irssi/help/network ... Processing usr/share/irssi/help/nick ... Processing usr/share/irssi/help/notice ... Processing usr/share/irssi/help/notify ... Processing usr/share/irssi/help/op ... Processing usr/share/irssi/help/oper ... Processing usr/share/irssi/help/otr ... Processing usr/share/irssi/help/part ... Processing usr/share/irssi/help/ping ... Processing usr/share/irssi/help/query ... Processing usr/share/irssi/help/quit ... Processing usr/share/irssi/help/quote ... Processing usr/share/irssi/help/rawlog ... Processing usr/share/irssi/help/recode ... Processing usr/share/irssi/help/reconnect ... Processing usr/share/irssi/help/rehash ... Processing usr/share/irssi/help/reload ... Processing usr/share/irssi/help/restart ... Processing usr/share/irssi/help/rmreconns ... Processing usr/share/irssi/help/rmrejoins ... Processing usr/share/irssi/help/save ... Processing usr/share/irssi/help/sconnect ... Processing usr/share/irssi/help/script ... Processing usr/share/irssi/help/scrollback ... Processing usr/share/irssi/help/server ... Processing usr/share/irssi/help/servlist ... Processing usr/share/irssi/help/set ... Processing usr/share/irssi/help/silence ... Processing usr/share/irssi/help/squery ... Processing usr/share/irssi/help/squit ... Processing usr/share/irssi/help/stats ... Processing usr/share/irssi/help/statusbar ... Processing usr/share/irssi/help/time ... Processing usr/share/irssi/help/toggle ... Processing usr/share/irssi/help/topic ... Processing usr/share/irssi/help/trace ... Processing usr/share/irssi/help/ts ... Processing usr/share/irssi/help/unalias ... Processing usr/share/irssi/help/unban ... Processing usr/share/irssi/help/unignore ... Processing usr/share/irssi/help/unload ... Processing usr/share/irssi/help/unnotify ... Processing usr/share/irssi/help/unquery ... Processing usr/share/irssi/help/unsilence ... Processing usr/share/irssi/help/upgrade ... Processing usr/share/irssi/help/uptime ... Processing usr/share/irssi/help/userhost ... Processing usr/share/irssi/help/ver ... Processing usr/share/irssi/help/version ... Processing usr/share/irssi/help/voice ... Processing usr/share/irssi/help/wait ... Processing usr/share/irssi/help/wall ... Processing usr/share/irssi/help/wallops ... Processing usr/share/irssi/help/who ... Processing usr/share/irssi/help/whois ... Processing usr/share/irssi/help/whowas ... Processing usr/share/irssi/help/window ... Processing usr/share/irssi/themes ... Processing usr/share/irssi/themes/colorless.theme ... Processing usr/share/irssi/themes/default.theme ... Processing usr/share/locale ... Processing usr/share/locale/ab ... Processing usr/share/locale/ab/LC_MESSAGES ... Processing usr/share/locale/ab/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/af/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/am ... Processing usr/share/locale/am/LC_MESSAGES ... Processing usr/share/locale/am/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/an ... Processing usr/share/locale/an/LC_MESSAGES ... Processing usr/share/locale/an/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ang ... Processing usr/share/locale/ang/LC_MESSAGES ... Processing usr/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ar/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/as/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ast/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/az/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/be/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be@latin ... Processing usr/share/locale/be@latin/LC_MESSAGES ... Processing usr/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/be@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/bg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/bn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/br ... Processing usr/share/locale/br/LC_MESSAGES ... Processing usr/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/bs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ca/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca@valencia ... Processing usr/share/locale/ca@valencia/LC_MESSAGES ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/crh ... Processing usr/share/locale/crh/LC_MESSAGES ... Processing usr/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/cs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/csb ... Processing usr/share/locale/csb/LC_MESSAGES ... Processing usr/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/cy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/da/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/de/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/de/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/dz ... Processing usr/share/locale/dz/LC_MESSAGES ... Processing usr/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/dz/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/el/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en@shaw ... Processing usr/share/locale/en@shaw/LC_MESSAGES ... Processing usr/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_CA ... Processing usr/share/locale/en_CA/LC_MESSAGES ... Processing usr/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/en_CA/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/en_GB/LC_MESSAGES ... Processing usr/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/en_GB/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/eo/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/es/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/et/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/eu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/fa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/fi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/fr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/fur/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ga ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ga/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gd ... Processing usr/share/locale/gd/LC_MESSAGES ... Processing usr/share/locale/gd/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/gl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/gu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/he/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/hi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/hr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/hu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hu/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/hy ... Processing usr/share/locale/hy/LC_MESSAGES ... Processing usr/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/hy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ia ... Processing usr/share/locale/ia/LC_MESSAGES ... Processing usr/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/id/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/io ... Processing usr/share/locale/io/LC_MESSAGES ... Processing usr/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/is ... Processing usr/share/locale/is/LC_MESSAGES ... Processing usr/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/is/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/it/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ja/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ka/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ka/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/kk ... Processing usr/share/locale/kk/LC_MESSAGES ... Processing usr/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/kk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/km ... Processing usr/share/locale/km/LC_MESSAGES ... Processing usr/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/kn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ko/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ku ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ku/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/li ... Processing usr/share/locale/li/LC_MESSAGES ... Processing usr/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/lt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/lv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mai ... Processing usr/share/locale/mai/LC_MESSAGES ... Processing usr/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/mai/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mg ... Processing usr/share/locale/mg/LC_MESSAGES ... Processing usr/share/locale/mg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mi ... Processing usr/share/locale/mi/LC_MESSAGES ... Processing usr/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/mk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ml/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mn ... Processing usr/share/locale/mn/LC_MESSAGES ... Processing usr/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/mn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mr ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/mr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ms/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/my ... Processing usr/share/locale/my/LC_MESSAGES ... Processing usr/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/nb/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nds ... Processing usr/share/locale/nds/LC_MESSAGES ... Processing usr/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/nds/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ne/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/nl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/nn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nn/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/nso ... Processing usr/share/locale/nso/LC_MESSAGES ... Processing usr/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/oc ... Processing usr/share/locale/oc/LC_MESSAGES ... Processing usr/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/oc/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/or ... Processing usr/share/locale/or/LC_MESSAGES ... Processing usr/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/or/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/pa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/pl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/ps ... Processing usr/share/locale/ps/LC_MESSAGES ... Processing usr/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ps/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/pt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ro/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ro/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ru/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/rw ... Processing usr/share/locale/rw/LC_MESSAGES ... Processing usr/share/locale/rw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/si ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/si/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/sk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/sl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/sq/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/sr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@ije ... Processing usr/share/locale/sr@ije/LC_MESSAGES ... Processing usr/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/sv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ta/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/te ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/te/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/tg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/th ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/th/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tk ... Processing usr/share/locale/tk/LC_MESSAGES ... Processing usr/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/tl ... Processing usr/share/locale/tl/LC_MESSAGES ... Processing usr/share/locale/tl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/tr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/tt ... Processing usr/share/locale/tt/LC_MESSAGES ... Processing usr/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/tt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug ... Processing usr/share/locale/ug/LC_MESSAGES ... Processing usr/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/ug/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/uk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/uz ... Processing usr/share/locale/uz/LC_MESSAGES ... Processing usr/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/uz@cyrillic ... Processing usr/share/locale/uz@cyrillic/LC_MESSAGES ... Processing usr/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/vi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/wa ... Processing usr/share/locale/wa/LC_MESSAGES ... Processing usr/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/wa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/xh ... Processing usr/share/locale/xh/LC_MESSAGES ... Processing usr/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/xh/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/yi ... Processing usr/share/locale/yi/LC_MESSAGES ... Processing usr/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/yi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/polkit-1.mo ... Processing usr/share/locale/zh_HK ... Processing usr/share/locale/zh_HK/LC_MESSAGES ... Processing usr/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/polkit-1.mo ... Processing usr/share/lua ... Processing usr/share/lua/5.1 ... Processing usr/share/polkit-1 ... Processing usr/share/polkit-1/actions ... Processing usr/share/polkit-1/actions/org.freedesktop.policykit.policy ... Processing usr/share/polkit-1/policyconfig-1.dtd ... Processing usr/share/polkit-1/rules.d ... Processing usr/share/polkit-1/rules.d/50-default.rules ... Processing usr/share/ss ... Processing usr/share/ss/ct_c.awk ... Processing usr/share/ss/ct_c.sed ... Processing usr/share/terminfo ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p ... 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 ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v ... 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 ... 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 ... Processing usr/share/xml/dbus-1 ... Processing usr/share/xml/dbus-1/busconfig.dtd ... Processing usr/share/xml/dbus-1/introspect.dtd ... Processing usr/share/xml/lttng ... Processing usr/share/xml/lttng/session.xsd ... Processing usr/share/yang ... Processing usr/share/yang/modules ... Processing usr/share/yang/modules/libyang ... Processing usr/share/yang/modules/libyang/ietf-datastores@2018-02-14.yang ... Processing usr/share/yang/modules/libyang/ietf-inet-types@2013-07-15.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-library@2019-01-04.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-metadata@2016-08-05.yang ... Processing []are/yang/modules/libyang/ietf-yang-schema-mount@2019-01-14.yang ... Processing []re/yang/modules/libyang/ietf-yang-structure-ext@2020-06-17.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-types@2013-07-15.yang ... Processing usr/share/yang/modules/libyang/yang@2022-06-16.yang ... Processing var ... Processing var/cache ... Processing var/lib ... Processing var/lib/dbus ... Processing var/lib/misc ... Processing var/lib/redis ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing var/www/forge.all.js ... Processing var/www/forge.js ... Processing var/www/jszip ... Processing var/www/jszip/js ... Processing var/www/jszip/js/jszip.min.js ... Processing var/www/ol.css ... Processing var/www/ol.js ... Processing var/www/prime.worker.js ... Build completed. >>> Generating filesystem image rootfs.tar mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/thomas/autobuild/instance-2/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/tar/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/output-1/host/bin/lzma -9 -c /home/thomas/autobuild/instance-2/output-1/images/rootfs.tar > /home/thomas/autobuild/instance-2/output-1/images/rootfs.tar.lzma ln -snf /home/thomas/autobuild/instance-2/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-2475-gce3d349384 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bubblewrap 0.7.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.0.0 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-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.19.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> daemon 0.8 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) COPYING: OK (sha256: 91329bb9be4ae0b7800081fa054e9bb760c60005b26958c1fb8461bc66bcd998) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> duktape 2.7.0 Collecting legal info LICENSE.txt: OK (sha256: c6b6659630ca6cb837afe982ecc79511bfca878b56296d628b02eb6f18789c29) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-erofs-utils 1.5 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-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> exfat 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> flac 1.4.2 Collecting legal info COPYING.Xiph: OK (sha256: 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gamin 0.1.10 Collecting legal info COPYING: OK (sha256: 7f9ffc38883325f011f331a9d6074ffd0175fbcecd57f69c577fb3845f333876) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> hwloc 2.8.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> hyperfine 1.14.0 Collecting legal info LICENSE-APACHE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) LICENSE-MIT: OK (sha256: 1dfee18c2ff07ce551de4d6a1d2db158c0380746b488a7f0d08c8e0d3568b7c3) >>> host-rustc Collecting legal info >>> host-rust-bin 1.66.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> ipset 7.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> irssi 1.4.2 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmediaart 1.9.6 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnetconf2 2.1.25 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libyang 2.1.4 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfs 4.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> liburcu 0.13.2 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> lighttpd 1.4.67 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lttng-tools 2.13.8 Collecting legal info LICENSE: OK (sha256: 068e55c7dbe597400199aee75ac5e71bdb2ca88c4c9a4cfa8e1fbc61f933eda5) LICENSES/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/GPL-2.0: OK (sha256: 6841c85b94f9dab319356e3aaf9e969fcedad51d3aaadf665bf86f34f4186b62) LICENSES/LGPL-2.1: OK (sha256: d72921266bc8452a8789f8a04a82755373990d00b7e0b0f1a8edb8f854e94d1c) LICENSES/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lua-periphery 1.1.1-1 Collecting legal info lua-periphery/LICENSE: OK (sha256: 7c60847b46f718e9651d1eca2f56bf6be09608cf08d130446a521eb8288c98e1) >>> host-luarocks 3.9.1 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> luainterpreter Collecting legal info >>> lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> nbd 3.24 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openlayers 7.2.2 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> polkit 122 Collecting legal info COPYING: OK (sha256: d2e2aa973e29c75e1b492e67ea7b7da9de2d501d49a934657971fd74f9a0b0a8) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> powerpc-utils 1.3.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> redis 7.0.7 Collecting legal info COPYING: OK (sha256: 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> squeezelite 71c012ad9ba102feb95823b7b9dc17e5305689c7 Collecting legal info LICENSE.txt: OK (sha256: dc01c3da33fea11ed918f9e437b88baa59c70401aab0dad747e33dd9e8035706) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xdg-dbus-proxy 0.1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zlog 1.2.16 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'