grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-6/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-6/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-rc1-1-g4533e42622"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-rc1\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package \ /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' frr -1 frr -1 * /var/run/frr - frrvty FRR user priv\n tss -1 tss -1 * - - - TPM2 Access Broker & Resource Management daemon\n\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /etc/frr/daemons f 640 frr frr - - - - -\n /etc/frr/daemons.conf f 640 frr frr - - - - -\n /etc/frr/frr.conf f 640 frr frr - - - - -\n /etc/frr/vtysh.conf f 640 frr frrvty - - - - -\n /etc/frr/support_bundle_commands.conf f 640 frr frr\n \n \n \n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt printf ' /dev/fuse c 666 0 0 10 229 0 0 -\n\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 4544 number of 4KB nodes: 46166 Total image size: 149423806 >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkfs.erofs /home/autobuild/autobuild/instance-6/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/background ... Processing bin/backtick ... Processing bin/base64 ... Processing bin/bash ... Processing bin/case ... Processing bin/cat ... Processing bin/cd ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/cp ... Processing bin/dash ... Processing bin/date ... Processing bin/dd ... Processing bin/define ... Processing bin/df ... Processing bin/dir ... Processing bin/dollarat ... Processing bin/echo ... Processing bin/elgetopt ... Processing bin/elgetpositionals ... Processing bin/elglob ... Processing bin/emptyenv ... Processing bin/envfile ... Processing bin/exec ... Processing bin/execline-cd ... Processing bin/execline-umask ... Processing bin/execlineb ... Processing bin/exit ... Processing bin/export ... Processing bin/false ... Processing bin/fdblock ... Processing bin/fdclose ... Processing bin/fdmove ... Processing bin/fdreserve ... Processing bin/fdswap ... Processing bin/forbacktickx ... Processing bin/foreground ... Processing bin/forstdin ... Processing bin/forx ... Processing bin/getcwd ... Processing bin/getpid ... Processing bin/heredoc ... Processing bin/homeof ... Processing bin/if ... Processing bin/ifelse ... Processing bin/ifte ... Processing bin/ifthenelse ... Processing bin/importas ... Processing bin/join ... Processing bin/kill ... Processing bin/link ... Processing bin/ln ... Processing bin/loopwhilex ... Processing bin/ls ... Processing bin/mkdir ... Processing bin/mknod ... Processing bin/mktemp ... Processing bin/more ... Processing bin/multidefine ... Processing bin/multisubstitute ... Processing bin/mv ... Processing bin/nice ... Processing bin/pipeline ... Processing bin/piperw ... Processing bin/posix-cd ... Processing bin/posix-umask ... Processing bin/printenv ... Processing bin/pwd ... Processing bin/redirfd ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/rngseed ... Processing bin/runblock ... Processing bin/s6-accessrules-cdb-from-fs ... Processing bin/s6-accessrules-fs-from-cdb ... Processing bin/s6-applyuidgid ... Processing bin/s6-chroot ... Processing bin/s6-cleanfifodir ... Processing bin/s6-connlimit ... Processing bin/s6-envdir ... Processing bin/s6-envuidgid ... Processing bin/s6-fdholder-daemon ... Processing bin/s6-fdholder-delete ... Processing bin/s6-fdholder-getdump ... Processing bin/s6-fdholder-list ... Processing bin/s6-fdholder-retrieve ... Processing bin/s6-fdholder-setdump ... Processing bin/s6-fdholder-store ... Processing bin/s6-fdholder-transferdump ... Processing bin/s6-fdholderd ... Processing bin/s6-fghack ... Processing bin/s6-freeramdisk ... Processing bin/s6-ftrig-listen ... Processing bin/s6-ftrig-listen1 ... Processing bin/s6-ftrig-notify ... Processing bin/s6-ftrig-wait ... Processing bin/s6-ftrigrd ... Processing bin/s6-hostname ... Processing bin/s6-ioconnect ... Processing bin/s6-ipcclient ... Processing bin/s6-ipcserver ... Processing bin/s6-ipcserver-access ... Processing bin/s6-ipcserver-socketbinder ... Processing bin/s6-ipcserverd ... Processing bin/s6-log ... Processing bin/s6-logwatch ... Processing bin/s6-mkfifodir ... Processing bin/s6-mount ... Processing bin/s6-notifyoncheck ... Processing bin/s6-permafailon ... Processing bin/s6-pivotchroot ... Processing bin/s6-ps ... Processing bin/s6-rc ... Processing bin/s6-rc-bundle ... Processing bin/s6-rc-compile ... Processing bin/s6-rc-db ... Processing bin/s6-rc-dryrun ... Processing bin/s6-rc-format-upgrade ... Processing bin/s6-rc-init ... Processing bin/s6-rc-update ... Processing bin/s6-setlock ... Processing bin/s6-setsid ... Processing bin/s6-setuidgid ... Processing bin/s6-socklog ... Processing bin/s6-softlimit ... Processing bin/s6-sudo ... Processing bin/s6-sudoc ... Processing bin/s6-sudod ... Processing bin/s6-supervise ... Processing bin/s6-svc ... Processing bin/s6-svdt ... Processing bin/s6-svdt-clear ... Processing bin/s6-svlink ... Processing bin/s6-svlisten ... Processing bin/s6-svlisten1 ... Processing bin/s6-svok ... Processing bin/s6-svperms ... Processing bin/s6-svscan ... Processing bin/s6-svscanctl ... Processing bin/s6-svstat ... Processing bin/s6-svunlink ... Processing bin/s6-svwait ... Processing bin/s6-swapoff ... Processing bin/s6-swapon ... Processing bin/s6-tai64n ... Processing bin/s6-tai64nlocal ... Processing bin/s6-umount ... Processing bin/s6-usertree-maker ... Processing bin/s6lockd ... Processing bin/sh ... Processing bin/shift ... Processing bin/sleep ... Processing bin/stty ... Processing bin/sync ... Processing bin/touch ... Processing bin/trap ... Processing bin/true ... Processing bin/tryexec ... Processing bin/ucspilogd ... Processing bin/umask ... Processing bin/uname ... Processing bin/unexport ... Processing bin/vdir ... Processing bin/wait ... Processing bin/withstdinas ... Processing bin/zsh ... Processing dev ... Processing dev/console ... Processing dev/fb0 ... Processing dev/fb1 ... Processing dev/fb2 ... Processing dev/fb3 ... Processing dev/fd ... Processing dev/fuse ... Processing dev/hda ... Processing dev/hda1 ... Processing dev/hda10 ... Processing dev/hda11 ... Processing dev/hda12 ... Processing dev/hda13 ... Processing dev/hda14 ... Processing dev/hda15 ... Processing dev/hda2 ... Processing dev/hda3 ... Processing dev/hda4 ... Processing dev/hda5 ... Processing dev/hda6 ... Processing dev/hda7 ... Processing dev/hda8 ... Processing dev/hda9 ... Processing dev/hdb ... Processing dev/hdb1 ... Processing dev/hdb10 ... Processing dev/hdb11 ... Processing dev/hdb12 ... Processing dev/hdb13 ... Processing dev/hdb14 ... Processing dev/hdb15 ... Processing dev/hdb2 ... Processing dev/hdb3 ... Processing dev/hdb4 ... Processing dev/hdb5 ... Processing dev/hdb6 ... Processing dev/hdb7 ... Processing dev/hdb8 ... Processing dev/hdb9 ... Processing dev/hvc0 ... Processing dev/hvc1 ... Processing dev/hvc2 ... Processing dev/hvc3 ... Processing dev/i2c-0 ... Processing dev/i2c-1 ... Processing dev/i2c-2 ... Processing dev/i2c-3 ... Processing dev/input ... Processing dev/input/event0 ... Processing dev/input/event1 ... Processing dev/input/event2 ... Processing dev/input/event3 ... Processing dev/input/mice ... Processing dev/input/mouse0 ... Processing dev/input/mouse1 ... Processing dev/input/mouse2 ... Processing dev/input/mouse3 ... Processing dev/kmem ... Processing dev/log ... Processing dev/loop0 ... Processing dev/loop1 ... Processing dev/mem ... Processing dev/mtd0 ... Processing dev/mtd1 ... Processing dev/mtd2 ... Processing dev/mtd3 ... Processing dev/mtdblock0 ... Processing dev/mtdblock1 ... Processing dev/mtdblock2 ... Processing dev/mtdblock3 ... Processing dev/net ... Processing dev/net/tun ... Processing dev/null ... Processing dev/psaux ... Processing dev/ptmx ... Processing dev/pts ... Processing dev/ptyp0 ... Processing dev/ptyp1 ... Processing dev/ptyp2 ... Processing dev/ptyp3 ... Processing dev/ptyp4 ... Processing dev/ptyp5 ... Processing dev/ptyp6 ... Processing dev/ptyp7 ... Processing dev/ptyp8 ... Processing dev/ptyp9 ... Processing dev/ram ... Processing dev/ram0 ... Processing dev/ram1 ... Processing dev/ram2 ... Processing dev/ram3 ... Processing dev/random ... Processing dev/rtc ... Processing dev/sda ... Processing dev/sda1 ... Processing dev/sda10 ... Processing dev/sda11 ... Processing dev/sda12 ... Processing dev/sda13 ... Processing dev/sda14 ... Processing dev/sda15 ... Processing dev/sda2 ... Processing dev/sda3 ... Processing dev/sda4 ... Processing dev/sda5 ... Processing dev/sda6 ... Processing dev/sda7 ... Processing dev/sda8 ... Processing dev/sda9 ... Processing dev/sdb ... Processing dev/sdb1 ... Processing dev/sdb10 ... Processing dev/sdb11 ... Processing dev/sdb12 ... Processing dev/sdb13 ... Processing dev/sdb14 ... Processing dev/sdb15 ... Processing dev/sdb2 ... Processing dev/sdb3 ... Processing dev/sdb4 ... Processing dev/sdb5 ... Processing dev/sdb6 ... Processing dev/sdb7 ... Processing dev/sdb8 ... Processing dev/sdb9 ... Processing dev/shm ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing dev/tty ... Processing dev/tty0 ... Processing dev/tty1 ... Processing dev/tty2 ... Processing dev/tty3 ... Processing dev/tty4 ... Processing dev/tty5 ... Processing dev/tty6 ... Processing dev/tty7 ... Processing dev/ttyAM0 ... Processing dev/ttyAM1 ... Processing dev/ttyAM2 ... Processing dev/ttyAMA0 ... Processing dev/ttyAMA1 ... Processing dev/ttyAMA2 ... Processing dev/ttyAMA3 ... Processing dev/ttyBF0 ... Processing dev/ttyBF1 ... Processing dev/ttyCPM0 ... Processing dev/ttyCPM1 ... Processing dev/ttyCPM2 ... Processing dev/ttyCPM3 ... Processing dev/ttyP0 ... Processing dev/ttyP1 ... Processing dev/ttyP2 ... Processing dev/ttyP3 ... Processing dev/ttyPSC0 ... Processing dev/ttyPSC1 ... Processing dev/ttyPSC2 ... Processing dev/ttyPSC3 ... Processing dev/ttyS0 ... Processing dev/ttyS1 ... Processing dev/ttyS2 ... Processing dev/ttyS3 ... Processing dev/ttySAC0 ... Processing dev/ttySAC1 ... Processing dev/ttySAC2 ... Processing dev/ttySAC3 ... Processing dev/ttySC0 ... Processing dev/ttySC1 ... Processing dev/ttySC2 ... Processing dev/ttySC3 ... Processing dev/ttySC4 ... Processing dev/ttySC5 ... Processing dev/ttySC6 ... Processing dev/ttySC7 ... Processing dev/ttyUL0 ... Processing dev/ttyUL1 ... Processing dev/ttyUL2 ... Processing dev/ttyUL3 ... Processing dev/ttymxc0 ... Processing dev/ttymxc1 ... Processing dev/ttymxc2 ... Processing dev/ttymxc3 ... Processing dev/ttyp0 ... Processing dev/ttyp1 ... Processing dev/ttyp2 ... Processing dev/ttyp3 ... Processing dev/ttyp4 ... Processing dev/ttyp5 ... Processing dev/ttyp6 ... Processing dev/ttyp7 ... Processing dev/ttyp8 ... Processing dev/ttyp9 ... Processing dev/uba ... Processing dev/uba1 ... Processing dev/uba2 ... Processing dev/uba3 ... Processing dev/uba4 ... Processing dev/uba5 ... Processing dev/uba6 ... Processing dev/ubb ... Processing dev/ubb1 ... Processing dev/ubb2 ... Processing dev/ubb3 ... Processing dev/ubb4 ... Processing dev/ubb5 ... Processing dev/ubb6 ... Processing dev/urandom ... Processing dev/video0 ... Processing dev/video1 ... Processing dev/video2 ... Processing dev/video3 ... Processing dev/zero ... Processing etc ... Processing etc/bindresvport.blacklist ... Processing etc/c-icap.conf ... Processing etc/c-icap.magic ... Processing etc/dbus-1 ... Processing etc/dbus-1/system.d ... Processing etc/dbus-1/system.d/tpm2-abrmd.conf ... Processing etc/easy-rsa ... Processing etc/easy-rsa/openssl-easyrsa.cnf ... Processing etc/easy-rsa/vars ... Processing etc/easy-rsa/x509-types ... Processing etc/easy-rsa/x509-types/COMMON ... Processing etc/easy-rsa/x509-types/ca ... Processing etc/easy-rsa/x509-types/client ... Processing etc/easy-rsa/x509-types/code-signing ... Processing etc/easy-rsa/x509-types/email ... Processing etc/easy-rsa/x509-types/kdc ... Processing etc/easy-rsa/x509-types/server ... Processing etc/easy-rsa/x509-types/serverClient ... Processing etc/exports ... Processing etc/frr ... Processing etc/frr/daemons ... Processing etc/frr/daemons.conf ... Processing etc/frr/frr.conf ... Processing etc/frr/support_bundle_commands.conf ... Processing etc/frr/vtysh.conf ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S29netplug ... Processing etc/init.d/S50dante ... Processing etc/init.d/S50frr ... Processing etc/init.d/S80tpm2-abrmd ... Processing etc/init.d/S96cicap ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/inputrc ... Processing etc/iscsi ... Processing etc/iscsi/iscsid.conf ... Processing etc/isns ... Processing etc/isns/isnsadm.conf ... Processing etc/isns/isnsd.conf ... Processing etc/isns/isnsdd.conf ... Processing etc/issue ... Processing etc/libnl ... Processing etc/libnl/classid ... Processing etc/libnl/pktloc ... Processing etc/logrotate.d ... Processing etc/logrotate.d/iscsiuiolog ... Processing etc/mtab ... Processing etc/netconfig ... Processing etc/netplug ... Processing etc/netplug/netplugd.conf ... Processing etc/netplug.d ... Processing etc/netplug.d/netplug ... 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/nfsmount.conf ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/php.ini ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/bash_completion.sh ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/rc.d ... Processing etc/rc.d/init.d ... Processing etc/rc.d/init.d/netplugd ... Processing etc/resolv.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/sockd.conf ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/certs/002c0b4f.0 ... Processing etc/ssl/certs/02265526.0 ... Processing etc/ssl/certs/062cdee6.0 ... Processing etc/ssl/certs/064e0aa9.0 ... Processing etc/ssl/certs/06dc52d5.0 ... Processing etc/ssl/certs/08063a00.0 ... Processing etc/ssl/certs/09789157.0 ... Processing etc/ssl/certs/0a775a30.0 ... Processing etc/ssl/certs/0b1b94ef.0 ... Processing etc/ssl/certs/0b9bc432.0 ... Processing etc/ssl/certs/0bf05006.0 ... Processing etc/ssl/certs/0f5dc4f3.0 ... Processing etc/ssl/certs/0f6fa695.0 ... Processing etc/ssl/certs/1001acf7.0 ... Processing etc/ssl/certs/106f3e4d.0 ... Processing etc/ssl/certs/14bc7599.0 ... Processing etc/ssl/certs/18856ac4.0 ... Processing etc/ssl/certs/1d3472b9.0 ... Processing etc/ssl/certs/1e08bfd1.0 ... Processing etc/ssl/certs/1e09d511.0 ... Processing etc/ssl/certs/244b5494.0 ... Processing etc/ssl/certs/2923b3f9.0 ... Processing etc/ssl/certs/2ae6433e.0 ... Processing etc/ssl/certs/2b349938.0 ... Processing etc/ssl/certs/32888f65.0 ... Processing etc/ssl/certs/3513523f.0 ... Processing etc/ssl/certs/3bde41ac.0 ... Processing etc/ssl/certs/3bde41ac.1 ... Processing etc/ssl/certs/3e44d2f7.0 ... Processing etc/ssl/certs/3e45d192.0 ... Processing etc/ssl/certs/3fb36b73.0 ... Processing etc/ssl/certs/40193066.0 ... Processing etc/ssl/certs/4042bcee.0 ... Processing etc/ssl/certs/40547a79.0 ... Processing etc/ssl/certs/406c9bb1.0 ... Processing etc/ssl/certs/48bec511.0 ... Processing etc/ssl/certs/4b718d9b.0 ... Processing etc/ssl/certs/4bfab552.0 ... Processing etc/ssl/certs/4f316efb.0 ... Processing etc/ssl/certs/5273a94c.0 ... Processing etc/ssl/certs/5443e9e3.0 ... Processing etc/ssl/certs/54657681.0 ... Processing etc/ssl/certs/57bcb2da.0 ... Processing etc/ssl/certs/5860aaa6.0 ... Processing etc/ssl/certs/5931b5bc.0 ... Processing etc/ssl/certs/5a7722fb.0 ... Processing etc/ssl/certs/5ad8a5d6.0 ... Processing etc/ssl/certs/5cd81ad7.0 ... Processing etc/ssl/certs/5d3033c5.0 ... Processing etc/ssl/certs/5e98733a.0 ... Processing etc/ssl/certs/5f15c80c.0 ... Processing etc/ssl/certs/5f618aec.0 ... Processing etc/ssl/certs/607986c7.0 ... Processing etc/ssl/certs/626dceaf.0 ... Processing etc/ssl/certs/653b494a.0 ... Processing etc/ssl/certs/66445960.0 ... Processing etc/ssl/certs/68dd7389.0 ... Processing etc/ssl/certs/6b99d060.0 ... Processing etc/ssl/certs/6d41d539.0 ... Processing etc/ssl/certs/6fa5da56.0 ... Processing etc/ssl/certs/706f604c.0 ... Processing etc/ssl/certs/749e9e03.0 ... Processing etc/ssl/certs/75d1b2ed.0 ... Processing etc/ssl/certs/76faf6c0.0 ... Processing etc/ssl/certs/7719f463.0 ... Processing etc/ssl/certs/773e07ad.0 ... Processing etc/ssl/certs/7a3adc42.0 ... Processing etc/ssl/certs/7a780d93.0 ... Processing etc/ssl/certs/7aaf71c0.0 ... Processing etc/ssl/certs/7f3d5d1d.0 ... Processing etc/ssl/certs/8160b96c.0 ... Processing etc/ssl/certs/8508e720.0 ... Processing etc/ssl/certs/8cb5ee0f.0 ... Processing etc/ssl/certs/8d86cdd1.0 ... Processing etc/ssl/certs/8d89cda1.0 ... Processing etc/ssl/certs/8f103249.0 ... Processing etc/ssl/certs/90c5a3c8.0 ... Processing etc/ssl/certs/930ac5d2.0 ... Processing etc/ssl/certs/93bc0acc.0 ... Processing etc/ssl/certs/9482e63a.0 ... Processing etc/ssl/certs/9846683b.0 ... Processing etc/ssl/certs/988a38cb.0 ... Processing etc/ssl/certs/9b5697b0.0 ... Processing etc/ssl/certs/9c8dfbd4.0 ... Processing etc/ssl/certs/9d04f354.0 ... Processing etc/ssl/certs/9ef4a08a.0 ... Processing etc/ssl/certs/9f727ac7.0 ... Processing etc/ssl/certs/ACCVRAIZ1.pem ... Processing etc/ssl/certs/AC_RAIZ_FNMT-RCM.pem ... Processing etc/ssl/certs/AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem ... Processing etc/ssl/certs/ANF_Secure_Server_Root_CA.pem ... Processing etc/ssl/certs/Actalis_Authentication_Root_CA.pem ... Processing etc/ssl/certs/AffirmTrust_Commercial.pem ... Processing etc/ssl/certs/AffirmTrust_Networking.pem ... Processing etc/ssl/certs/AffirmTrust_Premium.pem ... Processing etc/ssl/certs/AffirmTrust_Premium_ECC.pem ... Processing etc/ssl/certs/Amazon_Root_CA_1.pem ... Processing etc/ssl/certs/Amazon_Root_CA_2.pem ... Processing etc/ssl/certs/Amazon_Root_CA_3.pem ... Processing etc/ssl/certs/Amazon_Root_CA_4.pem ... Processing etc/ssl/certs/Atos_TrustedRoot_2011.pem ... Processing []s/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem ... Processing []Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem ... Processing etc/ssl/certs/Baltimore_CyberTrust_Root.pem ... Processing etc/ssl/certs/Buypass_Class_2_Root_CA.pem ... Processing etc/ssl/certs/Buypass_Class_3_Root_CA.pem ... Processing etc/ssl/certs/CA_Disig_Root_R2.pem ... Processing etc/ssl/certs/CFCA_EV_ROOT.pem ... Processing etc/ssl/certs/COMODO_Certification_Authority.pem ... Processing etc/ssl/certs/COMODO_ECC_Certification_Authority.pem ... Processing etc/ssl/certs/COMODO_RSA_Certification_Authority.pem ... Processing etc/ssl/certs/Certainly_Root_E1.pem ... Processing etc/ssl/certs/Certainly_Root_R1.pem ... Processing etc/ssl/certs/Certigna.pem ... Processing etc/ssl/certs/Certigna_Root_CA.pem ... Processing etc/ssl/certs/Certum_EC-384_CA.pem ... Processing etc/ssl/certs/Certum_Trusted_Network_CA.pem ... Processing etc/ssl/certs/Certum_Trusted_Network_CA_2.pem ... Processing etc/ssl/certs/Certum_Trusted_Root_CA.pem ... Processing etc/ssl/certs/Comodo_AAA_Services_root.pem ... Processing etc/ssl/certs/D-TRUST_BR_Root_CA_1_2020.pem ... Processing etc/ssl/certs/D-TRUST_EV_Root_CA_1_2020.pem ... Processing etc/ssl/certs/D-TRUST_Root_Class_3_CA_2_2009.pem ... Processing etc/ssl/certs/D-TRUST_Root_Class_3_CA_2_EV_2009.pem ... Processing etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem ... Processing etc/ssl/certs/DigiCert_Assured_ID_Root_G2.pem ... Processing etc/ssl/certs/DigiCert_Assured_ID_Root_G3.pem ... Processing etc/ssl/certs/DigiCert_Global_Root_CA.pem ... Processing etc/ssl/certs/DigiCert_Global_Root_G2.pem ... Processing etc/ssl/certs/DigiCert_Global_Root_G3.pem ... Processing etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem ... Processing etc/ssl/certs/DigiCert_TLS_ECC_P384_Root_G5.pem ... Processing etc/ssl/certs/DigiCert_TLS_RSA4096_Root_G5.pem ... Processing etc/ssl/certs/DigiCert_Trusted_Root_G4.pem ... Processing etc/ssl/certs/E-Tugra_Certification_Authority.pem ... Processing etc/ssl/certs/E-Tugra_Global_Root_CA_ECC_v3.pem ... Processing etc/ssl/certs/E-Tugra_Global_Root_CA_RSA_v3.pem ... Processing etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem ... Processing etc/ssl/certs/Entrust_Root_Certification_Authority.pem ... Processing etc/ssl/certs/Entrust_Root_Certification_Authority_-_EC1.pem ... Processing etc/ssl/certs/Entrust_Root_Certification_Authority_-_G2.pem ... Processing etc/ssl/certs/Entrust_Root_Certification_Authority_-_G4.pem ... Processing etc/ssl/certs/GDCA_TrustAUTH_R5_ROOT.pem ... Processing etc/ssl/certs/GLOBALTRUST_2020.pem ... Processing etc/ssl/certs/GTS_Root_R1.pem ... Processing etc/ssl/certs/GTS_Root_R2.pem ... Processing etc/ssl/certs/GTS_Root_R3.pem ... Processing etc/ssl/certs/GTS_Root_R4.pem ... Processing etc/ssl/certs/GlobalSign_ECC_Root_CA_-_R4.pem ... Processing etc/ssl/certs/GlobalSign_ECC_Root_CA_-_R5.pem ... Processing etc/ssl/certs/GlobalSign_Root_CA.pem ... Processing etc/ssl/certs/GlobalSign_Root_CA_-_R3.pem ... Processing etc/ssl/certs/GlobalSign_Root_CA_-_R6.pem ... Processing etc/ssl/certs/GlobalSign_Root_E46.pem ... Processing etc/ssl/certs/GlobalSign_Root_R46.pem ... Processing etc/ssl/certs/Go_Daddy_Class_2_CA.pem ... Processing etc/ssl/certs/Go_Daddy_Root_Certificate_Authority_-_G2.pem ... Processing etc/ssl/certs/HARICA_TLS_ECC_Root_CA_2021.pem ... Processing etc/ssl/certs/HARICA_TLS_RSA_Root_CA_2021.pem ... Processing []Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem ... Processing []rts/Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem ... Processing etc/ssl/certs/HiPKI_Root_CA_-_G1.pem ... Processing etc/ssl/certs/Hongkong_Post_Root_CA_1.pem ... Processing etc/ssl/certs/Hongkong_Post_Root_CA_3.pem ... Processing etc/ssl/certs/ISRG_Root_X1.pem ... Processing etc/ssl/certs/ISRG_Root_X2.pem ... Processing etc/ssl/certs/IdenTrust_Commercial_Root_CA_1.pem ... Processing etc/ssl/certs/IdenTrust_Public_Sector_Root_CA_1.pem ... Processing etc/ssl/certs/Izenpe.com.pem ... Processing etc/ssl/certs/Microsec_e-Szigno_Root_CA_2009.pem ... Processing etc/ssl/certs/Microsoft_ECC_Root_Certificate_Authority_2017.pem ... Processing etc/ssl/certs/Microsoft_RSA_Root_Certificate_Authority_2017.pem ... Processing etc/ssl/certs/NAVER_Global_Root_Certification_Authority.pem ... Processing etc/ssl/certs/NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem ... Processing etc/ssl/certs/OISTE_WISeKey_Global_Root_GB_CA.pem ... Processing etc/ssl/certs/OISTE_WISeKey_Global_Root_GC_CA.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_1_G3.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_2.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_2_G3.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_3.pem ... Processing etc/ssl/certs/QuoVadis_Root_CA_3_G3.pem ... Processing etc/ssl/certs/SSL.com_EV_Root_Certification_Authority_ECC.pem ... Processing etc/ssl/certs/SSL.com_EV_Root_Certification_Authority_RSA_R2.pem ... Processing etc/ssl/certs/SSL.com_Root_Certification_Authority_ECC.pem ... Processing etc/ssl/certs/SSL.com_Root_Certification_Authority_RSA.pem ... Processing etc/ssl/certs/SZAFIR_ROOT_CA2.pem ... Processing etc/ssl/certs/SecureSign_RootCA11.pem ... Processing etc/ssl/certs/SecureTrust_CA.pem ... Processing etc/ssl/certs/Secure_Global_CA.pem ... Processing etc/ssl/certs/Security_Communication_ECC_RootCA1.pem ... Processing etc/ssl/certs/Security_Communication_RootCA2.pem ... Processing etc/ssl/certs/Security_Communication_RootCA3.pem ... Processing etc/ssl/certs/Security_Communication_Root_CA.pem ... Processing etc/ssl/certs/Starfield_Class_2_CA.pem ... Processing etc/ssl/certs/Starfield_Root_Certificate_Authority_-_G2.pem ... Processing []sl/certs/Starfield_Services_Root_Certificate_Authority_-_G2.pem ... Processing etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem ... Processing etc/ssl/certs/SwissSign_Silver_CA_-_G2.pem ... Processing etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem ... Processing etc/ssl/certs/T-TeleSec_GlobalRoot_Class_3.pem ... Processing etc/ssl/certs/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem ... Processing etc/ssl/certs/TWCA_Global_Root_CA.pem ... Processing etc/ssl/certs/TWCA_Root_Certification_Authority.pem ... Processing etc/ssl/certs/TeliaSonera_Root_CA_v1.pem ... Processing etc/ssl/certs/Telia_Root_CA_v2.pem ... Processing etc/ssl/certs/TrustCor_ECA-1.pem ... Processing etc/ssl/certs/TrustCor_RootCert_CA-1.pem ... Processing etc/ssl/certs/TrustCor_RootCert_CA-2.pem ... Processing etc/ssl/certs/Trustwave_Global_Certification_Authority.pem ... Processing []ssl/certs/Trustwave_Global_ECC_P256_Certification_Authority.pem ... Processing []ssl/certs/Trustwave_Global_ECC_P384_Certification_Authority.pem ... Processing etc/ssl/certs/TunTrust_Root_CA.pem ... Processing etc/ssl/certs/UCA_Extended_Validation_Root.pem ... Processing etc/ssl/certs/UCA_Global_G2_Root.pem ... Processing etc/ssl/certs/USERTrust_ECC_Certification_Authority.pem ... Processing etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem ... Processing etc/ssl/certs/XRamp_Global_CA_Root.pem ... Processing etc/ssl/certs/a3418fda.0 ... Processing etc/ssl/certs/a94d09e5.0 ... Processing etc/ssl/certs/aee5f10d.0 ... Processing etc/ssl/certs/b0e59380.0 ... Processing etc/ssl/certs/b1159c4c.0 ... Processing etc/ssl/certs/b433981b.0 ... Processing etc/ssl/certs/b66938e9.0 ... Processing etc/ssl/certs/b727005e.0 ... Processing etc/ssl/certs/b7a5b843.0 ... Processing etc/ssl/certs/b81b93f0.0 ... Processing etc/ssl/certs/bf53fb88.0 ... Processing etc/ssl/certs/c01eb047.0 ... Processing etc/ssl/certs/c28a8a30.0 ... Processing etc/ssl/certs/ca-certificates.crt ... Processing etc/ssl/certs/ca6e4ad9.0 ... Processing etc/ssl/certs/cbf06781.0 ... Processing etc/ssl/certs/cc450945.0 ... Processing etc/ssl/certs/cd58d51e.0 ... Processing etc/ssl/certs/cd8c0d63.0 ... Processing etc/ssl/certs/ce5e74ef.0 ... Processing etc/ssl/certs/certSIGN_ROOT_CA.pem ... Processing etc/ssl/certs/certSIGN_Root_CA_G2.pem ... Processing etc/ssl/certs/d4dae3dd.0 ... Processing etc/ssl/certs/d52c538d.0 ... Processing etc/ssl/certs/d6325660.0 ... Processing etc/ssl/certs/d7e8dc79.0 ... Processing etc/ssl/certs/d887a5bb.0 ... Processing etc/ssl/certs/dc4d6a89.0 ... Processing etc/ssl/certs/dd8e9d41.0 ... Processing etc/ssl/certs/de6d66f3.0 ... Processing etc/ssl/certs/e-Szigno_Root_CA_2017.pem ... Processing etc/ssl/certs/e113c810.0 ... Processing etc/ssl/certs/e18bfb83.0 ... Processing etc/ssl/certs/e35234b1.0 ... Processing etc/ssl/certs/e36a6752.0 ... Processing etc/ssl/certs/e73d606e.0 ... Processing etc/ssl/certs/e868b802.0 ... Processing etc/ssl/certs/e8de2f56.0 ... Processing etc/ssl/certs/ePKI_Root_Certification_Authority.pem ... Processing etc/ssl/certs/ecccd8db.0 ... Processing etc/ssl/certs/ed858448.0 ... Processing etc/ssl/certs/ee64a828.0 ... Processing etc/ssl/certs/eed8c118.0 ... Processing etc/ssl/certs/ef954a4e.0 ... Processing etc/ssl/certs/emSign_ECC_Root_CA_-_C3.pem ... Processing etc/ssl/certs/emSign_ECC_Root_CA_-_G3.pem ... Processing etc/ssl/certs/emSign_Root_CA_-_C1.pem ... Processing etc/ssl/certs/emSign_Root_CA_-_G1.pem ... Processing etc/ssl/certs/f081611a.0 ... Processing etc/ssl/certs/f0c70a8d.0 ... Processing etc/ssl/certs/f249de83.0 ... Processing etc/ssl/certs/f30dd6ad.0 ... Processing etc/ssl/certs/f3377b1b.0 ... Processing etc/ssl/certs/f387163d.0 ... Processing etc/ssl/certs/f39fc864.0 ... Processing etc/ssl/certs/f51bb24c.0 ... Processing etc/ssl/certs/fa5da96b.0 ... Processing etc/ssl/certs/fc5a8f99.0 ... Processing etc/ssl/certs/fd64f3fc.0 ... Processing etc/ssl/certs/fe8a2cd8.0 ... Processing etc/ssl/certs/feffd413.0 ... Processing etc/ssl/certs/ff34af3f.0 ... Processing etc/ssl/certs/vTrus_ECC_Root_CA.pem ... Processing etc/ssl/certs/vTrus_Root_CA.pem ... 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/tcsd.conf ... Processing etc/udev ... Processing etc/udev/rules.d ... Processing etc/udev/rules.d/50-iscsi-firmware-login.rules ... Processing include ... Processing include/execline ... Processing include/execline/config.h ... Processing include/execline/execline.h ... Processing include/s6 ... Processing include/s6/accessrules.h ... Processing include/s6/compat.h ... Processing include/s6/config.h ... Processing include/s6/fdholder.h ... Processing include/s6/ftrigr.h ... Processing include/s6/ftrigw.h ... Processing include/s6/lock.h ... Processing include/s6/s6.h ... Processing include/s6/supervise.h ... Processing include/s6-linux-utils ... Processing include/s6-linux-utils/config.h ... Processing include/s6-rc ... Processing include/s6-rc/config.h ... Processing include/s6-rc/s6rc-constants.h ... Processing include/s6-rc/s6rc-db.h ... Processing include/s6-rc/s6rc-servicedir.h ... Processing include/s6-rc/s6rc-utils.h ... Processing include/s6-rc/s6rc.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 lib/firmware ... Processing lib/firmware/b43 ... Processing lib/firmware/b43/a0g0bsinitvals5.fw ... Processing lib/firmware/b43/a0g0bsinitvals9.fw ... Processing lib/firmware/b43/a0g0initvals5.fw ... Processing lib/firmware/b43/a0g0initvals9.fw ... Processing lib/firmware/b43/a0g1bsinitvals13.fw ... Processing lib/firmware/b43/a0g1bsinitvals5.fw ... Processing lib/firmware/b43/a0g1bsinitvals9.fw ... Processing lib/firmware/b43/a0g1initvals13.fw ... Processing lib/firmware/b43/a0g1initvals5.fw ... Processing lib/firmware/b43/a0g1initvals9.fw ... Processing lib/firmware/b43/b0g0bsinitvals13.fw ... Processing lib/firmware/b43/b0g0bsinitvals5.fw ... Processing lib/firmware/b43/b0g0bsinitvals9.fw ... Processing lib/firmware/b43/b0g0initvals13.fw ... Processing lib/firmware/b43/b0g0initvals5.fw ... Processing lib/firmware/b43/b0g0initvals9.fw ... Processing lib/firmware/b43/ht0bsinitvals26.fw ... Processing lib/firmware/b43/ht0bsinitvals29.fw ... Processing lib/firmware/b43/ht0initvals26.fw ... Processing lib/firmware/b43/ht0initvals29.fw ... Processing lib/firmware/b43/lcn0bsinitvals24.fw ... Processing lib/firmware/b43/lcn0bsinitvals25.fw ... Processing lib/firmware/b43/lcn0bsinitvals26.fw ... Processing lib/firmware/b43/lcn0initvals24.fw ... Processing lib/firmware/b43/lcn0initvals25.fw ... Processing lib/firmware/b43/lcn0initvals26.fw ... Processing lib/firmware/b43/lcn1bsinitvals24.fw ... Processing lib/firmware/b43/lcn1bsinitvals25.fw ... Processing lib/firmware/b43/lcn1bsinitvals26.fw ... Processing lib/firmware/b43/lcn1initvals24.fw ... Processing lib/firmware/b43/lcn1initvals25.fw ... Processing lib/firmware/b43/lcn1initvals26.fw ... Processing lib/firmware/b43/lcn2bsinitvals24.fw ... Processing lib/firmware/b43/lcn2bsinitvals25.fw ... Processing lib/firmware/b43/lcn2bsinitvals26.fw ... Processing lib/firmware/b43/lcn2initvals24.fw ... Processing lib/firmware/b43/lcn2initvals25.fw ... Processing lib/firmware/b43/lcn2initvals26.fw ... Processing lib/firmware/b43/lcn400bsinitvals33.fw ... Processing lib/firmware/b43/lcn400initvals33.fw ... Processing lib/firmware/b43/lp0bsinitvals13.fw ... Processing lib/firmware/b43/lp0bsinitvals14.fw ... Processing lib/firmware/b43/lp0bsinitvals15.fw ... Processing lib/firmware/b43/lp0bsinitvals16.fw ... Processing lib/firmware/b43/lp0initvals13.fw ... Processing lib/firmware/b43/lp0initvals14.fw ... Processing lib/firmware/b43/lp0initvals15.fw ... Processing lib/firmware/b43/lp0initvals16.fw ... Processing lib/firmware/b43/lp1bsinitvals20.fw ... Processing lib/firmware/b43/lp1bsinitvals22.fw ... Processing lib/firmware/b43/lp1initvals20.fw ... Processing lib/firmware/b43/lp1initvals22.fw ... Processing lib/firmware/b43/lp2bsinitvals19.fw ... Processing lib/firmware/b43/lp2initvals19.fw ... Processing lib/firmware/b43/n0absinitvals11.fw ... Processing lib/firmware/b43/n0bsinitvals11.fw ... Processing lib/firmware/b43/n0bsinitvals16.fw ... Processing lib/firmware/b43/n0bsinitvals17.fw ... Processing lib/firmware/b43/n0bsinitvals22.fw ... Processing lib/firmware/b43/n0bsinitvals24.fw ... Processing lib/firmware/b43/n0bsinitvals25.fw ... Processing lib/firmware/b43/n0initvals11.fw ... Processing lib/firmware/b43/n0initvals16.fw ... Processing lib/firmware/b43/n0initvals17.fw ... Processing lib/firmware/b43/n0initvals22.fw ... Processing lib/firmware/b43/n0initvals24.fw ... Processing lib/firmware/b43/n0initvals25.fw ... Processing lib/firmware/b43/n16bsinitvals30.fw ... Processing lib/firmware/b43/n16initvals30.fw ... Processing lib/firmware/b43/n18bsinitvals32.fw ... Processing lib/firmware/b43/n18initvals32.fw ... Processing lib/firmware/b43/n1bsinitvals20.fw ... Processing lib/firmware/b43/n1initvals20.fw ... Processing lib/firmware/b43/n2bsinitvals19.fw ... Processing lib/firmware/b43/n2initvals19.fw ... Processing lib/firmware/b43/pcm5.fw ... Processing lib/firmware/b43/sslpn0bsinitvals16.fw ... Processing lib/firmware/b43/sslpn0initvals16.fw ... Processing lib/firmware/b43/sslpn1bsinitvals20.fw ... Processing lib/firmware/b43/sslpn1bsinitvals27.fw ... Processing lib/firmware/b43/sslpn1initvals20.fw ... Processing lib/firmware/b43/sslpn1initvals27.fw ... Processing lib/firmware/b43/sslpn2bsinitvals19.fw ... Processing lib/firmware/b43/sslpn2initvals19.fw ... Processing lib/firmware/b43/sslpn3bsinitvals21.fw ... Processing lib/firmware/b43/sslpn3initvals21.fw ... Processing lib/firmware/b43/sslpn4bsinitvals22.fw ... Processing lib/firmware/b43/sslpn4initvals22.fw ... Processing lib/firmware/b43/ucode11.fw ... Processing lib/firmware/b43/ucode13.fw ... Processing lib/firmware/b43/ucode14.fw ... Processing lib/firmware/b43/ucode15.fw ... Processing lib/firmware/b43/ucode16_lp.fw ... Processing lib/firmware/b43/ucode16_mimo.fw ... Processing lib/firmware/b43/ucode16_sslpn.fw ... Processing lib/firmware/b43/ucode16_sslpn_nobt.fw ... Processing lib/firmware/b43/ucode17_mimo.fw ... Processing lib/firmware/b43/ucode19_sslpn.fw ... Processing lib/firmware/b43/ucode19_sslpn_nobt.fw ... Processing lib/firmware/b43/ucode20_sslpn.fw ... Processing lib/firmware/b43/ucode20_sslpn_nobt.fw ... Processing lib/firmware/b43/ucode21_sslpn.fw ... Processing lib/firmware/b43/ucode21_sslpn_nobt.fw ... Processing lib/firmware/b43/ucode22_mimo.fw ... Processing lib/firmware/b43/ucode22_sslpn.fw ... Processing lib/firmware/b43/ucode24_lcn.fw ... Processing lib/firmware/b43/ucode24_mimo.fw ... Processing lib/firmware/b43/ucode25_lcn.fw ... Processing lib/firmware/b43/ucode25_mimo.fw ... Processing lib/firmware/b43/ucode26_mimo.fw ... Processing lib/firmware/b43/ucode27_sslpn.fw ... Processing lib/firmware/b43/ucode29_mimo.fw ... Processing lib/firmware/b43/ucode30_mimo.fw ... Processing lib/firmware/b43/ucode32_mimo.fw ... Processing lib/firmware/b43/ucode33_lcn40.fw ... Processing lib/firmware/b43/ucode5.fw ... Processing lib/firmware/b43/ucode9.fw ... Processing lib/ld-musl-powerpc64le.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libblkid.so.1 ... Processing lib/libblkid.so.1.1.0 ... Processing lib/libc.so ... Processing lib/libexecline.so ... Processing lib/libexecline.so.2.9 ... Processing lib/libexecline.so.2.9.0.1 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libmount.so.1 ... Processing lib/libmount.so.1.1.0 ... Processing lib/libs6.so ... Processing lib/libs6.so.2.11 ... Processing lib/libs6.so.2.11.1.2 ... Processing lib/libs6rc.so ... Processing lib/libs6rc.so.0.5 ... Processing lib/libs6rc.so.0.5.3.2 ... Processing lib/libskarnet.so ... Processing lib/libskarnet.so.2.12 ... Processing lib/libskarnet.so.2.12.0.1 ... Processing lib/libsmartcols.so.1 ... Processing lib/libsmartcols.so.1.1.0 ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing lib/skalibs ... Processing lib/skalibs/sysdeps ... Processing lib/skalibs/sysdeps/socket.lib ... Processing lib/skalibs/sysdeps/spawn.lib ... Processing lib/skalibs/sysdeps/sysclock.lib ... Processing lib/skalibs/sysdeps/sysdeps ... Processing lib/skalibs/sysdeps/target ... Processing lib/skalibs/sysdeps/timer.lib ... Processing lib/skalibs/sysdeps/util.lib ... Processing lib64 ... Processing libexec ... Processing libexec/s6-rc-fdholder-filler ... Processing libexec/s6-rc-oneshot-run ... Processing libexec/s6lockd-helper ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/halt ... Processing sbin/init ... Processing sbin/killall5 ... Processing sbin/mount.nfs ... Processing sbin/mount.nfs4 ... Processing sbin/netplugd ... Processing sbin/pidof ... Processing sbin/poweroff ... Processing sbin/reboot ... Processing sbin/shutdown ... Processing sbin/umount.nfs ... Processing sbin/umount.nfs4 ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/altera-stapl ... Processing usr/bin/avrdude ... Processing usr/bin/b2sum ... Processing usr/bin/base32 ... Processing usr/bin/basename ... Processing usr/bin/basenc ... Processing usr/bin/c-icap ... Processing usr/bin/c-icap-client ... Processing usr/bin/c-icap-stretch ... Processing usr/bin/cal ... Processing usr/bin/ccat ... Processing usr/bin/ccdecrypt ... Processing usr/bin/ccencrypt ... Processing usr/bin/ccguess ... Processing usr/bin/ccrypt ... Processing usr/bin/chcon ... Processing usr/bin/cksum ... Processing usr/bin/comm ... Processing usr/bin/coreutils ... Processing usr/bin/csplit ... Processing usr/bin/cut ... Processing usr/bin/ddcmon ... Processing usr/bin/decode-dimms ... Processing usr/bin/decode-edid ... Processing usr/bin/decode-vaio ... Processing usr/bin/dircolors ... Processing usr/bin/dirname ... Processing usr/bin/du ... Processing usr/bin/easyrsa ... Processing usr/bin/env ... Processing usr/bin/envsubst ... Processing usr/bin/expand ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/ffcfstress ... Processing usr/bin/ffmvforce ... Processing usr/bin/ffset ... Processing usr/bin/fftest ... Processing usr/bin/fmt ... Processing usr/bin/fold ... Processing usr/bin/fusermount ... Processing usr/bin/gapplication ... Processing usr/bin/gdbus ... Processing usr/bin/gettext ... Processing usr/bin/gettext.sh ... Processing usr/bin/gio ... Processing usr/bin/gio-querymodules ... Processing usr/bin/gresource ... Processing usr/bin/groups ... Processing usr/bin/gsettings ... Processing usr/bin/head ... Processing usr/bin/hostid ... Processing usr/bin/id ... Processing usr/bin/install ... Processing usr/bin/ipcs ... Processing usr/bin/libdeflate-gunzip ... Processing usr/bin/libdeflate-gzip ... Processing usr/bin/logname ... Processing usr/bin/md5sum ... Processing usr/bin/mkfifo ... Processing usr/bin/mtracebis ... Processing usr/bin/ncftp ... Processing usr/bin/ncftpls ... Processing usr/bin/ngettext ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/noping ... Processing usr/bin/nproc ... Processing usr/bin/numfmt ... Processing usr/bin/od ... Processing usr/bin/openssl ... Processing usr/bin/oping ... Processing usr/bin/paste ... Processing usr/bin/pathchk ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/pcsc-spy ... Processing usr/bin/pdbg ... Processing usr/bin/php-cgi ... Processing usr/bin/pinky ... Processing usr/bin/pr ... Processing usr/bin/printf ... Processing usr/bin/ptx ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/runcon ... Processing usr/bin/seq ... Processing usr/bin/sha1sum ... Processing usr/bin/sha224sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha384sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shred ... Processing usr/bin/shuf ... Processing usr/bin/sispmctl ... Processing usr/bin/sl ... Processing usr/bin/socksify ... Processing usr/bin/sort ... Processing usr/bin/split ... Processing usr/bin/sqlite3 ... Processing usr/bin/stat ... Processing usr/bin/stdbuf ... Processing usr/bin/strace ... Processing usr/bin/strace-log-merge ... Processing usr/bin/sum ... Processing usr/bin/tac ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/test ... Processing usr/bin/timeout ... Processing usr/bin/tpm2-totp ... Processing usr/bin/tpm_sealdata ... Processing usr/bin/tpm_unsealdata ... Processing usr/bin/tr ... Processing usr/bin/tracepath ... Processing usr/bin/truncate ... Processing usr/bin/tsort ... Processing usr/bin/tty ... Processing usr/bin/unexpand ... Processing usr/bin/unionfs ... Processing usr/bin/unionfsctl ... Processing usr/bin/uniq ... Processing usr/bin/unlink ... Processing usr/bin/uptime ... Processing usr/bin/users ... Processing usr/bin/vtysh ... Processing usr/bin/wayland-scanner ... Processing usr/bin/wc ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/wipe ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/yanglint ... Processing usr/bin/yangre ... Processing usr/bin/yavta ... Processing usr/bin/yes ... Processing usr/etc ... Processing usr/etc/avrdude.conf ... Processing usr/lib ... Processing usr/lib/c_icap ... Processing usr/lib/c_icap/dnsbl_tables.so ... Processing usr/lib/c_icap/shared_cache.so ... Processing usr/lib/c_icap/srv_echo.so ... Processing usr/lib/c_icap/srv_ex206.so ... Processing usr/lib/c_icap/sys_logger.so ... Processing usr/lib/engines-3 ... Processing usr/lib/frr ... Processing usr/lib/frr/modules ... Processing usr/lib/frr/modules/dplane_fpm_nl.so ... Processing usr/lib/frr/modules/pathd_pcep.so ... Processing usr/lib/frr/modules/zebra_cumulus_mlag.so ... Processing usr/lib/frr/modules/zebra_fpm.so ... Processing usr/lib/frr/modules/zebra_irdp.so ... Processing usr/lib/gio ... Processing usr/lib/gio/modules ... Processing usr/lib/libSDL2-2.0.so.0 ... Processing usr/lib/libSDL2-2.0.so.0.2800.5 ... Processing usr/lib/libSDL2.so ... Processing usr/lib/libSDL2_gfx-1.0.so.0 ... Processing usr/lib/libSDL2_gfx-1.0.so.0.0.2 ... Processing usr/lib/libSDL2_gfx.so ... Processing usr/lib/libaio.so ... Processing usr/lib/libaio.so.1 ... Processing usr/lib/libaio.so.1.0.2 ... Processing usr/lib/libasm-0.189.so ... Processing usr/lib/libasm.so ... Processing usr/lib/libasm.so.1 ... Processing usr/lib/libavrdude.so ... Processing usr/lib/libavrdude.so.1 ... Processing usr/lib/libavrdude.so.1.0.0 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libcoap-3-openssl.so ... Processing usr/lib/libcoap-3-openssl.so.3 ... Processing usr/lib/libcoap-3-openssl.so.3.1.1 ... Processing usr/lib/libcoap-3.so ... Processing usr/lib/libcodec2.so ... Processing usr/lib/libcodec2.so.1.2 ... Processing usr/lib/libconfig.so ... Processing usr/lib/libconfig.so.11 ... Processing usr/lib/libconfig.so.11.1.0 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.3 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdeflate.so ... Processing usr/lib/libdeflate.so.0 ... Processing usr/lib/libdw-0.189.so ... Processing usr/lib/libdw.so ... Processing usr/lib/libdw.so.1 ... Processing usr/lib/libelf-0.189.so ... Processing usr/lib/libelf.so ... Processing usr/lib/libelf.so.1 ... Processing usr/lib/libevent-2.1.so.7 ... Processing usr/lib/libevent-2.1.so.7.0.1 ... Processing usr/lib/libevent.so ... Processing usr/lib/libevent_core-2.1.so.7 ... Processing usr/lib/libevent_core-2.1.so.7.0.1 ... Processing usr/lib/libevent_core.so ... Processing usr/lib/libevent_extra-2.1.so.7 ... Processing usr/lib/libevent_extra-2.1.so.7.0.1 ... Processing usr/lib/libevent_extra.so ... Processing usr/lib/libevent_openssl-2.1.so.7 ... Processing usr/lib/libevent_openssl-2.1.so.7.0.1 ... Processing usr/lib/libevent_openssl.so ... Processing usr/lib/libevent_pthreads-2.1.so.7 ... Processing usr/lib/libevent_pthreads-2.1.so.7.0.1 ... Processing usr/lib/libevent_pthreads.so ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.9.0 ... Processing usr/lib/libfdt.so ... Processing usr/lib/libfdt.so.0 ... Processing usr/lib/libfdt.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.4 ... Processing usr/lib/libfrr.so ... Processing usr/lib/libfrr.so.0 ... Processing usr/lib/libfrr.so.0.0.0 ... Processing usr/lib/libftdi1.so ... Processing usr/lib/libftdi1.so.2 ... Processing usr/lib/libftdi1.so.2.5.0 ... Processing usr/lib/libfts.so ... Processing usr/lib/libfts.so.0 ... Processing usr/lib/libfts.so.0.0.0 ... Processing usr/lib/libfuse.so ... Processing usr/lib/libfuse.so.2 ... Processing usr/lib/libfuse.so.2.9.9 ... Processing usr/lib/libg722_1.so ... Processing usr/lib/libg722_1.so.0 ... Processing usr/lib/libg722_1.so.0.0.2 ... Processing usr/lib/libgee-0.8.so ... Processing usr/lib/libgee-0.8.so.2 ... Processing usr/lib/libgee-0.8.so.2.6.1 ... Processing usr/lib/libgio-2.0.so ... Processing usr/lib/libgio-2.0.so.0 ... Processing usr/lib/libgio-2.0.so.0.7600.1 ... Processing usr/lib/libglib-2.0.so ... Processing usr/lib/libglib-2.0.so.0 ... Processing usr/lib/libglib-2.0.so.0.7600.1 ... Processing usr/lib/libgmodule-2.0.so ... Processing usr/lib/libgmodule-2.0.so.0 ... Processing usr/lib/libgmodule-2.0.so.0.7600.1 ... Processing usr/lib/libgobject-2.0.so ... Processing usr/lib/libgobject-2.0.so.0 ... Processing usr/lib/libgobject-2.0.so.0.7600.1 ... Processing usr/lib/libgpiod.so ... Processing usr/lib/libgpiod.so.2 ... Processing usr/lib/libgpiod.so.2.2.2 ... Processing usr/lib/libgthread-2.0.so ... Processing usr/lib/libgthread-2.0.so.0 ... Processing usr/lib/libgthread-2.0.so.0.7600.1 ... Processing usr/lib/libhistory.so ... Processing usr/lib/libhistory.so.8 ... Processing usr/lib/libhistory.so.8.2 ... Processing usr/lib/libi2c.so ... Processing usr/lib/libi2c.so.0 ... Processing usr/lib/libi2c.so.0.1.1 ... Processing usr/lib/libicapapi.so ... Processing usr/lib/libicapapi.so.5 ... Processing usr/lib/libicapapi.so.5.0.10 ... Processing usr/lib/libintl.so ... Processing usr/lib/libintl.so.8 ... Processing usr/lib/libintl.so.8.4.0 ... Processing usr/lib/libisns.so ... Processing usr/lib/libisns.so.0 ... Processing usr/lib/libjson-c.so ... Processing usr/lib/libjson-c.so.5 ... Processing usr/lib/libjson-c.so.5.3.0 ... Processing usr/lib/libkmod.so ... Processing usr/lib/libkmod.so.2 ... Processing usr/lib/libkmod.so.2.4.1 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.4 ... Processing usr/lib/libminizip.so ... Processing usr/lib/libminizip.so.1 ... Processing usr/lib/libminizip.so.1.0.0 ... Processing usr/lib/libmms.so ... Processing usr/lib/libmms.so.0 ... Processing usr/lib/libmms.so.0.0.2 ... Processing usr/lib/libmount.so ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.4 ... Processing usr/lib/libnet.so ... Processing usr/lib/libnet.so.9 ... Processing usr/lib/libnet.so.9.0.0 ... Processing usr/lib/libnl-3.so ... Processing usr/lib/libnl-3.so.200 ... Processing usr/lib/libnl-3.so.200.26.0 ... Processing usr/lib/libnl-genl-3.so ... Processing usr/lib/libnl-genl-3.so.200 ... Processing usr/lib/libnl-genl-3.so.200.26.0 ... Processing usr/lib/libnl-idiag-3.so ... Processing usr/lib/libnl-idiag-3.so.200 ... Processing usr/lib/libnl-idiag-3.so.200.26.0 ... Processing usr/lib/libnl-nf-3.so ... Processing usr/lib/libnl-nf-3.so.200 ... Processing usr/lib/libnl-nf-3.so.200.26.0 ... Processing usr/lib/libnl-route-3.so ... Processing usr/lib/libnl-route-3.so.200 ... Processing usr/lib/libnl-route-3.so.200.26.0 ... Processing usr/lib/libnl-xfrm-3.so ... Processing usr/lib/libnl-xfrm-3.so.200 ... Processing usr/lib/libnl-xfrm-3.so.200.26.0 ... Processing usr/lib/libopeniscsiusr.so ... Processing usr/lib/libopeniscsiusr.so.0 ... Processing usr/lib/libopeniscsiusr.so.0.2.0 ... Processing usr/lib/liboping.so ... Processing usr/lib/liboping.so.0 ... Processing usr/lib/liboping.so.0.3.0 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.4 ... 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/libpcsclite.so ... Processing usr/lib/libpcsclite.so.1 ... Processing usr/lib/libpcsclite.so.1.0.0 ... Processing usr/lib/libpcscspy.so ... Processing usr/lib/libpcscspy.so.0 ... Processing usr/lib/libpcscspy.so.0.0.0 ... Processing usr/lib/libpdbg.so ... Processing usr/lib/libpdbg.so.5 ... Processing usr/lib/libpdbg.so.5.0.2 ... Processing usr/lib/libqrencode.so ... Processing usr/lib/libqrencode.so.4 ... Processing usr/lib/libqrencode.so.4.1.1 ... Processing usr/lib/libreadline.so ... Processing usr/lib/libreadline.so.8 ... Processing usr/lib/libreadline.so.8.2 ... Processing usr/lib/librtas.so ... Processing usr/lib/librtas.so.2 ... Processing usr/lib/librtas.so.2.0.0 ... Processing usr/lib/librtasevent.so ... Processing usr/lib/librtasevent.so.2 ... Processing usr/lib/librtasevent.so.2.0.0 ... Processing usr/lib/libsbc.so ... Processing usr/lib/libsbc.so.1 ... Processing usr/lib/libsbc.so.1.3.1 ... Processing usr/lib/libsispmctl.so ... Processing usr/lib/libsispmctl.so.0 ... Processing usr/lib/libsispmctl.so.0.2.2 ... Processing usr/lib/libslang.so ... Processing usr/lib/libslang.so.2 ... Processing usr/lib/libslang.so.2.3.3 ... Processing usr/lib/libsmartcols.so ... Processing usr/lib/libsqlite3.so ... Processing usr/lib/libsqlite3.so.0 ... Processing usr/lib/libsqlite3.so.0.8.6 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.3 ... Processing usr/lib/libtirpc.so ... Processing usr/lib/libtirpc.so.3 ... Processing usr/lib/libtirpc.so.3.0.0 ... Processing usr/lib/libtpm2-totp.so ... Processing usr/lib/libtpm2-totp.so.0 ... Processing usr/lib/libtpm2-totp.so.0.0.0 ... Processing usr/lib/libtpm_unseal.so ... Processing usr/lib/libtpm_unseal.so.1 ... Processing usr/lib/libtpm_unseal.so.1.0.0 ... Processing usr/lib/libtspi.so ... Processing usr/lib/libtspi.so.1 ... Processing usr/lib/libtspi.so.1.2.0 ... Processing usr/lib/libtss2-esys.so ... Processing usr/lib/libtss2-esys.so.0 ... Processing usr/lib/libtss2-esys.so.0.0.0 ... Processing usr/lib/libtss2-mu.so ... Processing usr/lib/libtss2-mu.so.0 ... Processing usr/lib/libtss2-mu.so.0.0.0 ... Processing usr/lib/libtss2-rc.so ... Processing usr/lib/libtss2-rc.so.0 ... Processing usr/lib/libtss2-rc.so.0.0.0 ... Processing usr/lib/libtss2-sys.so ... Processing usr/lib/libtss2-sys.so.1 ... Processing usr/lib/libtss2-sys.so.1.0.0 ... Processing usr/lib/libtss2-tcti-cmd.so ... Processing usr/lib/libtss2-tcti-cmd.so.0 ... Processing usr/lib/libtss2-tcti-cmd.so.0.0.0 ... Processing usr/lib/libtss2-tcti-device.so ... Processing usr/lib/libtss2-tcti-device.so.0 ... Processing usr/lib/libtss2-tcti-device.so.0.0.0 ... Processing usr/lib/libtss2-tcti-mssim.so ... Processing usr/lib/libtss2-tcti-mssim.so.0 ... Processing usr/lib/libtss2-tcti-mssim.so.0.0.0 ... Processing usr/lib/libtss2-tcti-pcap.so ... Processing usr/lib/libtss2-tcti-pcap.so.0 ... Processing usr/lib/libtss2-tcti-pcap.so.0.0.0 ... Processing usr/lib/libtss2-tcti-swtpm.so ... Processing usr/lib/libtss2-tcti-swtpm.so.0 ... Processing usr/lib/libtss2-tcti-swtpm.so.0.0.0 ... Processing usr/lib/libtss2-tcti-tabrmd.so ... Processing usr/lib/libtss2-tcti-tabrmd.so.0 ... Processing usr/lib/libtss2-tcti-tabrmd.so.0.0.0 ... Processing usr/lib/libtss2-tctildr.so ... Processing usr/lib/libtss2-tctildr.so.0 ... Processing usr/lib/libtss2-tctildr.so.0.0.0 ... Processing usr/lib/libusb-0.1.so.4 ... Processing usr/lib/libusb-0.1.so.4.4.4 ... 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/libusb.so ... Processing usr/lib/libuuid.so ... Processing usr/lib/libwayland-client.so ... Processing usr/lib/libwayland-client.so.0 ... Processing usr/lib/libwayland-client.so.0.22.0 ... Processing usr/lib/libwayland-cursor.so ... Processing usr/lib/libwayland-cursor.so.0 ... Processing usr/lib/libwayland-cursor.so.0.22.0 ... Processing usr/lib/libwayland-egl.so ... Processing usr/lib/libwayland-egl.so.1 ... Processing usr/lib/libwayland-egl.so.1.22.0 ... Processing usr/lib/libwayland-server.so ... Processing usr/lib/libwayland-server.so.0 ... Processing usr/lib/libwayland-server.so.0.22.0 ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.12.3 ... Processing usr/lib/libyang.so ... Processing usr/lib/libyang.so.2 ... Processing usr/lib/libyang.so.2.38.14 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.2.13.zlib-ng ... Processing usr/lib/os-release ... Processing usr/lib/ossl-modules ... Processing usr/lib/ossl-modules/legacy.so ... Processing usr/lib/php ... Processing usr/lib/slang ... Processing usr/lib/slang/v2 ... Processing usr/lib/slang/v2/modules ... Processing usr/lib/slang/v2/modules/base64-module.so ... Processing usr/lib/slang/v2/modules/chksum-module.so ... Processing usr/lib/slang/v2/modules/csv-module.so ... Processing usr/lib/slang/v2/modules/fcntl-module.so ... Processing usr/lib/slang/v2/modules/fork-module.so ... Processing usr/lib/slang/v2/modules/histogram-module.so ... Processing usr/lib/slang/v2/modules/iconv-module.so ... Processing usr/lib/slang/v2/modules/json-module.so ... Processing usr/lib/slang/v2/modules/rand-module.so ... Processing usr/lib/slang/v2/modules/select-module.so ... Processing usr/lib/slang/v2/modules/slsmg-module.so ... Processing usr/lib/slang/v2/modules/socket-module.so ... Processing usr/lib/slang/v2/modules/stats-module.so ... Processing usr/lib/slang/v2/modules/sysconf-module.so ... Processing usr/lib/slang/v2/modules/termios-module.so ... Processing usr/lib/slang/v2/modules/varray-module.so ... Processing usr/lib/slang/v2/modules/zlib-module.so ... Processing usr/lib/terminfo ... Processing usr/lib/udev ... Processing usr/lib/udev/rules.d ... Processing usr/lib/udev/rules.d/99-nfs.rules ... Processing usr/lib/udev/rules.d/tpm-udev.rules ... Processing usr/lib/zsh ... Processing usr/lib/zsh/5.9 ... Processing usr/lib/zsh/5.9/zsh ... Processing usr/lib/zsh/5.9/zsh/attr.so ... Processing usr/lib/zsh/5.9/zsh/cap.so ... Processing usr/lib/zsh/5.9/zsh/clone.so ... Processing usr/lib/zsh/5.9/zsh/compctl.so ... Processing usr/lib/zsh/5.9/zsh/complete.so ... Processing usr/lib/zsh/5.9/zsh/complist.so ... Processing usr/lib/zsh/5.9/zsh/computil.so ... Processing usr/lib/zsh/5.9/zsh/curses.so ... Processing usr/lib/zsh/5.9/zsh/datetime.so ... Processing usr/lib/zsh/5.9/zsh/deltochar.so ... Processing usr/lib/zsh/5.9/zsh/example.so ... Processing usr/lib/zsh/5.9/zsh/files.so ... Processing usr/lib/zsh/5.9/zsh/langinfo.so ... Processing usr/lib/zsh/5.9/zsh/mapfile.so ... Processing usr/lib/zsh/5.9/zsh/mathfunc.so ... Processing usr/lib/zsh/5.9/zsh/nearcolor.so ... Processing usr/lib/zsh/5.9/zsh/net ... Processing usr/lib/zsh/5.9/zsh/net/socket.so ... Processing usr/lib/zsh/5.9/zsh/net/tcp.so ... Processing usr/lib/zsh/5.9/zsh/newuser.so ... Processing usr/lib/zsh/5.9/zsh/param ... Processing usr/lib/zsh/5.9/zsh/param/private.so ... Processing usr/lib/zsh/5.9/zsh/parameter.so ... Processing usr/lib/zsh/5.9/zsh/rlimits.so ... Processing usr/lib/zsh/5.9/zsh/sched.so ... Processing usr/lib/zsh/5.9/zsh/stat.so ... Processing usr/lib/zsh/5.9/zsh/system.so ... Processing usr/lib/zsh/5.9/zsh/termcap.so ... Processing usr/lib/zsh/5.9/zsh/terminfo.so ... Processing usr/lib/zsh/5.9/zsh/watch.so ... Processing usr/lib/zsh/5.9/zsh/zftp.so ... Processing usr/lib/zsh/5.9/zsh/zle.so ... Processing usr/lib/zsh/5.9/zsh/zleparameter.so ... Processing usr/lib/zsh/5.9/zsh/zprof.so ... Processing usr/lib/zsh/5.9/zsh/zpty.so ... Processing usr/lib/zsh/5.9/zsh/zselect.so ... Processing usr/lib/zsh/5.9/zsh/zutil.so ... Processing usr/lib64 ... Processing usr/libexec ... Processing usr/libexec/coreutils ... Processing usr/libexec/coreutils/libstdbuf.so ... Processing usr/libexec/gio-launch-desktop ... Processing usr/libexec/nfsrahead ... Processing usr/sbin ... Processing usr/sbin/addpart ... Processing usr/sbin/babeld ... Processing usr/sbin/bfdd ... Processing usr/sbin/bgpd ... Processing usr/sbin/brcm_iscsiuio ... Processing usr/sbin/chroot ... Processing usr/sbin/delpart ... Processing usr/sbin/eeprog ... Processing usr/sbin/eigrpd ... Processing usr/sbin/fabricd ... Processing usr/sbin/frr ... Processing usr/sbin/frr-reload ... Processing usr/sbin/frr-reload.py ... Processing usr/sbin/frr_babeltrace.py ... Processing usr/sbin/frrcommon.sh ... Processing usr/sbin/frrinit.sh ... Processing usr/sbin/fsidd ... Processing usr/sbin/generate_support_bundle.py ... Processing usr/sbin/i2c-stub-from-dump ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/iscsi-gen-initiatorname ... Processing usr/sbin/iscsi-iname ... Processing usr/sbin/iscsi_discovery ... Processing usr/sbin/iscsi_fw_login ... Processing usr/sbin/iscsi_offload ... Processing usr/sbin/iscsiadm ... Processing usr/sbin/iscsid ... Processing usr/sbin/iscsistart ... Processing usr/sbin/iscsiuio ... Processing usr/sbin/isisd ... Processing usr/sbin/isnsadm ... Processing usr/sbin/isnsd ... Processing usr/sbin/isnsdd ... Processing usr/sbin/iw ... Processing usr/sbin/ldpd ... Processing usr/sbin/mountstats ... Processing usr/sbin/nfsconf ... Processing usr/sbin/nfsdclnts ... Processing usr/sbin/nfsstat ... Processing usr/sbin/ospf6d ... Processing usr/sbin/ospfd ... Processing usr/sbin/partx ... Processing usr/sbin/pathd ... Processing usr/sbin/pbrd ... Processing usr/sbin/pcscd ... Processing usr/sbin/pim6d ... Processing usr/sbin/pimd ... Processing usr/sbin/resizepart ... Processing usr/sbin/ripd ... Processing usr/sbin/ripngd ... Processing usr/sbin/rpc.statd ... Processing usr/sbin/rpcctl ... Processing usr/sbin/showmount ... Processing usr/sbin/sm-notify ... Processing usr/sbin/sockd ... Processing usr/sbin/ssd ... Processing usr/sbin/start-statd ... Processing usr/sbin/staticd ... Processing usr/sbin/tcsd ... Processing usr/sbin/tpm2-abrmd ... Processing usr/sbin/tpm_changeownerauth ... Processing usr/sbin/tpm_clear ... Processing usr/sbin/tpm_createek ... Processing usr/sbin/tpm_getpubek ... Processing usr/sbin/tpm_nvdefine ... Processing usr/sbin/tpm_nvinfo ... Processing usr/sbin/tpm_nvread ... Processing usr/sbin/tpm_nvrelease ... Processing usr/sbin/tpm_nvwrite ... Processing usr/sbin/tpm_resetdalock ... Processing usr/sbin/tpm_restrictpubek ... Processing usr/sbin/tpm_restrictsrk ... Processing usr/sbin/tpm_revokeek ... Processing usr/sbin/tpm_selftest ... Processing usr/sbin/tpm_setactive ... Processing usr/sbin/tpm_setclearable ... Processing usr/sbin/tpm_setenable ... Processing usr/sbin/tpm_setoperatorauth ... Processing usr/sbin/tpm_setownable ... Processing usr/sbin/tpm_setpresence ... Processing usr/sbin/tpm_takeownership ... Processing usr/sbin/tpm_version ... Processing usr/sbin/vrrpd ... Processing usr/sbin/watchfrr ... Processing usr/sbin/watchfrr.sh ... Processing usr/sbin/zebra ... Processing usr/share ... Processing usr/share/bash-completion ... Processing usr/share/bash-completion/bash_completion ... Processing usr/share/bash-completion/completions ... Processing usr/share/bash-completion/completions/2to3 ... Processing usr/share/bash-completion/completions/7z ... Processing usr/share/bash-completion/completions/7za ... Processing usr/share/bash-completion/completions/_adb ... Processing usr/share/bash-completion/completions/_cal ... Processing usr/share/bash-completion/completions/_chfn ... Processing usr/share/bash-completion/completions/_chsh ... Processing usr/share/bash-completion/completions/_dmesg ... Processing usr/share/bash-completion/completions/_eject ... Processing usr/share/bash-completion/completions/_hexdump ... Processing usr/share/bash-completion/completions/_hwclock ... Processing usr/share/bash-completion/completions/_ionice ... Processing usr/share/bash-completion/completions/_look ... Processing usr/share/bash-completion/completions/_mock ... Processing usr/share/bash-completion/completions/_modules ... Processing usr/share/bash-completion/completions/_mount ... Processing usr/share/bash-completion/completions/_mount.linux ... Processing usr/share/bash-completion/completions/_newgrp ... Processing usr/share/bash-completion/completions/_nmcli ... Processing usr/share/bash-completion/completions/_renice ... Processing usr/share/bash-completion/completions/_repomanage ... Processing usr/share/bash-completion/completions/_reptyr ... Processing usr/share/bash-completion/completions/_rfkill ... Processing usr/share/bash-completion/completions/_rtcwake ... Processing usr/share/bash-completion/completions/_runuser ... Processing usr/share/bash-completion/completions/_su ... Processing usr/share/bash-completion/completions/_svn ... Processing usr/share/bash-completion/completions/_svnadmin ... Processing usr/share/bash-completion/completions/_svnlook ... Processing usr/share/bash-completion/completions/_udevadm ... Processing usr/share/bash-completion/completions/_umount ... Processing usr/share/bash-completion/completions/_umount.linux ... Processing usr/share/bash-completion/completions/_write ... Processing usr/share/bash-completion/completions/_xm ... Processing usr/share/bash-completion/completions/_yum ... Processing usr/share/bash-completion/completions/a2x ... Processing usr/share/bash-completion/completions/abook ... Processing usr/share/bash-completion/completions/aclocal ... Processing usr/share/bash-completion/completions/aclocal-1.10 ... Processing usr/share/bash-completion/completions/aclocal-1.11 ... Processing usr/share/bash-completion/completions/aclocal-1.12 ... Processing usr/share/bash-completion/completions/aclocal-1.13 ... Processing usr/share/bash-completion/completions/aclocal-1.14 ... Processing usr/share/bash-completion/completions/aclocal-1.15 ... Processing usr/share/bash-completion/completions/aclocal-1.16 ... Processing usr/share/bash-completion/completions/acpi ... Processing usr/share/bash-completion/completions/add_members ... Processing usr/share/bash-completion/completions/addpart ... Processing usr/share/bash-completion/completions/alias ... Processing usr/share/bash-completion/completions/alpine ... Processing usr/share/bash-completion/completions/alternatives ... Processing usr/share/bash-completion/completions/animate ... Processing usr/share/bash-completion/completions/ant ... Processing usr/share/bash-completion/completions/apache2ctl ... Processing usr/share/bash-completion/completions/appdata-validate ... Processing usr/share/bash-completion/completions/apropos ... Processing usr/share/bash-completion/completions/apt-build ... Processing usr/share/bash-completion/completions/apt-cache ... Processing usr/share/bash-completion/completions/apt-get ... Processing usr/share/bash-completion/completions/aptitude ... Processing usr/share/bash-completion/completions/aptitude-curses ... Processing usr/share/bash-completion/completions/arch ... Processing usr/share/bash-completion/completions/arm-koji ... Processing usr/share/bash-completion/completions/arp ... Processing usr/share/bash-completion/completions/arping ... Processing usr/share/bash-completion/completions/arpspoof ... Processing usr/share/bash-completion/completions/asciidoc ... Processing usr/share/bash-completion/completions/asciidoc.py ... Processing usr/share/bash-completion/completions/aspell ... Processing usr/share/bash-completion/completions/autoconf ... Processing usr/share/bash-completion/completions/autoheader ... Processing usr/share/bash-completion/completions/automake ... Processing usr/share/bash-completion/completions/automake-1.10 ... Processing usr/share/bash-completion/completions/automake-1.11 ... Processing usr/share/bash-completion/completions/automake-1.12 ... Processing usr/share/bash-completion/completions/automake-1.13 ... Processing usr/share/bash-completion/completions/automake-1.14 ... Processing usr/share/bash-completion/completions/automake-1.15 ... Processing usr/share/bash-completion/completions/automake-1.16 ... Processing usr/share/bash-completion/completions/autoreconf ... Processing usr/share/bash-completion/completions/autorpm ... Processing usr/share/bash-completion/completions/autoscan ... Processing usr/share/bash-completion/completions/autossh ... Processing usr/share/bash-completion/completions/autoupdate ... Processing usr/share/bash-completion/completions/avctrl ... Processing usr/share/bash-completion/completions/badblocks ... Processing usr/share/bash-completion/completions/bind ... Processing usr/share/bash-completion/completions/bk ... Processing usr/share/bash-completion/completions/bmake ... Processing usr/share/bash-completion/completions/brctl ... Processing usr/share/bash-completion/completions/bsdtar ... Processing usr/share/bash-completion/completions/btdownloadcurses.py ... Processing usr/share/bash-completion/completions/btdownloadgui.py ... Processing usr/share/bash-completion/completions/btdownloadheadless.py ... Processing usr/share/bash-completion/completions/bts ... Processing usr/share/bash-completion/completions/bzip2 ... Processing usr/share/bash-completion/completions/c++ ... Processing usr/share/bash-completion/completions/cal ... Processing usr/share/bash-completion/completions/cancel ... Processing usr/share/bash-completion/completions/cardctl ... Processing usr/share/bash-completion/completions/carton ... Processing usr/share/bash-completion/completions/cc ... Processing usr/share/bash-completion/completions/ccache ... Processing usr/share/bash-completion/completions/ccze ... Processing usr/share/bash-completion/completions/cdrecord ... Processing usr/share/bash-completion/completions/cfagent ... Processing usr/share/bash-completion/completions/cfrun ... Processing usr/share/bash-completion/completions/chage ... Processing usr/share/bash-completion/completions/change_pw ... Processing usr/share/bash-completion/completions/check_db ... Processing usr/share/bash-completion/completions/check_perms ... Processing usr/share/bash-completion/completions/checksec ... Processing usr/share/bash-completion/completions/chgrp ... Processing usr/share/bash-completion/completions/chkconfig ... Processing usr/share/bash-completion/completions/chmod ... Processing usr/share/bash-completion/completions/chown ... Processing usr/share/bash-completion/completions/chpasswd ... Processing usr/share/bash-completion/completions/chrome ... Processing usr/share/bash-completion/completions/chromium ... Processing usr/share/bash-completion/completions/chromium-browser ... Processing usr/share/bash-completion/completions/chronyc ... Processing usr/share/bash-completion/completions/chrpath ... Processing usr/share/bash-completion/completions/ci ... Processing usr/share/bash-completion/completions/ciptool ... Processing usr/share/bash-completion/completions/civclient ... Processing usr/share/bash-completion/completions/civserver ... Processing usr/share/bash-completion/completions/cksfv ... Processing usr/share/bash-completion/completions/cleanarch ... Processing usr/share/bash-completion/completions/clisp ... Processing usr/share/bash-completion/completions/clone_member ... Processing usr/share/bash-completion/completions/clzip ... Processing usr/share/bash-completion/completions/co ... Processing usr/share/bash-completion/completions/colormake ... Processing usr/share/bash-completion/completions/compare ... Processing usr/share/bash-completion/completions/compgen ... Processing usr/share/bash-completion/completions/complete ... Processing usr/share/bash-completion/completions/composite ... Processing usr/share/bash-completion/completions/config_list ... Processing usr/share/bash-completion/completions/configure ... Processing usr/share/bash-completion/completions/conjure ... Processing usr/share/bash-completion/completions/convert ... Processing usr/share/bash-completion/completions/cowsay ... Processing usr/share/bash-completion/completions/cowthink ... Processing usr/share/bash-completion/completions/cpan2dist ... Processing usr/share/bash-completion/completions/cpio ... Processing usr/share/bash-completion/completions/cppcheck ... Processing usr/share/bash-completion/completions/createdb ... Processing usr/share/bash-completion/completions/createuser ... Processing usr/share/bash-completion/completions/crontab ... Processing usr/share/bash-completion/completions/cryptsetup ... Processing usr/share/bash-completion/completions/curl ... Processing usr/share/bash-completion/completions/cvs ... Processing usr/share/bash-completion/completions/cvsps ... Processing usr/share/bash-completion/completions/dcop ... Processing usr/share/bash-completion/completions/dd ... Processing usr/share/bash-completion/completions/declare ... Processing usr/share/bash-completion/completions/deja-dup ... Processing usr/share/bash-completion/completions/delpart ... Processing usr/share/bash-completion/completions/desktop-file-validate ... Processing usr/share/bash-completion/completions/dfutool ... Processing usr/share/bash-completion/completions/dhclient ... Processing usr/share/bash-completion/completions/dict ... Processing usr/share/bash-completion/completions/display ... Processing usr/share/bash-completion/completions/dmypy ... Processing usr/share/bash-completion/completions/dnssec-keygen ... Processing usr/share/bash-completion/completions/dnsspoof ... Processing usr/share/bash-completion/completions/dot ... Processing usr/share/bash-completion/completions/dpkg ... Processing usr/share/bash-completion/completions/dpkg-deb ... Processing usr/share/bash-completion/completions/dpkg-query ... Processing usr/share/bash-completion/completions/dpkg-reconfigure ... Processing usr/share/bash-completion/completions/dpkg-source ... Processing usr/share/bash-completion/completions/dropdb ... Processing usr/share/bash-completion/completions/dropuser ... Processing usr/share/bash-completion/completions/dselect ... Processing usr/share/bash-completion/completions/dsniff ... Processing usr/share/bash-completion/completions/dumpdb ... Processing usr/share/bash-completion/completions/dumpe2fs ... Processing usr/share/bash-completion/completions/e2freefrag ... Processing usr/share/bash-completion/completions/e2label ... Processing usr/share/bash-completion/completions/ebtables ... Processing usr/share/bash-completion/completions/ecryptfs-migrate-home ... Processing usr/share/bash-completion/completions/edquota ... Processing usr/share/bash-completion/completions/eog ... Processing usr/share/bash-completion/completions/ether-wake ... Processing usr/share/bash-completion/completions/etherwake ... Processing usr/share/bash-completion/completions/evince ... Processing usr/share/bash-completion/completions/explodepkg ... Processing usr/share/bash-completion/completions/export ... Processing usr/share/bash-completion/completions/f77 ... Processing usr/share/bash-completion/completions/f95 ... Processing usr/share/bash-completion/completions/faillog ... Processing usr/share/bash-completion/completions/fbgs ... Processing usr/share/bash-completion/completions/fbi ... Processing usr/share/bash-completion/completions/feh ... Processing usr/share/bash-completion/completions/file ... Processing usr/share/bash-completion/completions/file-roller ... Processing usr/share/bash-completion/completions/filebucket ... Processing usr/share/bash-completion/completions/filefrag ... Processing usr/share/bash-completion/completions/filesnarf ... Processing usr/share/bash-completion/completions/find ... Processing usr/share/bash-completion/completions/find_member ... Processing usr/share/bash-completion/completions/fio ... Processing usr/share/bash-completion/completions/firefox ... Processing usr/share/bash-completion/completions/flake8 ... Processing usr/share/bash-completion/completions/freebsd-update ... Processing usr/share/bash-completion/completions/freeciv ... Processing usr/share/bash-completion/completions/freeciv-gtk2 ... Processing usr/share/bash-completion/completions/freeciv-gtk3 ... Processing usr/share/bash-completion/completions/freeciv-sdl ... Processing usr/share/bash-completion/completions/freeciv-server ... Processing usr/share/bash-completion/completions/freeciv-xaw ... Processing usr/share/bash-completion/completions/function ... Processing usr/share/bash-completion/completions/fusermount ... Processing usr/share/bash-completion/completions/g++ ... Processing usr/share/bash-completion/completions/g++-5 ... Processing usr/share/bash-completion/completions/g++-6 ... Processing usr/share/bash-completion/completions/g++-7 ... Processing usr/share/bash-completion/completions/g++-8 ... Processing usr/share/bash-completion/completions/g4 ... Processing usr/share/bash-completion/completions/g77 ... Processing usr/share/bash-completion/completions/g95 ... Processing usr/share/bash-completion/completions/gapplication ... Processing usr/share/bash-completion/completions/gcc ... Processing usr/share/bash-completion/completions/gcc-5 ... Processing usr/share/bash-completion/completions/gcc-6 ... Processing usr/share/bash-completion/completions/gcc-7 ... Processing usr/share/bash-completion/completions/gcc-8 ... Processing usr/share/bash-completion/completions/gccgo ... Processing usr/share/bash-completion/completions/gccgo-5 ... Processing usr/share/bash-completion/completions/gccgo-6 ... Processing usr/share/bash-completion/completions/gccgo-7 ... Processing usr/share/bash-completion/completions/gccgo-8 ... Processing usr/share/bash-completion/completions/gcj ... Processing usr/share/bash-completion/completions/gcl ... Processing usr/share/bash-completion/completions/gdb ... Processing usr/share/bash-completion/completions/gdbus ... Processing usr/share/bash-completion/completions/genaliases ... Processing usr/share/bash-completion/completions/gendiff ... Processing usr/share/bash-completion/completions/genisoimage ... Processing usr/share/bash-completion/completions/geoiplookup ... Processing usr/share/bash-completion/completions/geoiplookup6 ... Processing usr/share/bash-completion/completions/getconf ... Processing usr/share/bash-completion/completions/getent ... Processing usr/share/bash-completion/completions/gfortran ... Processing usr/share/bash-completion/completions/gfortran-5 ... Processing usr/share/bash-completion/completions/gfortran-6 ... Processing usr/share/bash-completion/completions/gfortran-7 ... Processing usr/share/bash-completion/completions/gfortran-8 ... Processing usr/share/bash-completion/completions/gio ... Processing usr/share/bash-completion/completions/gkrellm ... Processing usr/share/bash-completion/completions/gkrellm2 ... Processing usr/share/bash-completion/completions/gm ... Processing usr/share/bash-completion/completions/gmake ... Processing usr/share/bash-completion/completions/gmplayer ... Processing usr/share/bash-completion/completions/gnatmake ... Processing usr/share/bash-completion/completions/gnokii ... Processing usr/share/bash-completion/completions/gnome-mplayer ... Processing usr/share/bash-completion/completions/gnome-screenshot ... Processing usr/share/bash-completion/completions/gnumake ... Processing usr/share/bash-completion/completions/google-chrome ... Processing usr/share/bash-completion/completions/google-chrome-stable ... Processing usr/share/bash-completion/completions/gpasswd ... Processing usr/share/bash-completion/completions/gpc ... Processing usr/share/bash-completion/completions/gpg ... Processing usr/share/bash-completion/completions/gpg2 ... Processing usr/share/bash-completion/completions/gpgv ... Processing usr/share/bash-completion/completions/gpgv2 ... Processing usr/share/bash-completion/completions/gphoto2 ... Processing usr/share/bash-completion/completions/gprof ... Processing usr/share/bash-completion/completions/gresource ... Processing usr/share/bash-completion/completions/groupadd ... Processing usr/share/bash-completion/completions/groupdel ... Processing usr/share/bash-completion/completions/groupmems ... Processing usr/share/bash-completion/completions/groupmod ... Processing usr/share/bash-completion/completions/growisofs ... Processing usr/share/bash-completion/completions/grpck ... Processing usr/share/bash-completion/completions/gsettings ... Processing usr/share/bash-completion/completions/gssdp-discover ... Processing usr/share/bash-completion/completions/gtar ... Processing usr/share/bash-completion/completions/gzip ... Processing usr/share/bash-completion/completions/hciattach ... Processing usr/share/bash-completion/completions/hciconfig ... Processing usr/share/bash-completion/completions/hcitool ... Processing usr/share/bash-completion/completions/hd ... Processing usr/share/bash-completion/completions/hddtemp ... Processing usr/share/bash-completion/completions/hid2hci ... Processing usr/share/bash-completion/completions/host ... Processing usr/share/bash-completion/completions/hostname ... Processing usr/share/bash-completion/completions/hping ... Processing usr/share/bash-completion/completions/hping2 ... Processing usr/share/bash-completion/completions/hping3 ... Processing usr/share/bash-completion/completions/htop ... Processing usr/share/bash-completion/completions/htpasswd ... Processing usr/share/bash-completion/completions/hunspell ... Processing usr/share/bash-completion/completions/iceweasel ... Processing usr/share/bash-completion/completions/iconv ... Processing usr/share/bash-completion/completions/id ... Processing usr/share/bash-completion/completions/identify ... Processing usr/share/bash-completion/completions/idn ... Processing usr/share/bash-completion/completions/ifdown ... Processing usr/share/bash-completion/completions/ifquery ... Processing usr/share/bash-completion/completions/ifstat ... Processing usr/share/bash-completion/completions/ifstatus ... Processing usr/share/bash-completion/completions/iftop ... Processing usr/share/bash-completion/completions/ifup ... Processing usr/share/bash-completion/completions/import ... Processing usr/share/bash-completion/completions/influx ... Processing usr/share/bash-completion/completions/info ... Processing usr/share/bash-completion/completions/inject ... Processing usr/share/bash-completion/completions/inotifywait ... Processing usr/share/bash-completion/completions/inotifywatch ... Processing usr/share/bash-completion/completions/insmod ... Processing usr/share/bash-completion/completions/insmod.static ... Processing usr/share/bash-completion/completions/installpkg ... Processing usr/share/bash-completion/completions/interdiff ... Processing usr/share/bash-completion/completions/invoke-rc.d ... Processing usr/share/bash-completion/completions/ip ... Processing usr/share/bash-completion/completions/ipcalc ... Processing usr/share/bash-completion/completions/ipcs ... Processing usr/share/bash-completion/completions/iperf ... Processing usr/share/bash-completion/completions/iperf3 ... Processing usr/share/bash-completion/completions/ipmitool ... Processing usr/share/bash-completion/completions/ipsec ... Processing usr/share/bash-completion/completions/iptables ... Processing usr/share/bash-completion/completions/ipv6calc ... Processing usr/share/bash-completion/completions/iscsiadm ... Processing usr/share/bash-completion/completions/isort ... Processing usr/share/bash-completion/completions/isql ... Processing usr/share/bash-completion/completions/iwconfig ... Processing usr/share/bash-completion/completions/iwlist ... Processing usr/share/bash-completion/completions/iwpriv ... Processing usr/share/bash-completion/completions/iwspy ... Processing usr/share/bash-completion/completions/jar ... Processing usr/share/bash-completion/completions/jarsigner ... Processing usr/share/bash-completion/completions/java ... Processing usr/share/bash-completion/completions/javac ... Processing usr/share/bash-completion/completions/javadoc ... Processing usr/share/bash-completion/completions/javaws ... Processing usr/share/bash-completion/completions/jpegoptim ... Processing usr/share/bash-completion/completions/jps ... Processing usr/share/bash-completion/completions/jq ... Processing usr/share/bash-completion/completions/jshint ... Processing usr/share/bash-completion/completions/json_xs ... Processing usr/share/bash-completion/completions/jsonschema ... Processing usr/share/bash-completion/completions/k3b ... Processing usr/share/bash-completion/completions/kcov ... Processing usr/share/bash-completion/completions/kill ... Processing usr/share/bash-completion/completions/killall ... Processing usr/share/bash-completion/completions/kldload ... Processing usr/share/bash-completion/completions/kldunload ... Processing usr/share/bash-completion/completions/kmod ... Processing usr/share/bash-completion/completions/koji ... Processing usr/share/bash-completion/completions/kplayer ... Processing usr/share/bash-completion/completions/ktutil ... Processing usr/share/bash-completion/completions/l2ping ... Processing usr/share/bash-completion/completions/larch ... Processing usr/share/bash-completion/completions/lastlog ... Processing usr/share/bash-completion/completions/lbzip2 ... Processing usr/share/bash-completion/completions/ldapadd ... Processing usr/share/bash-completion/completions/ldapcompare ... Processing usr/share/bash-completion/completions/ldapdelete ... Processing usr/share/bash-completion/completions/ldapmodify ... Processing usr/share/bash-completion/completions/ldapmodrdn ... Processing usr/share/bash-completion/completions/ldappasswd ... Processing usr/share/bash-completion/completions/ldapsearch ... Processing usr/share/bash-completion/completions/ldapvi ... Processing usr/share/bash-completion/completions/ldapwhoami ... Processing usr/share/bash-completion/completions/lftp ... Processing usr/share/bash-completion/completions/lftpget ... Processing usr/share/bash-completion/completions/lilo ... Processing usr/share/bash-completion/completions/links ... Processing usr/share/bash-completion/completions/links2 ... Processing usr/share/bash-completion/completions/lintian ... Processing usr/share/bash-completion/completions/lintian-info ... Processing usr/share/bash-completion/completions/lisp ... Processing usr/share/bash-completion/completions/list_admins ... Processing usr/share/bash-completion/completions/list_lists ... Processing usr/share/bash-completion/completions/list_members ... Processing usr/share/bash-completion/completions/list_owners ... Processing usr/share/bash-completion/completions/locale-gen ... Processing usr/share/bash-completion/completions/lpq ... Processing usr/share/bash-completion/completions/lpr ... Processing usr/share/bash-completion/completions/lrzip ... Processing usr/share/bash-completion/completions/lsof ... Processing usr/share/bash-completion/completions/lsscsi ... Processing usr/share/bash-completion/completions/lsusb ... Processing usr/share/bash-completion/completions/lua ... Processing usr/share/bash-completion/completions/luac ... Processing usr/share/bash-completion/completions/luseradd ... Processing usr/share/bash-completion/completions/luserdel ... Processing usr/share/bash-completion/completions/lusermod ... Processing usr/share/bash-completion/completions/lvchange ... Processing usr/share/bash-completion/completions/lvcreate ... Processing usr/share/bash-completion/completions/lvdisplay ... Processing usr/share/bash-completion/completions/lvextend ... Processing usr/share/bash-completion/completions/lvm ... Processing usr/share/bash-completion/completions/lvmdiskscan ... Processing usr/share/bash-completion/completions/lvreduce ... Processing usr/share/bash-completion/completions/lvremove ... Processing usr/share/bash-completion/completions/lvrename ... Processing usr/share/bash-completion/completions/lvresize ... Processing usr/share/bash-completion/completions/lvs ... Processing usr/share/bash-completion/completions/lvscan ... Processing usr/share/bash-completion/completions/lz4 ... Processing usr/share/bash-completion/completions/lz4c ... Processing usr/share/bash-completion/completions/lzip ... Processing usr/share/bash-completion/completions/lzma ... Processing usr/share/bash-completion/completions/lzop ... Processing usr/share/bash-completion/completions/macof ... Processing usr/share/bash-completion/completions/mailmanctl ... Processing usr/share/bash-completion/completions/mailsnarf ... Processing usr/share/bash-completion/completions/make ... Processing usr/share/bash-completion/completions/makepkg ... Processing usr/share/bash-completion/completions/man ... Processing usr/share/bash-completion/completions/mc ... Processing usr/share/bash-completion/completions/mcrypt ... Processing usr/share/bash-completion/completions/mdadm ... Processing usr/share/bash-completion/completions/mdecrypt ... Processing usr/share/bash-completion/completions/mdtool ... Processing usr/share/bash-completion/completions/medusa ... Processing usr/share/bash-completion/completions/mencoder ... Processing usr/share/bash-completion/completions/micropython ... Processing usr/share/bash-completion/completions/mii-diag ... Processing usr/share/bash-completion/completions/mii-tool ... Processing usr/share/bash-completion/completions/minicom ... Processing usr/share/bash-completion/completions/mkinitrd ... Processing usr/share/bash-completion/completions/mkisofs ... Processing usr/share/bash-completion/completions/mktemp ... Processing usr/share/bash-completion/completions/mmsitepass ... Processing usr/share/bash-completion/completions/modinfo ... Processing usr/share/bash-completion/completions/modprobe ... Processing usr/share/bash-completion/completions/mogrify ... Processing usr/share/bash-completion/completions/monodevelop ... Processing usr/share/bash-completion/completions/montage ... Processing usr/share/bash-completion/completions/more ... Processing usr/share/bash-completion/completions/mozilla-firefox ... Processing usr/share/bash-completion/completions/mplayer ... Processing usr/share/bash-completion/completions/mplayer2 ... Processing usr/share/bash-completion/completions/mr ... Processing usr/share/bash-completion/completions/msgsnarf ... Processing usr/share/bash-completion/completions/msynctool ... Processing usr/share/bash-completion/completions/mtx ... Processing usr/share/bash-completion/completions/munin-node-configure ... Processing usr/share/bash-completion/completions/munin-run ... Processing usr/share/bash-completion/completions/munin-update ... Processing usr/share/bash-completion/completions/munindoc ... Processing usr/share/bash-completion/completions/mussh ... Processing usr/share/bash-completion/completions/mutt ... Processing usr/share/bash-completion/completions/muttng ... Processing usr/share/bash-completion/completions/mypy ... Processing usr/share/bash-completion/completions/mysql ... Processing usr/share/bash-completion/completions/mysqladmin ... Processing usr/share/bash-completion/completions/nc ... Processing usr/share/bash-completion/completions/ncal ... Processing usr/share/bash-completion/completions/ncftp ... Processing usr/share/bash-completion/completions/nethogs ... Processing usr/share/bash-completion/completions/newlist ... Processing usr/share/bash-completion/completions/newusers ... Processing usr/share/bash-completion/completions/ngrep ... Processing usr/share/bash-completion/completions/nmap ... Processing usr/share/bash-completion/completions/nproc ... Processing usr/share/bash-completion/completions/nslookup ... Processing usr/share/bash-completion/completions/nsupdate ... Processing usr/share/bash-completion/completions/ntpdate ... Processing usr/share/bash-completion/completions/oggdec ... Processing usr/share/bash-completion/completions/op ... Processing usr/share/bash-completion/completions/openssl ... Processing usr/share/bash-completion/completions/opera ... Processing usr/share/bash-completion/completions/optipng ... Processing usr/share/bash-completion/completions/p4 ... Processing usr/share/bash-completion/completions/pack200 ... Processing usr/share/bash-completion/completions/partx ... Processing usr/share/bash-completion/completions/passwd ... Processing usr/share/bash-completion/completions/patch ... Processing usr/share/bash-completion/completions/pbzip2 ... Processing usr/share/bash-completion/completions/pccardctl ... Processing usr/share/bash-completion/completions/pdftotext ... Processing usr/share/bash-completion/completions/pdlzip ... Processing usr/share/bash-completion/completions/perl ... Processing usr/share/bash-completion/completions/perlcritic ... Processing usr/share/bash-completion/completions/perldoc ... Processing usr/share/bash-completion/completions/perltidy ... Processing usr/share/bash-completion/completions/pgrep ... Processing usr/share/bash-completion/completions/phing ... Processing usr/share/bash-completion/completions/pidof ... Processing usr/share/bash-completion/completions/pigz ... Processing usr/share/bash-completion/completions/pine ... Processing usr/share/bash-completion/completions/pinfo ... Processing usr/share/bash-completion/completions/ping ... Processing usr/share/bash-completion/completions/ping6 ... Processing usr/share/bash-completion/completions/pkg-config ... Processing usr/share/bash-completion/completions/pkg-get ... Processing usr/share/bash-completion/completions/pkg_deinstall ... Processing usr/share/bash-completion/completions/pkg_delete ... Processing usr/share/bash-completion/completions/pkg_info ... Processing usr/share/bash-completion/completions/pkgadd ... Processing usr/share/bash-completion/completions/pkgrm ... Processing usr/share/bash-completion/completions/pkgtool ... Processing usr/share/bash-completion/completions/pkgutil ... Processing usr/share/bash-completion/completions/pkill ... Processing usr/share/bash-completion/completions/plague-client ... Processing usr/share/bash-completion/completions/plzip ... Processing usr/share/bash-completion/completions/pm-hibernate ... Processing usr/share/bash-completion/completions/pm-is-supported ... Processing usr/share/bash-completion/completions/pm-powersave ... Processing usr/share/bash-completion/completions/pm-suspend ... Processing usr/share/bash-completion/completions/pm-suspend-hybrid ... Processing usr/share/bash-completion/completions/pmake ... Processing usr/share/bash-completion/completions/pngfix ... Processing usr/share/bash-completion/completions/portinstall ... Processing usr/share/bash-completion/completions/portsnap ... Processing usr/share/bash-completion/completions/portupgrade ... Processing usr/share/bash-completion/completions/postalias ... Processing usr/share/bash-completion/completions/postcat ... Processing usr/share/bash-completion/completions/postconf ... Processing usr/share/bash-completion/completions/postfix ... Processing usr/share/bash-completion/completions/postmap ... Processing usr/share/bash-completion/completions/postsuper ... Processing usr/share/bash-completion/completions/povray ... Processing usr/share/bash-completion/completions/ppc-koji ... Processing usr/share/bash-completion/completions/prelink ... Processing usr/share/bash-completion/completions/printenv ... Processing usr/share/bash-completion/completions/protoc ... Processing usr/share/bash-completion/completions/psql ... Processing usr/share/bash-completion/completions/puppet ... Processing usr/share/bash-completion/completions/puppetca ... Processing usr/share/bash-completion/completions/puppetd ... Processing usr/share/bash-completion/completions/puppetdoc ... Processing usr/share/bash-completion/completions/puppetmasterd ... Processing usr/share/bash-completion/completions/puppetqd ... Processing usr/share/bash-completion/completions/puppetrun ... Processing usr/share/bash-completion/completions/pv ... Processing usr/share/bash-completion/completions/pvchange ... Processing usr/share/bash-completion/completions/pvcreate ... Processing usr/share/bash-completion/completions/pvdisplay ... Processing usr/share/bash-completion/completions/pvmove ... Processing usr/share/bash-completion/completions/pvremove ... Processing usr/share/bash-completion/completions/pvs ... Processing usr/share/bash-completion/completions/pvscan ... Processing usr/share/bash-completion/completions/pwck ... Processing usr/share/bash-completion/completions/pwd ... Processing usr/share/bash-completion/completions/pwdx ... Processing usr/share/bash-completion/completions/pwgen ... Processing usr/share/bash-completion/completions/pxz ... Processing usr/share/bash-completion/completions/py.test ... Processing usr/share/bash-completion/completions/py.test-2 ... Processing usr/share/bash-completion/completions/py.test-3 ... Processing usr/share/bash-completion/completions/pycodestyle ... Processing usr/share/bash-completion/completions/pydoc ... Processing usr/share/bash-completion/completions/pydoc3 ... Processing usr/share/bash-completion/completions/pydocstyle ... Processing usr/share/bash-completion/completions/pyflakes ... Processing usr/share/bash-completion/completions/pylint ... Processing usr/share/bash-completion/completions/pylint-2 ... Processing usr/share/bash-completion/completions/pylint-3 ... Processing usr/share/bash-completion/completions/pypy ... Processing usr/share/bash-completion/completions/pypy3 ... Processing usr/share/bash-completion/completions/pytest ... Processing usr/share/bash-completion/completions/pytest-2 ... Processing usr/share/bash-completion/completions/pytest-3 ... Processing usr/share/bash-completion/completions/python ... Processing usr/share/bash-completion/completions/python2 ... Processing usr/share/bash-completion/completions/python2.7 ... Processing usr/share/bash-completion/completions/python3 ... Processing usr/share/bash-completion/completions/python3.3 ... Processing usr/share/bash-completion/completions/python3.4 ... Processing usr/share/bash-completion/completions/python3.5 ... Processing usr/share/bash-completion/completions/python3.6 ... Processing usr/share/bash-completion/completions/python3.7 ... Processing usr/share/bash-completion/completions/python3.8 ... Processing usr/share/bash-completion/completions/pyvenv ... Processing usr/share/bash-completion/completions/pyvenv-3.4 ... Processing usr/share/bash-completion/completions/pyvenv-3.5 ... Processing usr/share/bash-completion/completions/pyvenv-3.6 ... Processing usr/share/bash-completion/completions/pyvenv-3.7 ... Processing usr/share/bash-completion/completions/pyvenv-3.8 ... Processing usr/share/bash-completion/completions/qdbus ... Processing usr/share/bash-completion/completions/qemu ... Processing usr/share/bash-completion/completions/qemu-kvm ... Processing usr/share/bash-completion/completions/qemu-system-i386 ... Processing usr/share/bash-completion/completions/qemu-system-x86_64 ... Processing usr/share/bash-completion/completions/qrunner ... Processing usr/share/bash-completion/completions/querybts ... Processing usr/share/bash-completion/completions/quota ... Processing usr/share/bash-completion/completions/quotacheck ... Processing usr/share/bash-completion/completions/quotaoff ... Processing usr/share/bash-completion/completions/quotaon ... Processing usr/share/bash-completion/completions/radvdump ... Processing usr/share/bash-completion/completions/ralsh ... Processing usr/share/bash-completion/completions/rcs ... Processing usr/share/bash-completion/completions/rcsdiff ... Processing usr/share/bash-completion/completions/rdesktop ... Processing usr/share/bash-completion/completions/rdict ... Processing usr/share/bash-completion/completions/remove_members ... Processing usr/share/bash-completion/completions/removepkg ... Processing usr/share/bash-completion/completions/reportbug ... Processing usr/share/bash-completion/completions/repquota ... Processing usr/share/bash-completion/completions/resizepart ... Processing usr/share/bash-completion/completions/resolvconf ... Processing usr/share/bash-completion/completions/rfcomm ... Processing usr/share/bash-completion/completions/ri ... Processing usr/share/bash-completion/completions/rlog ... Processing usr/share/bash-completion/completions/rmlist ... Processing usr/share/bash-completion/completions/rmmod ... Processing usr/share/bash-completion/completions/route ... Processing usr/share/bash-completion/completions/rpcdebug ... Processing usr/share/bash-completion/completions/rpm ... Processing usr/share/bash-completion/completions/rpm2targz ... Processing usr/share/bash-completion/completions/rpm2tgz ... Processing usr/share/bash-completion/completions/rpm2txz ... Processing usr/share/bash-completion/completions/rpmbuild ... Processing usr/share/bash-completion/completions/rpmbuild-md5 ... Processing usr/share/bash-completion/completions/rpmcheck ... Processing usr/share/bash-completion/completions/rrdtool ... Processing usr/share/bash-completion/completions/rsync ... Processing usr/share/bash-completion/completions/s390-koji ... Processing usr/share/bash-completion/completions/sbcl ... Processing usr/share/bash-completion/completions/sbcl-mt ... Processing usr/share/bash-completion/completions/sbopkg ... Processing usr/share/bash-completion/completions/scp ... Processing usr/share/bash-completion/completions/screen ... Processing usr/share/bash-completion/completions/scrub ... Processing usr/share/bash-completion/completions/sdptool ... Processing usr/share/bash-completion/completions/secret-tool ... Processing usr/share/bash-completion/completions/setquota ... Processing usr/share/bash-completion/completions/sftp ... Processing usr/share/bash-completion/completions/sh ... Processing usr/share/bash-completion/completions/shellcheck ... Processing usr/share/bash-completion/completions/sidedoor ... Processing usr/share/bash-completion/completions/sitecopy ... Processing usr/share/bash-completion/completions/slackpkg ... Processing usr/share/bash-completion/completions/slapt-get ... Processing usr/share/bash-completion/completions/slapt-src ... Processing usr/share/bash-completion/completions/slogin ... Processing usr/share/bash-completion/completions/smartctl ... Processing usr/share/bash-completion/completions/smbcacls ... Processing usr/share/bash-completion/completions/smbclient ... Processing usr/share/bash-completion/completions/smbcquotas ... Processing usr/share/bash-completion/completions/smbget ... Processing usr/share/bash-completion/completions/smbpasswd ... Processing usr/share/bash-completion/completions/smbtar ... Processing usr/share/bash-completion/completions/smbtree ... Processing usr/share/bash-completion/completions/snownews ... Processing usr/share/bash-completion/completions/sparc-koji ... Processing usr/share/bash-completion/completions/spovray ... Processing usr/share/bash-completion/completions/sqlite3 ... Processing usr/share/bash-completion/completions/ss ... Processing usr/share/bash-completion/completions/ssh ... Processing usr/share/bash-completion/completions/ssh-add ... Processing usr/share/bash-completion/completions/ssh-copy-id ... Processing usr/share/bash-completion/completions/ssh-keygen ... Processing usr/share/bash-completion/completions/sshfs ... Processing usr/share/bash-completion/completions/sshmitm ... Processing usr/share/bash-completion/completions/sshow ... Processing usr/share/bash-completion/completions/star ... Processing usr/share/bash-completion/completions/strace ... Processing usr/share/bash-completion/completions/stream ... Processing usr/share/bash-completion/completions/strings ... Processing usr/share/bash-completion/completions/sudo ... Processing usr/share/bash-completion/completions/sudoedit ... Processing usr/share/bash-completion/completions/svcadm ... Processing usr/share/bash-completion/completions/svk ... Processing usr/share/bash-completion/completions/sync_members ... Processing usr/share/bash-completion/completions/synclient ... Processing usr/share/bash-completion/completions/sysbench ... Processing usr/share/bash-completion/completions/sysctl ... Processing usr/share/bash-completion/completions/tar ... Processing usr/share/bash-completion/completions/tcpdump ... Processing usr/share/bash-completion/completions/tcpkill ... Processing usr/share/bash-completion/completions/tcpnice ... Processing usr/share/bash-completion/completions/tightvncviewer ... Processing usr/share/bash-completion/completions/timeout ... Processing usr/share/bash-completion/completions/tipc ... Processing usr/share/bash-completion/completions/tox ... Processing usr/share/bash-completion/completions/tracepath ... Processing usr/share/bash-completion/completions/tracepath6 ... Processing usr/share/bash-completion/completions/tshark ... Processing usr/share/bash-completion/completions/tsig-keygen ... Processing usr/share/bash-completion/completions/tune2fs ... Processing usr/share/bash-completion/completions/typeset ... Processing usr/share/bash-completion/completions/ulimit ... Processing usr/share/bash-completion/completions/unace ... Processing usr/share/bash-completion/completions/unpack200 ... Processing usr/share/bash-completion/completions/unrar ... Processing usr/share/bash-completion/completions/unshunt ... Processing usr/share/bash-completion/completions/update-alternatives ... Processing usr/share/bash-completion/completions/update-rc.d ... Processing usr/share/bash-completion/completions/upgradepkg ... Processing usr/share/bash-completion/completions/urlsnarf ... Processing usr/share/bash-completion/completions/useradd ... Processing usr/share/bash-completion/completions/userdel ... Processing usr/share/bash-completion/completions/usermod ... Processing usr/share/bash-completion/completions/valgrind ... Processing usr/share/bash-completion/completions/vgcfgbackup ... Processing usr/share/bash-completion/completions/vgcfgrestore ... Processing usr/share/bash-completion/completions/vgchange ... Processing usr/share/bash-completion/completions/vgck ... Processing usr/share/bash-completion/completions/vgconvert ... Processing usr/share/bash-completion/completions/vgcreate ... Processing usr/share/bash-completion/completions/vgdisplay ... Processing usr/share/bash-completion/completions/vgexport ... Processing usr/share/bash-completion/completions/vgextend ... Processing usr/share/bash-completion/completions/vgimport ... Processing usr/share/bash-completion/completions/vgmerge ... Processing usr/share/bash-completion/completions/vgmknodes ... Processing usr/share/bash-completion/completions/vgreduce ... Processing usr/share/bash-completion/completions/vgremove ... Processing usr/share/bash-completion/completions/vgrename ... Processing usr/share/bash-completion/completions/vgs ... Processing usr/share/bash-completion/completions/vgscan ... Processing usr/share/bash-completion/completions/vgsplit ... Processing usr/share/bash-completion/completions/vigr ... Processing usr/share/bash-completion/completions/vipw ... Processing usr/share/bash-completion/completions/vmstat ... Processing usr/share/bash-completion/completions/vncviewer ... Processing usr/share/bash-completion/completions/vpnc ... Processing usr/share/bash-completion/completions/watch ... Processing usr/share/bash-completion/completions/webmitm ... Processing usr/share/bash-completion/completions/wget ... Processing usr/share/bash-completion/completions/whatis ... Processing usr/share/bash-completion/completions/wine ... Processing usr/share/bash-completion/completions/wine-development ... Processing usr/share/bash-completion/completions/wine-stable ... Processing usr/share/bash-completion/completions/withlist ... Processing usr/share/bash-completion/completions/wodim ... Processing usr/share/bash-completion/completions/wol ... Processing usr/share/bash-completion/completions/wsimport ... Processing usr/share/bash-completion/completions/wtf ... Processing usr/share/bash-completion/completions/wvdial ... Processing usr/share/bash-completion/completions/xdg-mime ... Processing usr/share/bash-completion/completions/xdg-settings ... Processing usr/share/bash-completion/completions/xfreerdp ... Processing usr/share/bash-completion/completions/xgamma ... Processing usr/share/bash-completion/completions/xhost ... Processing usr/share/bash-completion/completions/xmllint ... Processing usr/share/bash-completion/completions/xmlwf ... Processing usr/share/bash-completion/completions/xmms ... Processing usr/share/bash-completion/completions/xmodmap ... Processing usr/share/bash-completion/completions/xpovray ... Processing usr/share/bash-completion/completions/xrandr ... Processing usr/share/bash-completion/completions/xrdb ... Processing usr/share/bash-completion/completions/xsltproc ... Processing usr/share/bash-completion/completions/xvfb-run ... Processing usr/share/bash-completion/completions/xvnc4viewer ... Processing usr/share/bash-completion/completions/xxd ... Processing usr/share/bash-completion/completions/xz ... Processing usr/share/bash-completion/completions/xzdec ... Processing usr/share/bash-completion/completions/ypcat ... Processing usr/share/bash-completion/completions/ypmatch ... Processing usr/share/bash-completion/completions/yum-arch ... Processing usr/share/bash-completion/completions/zopfli ... Processing usr/share/bash-completion/completions/zopflipng ... Processing usr/share/bash-completion/helpers ... Processing usr/share/bash-completion/helpers/perl ... Processing usr/share/bash-completion/helpers/python ... Processing usr/share/ca-certificates ... Processing usr/share/ca-certificates/mozilla ... Processing usr/share/ca-certificates/mozilla/ACCVRAIZ1.crt ... Processing usr/share/ca-certificates/mozilla/AC_RAIZ_FNMT-RCM.crt ... Processing []ca-certificates/mozilla/AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.crt ... Processing usr/share/ca-certificates/mozilla/ANF_Secure_Server_Root_CA.crt ... Processing []hare/ca-certificates/mozilla/Actalis_Authentication_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/AffirmTrust_Commercial.crt ... Processing usr/share/ca-certificates/mozilla/AffirmTrust_Networking.crt ... Processing usr/share/ca-certificates/mozilla/AffirmTrust_Premium.crt ... Processing usr/share/ca-certificates/mozilla/AffirmTrust_Premium_ECC.crt ... Processing usr/share/ca-certificates/mozilla/Amazon_Root_CA_1.crt ... Processing usr/share/ca-certificates/mozilla/Amazon_Root_CA_2.crt ... Processing usr/share/ca-certificates/mozilla/Amazon_Root_CA_3.crt ... Processing usr/share/ca-certificates/mozilla/Amazon_Root_CA_4.crt ... Processing usr/share/ca-certificates/mozilla/Atos_TrustedRoot_2011.crt ... Processing []a/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.crt ... Processing []Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.crt ... Processing usr/share/ca-certificates/mozilla/Baltimore_CyberTrust_Root.crt ... Processing usr/share/ca-certificates/mozilla/Buypass_Class_2_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/Buypass_Class_3_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/CA_Disig_Root_R2.crt ... Processing usr/share/ca-certificates/mozilla/CFCA_EV_ROOT.crt ... Processing []hare/ca-certificates/mozilla/COMODO_Certification_Authority.crt ... Processing []/ca-certificates/mozilla/COMODO_ECC_Certification_Authority.crt ... Processing []/ca-certificates/mozilla/COMODO_RSA_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/Certainly_Root_E1.crt ... Processing usr/share/ca-certificates/mozilla/Certainly_Root_R1.crt ... Processing usr/share/ca-certificates/mozilla/Certigna.crt ... Processing usr/share/ca-certificates/mozilla/Certigna_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/Certum_EC-384_CA.crt ... Processing usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA.crt ... Processing usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA_2.crt ... Processing usr/share/ca-certificates/mozilla/Certum_Trusted_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt ... Processing usr/share/ca-certificates/mozilla/D-TRUST_BR_Root_CA_1_2020.crt ... Processing usr/share/ca-certificates/mozilla/D-TRUST_EV_Root_CA_1_2020.crt ... Processing []hare/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_2009.crt ... Processing []e/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_EV_2009.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G2.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G3.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Global_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G2.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G3.crt ... Processing []/ca-certificates/mozilla/DigiCert_High_Assurance_EV_Root_CA.crt ... Processing []share/ca-certificates/mozilla/DigiCert_TLS_ECC_P384_Root_G5.crt ... Processing []/share/ca-certificates/mozilla/DigiCert_TLS_RSA4096_Root_G5.crt ... Processing usr/share/ca-certificates/mozilla/DigiCert_Trusted_Root_G4.crt ... Processing []are/ca-certificates/mozilla/E-Tugra_Certification_Authority.crt ... Processing []share/ca-certificates/mozilla/E-Tugra_Global_Root_CA_ECC_v3.crt ... Processing []share/ca-certificates/mozilla/E-Tugra_Global_Root_CA_RSA_v3.crt ... Processing []tificates/mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt ... Processing []a-certificates/mozilla/Entrust_Root_Certification_Authority.crt ... Processing []ificates/mozilla/Entrust_Root_Certification_Authority_-_EC1.crt ... Processing []tificates/mozilla/Entrust_Root_Certification_Authority_-_G2.crt ... Processing []tificates/mozilla/Entrust_Root_Certification_Authority_-_G4.crt ... Processing usr/share/ca-certificates/mozilla/GDCA_TrustAUTH_R5_ROOT.crt ... Processing usr/share/ca-certificates/mozilla/GLOBALTRUST_2020.crt ... Processing usr/share/ca-certificates/mozilla/GTS_Root_R1.crt ... Processing usr/share/ca-certificates/mozilla/GTS_Root_R2.crt ... Processing usr/share/ca-certificates/mozilla/GTS_Root_R3.crt ... Processing usr/share/ca-certificates/mozilla/GTS_Root_R4.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R4.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R5.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R3.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R6.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_E46.crt ... Processing usr/share/ca-certificates/mozilla/GlobalSign_Root_R46.crt ... Processing usr/share/ca-certificates/mozilla/Go_Daddy_Class_2_CA.crt ... Processing []rtificates/mozilla/Go_Daddy_Root_Certificate_Authority_-_G2.crt ... Processing usr/share/ca-certificates/mozilla/HARICA_TLS_ECC_Root_CA_2021.crt ... Processing usr/share/ca-certificates/mozilla/HARICA_TLS_RSA_Root_CA_2021.crt ... Processing []Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.crt ... Processing []lla/Hellenic_Academic_and_Research_Institutions_RootCA_2015.crt ... Processing usr/share/ca-certificates/mozilla/HiPKI_Root_CA_-_G1.crt ... Processing usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_1.crt ... Processing usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_3.crt ... Processing usr/share/ca-certificates/mozilla/ISRG_Root_X1.crt ... Processing usr/share/ca-certificates/mozilla/ISRG_Root_X2.crt ... Processing []hare/ca-certificates/mozilla/IdenTrust_Commercial_Root_CA_1.crt ... Processing []e/ca-certificates/mozilla/IdenTrust_Public_Sector_Root_CA_1.crt ... Processing usr/share/ca-certificates/mozilla/Izenpe.com.crt ... Processing []hare/ca-certificates/mozilla/Microsec_e-Szigno_Root_CA_2009.crt ... Processing []cates/mozilla/Microsoft_ECC_Root_Certificate_Authority_2017.crt ... Processing []cates/mozilla/Microsoft_RSA_Root_Certificate_Authority_2017.crt ... Processing []tificates/mozilla/NAVER_Global_Root_Certification_Authority.crt ... Processing []icates/mozilla/NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt ... Processing []are/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GB_CA.crt ... Processing []are/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GC_CA.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_1_G3.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2_G3.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3.crt ... Processing usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3_G3.crt ... Processing []ficates/mozilla/SSL.com_EV_Root_Certification_Authority_ECC.crt ... Processing []ates/mozilla/SSL.com_EV_Root_Certification_Authority_RSA_R2.crt ... Processing []rtificates/mozilla/SSL.com_Root_Certification_Authority_ECC.crt ... Processing []rtificates/mozilla/SSL.com_Root_Certification_Authority_RSA.crt ... Processing usr/share/ca-certificates/mozilla/SZAFIR_ROOT_CA2.crt ... Processing usr/share/ca-certificates/mozilla/SecureSign_RootCA11.crt ... Processing usr/share/ca-certificates/mozilla/SecureTrust_CA.crt ... Processing usr/share/ca-certificates/mozilla/Secure_Global_CA.crt ... Processing []/ca-certificates/mozilla/Security_Communication_ECC_RootCA1.crt ... Processing []hare/ca-certificates/mozilla/Security_Communication_RootCA2.crt ... Processing []hare/ca-certificates/mozilla/Security_Communication_RootCA3.crt ... Processing []hare/ca-certificates/mozilla/Security_Communication_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/Starfield_Class_2_CA.crt ... Processing []tificates/mozilla/Starfield_Root_Certificate_Authority_-_G2.crt ... Processing []/mozilla/Starfield_Services_Root_Certificate_Authority_-_G2.crt ... Processing usr/share/ca-certificates/mozilla/SwissSign_Gold_CA_-_G2.crt ... Processing usr/share/ca-certificates/mozilla/SwissSign_Silver_CA_-_G2.crt ... Processing []/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_2.crt ... Processing []/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_3.crt ... Processing []cates/mozilla/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.crt ... Processing usr/share/ca-certificates/mozilla/TWCA_Global_Root_CA.crt ... Processing []e/ca-certificates/mozilla/TWCA_Root_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/TeliaSonera_Root_CA_v1.crt ... Processing usr/share/ca-certificates/mozilla/Telia_Root_CA_v2.crt ... Processing usr/share/ca-certificates/mozilla/TrustCor_ECA-1.crt ... Processing usr/share/ca-certificates/mozilla/TrustCor_RootCert_CA-1.crt ... Processing usr/share/ca-certificates/mozilla/TrustCor_RootCert_CA-2.crt ... Processing []rtificates/mozilla/Trustwave_Global_Certification_Authority.crt ... Processing []s/mozilla/Trustwave_Global_ECC_P256_Certification_Authority.crt ... Processing []s/mozilla/Trustwave_Global_ECC_P384_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/TunTrust_Root_CA.crt ... Processing []/share/ca-certificates/mozilla/UCA_Extended_Validation_Root.crt ... Processing usr/share/ca-certificates/mozilla/UCA_Global_G2_Root.crt ... Processing []-certificates/mozilla/USERTrust_ECC_Certification_Authority.crt ... Processing []-certificates/mozilla/USERTrust_RSA_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/XRamp_Global_CA_Root.crt ... Processing usr/share/ca-certificates/mozilla/certSIGN_ROOT_CA.crt ... Processing usr/share/ca-certificates/mozilla/certSIGN_Root_CA_G2.crt ... Processing usr/share/ca-certificates/mozilla/e-Szigno_Root_CA_2017.crt ... Processing []e/ca-certificates/mozilla/ePKI_Root_Certification_Authority.crt ... Processing usr/share/ca-certificates/mozilla/emSign_ECC_Root_CA_-_C3.crt ... Processing usr/share/ca-certificates/mozilla/emSign_ECC_Root_CA_-_G3.crt ... Processing usr/share/ca-certificates/mozilla/emSign_Root_CA_-_C1.crt ... Processing usr/share/ca-certificates/mozilla/emSign_Root_CA_-_G1.crt ... Processing usr/share/ca-certificates/mozilla/vTrus_ECC_Root_CA.crt ... Processing usr/share/ca-certificates/mozilla/vTrus_Root_CA.crt ... 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/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/locale ... Processing usr/share/locale/ab ... Processing usr/share/locale/ab/LC_MESSAGES ... Processing usr/share/locale/ab/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/bash.mo ... Processing usr/share/locale/af/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/af/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/af/LC_TIME ... Processing usr/share/locale/af/LC_TIME/coreutils.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/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/gettext-runtime.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/glib20.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/be/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/be/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be/LC_TIME ... Processing usr/share/locale/be/LC_TIME/coreutils.mo ... Processing usr/share/locale/be@latin ... Processing usr/share/locale/be@latin/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/bg/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/bg/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/bg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg/LC_TIME ... Processing usr/share/locale/bg/LC_TIME/coreutils.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/ca/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/ca/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ca/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ca/LC_TIME ... Processing usr/share/locale/ca/LC_TIME/coreutils.mo ... Processing usr/share/locale/ca@valencia ... Processing usr/share/locale/ca@valencia/LC_MESSAGES ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/bash.mo ... Processing usr/share/locale/cs/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/cs/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/cs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/cs/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/cs/LC_TIME ... Processing usr/share/locale/cs/LC_TIME/coreutils.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/da/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/da/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/da/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/da/LC_TIME ... Processing usr/share/locale/da/LC_TIME/coreutils.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/bash.mo ... Processing usr/share/locale/de/LC_MESSAGES/ccrypt.mo ... Processing usr/share/locale/de/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/de/LC_MESSAGES/elfutils.mo ... Processing usr/share/locale/de/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/de/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/de/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/de/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/de/LC_TIME ... Processing usr/share/locale/de/LC_TIME/coreutils.mo ... Processing usr/share/locale/dz ... Processing usr/share/locale/dz/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/el/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/el/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/el/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el/LC_TIME ... Processing usr/share/locale/el/LC_TIME/coreutils.mo ... Processing usr/share/locale/en@boldquot ... Processing usr/share/locale/en@boldquot/LC_MESSAGES ... Processing usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo ... Processing usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo ... Processing usr/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/en@quot ... Processing usr/share/locale/en@quot/LC_MESSAGES ... Processing usr/share/locale/en@quot/LC_MESSAGES/bash.mo ... Processing usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo ... Processing usr/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/en@shaw ... Processing usr/share/locale/en@shaw/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/en_GB/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/eo/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/eo/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/eo/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo/LC_TIME ... Processing usr/share/locale/eo/LC_TIME/coreutils.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/bash.mo ... Processing usr/share/locale/es/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/es/LC_MESSAGES/elfutils.mo ... Processing usr/share/locale/es/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/es/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/es/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/es/LC_TIME ... Processing usr/share/locale/es/LC_TIME/coreutils.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/bash.mo ... Processing usr/share/locale/et/LC_MESSAGES/ccrypt.mo ... Processing usr/share/locale/et/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/et/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/et/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/et/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/et/LC_TIME ... Processing usr/share/locale/et/LC_TIME/coreutils.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/eu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eu/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/eu/LC_TIME ... Processing usr/share/locale/eu/LC_TIME/coreutils.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/fi/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/fi/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/fi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/fi/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/fi/LC_TIME ... Processing usr/share/locale/fi/LC_TIME/coreutils.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/bash.mo ... Processing usr/share/locale/fr/LC_MESSAGES/ccrypt.mo ... Processing usr/share/locale/fr/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/fr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/fr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fr/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/fr/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/fr/LC_TIME ... Processing usr/share/locale/fr/LC_TIME/coreutils.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/ga/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/ga/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ga/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ga/LC_TIME ... Processing usr/share/locale/ga/LC_TIME/coreutils.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/bash.mo ... Processing usr/share/locale/gl/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/gl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/gl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/gl/LC_TIME ... Processing usr/share/locale/gl/LC_TIME/coreutils.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/hr/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/hr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/hr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/hr/LC_TIME ... Processing usr/share/locale/hr/LC_TIME/coreutils.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/bash.mo ... Processing usr/share/locale/hu/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/hu/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/hu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hu/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/hu/LC_TIME ... Processing usr/share/locale/hu/LC_TIME/coreutils.mo ... Processing usr/share/locale/hy ... Processing usr/share/locale/hy/LC_MESSAGES ... 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/coreutils.mo ... Processing usr/share/locale/ia/LC_TIME ... Processing usr/share/locale/ia/LC_TIME/coreutils.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/bash.mo ... Processing usr/share/locale/id/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/id/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/id/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/id/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/id/LC_TIME ... Processing usr/share/locale/id/LC_TIME/coreutils.mo ... Processing usr/share/locale/ie ... Processing usr/share/locale/ie/LC_MESSAGES ... Processing usr/share/locale/ie/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/is ... Processing usr/share/locale/is/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/it/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/it/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/it/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/it/LC_TIME ... Processing usr/share/locale/it/LC_TIME/coreutils.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/bash.mo ... Processing usr/share/locale/ja/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/ja/LC_MESSAGES/elfutils.mo ... Processing usr/share/locale/ja/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ja/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ja/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/ja/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ja/LC_TIME ... Processing usr/share/locale/ja/LC_TIME/coreutils.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/ka/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ka/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ka/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/ka/LC_TIME ... Processing usr/share/locale/ka/LC_TIME/coreutils.mo ... Processing usr/share/locale/kk ... Processing usr/share/locale/kk/LC_MESSAGES ... Processing usr/share/locale/kk/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/kk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kk/LC_TIME ... Processing usr/share/locale/kk/LC_TIME/coreutils.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/ko/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/ko/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ko/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/ko/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ko/LC_TIME ... Processing usr/share/locale/ko/LC_TIME/coreutils.mo ... Processing usr/share/locale/ku ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lg ... Processing usr/share/locale/lg/LC_MESSAGES ... Processing usr/share/locale/lg/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/lg/LC_TIME ... Processing usr/share/locale/lg/LC_TIME/coreutils.mo ... Processing usr/share/locale/locale.alias ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/bash.mo ... Processing usr/share/locale/lt/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/lt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lt/LC_TIME ... Processing usr/share/locale/lt/LC_TIME/coreutils.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... 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/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/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/mn ... Processing usr/share/locale/mn/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/ms/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ms/LC_TIME ... Processing usr/share/locale/ms/LC_TIME/coreutils.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/bash.mo ... Processing usr/share/locale/nb/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/nb/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/nb/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nb/LC_TIME ... Processing usr/share/locale/nb/LC_TIME/coreutils.mo ... Processing usr/share/locale/nds ... Processing usr/share/locale/nds/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/bash.mo ... Processing usr/share/locale/nl/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/nl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/nl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/nl/LC_TIME ... Processing usr/share/locale/nl/LC_TIME/coreutils.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/nn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc ... Processing usr/share/locale/oc/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/pl/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/pl/LC_MESSAGES/elfutils.mo ... Processing usr/share/locale/pl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/pl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/pl/LC_TIME ... Processing usr/share/locale/pl/LC_TIME/coreutils.mo ... Processing usr/share/locale/ps ... Processing usr/share/locale/ps/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/pt/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/pt/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/pt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/pt/LC_TIME ... Processing usr/share/locale/pt/LC_TIME/coreutils.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/bash.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/pt_BR/LC_TIME ... Processing usr/share/locale/pt_BR/LC_TIME/coreutils.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/bash.mo ... Processing usr/share/locale/ro/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/ro/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ro/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ro/LC_TIME ... Processing usr/share/locale/ro/LC_TIME/coreutils.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/bash.mo ... Processing usr/share/locale/ru/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/ru/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/ru/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ru/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/ru/LC_TIME ... Processing usr/share/locale/ru/LC_TIME/coreutils.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/glib20.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/bash.mo ... Processing usr/share/locale/sk/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/sk/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/sk/LC_TIME ... Processing usr/share/locale/sk/LC_TIME/coreutils.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/bash.mo ... Processing usr/share/locale/sl/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/sl/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sl/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/sl/LC_TIME ... Processing usr/share/locale/sl/LC_TIME/coreutils.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/sr/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/sr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/sr/LC_TIME ... Processing usr/share/locale/sr/LC_TIME/coreutils.mo ... Processing usr/share/locale/sr@ije ... Processing usr/share/locale/sr@ije/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/bash.mo ... Processing usr/share/locale/sv/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/sv/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/sv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/sv/LC_TIME ... Processing usr/share/locale/sv/LC_TIME/coreutils.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... 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/glib20.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/bash.mo ... Processing usr/share/locale/tr/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/tr/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/tr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/tr/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/tr/LC_TIME ... Processing usr/share/locale/tr/LC_TIME/coreutils.mo ... Processing usr/share/locale/tt ... Processing usr/share/locale/tt/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/bash.mo ... Processing usr/share/locale/uk/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/uk/LC_MESSAGES/elfutils.mo ... Processing usr/share/locale/uk/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/uk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/uk/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/uk/LC_TIME ... Processing usr/share/locale/uk/LC_TIME/coreutils.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/bash.mo ... Processing usr/share/locale/vi/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/vi/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/vi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/vi/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/vi/LC_TIME ... Processing usr/share/locale/vi/LC_TIME/coreutils.mo ... Processing usr/share/locale/wa ... Processing usr/share/locale/wa/LC_MESSAGES ... 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/glib20.mo ... Processing usr/share/locale/yi ... Processing usr/share/locale/yi/LC_MESSAGES ... 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/bash.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/iputils.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/zh_CN/LC_TIME ... Processing usr/share/locale/zh_CN/LC_TIME/coreutils.mo ... Processing usr/share/locale/zh_HK ... Processing usr/share/locale/zh_HK/LC_MESSAGES ... Processing usr/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/bash.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/coreutils.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo ... Processing usr/share/locale/zh_TW/LC_TIME ... Processing usr/share/locale/zh_TW/LC_TIME/coreutils.mo ... 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/vala ... Processing usr/share/vala/vapi ... Processing usr/share/vala/vapi/gee-0.8.vapi ... Processing usr/share/yang ... Processing usr/share/yang/frr-bfdd.yang ... Processing usr/share/yang/frr-bgp-bmp.yang ... Processing usr/share/yang/frr-bgp-common-multiprotocol.yang ... Processing usr/share/yang/frr-bgp-common-structure.yang ... Processing usr/share/yang/frr-bgp-common.yang ... Processing usr/share/yang/frr-bgp-filter.yang ... Processing usr/share/yang/frr-bgp-neighbor.yang ... Processing usr/share/yang/frr-bgp-peer-group.yang ... Processing usr/share/yang/frr-bgp-route-map.yang ... Processing usr/share/yang/frr-bgp-rpki.yang ... Processing usr/share/yang/frr-bgp-types.yang ... Processing usr/share/yang/frr-bgp.yang ... Processing usr/share/yang/frr-deviations-bgp-datacenter.yang ... Processing usr/share/yang/frr-eigrpd.yang ... Processing usr/share/yang/frr-filter.yang ... Processing usr/share/yang/frr-gmp.yang ... Processing usr/share/yang/frr-interface.yang ... Processing usr/share/yang/frr-isisd.yang ... Processing usr/share/yang/frr-module-translator.yang ... Processing usr/share/yang/frr-nexthop.yang ... Processing usr/share/yang/frr-ospf-route-map.yang ... Processing usr/share/yang/frr-ospf6-route-map.yang ... Processing usr/share/yang/frr-ospfd.yang ... Processing usr/share/yang/frr-pathd.yang ... Processing usr/share/yang/frr-pim-rp.yang ... Processing usr/share/yang/frr-pim.yang ... Processing usr/share/yang/frr-ripd.yang ... Processing usr/share/yang/frr-ripngd.yang ... Processing usr/share/yang/frr-route-map.yang ... Processing usr/share/yang/frr-route-types.yang ... Processing usr/share/yang/frr-routing.yang ... Processing usr/share/yang/frr-staticd.yang ... Processing usr/share/yang/frr-test-module.yang ... Processing usr/share/yang/frr-vrf.yang ... Processing usr/share/yang/frr-vrrpd.yang ... Processing usr/share/yang/frr-zebra-route-map.yang ... Processing usr/share/yang/frr-zebra.yang ... Processing usr/share/yang/ietf-bgp-types.yang ... Processing usr/share/yang/ietf-interfaces.yang ... Processing usr/share/yang/ietf-routing-types.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 usr/share/zsh ... Processing usr/share/zsh/5.9 ... Processing usr/share/zsh/5.9/functions ... Processing usr/share/zsh/5.9/functions/VCS_INFO_adjust ... Processing usr/share/zsh/5.9/functions/VCS_INFO_bydir_detect ... Processing usr/share/zsh/5.9/functions/VCS_INFO_check_com ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_bzr ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_cdv ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_cvs ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_darcs ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_fossil ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_git ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_hg ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_mtn ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_p4 ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_svk ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_svn ... Processing usr/share/zsh/5.9/functions/VCS_INFO_detect_tla ... Processing usr/share/zsh/5.9/functions/VCS_INFO_formats ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_cmd ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_bzr ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_cdv ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_cvs ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_darcs ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_fossil ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_git ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_hg ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_mtn ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_p4 ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_svk ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_svn ... Processing usr/share/zsh/5.9/functions/VCS_INFO_get_data_tla ... Processing usr/share/zsh/5.9/functions/VCS_INFO_hexdump ... Processing usr/share/zsh/5.9/functions/VCS_INFO_hook ... Processing usr/share/zsh/5.9/functions/VCS_INFO_maxexports ... Processing usr/share/zsh/5.9/functions/VCS_INFO_nvcsformats ... Processing usr/share/zsh/5.9/functions/VCS_INFO_patch2subject ... Processing usr/share/zsh/5.9/functions/VCS_INFO_quilt ... Processing usr/share/zsh/5.9/functions/VCS_INFO_reposub ... Processing usr/share/zsh/5.9/functions/VCS_INFO_set ... Processing usr/share/zsh/5.9/functions/VCS_INFO_set-branch-format ... Processing usr/share/zsh/5.9/functions/VCS_INFO_set-patch-format ... Processing usr/share/zsh/5.9/functions/_SUSEconfig ... Processing usr/share/zsh/5.9/functions/__arguments ... Processing usr/share/zsh/5.9/functions/_a2ps ... Processing usr/share/zsh/5.9/functions/_a2utils ... Processing usr/share/zsh/5.9/functions/_aap ... Processing usr/share/zsh/5.9/functions/_abcde ... Processing usr/share/zsh/5.9/functions/_absolute_command_paths ... Processing usr/share/zsh/5.9/functions/_ack ... Processing usr/share/zsh/5.9/functions/_acpi ... Processing usr/share/zsh/5.9/functions/_acpitool ... Processing usr/share/zsh/5.9/functions/_acroread ... Processing usr/share/zsh/5.9/functions/_adb ... Processing usr/share/zsh/5.9/functions/_add-zle-hook-widget ... Processing usr/share/zsh/5.9/functions/_add-zsh-hook ... Processing usr/share/zsh/5.9/functions/_alias ... Processing usr/share/zsh/5.9/functions/_aliases ... Processing usr/share/zsh/5.9/functions/_all_labels ... Processing usr/share/zsh/5.9/functions/_all_matches ... Processing usr/share/zsh/5.9/functions/_alsa-utils ... Processing usr/share/zsh/5.9/functions/_alternative ... Processing usr/share/zsh/5.9/functions/_analyseplugin ... Processing usr/share/zsh/5.9/functions/_ansible ... Processing usr/share/zsh/5.9/functions/_ant ... Processing usr/share/zsh/5.9/functions/_antiword ... Processing usr/share/zsh/5.9/functions/_apachectl ... Processing usr/share/zsh/5.9/functions/_apm ... Processing usr/share/zsh/5.9/functions/_approximate ... Processing usr/share/zsh/5.9/functions/_apt ... Processing usr/share/zsh/5.9/functions/_apt-file ... Processing usr/share/zsh/5.9/functions/_apt-move ... Processing usr/share/zsh/5.9/functions/_apt-show-versions ... Processing usr/share/zsh/5.9/functions/_aptitude ... Processing usr/share/zsh/5.9/functions/_arch_archives ... Processing usr/share/zsh/5.9/functions/_arch_namespace ... Processing usr/share/zsh/5.9/functions/_arg_compile ... Processing usr/share/zsh/5.9/functions/_arguments ... Processing usr/share/zsh/5.9/functions/_arp ... Processing usr/share/zsh/5.9/functions/_arping ... Processing usr/share/zsh/5.9/functions/_arrays ... Processing usr/share/zsh/5.9/functions/_asciidoctor ... Processing usr/share/zsh/5.9/functions/_asciinema ... Processing usr/share/zsh/5.9/functions/_assign ... Processing usr/share/zsh/5.9/functions/_at ... Processing usr/share/zsh/5.9/functions/_attr ... Processing usr/share/zsh/5.9/functions/_augeas ... Processing usr/share/zsh/5.9/functions/_auto-apt ... Processing usr/share/zsh/5.9/functions/_autocd ... Processing usr/share/zsh/5.9/functions/_avahi ... Processing usr/share/zsh/5.9/functions/_awk ... Processing usr/share/zsh/5.9/functions/_axi-cache ... Processing usr/share/zsh/5.9/functions/_base64 ... Processing usr/share/zsh/5.9/functions/_basename ... Processing usr/share/zsh/5.9/functions/_basenc ... Processing usr/share/zsh/5.9/functions/_bash ... Processing usr/share/zsh/5.9/functions/_bash_completions ... Processing usr/share/zsh/5.9/functions/_baudrates ... Processing usr/share/zsh/5.9/functions/_baz ... Processing usr/share/zsh/5.9/functions/_be_name ... Processing usr/share/zsh/5.9/functions/_beadm ... Processing usr/share/zsh/5.9/functions/_beep ... Processing usr/share/zsh/5.9/functions/_bibtex ... Processing usr/share/zsh/5.9/functions/_bind_addresses ... Processing usr/share/zsh/5.9/functions/_bindkey ... Processing usr/share/zsh/5.9/functions/_bison ... Processing usr/share/zsh/5.9/functions/_bittorrent ... Processing usr/share/zsh/5.9/functions/_bogofilter ... Processing usr/share/zsh/5.9/functions/_bpf_filters ... Processing usr/share/zsh/5.9/functions/_bpython ... Processing usr/share/zsh/5.9/functions/_brace_parameter ... Processing usr/share/zsh/5.9/functions/_brctl ... Processing usr/share/zsh/5.9/functions/_bsd_disks ... Processing usr/share/zsh/5.9/functions/_bsd_pkg ... Processing usr/share/zsh/5.9/functions/_bsdconfig ... Processing usr/share/zsh/5.9/functions/_bsdinstall ... Processing usr/share/zsh/5.9/functions/_btrfs ... Processing usr/share/zsh/5.9/functions/_bts ... Processing usr/share/zsh/5.9/functions/_bug ... Processing usr/share/zsh/5.9/functions/_builtin ... Processing usr/share/zsh/5.9/functions/_bzip2 ... Processing usr/share/zsh/5.9/functions/_bzr ... Processing usr/share/zsh/5.9/functions/_cabal ... Processing usr/share/zsh/5.9/functions/_cache_invalid ... Processing usr/share/zsh/5.9/functions/_caffeinate ... Processing usr/share/zsh/5.9/functions/_cal ... Processing usr/share/zsh/5.9/functions/_calendar ... Processing usr/share/zsh/5.9/functions/_call_function ... Processing usr/share/zsh/5.9/functions/_call_program ... Processing usr/share/zsh/5.9/functions/_canonical_paths ... Processing usr/share/zsh/5.9/functions/_capabilities ... Processing usr/share/zsh/5.9/functions/_cat ... Processing usr/share/zsh/5.9/functions/_ccal ... Processing usr/share/zsh/5.9/functions/_cd ... Processing usr/share/zsh/5.9/functions/_cdbs-edit-patch ... Processing usr/share/zsh/5.9/functions/_cdcd ... Processing usr/share/zsh/5.9/functions/_cdr ... Processing usr/share/zsh/5.9/functions/_cdrdao ... Processing usr/share/zsh/5.9/functions/_cdrecord ... Processing usr/share/zsh/5.9/functions/_chattr ... Processing usr/share/zsh/5.9/functions/_chcon ... Processing usr/share/zsh/5.9/functions/_chflags ... Processing usr/share/zsh/5.9/functions/_chkconfig ... Processing usr/share/zsh/5.9/functions/_chmod ... Processing usr/share/zsh/5.9/functions/_choom ... Processing usr/share/zsh/5.9/functions/_chown ... Processing usr/share/zsh/5.9/functions/_chroot ... Processing usr/share/zsh/5.9/functions/_chrt ... Processing usr/share/zsh/5.9/functions/_chsh ... Processing usr/share/zsh/5.9/functions/_cksum ... Processing usr/share/zsh/5.9/functions/_clay ... Processing usr/share/zsh/5.9/functions/_cmdambivalent ... Processing usr/share/zsh/5.9/functions/_cmdstring ... Processing usr/share/zsh/5.9/functions/_cmp ... Processing usr/share/zsh/5.9/functions/_code ... Processing usr/share/zsh/5.9/functions/_column ... Processing usr/share/zsh/5.9/functions/_combination ... Processing usr/share/zsh/5.9/functions/_comm ... Processing usr/share/zsh/5.9/functions/_command ... Processing usr/share/zsh/5.9/functions/_command_names ... Processing usr/share/zsh/5.9/functions/_comp_locale ... Processing usr/share/zsh/5.9/functions/_compadd ... Processing usr/share/zsh/5.9/functions/_compdef ... Processing usr/share/zsh/5.9/functions/_complete ... Processing usr/share/zsh/5.9/functions/_complete_debug ... Processing usr/share/zsh/5.9/functions/_complete_help ... Processing usr/share/zsh/5.9/functions/_complete_help_generic ... Processing usr/share/zsh/5.9/functions/_complete_tag ... Processing usr/share/zsh/5.9/functions/_completers ... Processing usr/share/zsh/5.9/functions/_composer ... Processing usr/share/zsh/5.9/functions/_compress ... Processing usr/share/zsh/5.9/functions/_condition ... Processing usr/share/zsh/5.9/functions/_configure ... Processing usr/share/zsh/5.9/functions/_coreadm ... Processing usr/share/zsh/5.9/functions/_correct ... Processing usr/share/zsh/5.9/functions/_correct_filename ... Processing usr/share/zsh/5.9/functions/_correct_word ... Processing usr/share/zsh/5.9/functions/_cowsay ... Processing usr/share/zsh/5.9/functions/_cp ... Processing usr/share/zsh/5.9/functions/_cpio ... Processing usr/share/zsh/5.9/functions/_cplay ... Processing usr/share/zsh/5.9/functions/_cpupower ... Processing usr/share/zsh/5.9/functions/_crontab ... Processing usr/share/zsh/5.9/functions/_cryptsetup ... Processing usr/share/zsh/5.9/functions/_cscope ... Processing usr/share/zsh/5.9/functions/_csplit ... Processing usr/share/zsh/5.9/functions/_cssh ... Processing usr/share/zsh/5.9/functions/_csup ... Processing usr/share/zsh/5.9/functions/_ctags ... Processing usr/share/zsh/5.9/functions/_ctags_tags ... Processing usr/share/zsh/5.9/functions/_cu ... Processing usr/share/zsh/5.9/functions/_curl ... Processing usr/share/zsh/5.9/functions/_cut ... Processing usr/share/zsh/5.9/functions/_cvs ... Processing usr/share/zsh/5.9/functions/_cvsup ... Processing usr/share/zsh/5.9/functions/_cygcheck ... Processing usr/share/zsh/5.9/functions/_cygpath ... Processing usr/share/zsh/5.9/functions/_cygrunsrv ... Processing usr/share/zsh/5.9/functions/_cygserver ... Processing usr/share/zsh/5.9/functions/_cygstart ... Processing usr/share/zsh/5.9/functions/_dak ... Processing usr/share/zsh/5.9/functions/_darcs ... Processing usr/share/zsh/5.9/functions/_date ... Processing usr/share/zsh/5.9/functions/_date_formats ... Processing usr/share/zsh/5.9/functions/_dates ... Processing usr/share/zsh/5.9/functions/_dbus ... Processing usr/share/zsh/5.9/functions/_dchroot ... Processing usr/share/zsh/5.9/functions/_dchroot-dsa ... Processing usr/share/zsh/5.9/functions/_dconf ... Processing usr/share/zsh/5.9/functions/_dcop ... Processing usr/share/zsh/5.9/functions/_dcut ... Processing usr/share/zsh/5.9/functions/_dd ... Processing usr/share/zsh/5.9/functions/_deb_architectures ... Processing usr/share/zsh/5.9/functions/_deb_codenames ... Processing usr/share/zsh/5.9/functions/_deb_files ... Processing usr/share/zsh/5.9/functions/_deb_packages ... Processing usr/share/zsh/5.9/functions/_debbugs_bugnumber ... Processing usr/share/zsh/5.9/functions/_debchange ... Processing usr/share/zsh/5.9/functions/_debcheckout ... Processing usr/share/zsh/5.9/functions/_debdiff ... Processing usr/share/zsh/5.9/functions/_debfoster ... Processing usr/share/zsh/5.9/functions/_deborphan ... Processing usr/share/zsh/5.9/functions/_debsign ... Processing usr/share/zsh/5.9/functions/_debsnap ... Processing usr/share/zsh/5.9/functions/_debuild ... Processing usr/share/zsh/5.9/functions/_default ... Processing usr/share/zsh/5.9/functions/_defaults ... Processing usr/share/zsh/5.9/functions/_delimiters ... Processing usr/share/zsh/5.9/functions/_describe ... Processing usr/share/zsh/5.9/functions/_description ... Processing usr/share/zsh/5.9/functions/_devtodo ... Processing usr/share/zsh/5.9/functions/_df ... Processing usr/share/zsh/5.9/functions/_dhclient ... Processing usr/share/zsh/5.9/functions/_dhcpinfo ... Processing usr/share/zsh/5.9/functions/_dict ... Processing usr/share/zsh/5.9/functions/_dict_words ... Processing usr/share/zsh/5.9/functions/_diff ... Processing usr/share/zsh/5.9/functions/_diff3 ... Processing usr/share/zsh/5.9/functions/_diff_options ... Processing usr/share/zsh/5.9/functions/_diffstat ... Processing usr/share/zsh/5.9/functions/_dig ... Processing usr/share/zsh/5.9/functions/_dir_list ... Processing usr/share/zsh/5.9/functions/_directories ... Processing usr/share/zsh/5.9/functions/_directory_stack ... Processing usr/share/zsh/5.9/functions/_dirs ... Processing usr/share/zsh/5.9/functions/_disable ... Processing usr/share/zsh/5.9/functions/_dispatch ... Processing usr/share/zsh/5.9/functions/_django ... Processing usr/share/zsh/5.9/functions/_dkms ... Processing usr/share/zsh/5.9/functions/_dladm ... Processing usr/share/zsh/5.9/functions/_dlocate ... Processing usr/share/zsh/5.9/functions/_dmesg ... Processing usr/share/zsh/5.9/functions/_dmidecode ... Processing usr/share/zsh/5.9/functions/_dnf ... Processing usr/share/zsh/5.9/functions/_dns_types ... Processing usr/share/zsh/5.9/functions/_doas ... Processing usr/share/zsh/5.9/functions/_domains ... Processing usr/share/zsh/5.9/functions/_dos2unix ... Processing usr/share/zsh/5.9/functions/_dpatch-edit-patch ... Processing usr/share/zsh/5.9/functions/_dpkg ... Processing usr/share/zsh/5.9/functions/_dpkg-buildpackage ... Processing usr/share/zsh/5.9/functions/_dpkg-cross ... Processing usr/share/zsh/5.9/functions/_dpkg-repack ... Processing usr/share/zsh/5.9/functions/_dpkg_source ... Processing usr/share/zsh/5.9/functions/_dput ... Processing usr/share/zsh/5.9/functions/_drill ... Processing usr/share/zsh/5.9/functions/_dropbox ... Processing usr/share/zsh/5.9/functions/_dscverify ... Processing usr/share/zsh/5.9/functions/_dsh ... Processing usr/share/zsh/5.9/functions/_dtrace ... Processing usr/share/zsh/5.9/functions/_dtruss ... Processing usr/share/zsh/5.9/functions/_du ... Processing usr/share/zsh/5.9/functions/_dumpadm ... Processing usr/share/zsh/5.9/functions/_dumper ... Processing usr/share/zsh/5.9/functions/_dupload ... Processing usr/share/zsh/5.9/functions/_dvi ... Processing usr/share/zsh/5.9/functions/_dynamic_directory_name ... Processing usr/share/zsh/5.9/functions/_e2label ... Processing usr/share/zsh/5.9/functions/_ecasound ... Processing usr/share/zsh/5.9/functions/_echotc ... Processing usr/share/zsh/5.9/functions/_echoti ... Processing usr/share/zsh/5.9/functions/_ed ... Processing usr/share/zsh/5.9/functions/_elfdump ... Processing usr/share/zsh/5.9/functions/_elinks ... Processing usr/share/zsh/5.9/functions/_email_addresses ... Processing usr/share/zsh/5.9/functions/_emulate ... Processing usr/share/zsh/5.9/functions/_enable ... Processing usr/share/zsh/5.9/functions/_enscript ... Processing usr/share/zsh/5.9/functions/_entr ... Processing usr/share/zsh/5.9/functions/_env ... Processing usr/share/zsh/5.9/functions/_eog ... Processing usr/share/zsh/5.9/functions/_equal ... Processing usr/share/zsh/5.9/functions/_espeak ... Processing usr/share/zsh/5.9/functions/_etags ... Processing usr/share/zsh/5.9/functions/_ethtool ... Processing usr/share/zsh/5.9/functions/_evince ... Processing usr/share/zsh/5.9/functions/_exec ... Processing usr/share/zsh/5.9/functions/_expand ... Processing usr/share/zsh/5.9/functions/_expand_alias ... Processing usr/share/zsh/5.9/functions/_expand_word ... Processing usr/share/zsh/5.9/functions/_extensions ... Processing usr/share/zsh/5.9/functions/_external_pwds ... Processing usr/share/zsh/5.9/functions/_fakeroot ... Processing usr/share/zsh/5.9/functions/_fbsd_architectures ... Processing usr/share/zsh/5.9/functions/_fbsd_device_types ... Processing usr/share/zsh/5.9/functions/_fc ... Processing usr/share/zsh/5.9/functions/_feh ... Processing usr/share/zsh/5.9/functions/_fetch ... Processing usr/share/zsh/5.9/functions/_fetchmail ... Processing usr/share/zsh/5.9/functions/_ffmpeg ... Processing usr/share/zsh/5.9/functions/_figlet ... Processing usr/share/zsh/5.9/functions/_file_descriptors ... Processing usr/share/zsh/5.9/functions/_file_flags ... Processing usr/share/zsh/5.9/functions/_file_modes ... Processing usr/share/zsh/5.9/functions/_file_systems ... Processing usr/share/zsh/5.9/functions/_files ... Processing usr/share/zsh/5.9/functions/_find ... Processing usr/share/zsh/5.9/functions/_find_net_interfaces ... Processing usr/share/zsh/5.9/functions/_findmnt ... Processing usr/share/zsh/5.9/functions/_finger ... Processing usr/share/zsh/5.9/functions/_fink ... Processing usr/share/zsh/5.9/functions/_first ... Processing usr/share/zsh/5.9/functions/_flac ... Processing usr/share/zsh/5.9/functions/_flex ... Processing usr/share/zsh/5.9/functions/_floppy ... Processing usr/share/zsh/5.9/functions/_flowadm ... Processing usr/share/zsh/5.9/functions/_fmadm ... Processing usr/share/zsh/5.9/functions/_fmt ... Processing usr/share/zsh/5.9/functions/_fold ... Processing usr/share/zsh/5.9/functions/_fortune ... Processing usr/share/zsh/5.9/functions/_free ... Processing usr/share/zsh/5.9/functions/_freebsd-update ... Processing usr/share/zsh/5.9/functions/_fs_usage ... Processing usr/share/zsh/5.9/functions/_fsh ... Processing usr/share/zsh/5.9/functions/_fstat ... Processing usr/share/zsh/5.9/functions/_functions ... Processing usr/share/zsh/5.9/functions/_fuse_arguments ... Processing usr/share/zsh/5.9/functions/_fuse_values ... Processing usr/share/zsh/5.9/functions/_fuser ... Processing usr/share/zsh/5.9/functions/_fusermount ... Processing usr/share/zsh/5.9/functions/_fw_update ... Processing usr/share/zsh/5.9/functions/_gcc ... Processing usr/share/zsh/5.9/functions/_gcore ... Processing usr/share/zsh/5.9/functions/_gdb ... Processing usr/share/zsh/5.9/functions/_geany ... Processing usr/share/zsh/5.9/functions/_gem ... Processing usr/share/zsh/5.9/functions/_generic ... Processing usr/share/zsh/5.9/functions/_genisoimage ... Processing usr/share/zsh/5.9/functions/_getclip ... Processing usr/share/zsh/5.9/functions/_getconf ... Processing usr/share/zsh/5.9/functions/_getent ... Processing usr/share/zsh/5.9/functions/_getfacl ... Processing usr/share/zsh/5.9/functions/_getmail ... Processing usr/share/zsh/5.9/functions/_getopt ... Processing usr/share/zsh/5.9/functions/_ghostscript ... Processing usr/share/zsh/5.9/functions/_git ... Processing usr/share/zsh/5.9/functions/_git-buildpackage ... Processing usr/share/zsh/5.9/functions/_global ... Processing usr/share/zsh/5.9/functions/_global_tags ... Processing usr/share/zsh/5.9/functions/_globflags ... Processing usr/share/zsh/5.9/functions/_globqual_delims ... Processing usr/share/zsh/5.9/functions/_globquals ... Processing usr/share/zsh/5.9/functions/_gnome-gv ... Processing usr/share/zsh/5.9/functions/_gnu_generic ... Processing usr/share/zsh/5.9/functions/_gnupod ... Processing usr/share/zsh/5.9/functions/_gnutls ... Processing usr/share/zsh/5.9/functions/_go ... Processing usr/share/zsh/5.9/functions/_gpasswd ... Processing usr/share/zsh/5.9/functions/_gpg ... Processing usr/share/zsh/5.9/functions/_gphoto2 ... Processing usr/share/zsh/5.9/functions/_gprof ... Processing usr/share/zsh/5.9/functions/_gqview ... Processing usr/share/zsh/5.9/functions/_gradle ... Processing usr/share/zsh/5.9/functions/_graphicsmagick ... Processing usr/share/zsh/5.9/functions/_grep ... Processing usr/share/zsh/5.9/functions/_grep-excuses ... Processing usr/share/zsh/5.9/functions/_groff ... Processing usr/share/zsh/5.9/functions/_groups ... Processing usr/share/zsh/5.9/functions/_growisofs ... Processing usr/share/zsh/5.9/functions/_gsettings ... Processing usr/share/zsh/5.9/functions/_gstat ... Processing usr/share/zsh/5.9/functions/_guard ... Processing usr/share/zsh/5.9/functions/_guilt ... Processing usr/share/zsh/5.9/functions/_gv ... Processing usr/share/zsh/5.9/functions/_gzip ... Processing usr/share/zsh/5.9/functions/_hash ... Processing usr/share/zsh/5.9/functions/_have_glob_qual ... Processing usr/share/zsh/5.9/functions/_hdiutil ... Processing usr/share/zsh/5.9/functions/_head ... Processing usr/share/zsh/5.9/functions/_hexdump ... Processing usr/share/zsh/5.9/functions/_history ... Processing usr/share/zsh/5.9/functions/_history_complete_word ... Processing usr/share/zsh/5.9/functions/_history_modifiers ... Processing usr/share/zsh/5.9/functions/_host ... Processing usr/share/zsh/5.9/functions/_hostname ... Processing usr/share/zsh/5.9/functions/_hosts ... Processing usr/share/zsh/5.9/functions/_htop ... Processing usr/share/zsh/5.9/functions/_hwinfo ... Processing usr/share/zsh/5.9/functions/_iconv ... Processing usr/share/zsh/5.9/functions/_iconvconfig ... Processing usr/share/zsh/5.9/functions/_id ... Processing usr/share/zsh/5.9/functions/_ifconfig ... Processing usr/share/zsh/5.9/functions/_iftop ... Processing usr/share/zsh/5.9/functions/_ignored ... Processing usr/share/zsh/5.9/functions/_imagemagick ... Processing usr/share/zsh/5.9/functions/_in_vared ... Processing usr/share/zsh/5.9/functions/_inetadm ... Processing usr/share/zsh/5.9/functions/_init_d ... Processing usr/share/zsh/5.9/functions/_initctl ... Processing usr/share/zsh/5.9/functions/_install ... Processing usr/share/zsh/5.9/functions/_invoke-rc.d ... Processing usr/share/zsh/5.9/functions/_ionice ... Processing usr/share/zsh/5.9/functions/_iostat ... Processing usr/share/zsh/5.9/functions/_ip ... Processing usr/share/zsh/5.9/functions/_ipadm ... Processing usr/share/zsh/5.9/functions/_ipfw ... Processing usr/share/zsh/5.9/functions/_ipsec ... Processing usr/share/zsh/5.9/functions/_ipset ... Processing usr/share/zsh/5.9/functions/_iptables ... Processing usr/share/zsh/5.9/functions/_irssi ... Processing usr/share/zsh/5.9/functions/_ispell ... Processing usr/share/zsh/5.9/functions/_iwconfig ... Processing usr/share/zsh/5.9/functions/_jail ... Processing usr/share/zsh/5.9/functions/_jails ... Processing usr/share/zsh/5.9/functions/_java ... Processing usr/share/zsh/5.9/functions/_java_class ... Processing usr/share/zsh/5.9/functions/_jexec ... Processing usr/share/zsh/5.9/functions/_jls ... Processing usr/share/zsh/5.9/functions/_jobs ... Processing usr/share/zsh/5.9/functions/_jobs_bg ... Processing usr/share/zsh/5.9/functions/_jobs_builtin ... Processing usr/share/zsh/5.9/functions/_jobs_fg ... Processing usr/share/zsh/5.9/functions/_joe ... Processing usr/share/zsh/5.9/functions/_join ... Processing usr/share/zsh/5.9/functions/_jot ... Processing usr/share/zsh/5.9/functions/_jq ... Processing usr/share/zsh/5.9/functions/_kdeconnect ... Processing usr/share/zsh/5.9/functions/_kdump ... Processing usr/share/zsh/5.9/functions/_kfmclient ... Processing usr/share/zsh/5.9/functions/_kill ... Processing usr/share/zsh/5.9/functions/_killall ... Processing usr/share/zsh/5.9/functions/_kld ... Processing usr/share/zsh/5.9/functions/_knock ... Processing usr/share/zsh/5.9/functions/_kpartx ... Processing usr/share/zsh/5.9/functions/_ktrace ... Processing usr/share/zsh/5.9/functions/_ktrace_points ... Processing usr/share/zsh/5.9/functions/_kvno ... Processing usr/share/zsh/5.9/functions/_last ... Processing usr/share/zsh/5.9/functions/_ld_debug ... Processing usr/share/zsh/5.9/functions/_ldap ... Processing usr/share/zsh/5.9/functions/_ldconfig ... Processing usr/share/zsh/5.9/functions/_ldd ... Processing usr/share/zsh/5.9/functions/_less ... Processing usr/share/zsh/5.9/functions/_lha ... Processing usr/share/zsh/5.9/functions/_libvirt ... Processing usr/share/zsh/5.9/functions/_lighttpd ... Processing usr/share/zsh/5.9/functions/_limit ... Processing usr/share/zsh/5.9/functions/_limits ... Processing usr/share/zsh/5.9/functions/_links ... Processing usr/share/zsh/5.9/functions/_lintian ... Processing usr/share/zsh/5.9/functions/_list ... Processing usr/share/zsh/5.9/functions/_list_files ... Processing usr/share/zsh/5.9/functions/_lldb ... Processing usr/share/zsh/5.9/functions/_ln ... Processing usr/share/zsh/5.9/functions/_loadkeys ... Processing usr/share/zsh/5.9/functions/_locale ... Processing usr/share/zsh/5.9/functions/_localedef ... Processing usr/share/zsh/5.9/functions/_locales ... Processing usr/share/zsh/5.9/functions/_locate ... Processing usr/share/zsh/5.9/functions/_logger ... Processing usr/share/zsh/5.9/functions/_logical_volumes ... Processing usr/share/zsh/5.9/functions/_login_classes ... Processing usr/share/zsh/5.9/functions/_look ... Processing usr/share/zsh/5.9/functions/_losetup ... Processing usr/share/zsh/5.9/functions/_lp ... Processing usr/share/zsh/5.9/functions/_ls ... Processing usr/share/zsh/5.9/functions/_lsattr ... Processing usr/share/zsh/5.9/functions/_lsblk ... Processing usr/share/zsh/5.9/functions/_lscfg ... Processing usr/share/zsh/5.9/functions/_lsdev ... Processing usr/share/zsh/5.9/functions/_lslv ... Processing usr/share/zsh/5.9/functions/_lsns ... Processing usr/share/zsh/5.9/functions/_lsof ... Processing usr/share/zsh/5.9/functions/_lspv ... Processing usr/share/zsh/5.9/functions/_lsusb ... Processing usr/share/zsh/5.9/functions/_lsvg ... Processing usr/share/zsh/5.9/functions/_ltrace ... Processing usr/share/zsh/5.9/functions/_lua ... Processing usr/share/zsh/5.9/functions/_luarocks ... Processing usr/share/zsh/5.9/functions/_lynx ... Processing usr/share/zsh/5.9/functions/_lz4 ... Processing usr/share/zsh/5.9/functions/_lzop ... Processing usr/share/zsh/5.9/functions/_mac_applications ... Processing usr/share/zsh/5.9/functions/_mac_files_for_application ... Processing usr/share/zsh/5.9/functions/_madison ... Processing usr/share/zsh/5.9/functions/_mail ... Processing usr/share/zsh/5.9/functions/_mailboxes ... Processing usr/share/zsh/5.9/functions/_main_complete ... Processing usr/share/zsh/5.9/functions/_make ... Processing usr/share/zsh/5.9/functions/_make-kpkg ... Processing usr/share/zsh/5.9/functions/_man ... Processing usr/share/zsh/5.9/functions/_mat ... Processing usr/share/zsh/5.9/functions/_mat2 ... Processing usr/share/zsh/5.9/functions/_match ... Processing usr/share/zsh/5.9/functions/_math ... Processing usr/share/zsh/5.9/functions/_math_params ... Processing usr/share/zsh/5.9/functions/_matlab ... Processing usr/share/zsh/5.9/functions/_md5sum ... Processing usr/share/zsh/5.9/functions/_mdadm ... Processing usr/share/zsh/5.9/functions/_mdfind ... Processing usr/share/zsh/5.9/functions/_mdls ... Processing usr/share/zsh/5.9/functions/_mdutil ... Processing usr/share/zsh/5.9/functions/_members ... Processing usr/share/zsh/5.9/functions/_mencal ... Processing usr/share/zsh/5.9/functions/_menu ... Processing usr/share/zsh/5.9/functions/_mere ... Processing usr/share/zsh/5.9/functions/_mergechanges ... Processing usr/share/zsh/5.9/functions/_message ... Processing usr/share/zsh/5.9/functions/_mh ... Processing usr/share/zsh/5.9/functions/_mii-tool ... Processing usr/share/zsh/5.9/functions/_mime_types ... Processing usr/share/zsh/5.9/functions/_mixerctl ... Processing usr/share/zsh/5.9/functions/_mkdir ... Processing usr/share/zsh/5.9/functions/_mkfifo ... Processing usr/share/zsh/5.9/functions/_mknod ... Processing usr/share/zsh/5.9/functions/_mkshortcut ... Processing usr/share/zsh/5.9/functions/_mktemp ... Processing usr/share/zsh/5.9/functions/_mkzsh ... Processing usr/share/zsh/5.9/functions/_module ... Processing usr/share/zsh/5.9/functions/_module-assistant ... Processing usr/share/zsh/5.9/functions/_module_math_func ... Processing usr/share/zsh/5.9/functions/_modutils ... Processing usr/share/zsh/5.9/functions/_mondo ... Processing usr/share/zsh/5.9/functions/_monotone ... Processing usr/share/zsh/5.9/functions/_moosic ... Processing usr/share/zsh/5.9/functions/_mosh ... Processing usr/share/zsh/5.9/functions/_most_recent_file ... Processing usr/share/zsh/5.9/functions/_mount ... Processing usr/share/zsh/5.9/functions/_mozilla ... Processing usr/share/zsh/5.9/functions/_mpc ... Processing usr/share/zsh/5.9/functions/_mplayer ... Processing usr/share/zsh/5.9/functions/_mt ... Processing usr/share/zsh/5.9/functions/_mtools ... Processing usr/share/zsh/5.9/functions/_mtr ... Processing usr/share/zsh/5.9/functions/_multi_parts ... Processing usr/share/zsh/5.9/functions/_mupdf ... Processing usr/share/zsh/5.9/functions/_mutt ... Processing usr/share/zsh/5.9/functions/_mv ... Processing usr/share/zsh/5.9/functions/_my_accounts ... Processing usr/share/zsh/5.9/functions/_myrepos ... Processing usr/share/zsh/5.9/functions/_mysql_utils ... Processing usr/share/zsh/5.9/functions/_mysqldiff ... Processing usr/share/zsh/5.9/functions/_nautilus ... Processing usr/share/zsh/5.9/functions/_nbsd_architectures ... Processing usr/share/zsh/5.9/functions/_ncftp ... Processing usr/share/zsh/5.9/functions/_nedit ... Processing usr/share/zsh/5.9/functions/_net_interfaces ... Processing usr/share/zsh/5.9/functions/_netcat ... Processing usr/share/zsh/5.9/functions/_netscape ... Processing usr/share/zsh/5.9/functions/_netstat ... Processing usr/share/zsh/5.9/functions/_networkmanager ... Processing usr/share/zsh/5.9/functions/_networksetup ... Processing usr/share/zsh/5.9/functions/_newsgroups ... Processing usr/share/zsh/5.9/functions/_next_label ... Processing usr/share/zsh/5.9/functions/_next_tags ... Processing usr/share/zsh/5.9/functions/_nginx ... Processing usr/share/zsh/5.9/functions/_ngrep ... Processing usr/share/zsh/5.9/functions/_nice ... Processing usr/share/zsh/5.9/functions/_nkf ... Processing usr/share/zsh/5.9/functions/_nl ... Processing usr/share/zsh/5.9/functions/_nm ... Processing usr/share/zsh/5.9/functions/_nmap ... Processing usr/share/zsh/5.9/functions/_normal ... Processing usr/share/zsh/5.9/functions/_nothing ... Processing usr/share/zsh/5.9/functions/_npm ... Processing usr/share/zsh/5.9/functions/_nsenter ... Processing usr/share/zsh/5.9/functions/_nslookup ... Processing usr/share/zsh/5.9/functions/_numbers ... Processing usr/share/zsh/5.9/functions/_numfmt ... Processing usr/share/zsh/5.9/functions/_nvram ... Processing usr/share/zsh/5.9/functions/_objdump ... Processing usr/share/zsh/5.9/functions/_object_classes ... Processing usr/share/zsh/5.9/functions/_object_files ... Processing usr/share/zsh/5.9/functions/_obsd_architectures ... Processing usr/share/zsh/5.9/functions/_od ... Processing usr/share/zsh/5.9/functions/_okular ... Processing usr/share/zsh/5.9/functions/_oldlist ... Processing usr/share/zsh/5.9/functions/_open ... Processing usr/share/zsh/5.9/functions/_openstack ... Processing usr/share/zsh/5.9/functions/_opkg ... Processing usr/share/zsh/5.9/functions/_options ... Processing usr/share/zsh/5.9/functions/_options_set ... Processing usr/share/zsh/5.9/functions/_options_unset ... Processing usr/share/zsh/5.9/functions/_opustools ... Processing usr/share/zsh/5.9/functions/_osascript ... Processing usr/share/zsh/5.9/functions/_osc ... Processing usr/share/zsh/5.9/functions/_other_accounts ... Processing usr/share/zsh/5.9/functions/_otool ... Processing usr/share/zsh/5.9/functions/_pack ... Processing usr/share/zsh/5.9/functions/_pandoc ... Processing usr/share/zsh/5.9/functions/_parameter ... Processing usr/share/zsh/5.9/functions/_parameters ... Processing usr/share/zsh/5.9/functions/_paste ... Processing usr/share/zsh/5.9/functions/_patch ... Processing usr/share/zsh/5.9/functions/_patchutils ... Processing usr/share/zsh/5.9/functions/_path_commands ... Processing usr/share/zsh/5.9/functions/_path_files ... Processing usr/share/zsh/5.9/functions/_pax ... Processing usr/share/zsh/5.9/functions/_pbcopy ... Processing usr/share/zsh/5.9/functions/_pbm ... Processing usr/share/zsh/5.9/functions/_pbuilder ... Processing usr/share/zsh/5.9/functions/_pdf ... Processing usr/share/zsh/5.9/functions/_pdftk ... Processing usr/share/zsh/5.9/functions/_perf ... Processing usr/share/zsh/5.9/functions/_perforce ... Processing usr/share/zsh/5.9/functions/_perl ... Processing usr/share/zsh/5.9/functions/_perl_basepods ... Processing usr/share/zsh/5.9/functions/_perl_modules ... Processing usr/share/zsh/5.9/functions/_perldoc ... Processing usr/share/zsh/5.9/functions/_pfctl ... Processing usr/share/zsh/5.9/functions/_pfexec ... Processing usr/share/zsh/5.9/functions/_pgids ... Processing usr/share/zsh/5.9/functions/_pgrep ... Processing usr/share/zsh/5.9/functions/_php ... Processing usr/share/zsh/5.9/functions/_physical_volumes ... Processing usr/share/zsh/5.9/functions/_pick_variant ... Processing usr/share/zsh/5.9/functions/_picocom ... Processing usr/share/zsh/5.9/functions/_pidof ... Processing usr/share/zsh/5.9/functions/_pids ... Processing usr/share/zsh/5.9/functions/_pine ... Processing usr/share/zsh/5.9/functions/_ping ... Processing usr/share/zsh/5.9/functions/_pip ... Processing usr/share/zsh/5.9/functions/_piuparts ... Processing usr/share/zsh/5.9/functions/_pkg-config ... Processing usr/share/zsh/5.9/functions/_pkg5 ... Processing usr/share/zsh/5.9/functions/_pkg_instance ... Processing usr/share/zsh/5.9/functions/_pkgadd ... Processing usr/share/zsh/5.9/functions/_pkgin ... Processing usr/share/zsh/5.9/functions/_pkginfo ... Processing usr/share/zsh/5.9/functions/_pkgrm ... Processing usr/share/zsh/5.9/functions/_pkgtool ... Processing usr/share/zsh/5.9/functions/_plutil ... Processing usr/share/zsh/5.9/functions/_pmap ... Processing usr/share/zsh/5.9/functions/_pon ... Processing usr/share/zsh/5.9/functions/_portaudit ... Processing usr/share/zsh/5.9/functions/_portlint ... Processing usr/share/zsh/5.9/functions/_portmaster ... Processing usr/share/zsh/5.9/functions/_ports ... Processing usr/share/zsh/5.9/functions/_portsnap ... Processing usr/share/zsh/5.9/functions/_postfix ... Processing usr/share/zsh/5.9/functions/_postgresql ... Processing usr/share/zsh/5.9/functions/_postscript ... Processing usr/share/zsh/5.9/functions/_powerd ... Processing usr/share/zsh/5.9/functions/_pr ... Processing usr/share/zsh/5.9/functions/_precommand ... Processing usr/share/zsh/5.9/functions/_prefix ... Processing usr/share/zsh/5.9/functions/_print ... Processing usr/share/zsh/5.9/functions/_printenv ... Processing usr/share/zsh/5.9/functions/_printers ... Processing usr/share/zsh/5.9/functions/_process_names ... Processing usr/share/zsh/5.9/functions/_procstat ... Processing usr/share/zsh/5.9/functions/_prompt ... Processing usr/share/zsh/5.9/functions/_prove ... Processing usr/share/zsh/5.9/functions/_prstat ... Processing usr/share/zsh/5.9/functions/_ps ... Processing usr/share/zsh/5.9/functions/_ps1234 ... Processing usr/share/zsh/5.9/functions/_pscp ... Processing usr/share/zsh/5.9/functions/_pspdf ... Processing usr/share/zsh/5.9/functions/_psutils ... Processing usr/share/zsh/5.9/functions/_ptree ... Processing usr/share/zsh/5.9/functions/_ptx ... Processing usr/share/zsh/5.9/functions/_pump ... Processing usr/share/zsh/5.9/functions/_putclip ... Processing usr/share/zsh/5.9/functions/_pv ... Processing usr/share/zsh/5.9/functions/_pwgen ... Processing usr/share/zsh/5.9/functions/_pydoc ... Processing usr/share/zsh/5.9/functions/_python ... Processing usr/share/zsh/5.9/functions/_python_modules ... Processing usr/share/zsh/5.9/functions/_qdbus ... Processing usr/share/zsh/5.9/functions/_qemu ... Processing usr/share/zsh/5.9/functions/_qiv ... Processing usr/share/zsh/5.9/functions/_qtplay ... Processing usr/share/zsh/5.9/functions/_quilt ... Processing usr/share/zsh/5.9/functions/_rake ... Processing usr/share/zsh/5.9/functions/_ranlib ... Processing usr/share/zsh/5.9/functions/_rar ... Processing usr/share/zsh/5.9/functions/_rcctl ... Processing usr/share/zsh/5.9/functions/_rclone ... Processing usr/share/zsh/5.9/functions/_rcs ... Processing usr/share/zsh/5.9/functions/_rdesktop ... Processing usr/share/zsh/5.9/functions/_read ... Processing usr/share/zsh/5.9/functions/_read_comp ... Processing usr/share/zsh/5.9/functions/_readelf ... Processing usr/share/zsh/5.9/functions/_readlink ... Processing usr/share/zsh/5.9/functions/_readshortcut ... Processing usr/share/zsh/5.9/functions/_rebootin ... Processing usr/share/zsh/5.9/functions/_redirect ... Processing usr/share/zsh/5.9/functions/_regex_arguments ... Processing usr/share/zsh/5.9/functions/_regex_words ... Processing usr/share/zsh/5.9/functions/_remote_files ... Processing usr/share/zsh/5.9/functions/_renice ... Processing usr/share/zsh/5.9/functions/_reprepro ... Processing usr/share/zsh/5.9/functions/_requested ... Processing usr/share/zsh/5.9/functions/_retrieve_cache ... Processing usr/share/zsh/5.9/functions/_retrieve_mac_apps ... Processing usr/share/zsh/5.9/functions/_ri ... Processing usr/share/zsh/5.9/functions/_rlogin ... Processing usr/share/zsh/5.9/functions/_rm ... Processing usr/share/zsh/5.9/functions/_rmdir ... Processing usr/share/zsh/5.9/functions/_route ... Processing usr/share/zsh/5.9/functions/_routing_domains ... Processing usr/share/zsh/5.9/functions/_routing_tables ... Processing usr/share/zsh/5.9/functions/_rpm ... Processing usr/share/zsh/5.9/functions/_rrdtool ... Processing usr/share/zsh/5.9/functions/_rsync ... Processing usr/share/zsh/5.9/functions/_rubber ... Processing usr/share/zsh/5.9/functions/_ruby ... Processing usr/share/zsh/5.9/functions/_run-help ... Processing usr/share/zsh/5.9/functions/_runit ... Processing usr/share/zsh/5.9/functions/_samba ... Processing usr/share/zsh/5.9/functions/_savecore ... Processing usr/share/zsh/5.9/functions/_say ... Processing usr/share/zsh/5.9/functions/_sbuild ... Processing usr/share/zsh/5.9/functions/_sc_usage ... Processing usr/share/zsh/5.9/functions/_sccs ... Processing usr/share/zsh/5.9/functions/_sched ... Processing usr/share/zsh/5.9/functions/_schedtool ... Processing usr/share/zsh/5.9/functions/_schroot ... Processing usr/share/zsh/5.9/functions/_scl ... Processing usr/share/zsh/5.9/functions/_scons ... Processing usr/share/zsh/5.9/functions/_screen ... Processing usr/share/zsh/5.9/functions/_script ... Processing usr/share/zsh/5.9/functions/_scselect ... Processing usr/share/zsh/5.9/functions/_scutil ... Processing usr/share/zsh/5.9/functions/_seafile ... Processing usr/share/zsh/5.9/functions/_sed ... Processing usr/share/zsh/5.9/functions/_selinux_contexts ... Processing usr/share/zsh/5.9/functions/_selinux_roles ... Processing usr/share/zsh/5.9/functions/_selinux_types ... Processing usr/share/zsh/5.9/functions/_selinux_users ... Processing usr/share/zsh/5.9/functions/_sep_parts ... Processing usr/share/zsh/5.9/functions/_seq ... Processing usr/share/zsh/5.9/functions/_sequence ... Processing usr/share/zsh/5.9/functions/_service ... Processing usr/share/zsh/5.9/functions/_services ... Processing usr/share/zsh/5.9/functions/_set ... Processing usr/share/zsh/5.9/functions/_set_command ... Processing usr/share/zsh/5.9/functions/_setfacl ... Processing usr/share/zsh/5.9/functions/_setopt ... Processing usr/share/zsh/5.9/functions/_setpriv ... Processing usr/share/zsh/5.9/functions/_setsid ... Processing usr/share/zsh/5.9/functions/_setup ... Processing usr/share/zsh/5.9/functions/_setxkbmap ... Processing usr/share/zsh/5.9/functions/_sh ... Processing usr/share/zsh/5.9/functions/_shasum ... Processing usr/share/zsh/5.9/functions/_showmount ... Processing usr/share/zsh/5.9/functions/_shred ... Processing usr/share/zsh/5.9/functions/_shuf ... Processing usr/share/zsh/5.9/functions/_shutdown ... Processing usr/share/zsh/5.9/functions/_signals ... Processing usr/share/zsh/5.9/functions/_signify ... Processing usr/share/zsh/5.9/functions/_sisu ... Processing usr/share/zsh/5.9/functions/_slabtop ... Processing usr/share/zsh/5.9/functions/_slrn ... Processing usr/share/zsh/5.9/functions/_smartmontools ... Processing usr/share/zsh/5.9/functions/_smit ... Processing usr/share/zsh/5.9/functions/_snoop ... Processing usr/share/zsh/5.9/functions/_socket ... Processing usr/share/zsh/5.9/functions/_sockstat ... Processing usr/share/zsh/5.9/functions/_softwareupdate ... Processing usr/share/zsh/5.9/functions/_sort ... Processing usr/share/zsh/5.9/functions/_source ... Processing usr/share/zsh/5.9/functions/_spamassassin ... Processing usr/share/zsh/5.9/functions/_split ... Processing usr/share/zsh/5.9/functions/_sqlite ... Processing usr/share/zsh/5.9/functions/_sqsh ... Processing usr/share/zsh/5.9/functions/_ss ... Processing usr/share/zsh/5.9/functions/_ssh ... Processing usr/share/zsh/5.9/functions/_ssh_hosts ... Processing usr/share/zsh/5.9/functions/_sshfs ... Processing usr/share/zsh/5.9/functions/_stat ... Processing usr/share/zsh/5.9/functions/_stdbuf ... Processing usr/share/zsh/5.9/functions/_stgit ... Processing usr/share/zsh/5.9/functions/_store_cache ... Processing usr/share/zsh/5.9/functions/_stow ... Processing usr/share/zsh/5.9/functions/_strace ... Processing usr/share/zsh/5.9/functions/_strftime ... Processing usr/share/zsh/5.9/functions/_strings ... Processing usr/share/zsh/5.9/functions/_strip ... Processing usr/share/zsh/5.9/functions/_stty ... Processing usr/share/zsh/5.9/functions/_su ... Processing usr/share/zsh/5.9/functions/_sub_commands ... Processing usr/share/zsh/5.9/functions/_sublimetext ... Processing usr/share/zsh/5.9/functions/_subscript ... Processing usr/share/zsh/5.9/functions/_subversion ... Processing usr/share/zsh/5.9/functions/_sudo ... Processing usr/share/zsh/5.9/functions/_suffix_alias_files ... Processing usr/share/zsh/5.9/functions/_surfraw ... Processing usr/share/zsh/5.9/functions/_svcadm ... Processing usr/share/zsh/5.9/functions/_svccfg ... Processing usr/share/zsh/5.9/functions/_svcprop ... Processing usr/share/zsh/5.9/functions/_svcs ... Processing usr/share/zsh/5.9/functions/_svcs_fmri ... Processing usr/share/zsh/5.9/functions/_svn-buildpackage ... Processing usr/share/zsh/5.9/functions/_sw_vers ... Processing usr/share/zsh/5.9/functions/_swaks ... Processing usr/share/zsh/5.9/functions/_swanctl ... Processing usr/share/zsh/5.9/functions/_swift ... Processing usr/share/zsh/5.9/functions/_sys_calls ... Processing usr/share/zsh/5.9/functions/_sysclean ... Processing usr/share/zsh/5.9/functions/_sysctl ... Processing usr/share/zsh/5.9/functions/_sysmerge ... Processing usr/share/zsh/5.9/functions/_syspatch ... Processing usr/share/zsh/5.9/functions/_sysrc ... Processing usr/share/zsh/5.9/functions/_sysstat ... Processing usr/share/zsh/5.9/functions/_systat ... Processing usr/share/zsh/5.9/functions/_system_profiler ... Processing usr/share/zsh/5.9/functions/_sysupgrade ... Processing usr/share/zsh/5.9/functions/_tac ... Processing usr/share/zsh/5.9/functions/_tags ... Processing usr/share/zsh/5.9/functions/_tail ... Processing usr/share/zsh/5.9/functions/_tar ... Processing usr/share/zsh/5.9/functions/_tar_archive ... Processing usr/share/zsh/5.9/functions/_tardy ... Processing usr/share/zsh/5.9/functions/_tcpdump ... Processing usr/share/zsh/5.9/functions/_tcpsys ... Processing usr/share/zsh/5.9/functions/_tcptraceroute ... Processing usr/share/zsh/5.9/functions/_tee ... Processing usr/share/zsh/5.9/functions/_telnet ... Processing usr/share/zsh/5.9/functions/_terminals ... Processing usr/share/zsh/5.9/functions/_tex ... Processing usr/share/zsh/5.9/functions/_texi ... Processing usr/share/zsh/5.9/functions/_texinfo ... Processing usr/share/zsh/5.9/functions/_tidy ... Processing usr/share/zsh/5.9/functions/_tiff ... Processing usr/share/zsh/5.9/functions/_tilde ... Processing usr/share/zsh/5.9/functions/_tilde_files ... Processing usr/share/zsh/5.9/functions/_time_zone ... Processing usr/share/zsh/5.9/functions/_timeout ... Processing usr/share/zsh/5.9/functions/_tin ... Processing usr/share/zsh/5.9/functions/_tla ... Processing usr/share/zsh/5.9/functions/_tload ... Processing usr/share/zsh/5.9/functions/_tmux ... Processing usr/share/zsh/5.9/functions/_todo.sh ... Processing usr/share/zsh/5.9/functions/_toilet ... Processing usr/share/zsh/5.9/functions/_toolchain-source ... Processing usr/share/zsh/5.9/functions/_top ... Processing usr/share/zsh/5.9/functions/_topgit ... Processing usr/share/zsh/5.9/functions/_totd ... Processing usr/share/zsh/5.9/functions/_touch ... Processing usr/share/zsh/5.9/functions/_tpb ... Processing usr/share/zsh/5.9/functions/_tput ... Processing usr/share/zsh/5.9/functions/_tr ... Processing usr/share/zsh/5.9/functions/_tracepath ... Processing usr/share/zsh/5.9/functions/_transmission ... Processing usr/share/zsh/5.9/functions/_trap ... Processing usr/share/zsh/5.9/functions/_trash ... Processing usr/share/zsh/5.9/functions/_tree ... Processing usr/share/zsh/5.9/functions/_truncate ... Processing usr/share/zsh/5.9/functions/_truss ... Processing usr/share/zsh/5.9/functions/_tty ... Processing usr/share/zsh/5.9/functions/_ttyctl ... Processing usr/share/zsh/5.9/functions/_ttys ... Processing usr/share/zsh/5.9/functions/_tune2fs ... Processing usr/share/zsh/5.9/functions/_twidge ... Processing usr/share/zsh/5.9/functions/_twisted ... Processing usr/share/zsh/5.9/functions/_typeset ... Processing usr/share/zsh/5.9/functions/_ulimit ... Processing usr/share/zsh/5.9/functions/_uml ... Processing usr/share/zsh/5.9/functions/_umountable ... Processing usr/share/zsh/5.9/functions/_unace ... Processing usr/share/zsh/5.9/functions/_uname ... Processing usr/share/zsh/5.9/functions/_unexpand ... Processing usr/share/zsh/5.9/functions/_unhash ... Processing usr/share/zsh/5.9/functions/_uniq ... Processing usr/share/zsh/5.9/functions/_unison ... Processing usr/share/zsh/5.9/functions/_units ... Processing usr/share/zsh/5.9/functions/_unshare ... Processing usr/share/zsh/5.9/functions/_update-alternatives ... Processing usr/share/zsh/5.9/functions/_update-rc.d ... Processing usr/share/zsh/5.9/functions/_uptime ... Processing usr/share/zsh/5.9/functions/_urls ... Processing usr/share/zsh/5.9/functions/_urpmi ... Processing usr/share/zsh/5.9/functions/_urxvt ... Processing usr/share/zsh/5.9/functions/_usbconfig ... Processing usr/share/zsh/5.9/functions/_uscan ... Processing usr/share/zsh/5.9/functions/_user_admin ... Processing usr/share/zsh/5.9/functions/_user_at_host ... Processing usr/share/zsh/5.9/functions/_user_expand ... Processing usr/share/zsh/5.9/functions/_user_math_func ... Processing usr/share/zsh/5.9/functions/_users ... Processing usr/share/zsh/5.9/functions/_users_on ... Processing usr/share/zsh/5.9/functions/_valgrind ... Processing usr/share/zsh/5.9/functions/_value ... Processing usr/share/zsh/5.9/functions/_values ... Processing usr/share/zsh/5.9/functions/_vared ... Processing usr/share/zsh/5.9/functions/_vars ... Processing usr/share/zsh/5.9/functions/_vcs_info ... Processing usr/share/zsh/5.9/functions/_vcs_info_hooks ... Processing usr/share/zsh/5.9/functions/_vi ... Processing usr/share/zsh/5.9/functions/_vim ... Processing usr/share/zsh/5.9/functions/_vim-addons ... Processing usr/share/zsh/5.9/functions/_visudo ... Processing usr/share/zsh/5.9/functions/_vmctl ... Processing usr/share/zsh/5.9/functions/_vmstat ... Processing usr/share/zsh/5.9/functions/_vnc ... Processing usr/share/zsh/5.9/functions/_volume_groups ... Processing usr/share/zsh/5.9/functions/_vorbis ... Processing usr/share/zsh/5.9/functions/_vpnc ... Processing usr/share/zsh/5.9/functions/_vserver ... Processing usr/share/zsh/5.9/functions/_w ... Processing usr/share/zsh/5.9/functions/_w3m ... Processing usr/share/zsh/5.9/functions/_wait ... Processing usr/share/zsh/5.9/functions/_wajig ... Processing usr/share/zsh/5.9/functions/_wakeup_capable_devices ... Processing usr/share/zsh/5.9/functions/_wanna-build ... Processing usr/share/zsh/5.9/functions/_wanted ... Processing usr/share/zsh/5.9/functions/_watch ... Processing usr/share/zsh/5.9/functions/_watch-snoop ... Processing usr/share/zsh/5.9/functions/_wc ... Processing usr/share/zsh/5.9/functions/_webbrowser ... Processing usr/share/zsh/5.9/functions/_wget ... Processing usr/share/zsh/5.9/functions/_whereis ... Processing usr/share/zsh/5.9/functions/_which ... Processing usr/share/zsh/5.9/functions/_who ... Processing usr/share/zsh/5.9/functions/_whois ... Processing usr/share/zsh/5.9/functions/_widgets ... Processing usr/share/zsh/5.9/functions/_wiggle ... Processing usr/share/zsh/5.9/functions/_wipefs ... Processing usr/share/zsh/5.9/functions/_wpa_cli ... Processing usr/share/zsh/5.9/functions/_x_arguments ... Processing usr/share/zsh/5.9/functions/_x_borderwidth ... Processing usr/share/zsh/5.9/functions/_x_color ... Processing usr/share/zsh/5.9/functions/_x_colormapid ... Processing usr/share/zsh/5.9/functions/_x_cursor ... Processing usr/share/zsh/5.9/functions/_x_display ... Processing usr/share/zsh/5.9/functions/_x_extension ... Processing usr/share/zsh/5.9/functions/_x_font ... Processing usr/share/zsh/5.9/functions/_x_geometry ... Processing usr/share/zsh/5.9/functions/_x_keysym ... Processing usr/share/zsh/5.9/functions/_x_locale ... Processing usr/share/zsh/5.9/functions/_x_modifier ... Processing usr/share/zsh/5.9/functions/_x_name ... Processing usr/share/zsh/5.9/functions/_x_resource ... Processing usr/share/zsh/5.9/functions/_x_selection_timeout ... Processing usr/share/zsh/5.9/functions/_x_title ... Processing usr/share/zsh/5.9/functions/_x_utils ... Processing usr/share/zsh/5.9/functions/_x_visual ... Processing usr/share/zsh/5.9/functions/_x_window ... Processing usr/share/zsh/5.9/functions/_xargs ... Processing usr/share/zsh/5.9/functions/_xauth ... Processing usr/share/zsh/5.9/functions/_xautolock ... Processing usr/share/zsh/5.9/functions/_xclip ... Processing usr/share/zsh/5.9/functions/_xcode-select ... Processing usr/share/zsh/5.9/functions/_xdvi ... Processing usr/share/zsh/5.9/functions/_xfig ... Processing usr/share/zsh/5.9/functions/_xft_fonts ... Processing usr/share/zsh/5.9/functions/_xinput ... Processing usr/share/zsh/5.9/functions/_xloadimage ... Processing usr/share/zsh/5.9/functions/_xmlsoft ... Processing usr/share/zsh/5.9/functions/_xmlstarlet ... Processing usr/share/zsh/5.9/functions/_xmms2 ... Processing usr/share/zsh/5.9/functions/_xmodmap ... Processing usr/share/zsh/5.9/functions/_xournal ... Processing usr/share/zsh/5.9/functions/_xpdf ... Processing usr/share/zsh/5.9/functions/_xrandr ... Processing usr/share/zsh/5.9/functions/_xscreensaver ... Processing usr/share/zsh/5.9/functions/_xset ... Processing usr/share/zsh/5.9/functions/_xt_arguments ... Processing usr/share/zsh/5.9/functions/_xt_session_id ... Processing usr/share/zsh/5.9/functions/_xterm ... Processing usr/share/zsh/5.9/functions/_xv ... Processing usr/share/zsh/5.9/functions/_xwit ... Processing usr/share/zsh/5.9/functions/_xxd ... Processing usr/share/zsh/5.9/functions/_xz ... Processing usr/share/zsh/5.9/functions/_yafc ... Processing usr/share/zsh/5.9/functions/_yast ... Processing usr/share/zsh/5.9/functions/_yodl ... Processing usr/share/zsh/5.9/functions/_yp ... Processing usr/share/zsh/5.9/functions/_yum ... Processing usr/share/zsh/5.9/functions/_zargs ... Processing usr/share/zsh/5.9/functions/_zattr ... Processing usr/share/zsh/5.9/functions/_zcalc ... Processing usr/share/zsh/5.9/functions/_zcalc_line ... Processing usr/share/zsh/5.9/functions/_zcat ... Processing usr/share/zsh/5.9/functions/_zcompile ... Processing usr/share/zsh/5.9/functions/_zdump ... Processing usr/share/zsh/5.9/functions/_zeal ... Processing usr/share/zsh/5.9/functions/_zed ... Processing usr/share/zsh/5.9/functions/_zfs ... Processing usr/share/zsh/5.9/functions/_zfs_dataset ... Processing usr/share/zsh/5.9/functions/_zfs_pool ... Processing usr/share/zsh/5.9/functions/_zftp ... Processing usr/share/zsh/5.9/functions/_zip ... Processing usr/share/zsh/5.9/functions/_zle ... Processing usr/share/zsh/5.9/functions/_zlogin ... Processing usr/share/zsh/5.9/functions/_zmodload ... Processing usr/share/zsh/5.9/functions/_zmv ... Processing usr/share/zsh/5.9/functions/_zoneadm ... Processing usr/share/zsh/5.9/functions/_zones ... Processing usr/share/zsh/5.9/functions/_zparseopts ... Processing usr/share/zsh/5.9/functions/_zpty ... Processing usr/share/zsh/5.9/functions/_zsh ... Processing usr/share/zsh/5.9/functions/_zsh-mime-handler ... Processing usr/share/zsh/5.9/functions/_zsocket ... Processing usr/share/zsh/5.9/functions/_zstyle ... Processing usr/share/zsh/5.9/functions/_ztodo ... Processing usr/share/zsh/5.9/functions/_zypper ... Processing usr/share/zsh/5.9/functions/add-zle-hook-widget ... Processing usr/share/zsh/5.9/functions/add-zsh-hook ... Processing usr/share/zsh/5.9/functions/after ... Processing usr/share/zsh/5.9/functions/age ... Processing usr/share/zsh/5.9/functions/allopt ... Processing usr/share/zsh/5.9/functions/backward-kill-word-match ... Processing usr/share/zsh/5.9/functions/backward-word-match ... Processing usr/share/zsh/5.9/functions/bashcompinit ... Processing usr/share/zsh/5.9/functions/before ... Processing usr/share/zsh/5.9/functions/bracketed-paste-magic ... Processing usr/share/zsh/5.9/functions/bracketed-paste-url-magic ... Processing usr/share/zsh/5.9/functions/calendar ... Processing usr/share/zsh/5.9/functions/calendar_add ... Processing usr/share/zsh/5.9/functions/calendar_edit ... Processing usr/share/zsh/5.9/functions/calendar_lockfiles ... Processing usr/share/zsh/5.9/functions/calendar_parse ... Processing usr/share/zsh/5.9/functions/calendar_read ... Processing usr/share/zsh/5.9/functions/calendar_scandate ... Processing usr/share/zsh/5.9/functions/calendar_show ... Processing usr/share/zsh/5.9/functions/calendar_showdate ... Processing usr/share/zsh/5.9/functions/calendar_sort ... Processing usr/share/zsh/5.9/functions/capitalize-word-match ... Processing usr/share/zsh/5.9/functions/catch ... Processing usr/share/zsh/5.9/functions/cdr ... Processing usr/share/zsh/5.9/functions/checkmail ... Processing usr/share/zsh/5.9/functions/chpwd_recent_add ... Processing usr/share/zsh/5.9/functions/chpwd_recent_dirs ... Processing usr/share/zsh/5.9/functions/chpwd_recent_filehandler ... Processing usr/share/zsh/5.9/functions/colors ... Processing usr/share/zsh/5.9/functions/compaudit ... Processing usr/share/zsh/5.9/functions/compdump ... Processing usr/share/zsh/5.9/functions/compinit ... Processing usr/share/zsh/5.9/functions/compinstall ... Processing usr/share/zsh/5.9/functions/copy-earlier-word ... Processing usr/share/zsh/5.9/functions/cycle-completion-positions ... Processing usr/share/zsh/5.9/functions/define-composed-chars ... Processing usr/share/zsh/5.9/functions/delete-whole-word-match ... Processing usr/share/zsh/5.9/functions/down-case-word-match ... Processing usr/share/zsh/5.9/functions/down-line-or-beginning-search ... Processing usr/share/zsh/5.9/functions/edit-command-line ... Processing usr/share/zsh/5.9/functions/expand-absolute-path ... Processing usr/share/zsh/5.9/functions/forward-word-match ... Processing usr/share/zsh/5.9/functions/getjobs ... Processing usr/share/zsh/5.9/functions/harden ... Processing usr/share/zsh/5.9/functions/history-beginning-search-menu ... Processing usr/share/zsh/5.9/functions/history-pattern-search ... Processing usr/share/zsh/5.9/functions/history-search-end ... Processing usr/share/zsh/5.9/functions/incarg ... Processing usr/share/zsh/5.9/functions/incremental-complete-word ... Processing usr/share/zsh/5.9/functions/insert-composed-char ... Processing usr/share/zsh/5.9/functions/insert-files ... Processing usr/share/zsh/5.9/functions/insert-unicode-char ... Processing usr/share/zsh/5.9/functions/is-at-least ... Processing usr/share/zsh/5.9/functions/keeper ... Processing usr/share/zsh/5.9/functions/keymap+widget ... Processing usr/share/zsh/5.9/functions/kill-word-match ... Processing usr/share/zsh/5.9/functions/match-word-context ... Processing usr/share/zsh/5.9/functions/match-words-by-style ... Processing usr/share/zsh/5.9/functions/mere ... Processing usr/share/zsh/5.9/functions/modify-current-argument ... Processing usr/share/zsh/5.9/functions/move-line-in-buffer ... Processing usr/share/zsh/5.9/functions/narrow-to-region ... Processing usr/share/zsh/5.9/functions/narrow-to-region-invisible ... Processing usr/share/zsh/5.9/functions/nslookup ... Processing usr/share/zsh/5.9/functions/pick-web-browser ... Processing usr/share/zsh/5.9/functions/predict-on ... Processing usr/share/zsh/5.9/functions/prompt_adam1_setup ... Processing usr/share/zsh/5.9/functions/prompt_adam2_setup ... Processing usr/share/zsh/5.9/functions/prompt_bart_setup ... Processing usr/share/zsh/5.9/functions/prompt_bigfade_setup ... Processing usr/share/zsh/5.9/functions/prompt_clint_setup ... Processing usr/share/zsh/5.9/functions/prompt_default_setup ... Processing usr/share/zsh/5.9/functions/prompt_elite2_setup ... Processing usr/share/zsh/5.9/functions/prompt_elite_setup ... Processing usr/share/zsh/5.9/functions/prompt_fade_setup ... Processing usr/share/zsh/5.9/functions/prompt_fire_setup ... Processing usr/share/zsh/5.9/functions/prompt_off_setup ... Processing usr/share/zsh/5.9/functions/prompt_oliver_setup ... Processing usr/share/zsh/5.9/functions/prompt_pws_setup ... Processing usr/share/zsh/5.9/functions/prompt_redhat_setup ... Processing usr/share/zsh/5.9/functions/prompt_restore_setup ... Processing usr/share/zsh/5.9/functions/prompt_special_chars ... Processing usr/share/zsh/5.9/functions/prompt_suse_setup ... Processing usr/share/zsh/5.9/functions/prompt_walters_setup ... Processing usr/share/zsh/5.9/functions/prompt_zefram_setup ... Processing usr/share/zsh/5.9/functions/promptinit ... Processing usr/share/zsh/5.9/functions/promptnl ... Processing usr/share/zsh/5.9/functions/quote-and-complete-word ... Processing usr/share/zsh/5.9/functions/read-from-minibuffer ... Processing usr/share/zsh/5.9/functions/regexp-replace ... Processing usr/share/zsh/5.9/functions/relative ... Processing usr/share/zsh/5.9/functions/replace-argument ... Processing usr/share/zsh/5.9/functions/replace-string ... Processing usr/share/zsh/5.9/functions/replace-string-again ... Processing usr/share/zsh/5.9/functions/run-help ... Processing usr/share/zsh/5.9/functions/run-help-btrfs ... Processing usr/share/zsh/5.9/functions/run-help-git ... Processing usr/share/zsh/5.9/functions/run-help-ip ... Processing usr/share/zsh/5.9/functions/run-help-openssl ... Processing usr/share/zsh/5.9/functions/run-help-p4 ... Processing usr/share/zsh/5.9/functions/run-help-sudo ... Processing usr/share/zsh/5.9/functions/run-help-svk ... Processing usr/share/zsh/5.9/functions/run-help-svn ... Processing usr/share/zsh/5.9/functions/select-bracketed ... Processing usr/share/zsh/5.9/functions/select-quoted ... Processing usr/share/zsh/5.9/functions/select-word-match ... Processing usr/share/zsh/5.9/functions/select-word-style ... Processing usr/share/zsh/5.9/functions/send-invisible ... Processing usr/share/zsh/5.9/functions/smart-insert-last-word ... Processing usr/share/zsh/5.9/functions/split-shell-arguments ... Processing usr/share/zsh/5.9/functions/sticky-note ... Processing usr/share/zsh/5.9/functions/surround ... Processing usr/share/zsh/5.9/functions/tcp_alias ... Processing usr/share/zsh/5.9/functions/tcp_close ... Processing usr/share/zsh/5.9/functions/tcp_command ... Processing usr/share/zsh/5.9/functions/tcp_expect ... Processing usr/share/zsh/5.9/functions/tcp_fd_handler ... Processing usr/share/zsh/5.9/functions/tcp_log ... Processing usr/share/zsh/5.9/functions/tcp_open ... Processing usr/share/zsh/5.9/functions/tcp_output ... Processing usr/share/zsh/5.9/functions/tcp_point ... Processing usr/share/zsh/5.9/functions/tcp_proxy ... Processing usr/share/zsh/5.9/functions/tcp_read ... Processing usr/share/zsh/5.9/functions/tcp_rename ... Processing usr/share/zsh/5.9/functions/tcp_send ... Processing usr/share/zsh/5.9/functions/tcp_sess ... Processing usr/share/zsh/5.9/functions/tcp_shoot ... Processing usr/share/zsh/5.9/functions/tcp_spam ... Processing usr/share/zsh/5.9/functions/tcp_talk ... Processing usr/share/zsh/5.9/functions/tcp_wait ... Processing usr/share/zsh/5.9/functions/test-repo-git-rebase-apply ... Processing usr/share/zsh/5.9/functions/test-repo-git-rebase-merge ... Processing usr/share/zsh/5.9/functions/tetris ... Processing usr/share/zsh/5.9/functions/tetriscurses ... Processing usr/share/zsh/5.9/functions/throw ... Processing usr/share/zsh/5.9/functions/transpose-lines ... Processing usr/share/zsh/5.9/functions/transpose-words-match ... Processing usr/share/zsh/5.9/functions/up-case-word-match ... Processing usr/share/zsh/5.9/functions/up-line-or-beginning-search ... Processing usr/share/zsh/5.9/functions/url-quote-magic ... Processing usr/share/zsh/5.9/functions/vcs_info ... Processing usr/share/zsh/5.9/functions/vcs_info_hookadd ... Processing usr/share/zsh/5.9/functions/vcs_info_hookdel ... Processing usr/share/zsh/5.9/functions/vcs_info_lastmsg ... Processing usr/share/zsh/5.9/functions/vcs_info_printsys ... Processing usr/share/zsh/5.9/functions/vcs_info_setsys ... Processing usr/share/zsh/5.9/functions/vi-pipe ... Processing usr/share/zsh/5.9/functions/which-command ... Processing usr/share/zsh/5.9/functions/xtermctl ... Processing usr/share/zsh/5.9/functions/zargs ... Processing usr/share/zsh/5.9/functions/zcalc ... Processing usr/share/zsh/5.9/functions/zcalc-auto-insert ... Processing usr/share/zsh/5.9/functions/zed ... Processing usr/share/zsh/5.9/functions/zed-set-file-name ... Processing usr/share/zsh/5.9/functions/zfanon ... Processing usr/share/zsh/5.9/functions/zfautocheck ... Processing usr/share/zsh/5.9/functions/zfcd ... Processing usr/share/zsh/5.9/functions/zfcd_match ... Processing usr/share/zsh/5.9/functions/zfcget ... Processing usr/share/zsh/5.9/functions/zfclose ... Processing usr/share/zsh/5.9/functions/zfcput ... Processing usr/share/zsh/5.9/functions/zfdir ... Processing usr/share/zsh/5.9/functions/zffcache ... Processing usr/share/zsh/5.9/functions/zfgcp ... Processing usr/share/zsh/5.9/functions/zfget ... Processing usr/share/zsh/5.9/functions/zfget_match ... Processing usr/share/zsh/5.9/functions/zfgoto ... Processing usr/share/zsh/5.9/functions/zfhere ... Processing usr/share/zsh/5.9/functions/zfinit ... Processing usr/share/zsh/5.9/functions/zfls ... Processing usr/share/zsh/5.9/functions/zfmark ... Processing usr/share/zsh/5.9/functions/zfopen ... Processing usr/share/zsh/5.9/functions/zfparams ... Processing usr/share/zsh/5.9/functions/zfpcp ... Processing usr/share/zsh/5.9/functions/zfput ... Processing usr/share/zsh/5.9/functions/zfrglob ... Processing usr/share/zsh/5.9/functions/zfrtime ... Processing usr/share/zsh/5.9/functions/zfsession ... Processing usr/share/zsh/5.9/functions/zfstat ... Processing usr/share/zsh/5.9/functions/zftp_chpwd ... Processing usr/share/zsh/5.9/functions/zftp_progress ... Processing usr/share/zsh/5.9/functions/zftransfer ... Processing usr/share/zsh/5.9/functions/zftype ... Processing usr/share/zsh/5.9/functions/zfuget ... Processing usr/share/zsh/5.9/functions/zfuput ... Processing usr/share/zsh/5.9/functions/zkbd ... Processing usr/share/zsh/5.9/functions/zmathfunc ... Processing usr/share/zsh/5.9/functions/zmathfuncdef ... Processing usr/share/zsh/5.9/functions/zmv ... Processing usr/share/zsh/5.9/functions/zrecompile ... Processing usr/share/zsh/5.9/functions/zsh-mime-contexts ... Processing usr/share/zsh/5.9/functions/zsh-mime-handler ... Processing usr/share/zsh/5.9/functions/zsh-mime-setup ... Processing usr/share/zsh/5.9/functions/zsh-newuser-install ... Processing usr/share/zsh/5.9/functions/zsh_directory_name_cdr ... Processing usr/share/zsh/5.9/functions/zsh_directory_name_generic ... Processing usr/share/zsh/5.9/functions/zstyle+ ... Processing usr/share/zsh/5.9/functions/ztodo ... Processing usr/share/zsh/5.9/help ... Processing usr/share/zsh/5.9/help/alias ... Processing usr/share/zsh/5.9/help/autoload ... Processing usr/share/zsh/5.9/help/bg ... Processing usr/share/zsh/5.9/help/bindkey ... Processing usr/share/zsh/5.9/help/break ... Processing usr/share/zsh/5.9/help/builtin ... Processing usr/share/zsh/5.9/help/bye ... Processing usr/share/zsh/5.9/help/cap ... Processing usr/share/zsh/5.9/help/cd ... Processing usr/share/zsh/5.9/help/chdir ... Processing usr/share/zsh/5.9/help/clone ... Processing usr/share/zsh/5.9/help/colon ... Processing usr/share/zsh/5.9/help/command ... Processing usr/share/zsh/5.9/help/comparguments ... Processing usr/share/zsh/5.9/help/compcall ... Processing usr/share/zsh/5.9/help/compctl ... Processing usr/share/zsh/5.9/help/compdescribe ... Processing usr/share/zsh/5.9/help/compfiles ... Processing usr/share/zsh/5.9/help/compgroups ... Processing usr/share/zsh/5.9/help/compquote ... Processing usr/share/zsh/5.9/help/comptags ... Processing usr/share/zsh/5.9/help/comptry ... Processing usr/share/zsh/5.9/help/compvalues ... Processing usr/share/zsh/5.9/help/continue ... Processing usr/share/zsh/5.9/help/declare ... Processing usr/share/zsh/5.9/help/dirs ... Processing usr/share/zsh/5.9/help/disable ... Processing usr/share/zsh/5.9/help/disown ... Processing usr/share/zsh/5.9/help/dot ... Processing usr/share/zsh/5.9/help/echo ... Processing usr/share/zsh/5.9/help/echotc ... Processing usr/share/zsh/5.9/help/echoti ... Processing usr/share/zsh/5.9/help/emulate ... Processing usr/share/zsh/5.9/help/enable ... Processing usr/share/zsh/5.9/help/eval ... Processing usr/share/zsh/5.9/help/exec ... Processing usr/share/zsh/5.9/help/exit ... Processing usr/share/zsh/5.9/help/export ... Processing usr/share/zsh/5.9/help/false ... Processing usr/share/zsh/5.9/help/fc ... Processing usr/share/zsh/5.9/help/fg ... Processing usr/share/zsh/5.9/help/float ... Processing usr/share/zsh/5.9/help/functions ... Processing usr/share/zsh/5.9/help/getcap ... Processing usr/share/zsh/5.9/help/getln ... Processing usr/share/zsh/5.9/help/getopts ... Processing usr/share/zsh/5.9/help/hash ... Processing usr/share/zsh/5.9/help/history ... Processing usr/share/zsh/5.9/help/integer ... Processing usr/share/zsh/5.9/help/jobs ... Processing usr/share/zsh/5.9/help/kill ... Processing usr/share/zsh/5.9/help/let ... Processing usr/share/zsh/5.9/help/limit ... Processing usr/share/zsh/5.9/help/local ... Processing usr/share/zsh/5.9/help/logout ... Processing usr/share/zsh/5.9/help/noglob ... Processing usr/share/zsh/5.9/help/popd ... Processing usr/share/zsh/5.9/help/print ... Processing usr/share/zsh/5.9/help/printf ... Processing usr/share/zsh/5.9/help/pushd ... Processing usr/share/zsh/5.9/help/pushln ... Processing usr/share/zsh/5.9/help/pwd ... Processing usr/share/zsh/5.9/help/r ... Processing usr/share/zsh/5.9/help/read ... Processing usr/share/zsh/5.9/help/readonly ... Processing usr/share/zsh/5.9/help/rehash ... Processing usr/share/zsh/5.9/help/return ... Processing usr/share/zsh/5.9/help/sched ... Processing usr/share/zsh/5.9/help/set ... Processing usr/share/zsh/5.9/help/setcap ... Processing usr/share/zsh/5.9/help/setopt ... Processing usr/share/zsh/5.9/help/shift ... Processing usr/share/zsh/5.9/help/source ... Processing usr/share/zsh/5.9/help/stat ... Processing usr/share/zsh/5.9/help/suspend ... Processing usr/share/zsh/5.9/help/test ... Processing usr/share/zsh/5.9/help/times ... Processing usr/share/zsh/5.9/help/trap ... Processing usr/share/zsh/5.9/help/true ... Processing usr/share/zsh/5.9/help/ttyctl ... Processing usr/share/zsh/5.9/help/type ... Processing usr/share/zsh/5.9/help/typeset ... Processing usr/share/zsh/5.9/help/ulimit ... Processing usr/share/zsh/5.9/help/umask ... Processing usr/share/zsh/5.9/help/unalias ... Processing usr/share/zsh/5.9/help/unfunction ... Processing usr/share/zsh/5.9/help/unhash ... Processing usr/share/zsh/5.9/help/unlimit ... Processing usr/share/zsh/5.9/help/unset ... Processing usr/share/zsh/5.9/help/unsetopt ... Processing usr/share/zsh/5.9/help/vared ... Processing usr/share/zsh/5.9/help/wait ... Processing usr/share/zsh/5.9/help/whence ... Processing usr/share/zsh/5.9/help/where ... Processing usr/share/zsh/5.9/help/which ... Processing usr/share/zsh/5.9/help/zcompile ... Processing usr/share/zsh/5.9/help/zformat ... Processing usr/share/zsh/5.9/help/zftp ... Processing usr/share/zsh/5.9/help/zle ... Processing usr/share/zsh/5.9/help/zmodload ... Processing usr/share/zsh/5.9/help/zparseopts ... Processing usr/share/zsh/5.9/help/zprof ... Processing usr/share/zsh/5.9/help/zpty ... Processing usr/share/zsh/5.9/help/zregexparse ... Processing usr/share/zsh/5.9/help/zsocket ... Processing usr/share/zsh/5.9/help/zstyle ... Processing usr/share/zsh/5.9/help/ztcp ... Processing usr/share/zsh/5.9/scripts ... Processing usr/share/zsh/5.9/scripts/newuser ... Processing usr/share/zsh/site-functions ... Processing var ... Processing var/cache ... Processing var/lib ... Processing var/lib/iscsi ... Processing var/lib/iscsi/ifaces ... Processing var/lib/iscsi/ifaces/iface.example ... Processing var/lib/isns ... Processing var/lib/misc ... Processing var/lib/tpm ... Processing var/lib/tpm2-tss ... Processing var/lib/tpm2-tss/system ... Processing var/lib/tpm2-tss/system/keystore ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Build completed. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/powerpc64le-buildroot-linux-musl/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2024.02-rc1-1-g4533e42622 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-isl 0.26 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> 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) >>> musl 1.2.4 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 4.19.307 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libgpiod 1.6.4 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> gettext Collecting legal info >>> gettext-gnu 0.22.4 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.22.4 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> avrdude 7.2 Collecting legal info COPYING: OK (sha256: 201babc7da198873304a77a30dbfc7ca449c9bba52df2dffa4cca0009dbdfcb2) >>> elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bash-completion 2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> c-icap 0.5.10 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-expat 2.6.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> coreutils 9.3 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> easy-rsa 3.1.7 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.6.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> frr 8.5.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-frr 8.5.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.5 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libyang 2.1.111 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> sqlite 3.44.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> initscripts Collecting legal info >>> iputils 20240117 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 69.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> iw 5.19 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcoap 4.3.4 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: bdd94ddd8e75010aebd045ead1c951110788003395c708811d6960248acb3891) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdeflate 1.19 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgee 0.20.6 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-vala 0.56.14 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libnet 1.3 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> librtas 2.0.5 Collecting legal info COPYING.LESSER: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.28.5 Collecting legal info LICENSE.txt: OK (sha256: 9928507f684c1965d07f2b6ef4b4723d5efc2f6b4ab731f743a413c51c319927) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minizip-zlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> nfs-utils 2.6.4 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.4 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-sqlite 3.44.2 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> open-iscsi 2.1.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) README: OK (sha256: 7e6580de9d99b680697d51ec0c5e88acd9ed329139d181472cc5a592d0684fa5) libopeniscsiusr/COPYING: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcsc-lite 2.0.0 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> php 8.2.16 Collecting legal info LICENSE: OK (sha256: b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-sdbus-cpp 1.4.0 Collecting legal info COPYING: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) COPYING-LGPL-Exception: OK (sha256: a1c9e75e25d8f2ce18017c88978edab2f0dbc7814ad0697d4ff2e5e59959f657) >>> host-systemd 254.9 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT-0.txt: OK (sha256: 8a6fc0879cecc0b96bf4c08159b9d733bf0f15fcf32879aec98c4ffd05424554) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 8ccb649d1fc1103e5726612cf303f05d4eb86b7ab46d9f630009dd32e87612e2) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> sdl2_gfx 1.0.4 Collecting legal info COPYING: OK (sha256: ec9036525fe1adde787041cce6c4b7fbb262863c238bb9051037e29a57e27bfc) SDL2_framerate.h: OK (sha256: 18e6fad60b809b0e30bd2576a0d33c179ca2ac694504a849d05b6579e3c481dd) >>> sispmctl 4.11 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> strace 6.7 Collecting legal info COPYING: OK (sha256: 1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> tpm2-abrmd 2.3.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> wayland 1.22.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.22.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: linux-headers-4.19.307: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'