echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' davfs2 -1 davfs2 -1 * - - - davfs user\n - - video -1 - - - - -\n\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkfs.erofs /home/autobuild/autobuild/instance-4/output-1/images/rootfs.erofs /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/erofs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/arch ... Processing bin/ash ... Processing bin/background ... Processing bin/backtick ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/busybox ... Processing bin/cat ... Processing bin/cd ... Processing bin/chattr ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/cp ... Processing bin/cpio ... Processing bin/date ... Processing bin/dd ... Processing bin/define ... Processing bin/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dollarat ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... 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/fdflush ... Processing bin/fdmove ... Processing bin/fdreserve ... Processing bin/fdswap ... Processing bin/fgrep ... Processing bin/forbacktickx ... Processing bin/foreground ... Processing bin/forstdin ... Processing bin/forx ... Processing bin/getcwd ... Processing bin/getopt ... Processing bin/getpid ... Processing bin/grep ... Processing bin/gunzip ... Processing bin/gzip ... Processing bin/heredoc ... Processing bin/homeof ... Processing bin/hostname ... Processing bin/if ... Processing bin/ifelse ... Processing bin/ifte ... Processing bin/ifthenelse ... Processing bin/importas ... Processing bin/kill ... Processing bin/link ... Processing bin/linux32 ... Processing bin/linux64 ... Processing bin/ln ... Processing bin/login ... Processing bin/loopwhilex ... Processing bin/ls ... Processing bin/lsattr ... Processing bin/mkdir ... Processing bin/mknod ... Processing bin/mktemp ... Processing bin/more ... Processing bin/mount ... Processing bin/mountpoint ... Processing bin/mt ... Processing bin/multidefine ... Processing bin/multisubstitute ... Processing bin/mv ... Processing bin/netstat ... Processing bin/nice ... Processing bin/nuke ... Processing bin/pidof ... Processing bin/ping ... Processing bin/pipe_progress ... Processing bin/pipeline ... Processing bin/piperw ... Processing bin/posix-cd ... Processing bin/posix-umask ... Processing bin/printenv ... Processing bin/ps ... Processing bin/pwd ... Processing bin/redirfd ... Processing bin/resume ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/run-parts ... Processing bin/runblock ... Processing bin/s6-accessrules-cdb-from-fs ... Processing bin/s6-accessrules-fs-from-cdb ... Processing bin/s6-applyuidgid ... Processing bin/s6-basename ... Processing bin/s6-cat ... Processing bin/s6-chmod ... Processing bin/s6-chown ... Processing bin/s6-cleanfifodir ... Processing bin/s6-clock ... Processing bin/s6-connlimit ... Processing bin/s6-cut ... Processing bin/s6-dirname ... Processing bin/s6-dumpenv ... Processing bin/s6-echo ... Processing bin/s6-env ... Processing bin/s6-envdir ... Processing bin/s6-envuidgid ... Processing bin/s6-expr ... Processing bin/s6-false ... 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-format-filter ... 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-grep ... Processing bin/s6-head ... Processing bin/s6-hiercopy ... 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-linkname ... Processing bin/s6-ln ... Processing bin/s6-log ... Processing bin/s6-ls ... Processing bin/s6-maximumtime ... Processing bin/s6-mkdir ... Processing bin/s6-mkfifo ... Processing bin/s6-mkfifodir ... Processing bin/s6-nice ... Processing bin/s6-notifyoncheck ... Processing bin/s6-nuke ... Processing bin/s6-pause ... Processing bin/s6-permafailon ... Processing bin/s6-printenv ... Processing bin/s6-quote ... Processing bin/s6-quote-filter ... Processing bin/s6-rename ... Processing bin/s6-rmrf ... Processing bin/s6-seq ... Processing bin/s6-setlock ... Processing bin/s6-setsid ... Processing bin/s6-setuidgid ... Processing bin/s6-sleep ... Processing bin/s6-softlimit ... Processing bin/s6-sort ... 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-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-svwait ... Processing bin/s6-sync ... Processing bin/s6-tai64n ... Processing bin/s6-tai64ndiff ... Processing bin/s6-tai64nlocal ... Processing bin/s6-tail ... Processing bin/s6-test ... Processing bin/s6-touch ... Processing bin/s6-true ... Processing bin/s6-uniquename ... Processing bin/s6-unquote ... Processing bin/s6-unquote-filter ... Processing bin/s6-update-symlinks ... Processing bin/s6-usertree-maker ... Processing bin/s6lockd ... Processing bin/sed ... Processing bin/seekablepipe ... Processing bin/setarch ... Processing bin/setpriv ... Processing bin/setserial ... Processing bin/sh ... Processing bin/shift ... Processing bin/sleep ... Processing bin/stty ... Processing bin/su ... Processing bin/sync ... Processing bin/tar ... Processing bin/touch ... Processing bin/trap ... Processing bin/true ... Processing bin/tryexec ... Processing bin/ucspilogd ... Processing bin/umask ... Processing bin/umount ... Processing bin/uname ... Processing bin/unexport ... Processing bin/usleep ... Processing bin/vi ... Processing bin/wait ... Processing bin/watch ... Processing bin/withstdinas ... Processing bin/zcat ... Processing bin/zsh ... Processing dev ... Processing dev/fd ... Processing dev/log ... Processing dev/pts ... Processing dev/shm ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc ... Processing etc/davfs2 ... Processing etc/davfs2/certs ... Processing etc/davfs2/certs/private ... Processing etc/davfs2/davfs2.conf ... Processing etc/davfs2/secrets ... Processing etc/dropbear ... Processing etc/fstab ... Processing etc/gpm-root.conf ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S01watchdogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S35sslh ... Processing etc/init.d/S50dropbear ... Processing etc/init.d/S60openvpn ... Processing etc/init.d/S70seatd ... Processing etc/init.d/S80dnsmasq ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/issue ... Processing etc/mtab ... 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/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/resolv.conf ... Processing etc/sensors.d ... Processing etc/sensors3.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/misc/tsget.pl ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/vde2 ... Processing etc/vde2/libvdemgmt ... Processing etc/vde2/libvdemgmt/asyncrecv.rc ... Processing etc/vde2/libvdemgmt/closemachine.rc ... Processing etc/vde2/libvdemgmt/openmachine.rc ... Processing etc/vde2/libvdemgmt/sendcmd.rc ... Processing etc/vde2/vdecmd ... Processing etc/watchdog.conf ... Processing etc/watchdogd.conf ... 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/ftrigr.h ... Processing include/s6/ftrigw.h ... Processing include/s6/s6-fdholder.h ... Processing include/s6/s6-supervise.h ... Processing include/s6/s6.h ... Processing include/s6/s6lock.h ... Processing include/s6-portable-utils ... Processing include/s6-portable-utils/config.h ... Processing include/skalibs ... Processing include/skalibs/alarm.h ... Processing include/skalibs/alloc.h ... Processing include/skalibs/allreadwrite.h ... Processing include/skalibs/ancil.h ... Processing include/skalibs/avlnode.h ... Processing include/skalibs/avltree.h ... Processing include/skalibs/avltreen.h ... Processing include/skalibs/bigkv.h ... Processing include/skalibs/biguint.h ... Processing include/skalibs/bitarray.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/cdb_make.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/environ.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/getpeereid.h ... Processing include/skalibs/iobuffer.h ... Processing include/skalibs/iopause.h ... Processing include/skalibs/ip46.h ... Processing include/skalibs/kolbak.h ... Processing include/skalibs/lolstdio.h ... Processing include/skalibs/md5.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/rc4.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/execline ... Processing lib/firmware ... Processing lib/firmware/ti-connectivity ... Processing lib/firmware/ti-connectivity/TIInit_10.6.15.bts ... Processing lib/firmware/ti-connectivity/TIInit_11.8.32.bts ... Processing lib/firmware/ti-connectivity/TIInit_12.10.28.bts ... Processing lib/firmware/ti-connectivity/TIInit_12.8.32.bts ... Processing lib/firmware/ti-connectivity/TIInit_6.12.26.bts ... Processing lib/firmware/ti-connectivity/TIInit_6.7.16.bts ... Processing lib/firmware/ti-connectivity/TIInit_7.6.15.bts ... Processing lib/ld64-uClibc-1.0.41.so ... Processing lib/ld64-uClibc.so.0 ... Processing lib/ld64-uClibc.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libc.so.0 ... Processing lib/libc.so.1 ... Processing lib/libexecline.so ... Processing lib/libexecline.so.2.8 ... Processing lib/libexecline.so.2.8.0.1 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libs6.so ... Processing lib/libs6.so.2.10 ... Processing lib/libs6.so.2.10.0.3 ... Processing lib/libskarnet.so ... Processing lib/libskarnet.so.2.10 ... Processing lib/libskarnet.so.2.10.0.3 ... Processing lib/libuClibc-1.0.41.so ... Processing lib/s6 ... 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/s6lockd-helper ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/blkid ... Processing sbin/devmem ... Processing sbin/fdisk ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/klogd ... Processing sbin/ldconfig ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/mount.davfs ... Processing sbin/nameif ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/reboot ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/tc ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/umount.davfs ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sbin/wd_identify ... Processing sbin/wd_keepalive ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/awk ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/captest ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/disable-paste ... Processing usr/bin/dos2unix ... Processing usr/bin/dpipe ... Processing usr/bin/dropbearconvert ... Processing usr/bin/dropbearkey ... Processing usr/bin/du ... Processing usr/bin/dvbsnoop ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/erase ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/ficl ... Processing usr/bin/filecap ... Processing usr/bin/find ... Processing usr/bin/flashbench ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/ftop ... Processing usr/bin/fuser ... Processing usr/bin/getconf ... Processing usr/bin/gpm-root ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/iconv ... Processing usr/bin/id ... Processing usr/bin/install ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/ldd ... Processing usr/bin/less ... Processing usr/bin/links ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/make ... Processing usr/bin/md5sum ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/mpc2sv8 ... Processing usr/bin/mpcchap ... Processing usr/bin/mpccut ... Processing usr/bin/mpcdec ... Processing usr/bin/mpcenc ... Processing usr/bin/mpcgain ... Processing usr/bin/multidump ... Processing usr/bin/multiplay ... Processing usr/bin/netcap ... Processing usr/bin/netsurf-fb ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/od ... Processing usr/bin/openvt ... Processing usr/bin/opj_compress ... Processing usr/bin/opj_decompress ... Processing usr/bin/opj_dump ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/pfc ... Processing usr/bin/ppsctl ... Processing usr/bin/ppsfind ... Processing usr/bin/ppsldisc ... Processing usr/bin/ppstest ... Processing usr/bin/ppswatch ... Processing usr/bin/printf ... Processing usr/bin/pscap ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/rtpdump ... Processing usr/bin/rtpplay ... Processing usr/bin/rtpsend ... Processing usr/bin/rtptrans ... Processing usr/bin/sas_disk_blink ... Processing usr/bin/scp ... Processing usr/bin/scrub ... Processing usr/bin/scsi_ch_swp ... Processing usr/bin/sdparm ... Processing usr/bin/seatd ... Processing usr/bin/seatd-launch ... Processing usr/bin/seq ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setsid ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shred ... Processing usr/bin/slirpvde ... Processing usr/bin/sort ... Processing usr/bin/spawn-fcgi ... Processing usr/bin/speexdec ... Processing usr/bin/speexenc ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tty ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unixcmd ... Processing usr/bin/unixterm ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/uredir ... Processing usr/bin/uriparse ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vde_autolink ... Processing usr/bin/vde_l3 ... Processing usr/bin/vde_over_ns ... Processing usr/bin/vde_plug ... Processing usr/bin/vde_plug2tap ... Processing usr/bin/vde_switch ... Processing usr/bin/vdecmd ... Processing usr/bin/vdekvm ... Processing usr/bin/vdeq ... Processing usr/bin/vdeqemu ... Processing usr/bin/vdeterm ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/watchdogctl ... Processing usr/bin/wavcmp ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/wirefilter ... Processing usr/bin/xargs ... Processing usr/bin/xxd ... Processing usr/bin/xxh128sum ... Processing usr/bin/xxh32sum ... Processing usr/bin/xxh64sum ... Processing usr/bin/xxhsum ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yes ... Processing usr/bin/ytree ... Processing usr/bin/zipcmp ... Processing usr/bin/zipmerge ... Processing usr/bin/ziptool ... Processing usr/lib ... Processing usr/lib/charset.alias ... Processing usr/lib/engines-1.1 ... Processing usr/lib/libSDL-1.2.so.0 ... Processing usr/lib/libSDL-1.2.so.0.11.4 ... Processing usr/lib/libSDL.so ... Processing usr/lib/libSDL_image-1.2.so.0 ... Processing usr/lib/libSDL_image-1.2.so.0.8.5 ... Processing usr/lib/libSDL_image.so ... Processing usr/lib/libbearssl.so ... Processing usr/lib/libbroadvoice.so ... Processing usr/lib/libbroadvoice.so.0 ... Processing usr/lib/libbroadvoice.so.0.0.1 ... Processing usr/lib/libbytesize.so ... Processing usr/lib/libbytesize.so.1 ... Processing usr/lib/libbytesize.so.1.0.0 ... Processing usr/lib/libcap-ng.so ... Processing usr/lib/libcap-ng.so.0 ... Processing usr/lib/libcap-ng.so.0.0.0 ... Processing usr/lib/libcharset.so ... Processing usr/lib/libcharset.so.1 ... Processing usr/lib/libcharset.so.1.0.0 ... Processing usr/lib/libconfuse.so ... Processing usr/lib/libconfuse.so.2 ... Processing usr/lib/libconfuse.so.2.1.0 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.1.1 ... Processing usr/lib/libcuefile.so ... Processing usr/lib/libcuefile.so.0 ... Processing usr/lib/libcuefile.so.0.0.0 ... Processing usr/lib/libcunit.so ... Processing usr/lib/libcunit.so.1 ... Processing usr/lib/libcunit.so.1.0.1 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdrop_ambient.so ... Processing usr/lib/libdrop_ambient.so.0 ... Processing usr/lib/libdrop_ambient.so.0.0.0 ... Processing usr/lib/libdvbcsa.so ... Processing usr/lib/libdvbcsa.so.1 ... Processing usr/lib/libdvbcsa.so.1.0.1 ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.8.8 ... Processing usr/lib/libficl.so ... Processing usr/lib/libficl.so.4 ... Processing usr/lib/libficl.so.4.1.0 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.1 ... Processing usr/lib/libfts.so ... Processing usr/lib/libfts.so.0 ... Processing usr/lib/libfts.so.0.0.0 ... Processing usr/lib/libglob.so ... Processing usr/lib/libglob.so.0 ... Processing usr/lib/libglob.so.0.0.0 ... Processing usr/lib/libgmp.so ... Processing usr/lib/libgmp.so.10 ... Processing usr/lib/libgmp.so.10.4.1 ... Processing usr/lib/libgpm.so ... Processing usr/lib/libgpm.so.2 ... Processing usr/lib/libgpm.so.2.1.0 ... Processing usr/lib/libgumbo.so ... Processing usr/lib/libgumbo.so.1 ... Processing usr/lib/libgumbo.so.1.0.0 ... Processing usr/lib/libiconv.so ... Processing usr/lib/libiconv.so.2 ... Processing usr/lib/libiconv.so.2.6.0 ... Processing usr/lib/libid3tag.so ... Processing usr/lib/libid3tag.so.0 ... Processing usr/lib/libid3tag.so.0.3.0 ... Processing usr/lib/libidn.so ... Processing usr/lib/libidn.so.12 ... Processing usr/lib/libidn.so.12.6.4 ... Processing usr/lib/libilbc.so ... Processing usr/lib/libilbc.so.0 ... Processing usr/lib/libilbc.so.0.0.2 ... Processing usr/lib/libite.so ... Processing usr/lib/libite.so.5 ... Processing usr/lib/libite.so.5.3.2 ... Processing usr/lib/libjasper.so ... Processing usr/lib/libjasper.so.4 ... Processing usr/lib/libjasper.so.4.0.0 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.8 ... Processing usr/lib/libjpeg.so.8.2.2 ... Processing usr/lib/liblzo2.so ... Processing usr/lib/liblzo2.so.2 ... Processing usr/lib/liblzo2.so.2.0.0 ... Processing usr/lib/libmbedcrypto.so ... Processing usr/lib/libmbedcrypto.so.2.28.1 ... Processing usr/lib/libmbedcrypto.so.7 ... Processing usr/lib/libmbedtls.so ... Processing usr/lib/libmbedtls.so.14 ... Processing usr/lib/libmbedtls.so.2.28.1 ... Processing usr/lib/libmbedx509.so ... Processing usr/lib/libmbedx509.so.1 ... Processing usr/lib/libmbedx509.so.2.28.1 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.1 ... Processing usr/lib/libmpcdec.so ... Processing usr/lib/libmpcdec.so.7 ... Processing usr/lib/libmpcdec.so.7.0.1 ... Processing usr/lib/libmpfr.so ... Processing usr/lib/libmpfr.so.6 ... Processing usr/lib/libmpfr.so.6.1.0 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.1 ... Processing usr/lib/libneon.so ... Processing usr/lib/libneon.so.27 ... Processing usr/lib/libneon.so.27.5.2 ... Processing usr/lib/liboauth.so ... Processing usr/lib/liboauth.so.0 ... Processing usr/lib/liboauth.so.0.8.7 ... Processing usr/lib/libogg.so ... Processing usr/lib/libogg.so.0 ... Processing usr/lib/libogg.so.0.8.5 ... Processing usr/lib/libopen62541.so ... Processing usr/lib/libopen62541.so.1 ... Processing usr/lib/libopen62541.so.1.3.2 ... Processing usr/lib/libopenjp2.so ... Processing usr/lib/libopenjp2.so.2.5.0 ... Processing usr/lib/libopenjp2.so.7 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.1 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.1 ... Processing usr/lib/libpciaccess.so ... Processing usr/lib/libpciaccess.so.0 ... Processing usr/lib/libpciaccess.so.0.11.1 ... Processing usr/lib/libpcre2-8.so ... Processing usr/lib/libpcre2-8.so.0 ... Processing usr/lib/libpcre2-8.so.0.11.0 ... Processing usr/lib/libpcre2-posix.so ... Processing usr/lib/libpcre2-posix.so.3 ... Processing usr/lib/libpcre2-posix.so.3.0.2 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.37.0 ... Processing usr/lib/libreplaygain.so ... Processing usr/lib/libreplaygain.so.1 ... Processing usr/lib/libreplaygain.so.1.0.0 ... Processing usr/lib/libseat.so ... Processing usr/lib/libseat.so.1 ... Processing usr/lib/libsensors.so ... Processing usr/lib/libsensors.so.5 ... Processing usr/lib/libsensors.so.5.0.0 ... Processing usr/lib/libsodium.so ... Processing usr/lib/libsodium.so.23 ... Processing usr/lib/libsodium.so.23.3.0 ... Processing usr/lib/libspandsp.so ... Processing usr/lib/libspandsp.so.3 ... Processing usr/lib/libspandsp.so.3.0.0 ... Processing usr/lib/libspeex.so ... Processing usr/lib/libspeex.so.1 ... Processing usr/lib/libspeex.so.1.5.2 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.1.1 ... Processing usr/lib/libtalloc.so ... Processing usr/lib/libtalloc.so.2 ... Processing usr/lib/libtalloc.so.2.3.4 ... Processing usr/lib/libtiff.so ... Processing usr/lib/libtiff.so.5 ... Processing usr/lib/libtiff.so.5.8.0 ... Processing usr/lib/libturbojpeg.so ... Processing usr/lib/libturbojpeg.so.0 ... Processing usr/lib/libturbojpeg.so.0.2.0 ... Processing usr/lib/libuev.so ... Processing usr/lib/libuev.so.3 ... Processing usr/lib/libuev.so.3.0.0 ... Processing usr/lib/liburiparser.so ... Processing usr/lib/liburiparser.so.1 ... Processing usr/lib/liburiparser.so.1.0.29 ... Processing usr/lib/libvdehist.so ... Processing usr/lib/libvdehist.so.0 ... Processing usr/lib/libvdehist.so.0.0.1 ... Processing usr/lib/libvdemgmt.so ... Processing usr/lib/libvdemgmt.so.0 ... Processing usr/lib/libvdemgmt.so.0.0.1 ... Processing usr/lib/libvdeplug.so ... Processing usr/lib/libvdeplug.so.3 ... Processing usr/lib/libvdeplug.so.3.0.1 ... Processing usr/lib/libvdesnmp.so ... Processing usr/lib/libvdesnmp.so.0 ... Processing usr/lib/libvdesnmp.so.0.0.1 ... Processing usr/lib/libvncclient.so ... Processing usr/lib/libvncclient.so.0.9.13 ... Processing usr/lib/libvncclient.so.1 ... Processing usr/lib/libvncserver.so ... Processing usr/lib/libvncserver.so.0.9.13 ... Processing usr/lib/libvncserver.so.1 ... Processing usr/lib/libvorbisidec.so ... Processing usr/lib/libvorbisidec.so.1 ... Processing usr/lib/libvorbisidec.so.1.0.3 ... Processing usr/lib/libwdog.so ... Processing usr/lib/libwdog.so.2 ... Processing usr/lib/libwdog.so.2.0.0 ... Processing usr/lib/libxxhash.so ... Processing usr/lib/libxxhash.so.0 ... Processing usr/lib/libxxhash.so.0.8.1 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.2.12 ... Processing usr/lib/libzip.so ... Processing usr/lib/libzip.so.5 ... Processing usr/lib/libzip.so.5.4 ... Processing usr/lib/openjpeg-2.5 ... Processing usr/lib/openvpn ... Processing usr/lib/openvpn/plugins ... Processing usr/lib/openvpn/plugins/openvpn-plugin-down-root.so ... Processing usr/lib/os-release ... Processing usr/lib/terminfo ... Processing usr/lib/vde2 ... Processing usr/lib/vde2/vde_l3 ... Processing usr/lib/vde2/vde_l3/bfifo.so ... Processing usr/lib/vde2/vde_l3/pfifo.so ... Processing usr/lib/vde2/vde_l3/tbf.so ... Processing usr/lib/zsh ... Processing usr/lib/zsh/5.8.1 ... Processing usr/lib/zsh/5.8.1/zsh ... Processing usr/lib/zsh/5.8.1/zsh/attr.so ... Processing usr/lib/zsh/5.8.1/zsh/cap.so ... Processing usr/lib/zsh/5.8.1/zsh/clone.so ... Processing usr/lib/zsh/5.8.1/zsh/compctl.so ... Processing usr/lib/zsh/5.8.1/zsh/complete.so ... Processing usr/lib/zsh/5.8.1/zsh/complist.so ... Processing usr/lib/zsh/5.8.1/zsh/computil.so ... Processing usr/lib/zsh/5.8.1/zsh/curses.so ... Processing usr/lib/zsh/5.8.1/zsh/datetime.so ... Processing usr/lib/zsh/5.8.1/zsh/deltochar.so ... Processing usr/lib/zsh/5.8.1/zsh/example.so ... Processing usr/lib/zsh/5.8.1/zsh/files.so ... Processing usr/lib/zsh/5.8.1/zsh/langinfo.so ... Processing usr/lib/zsh/5.8.1/zsh/mapfile.so ... Processing usr/lib/zsh/5.8.1/zsh/mathfunc.so ... Processing usr/lib/zsh/5.8.1/zsh/nearcolor.so ... Processing usr/lib/zsh/5.8.1/zsh/net ... Processing usr/lib/zsh/5.8.1/zsh/net/socket.so ... Processing usr/lib/zsh/5.8.1/zsh/net/tcp.so ... Processing usr/lib/zsh/5.8.1/zsh/newuser.so ... Processing usr/lib/zsh/5.8.1/zsh/param ... Processing usr/lib/zsh/5.8.1/zsh/param/private.so ... Processing usr/lib/zsh/5.8.1/zsh/parameter.so ... Processing usr/lib/zsh/5.8.1/zsh/rlimits.so ... Processing usr/lib/zsh/5.8.1/zsh/sched.so ... Processing usr/lib/zsh/5.8.1/zsh/stat.so ... Processing usr/lib/zsh/5.8.1/zsh/system.so ... Processing usr/lib/zsh/5.8.1/zsh/termcap.so ... Processing usr/lib/zsh/5.8.1/zsh/terminfo.so ... Processing usr/lib/zsh/5.8.1/zsh/zftp.so ... Processing usr/lib/zsh/5.8.1/zsh/zle.so ... Processing usr/lib/zsh/5.8.1/zsh/zleparameter.so ... Processing usr/lib/zsh/5.8.1/zsh/zprof.so ... Processing usr/lib/zsh/5.8.1/zsh/zpty.so ... Processing usr/lib/zsh/5.8.1/zsh/zselect.so ... Processing usr/lib/zsh/5.8.1/zsh/zutil.so ... Processing usr/lib64 ... Processing usr/libexec ... Processing usr/libexec/lzo ... Processing usr/libexec/lzo/examples ... Processing usr/libexec/lzo/examples/lzopack ... Processing usr/libexec/lzo/examples/lzotest ... Processing usr/libexec/lzo/examples/simple ... Processing usr/libexec/lzo/examples/testmini ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/delgroup ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/dnsmasq ... Processing usr/sbin/dropbear ... Processing usr/sbin/ether-wake ... Processing usr/sbin/fbset ... Processing usr/sbin/fdformat ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/gpm ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/inetd ... Processing usr/sbin/killall5 ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/mount.davfs ... Processing usr/sbin/nologin ... Processing usr/sbin/openvpn ... Processing usr/sbin/partprobe ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/setlogcons ... Processing usr/sbin/sslh ... Processing usr/sbin/ubirename ... Processing usr/sbin/umount.davfs ... Processing usr/sbin/watchdogd ... Processing usr/sbin/xl2tpd ... Processing usr/sbin/xl2tpd-control ... Processing usr/share ... Processing usr/share/CUnit ... Processing usr/share/CUnit/CUnit-List.dtd ... Processing usr/share/CUnit/CUnit-List.xsl ... Processing usr/share/CUnit/CUnit-Run.dtd ... Processing usr/share/CUnit/CUnit-Run.xsl ... Processing usr/share/CUnit/Memory-Dump.dtd ... Processing usr/share/CUnit/Memory-Dump.xsl ... Processing usr/share/X11 ... Processing usr/share/X11/xkb ... Processing usr/share/X11/xkb/compat ... Processing usr/share/X11/xkb/compat/README ... Processing usr/share/X11/xkb/compat/accessx ... Processing usr/share/X11/xkb/compat/basic ... Processing usr/share/X11/xkb/compat/caps ... Processing usr/share/X11/xkb/compat/complete ... Processing usr/share/X11/xkb/compat/iso9995 ... Processing usr/share/X11/xkb/compat/japan ... Processing usr/share/X11/xkb/compat/ledcaps ... Processing usr/share/X11/xkb/compat/ledcompose ... Processing usr/share/X11/xkb/compat/lednum ... Processing usr/share/X11/xkb/compat/ledscroll ... Processing usr/share/X11/xkb/compat/level5 ... Processing usr/share/X11/xkb/compat/misc ... Processing usr/share/X11/xkb/compat/mousekeys ... Processing usr/share/X11/xkb/compat/olpc ... Processing usr/share/X11/xkb/compat/pc ... Processing usr/share/X11/xkb/compat/pc98 ... Processing usr/share/X11/xkb/compat/xfree86 ... Processing usr/share/X11/xkb/compat/xtest ... Processing usr/share/X11/xkb/geometry ... Processing usr/share/X11/xkb/geometry/README ... Processing usr/share/X11/xkb/geometry/amiga ... Processing usr/share/X11/xkb/geometry/ataritt ... Processing usr/share/X11/xkb/geometry/chicony ... Processing usr/share/X11/xkb/geometry/dell ... Processing usr/share/X11/xkb/geometry/digital_vndr ... Processing usr/share/X11/xkb/geometry/digital_vndr/lk ... Processing usr/share/X11/xkb/geometry/digital_vndr/pc ... Processing usr/share/X11/xkb/geometry/digital_vndr/unix ... Processing usr/share/X11/xkb/geometry/everex ... Processing usr/share/X11/xkb/geometry/fujitsu ... Processing usr/share/X11/xkb/geometry/hhk ... Processing usr/share/X11/xkb/geometry/hp ... Processing usr/share/X11/xkb/geometry/keytronic ... Processing usr/share/X11/xkb/geometry/kinesis ... Processing usr/share/X11/xkb/geometry/macintosh ... Processing usr/share/X11/xkb/geometry/microsoft ... Processing usr/share/X11/xkb/geometry/nec ... Processing usr/share/X11/xkb/geometry/nokia ... Processing usr/share/X11/xkb/geometry/northgate ... Processing usr/share/X11/xkb/geometry/pc ... Processing usr/share/X11/xkb/geometry/sanwa ... Processing usr/share/X11/xkb/geometry/sgi_vndr ... Processing usr/share/X11/xkb/geometry/sgi_vndr/O2 ... Processing usr/share/X11/xkb/geometry/sgi_vndr/indigo ... Processing usr/share/X11/xkb/geometry/sgi_vndr/indy ... Processing usr/share/X11/xkb/geometry/sony ... Processing usr/share/X11/xkb/geometry/steelseries ... Processing usr/share/X11/xkb/geometry/sun ... Processing usr/share/X11/xkb/geometry/teck ... Processing usr/share/X11/xkb/geometry/thinkpad ... Processing usr/share/X11/xkb/geometry/typematrix ... Processing usr/share/X11/xkb/geometry/winbook ... Processing usr/share/X11/xkb/keycodes ... Processing usr/share/X11/xkb/keycodes/README ... Processing usr/share/X11/xkb/keycodes/aliases ... Processing usr/share/X11/xkb/keycodes/amiga ... Processing usr/share/X11/xkb/keycodes/ataritt ... Processing usr/share/X11/xkb/keycodes/digital_vndr ... Processing usr/share/X11/xkb/keycodes/digital_vndr/lk ... Processing usr/share/X11/xkb/keycodes/digital_vndr/pc ... Processing usr/share/X11/xkb/keycodes/empty ... Processing usr/share/X11/xkb/keycodes/evdev ... Processing usr/share/X11/xkb/keycodes/fujitsu ... Processing usr/share/X11/xkb/keycodes/hp ... Processing usr/share/X11/xkb/keycodes/ibm ... Processing usr/share/X11/xkb/keycodes/jolla ... Processing usr/share/X11/xkb/keycodes/macintosh ... Processing usr/share/X11/xkb/keycodes/olpc ... Processing usr/share/X11/xkb/keycodes/sgi_vndr ... Processing usr/share/X11/xkb/keycodes/sgi_vndr/indigo ... Processing usr/share/X11/xkb/keycodes/sgi_vndr/indy ... Processing usr/share/X11/xkb/keycodes/sgi_vndr/iris ... Processing usr/share/X11/xkb/keycodes/sony ... Processing usr/share/X11/xkb/keycodes/sun ... Processing usr/share/X11/xkb/keycodes/xfree86 ... Processing usr/share/X11/xkb/keycodes/xfree98 ... Processing usr/share/X11/xkb/rules ... Processing usr/share/X11/xkb/rules/README ... Processing usr/share/X11/xkb/rules/base ... Processing usr/share/X11/xkb/rules/base.extras.xml ... Processing usr/share/X11/xkb/rules/base.lst ... Processing usr/share/X11/xkb/rules/base.xml ... Processing usr/share/X11/xkb/rules/evdev ... Processing usr/share/X11/xkb/rules/evdev.extras.xml ... Processing usr/share/X11/xkb/rules/evdev.lst ... Processing usr/share/X11/xkb/rules/evdev.xml ... Processing usr/share/X11/xkb/rules/xfree98 ... Processing usr/share/X11/xkb/rules/xkb.dtd ... Processing usr/share/X11/xkb/symbols ... Processing usr/share/X11/xkb/symbols/af ... Processing usr/share/X11/xkb/symbols/al ... Processing usr/share/X11/xkb/symbols/altwin ... Processing usr/share/X11/xkb/symbols/am ... Processing usr/share/X11/xkb/symbols/apl ... Processing usr/share/X11/xkb/symbols/ara ... Processing usr/share/X11/xkb/symbols/at ... Processing usr/share/X11/xkb/symbols/au ... Processing usr/share/X11/xkb/symbols/az ... Processing usr/share/X11/xkb/symbols/ba ... Processing usr/share/X11/xkb/symbols/bd ... Processing usr/share/X11/xkb/symbols/be ... Processing usr/share/X11/xkb/symbols/bg ... Processing usr/share/X11/xkb/symbols/bqn ... Processing usr/share/X11/xkb/symbols/br ... Processing usr/share/X11/xkb/symbols/brai ... Processing usr/share/X11/xkb/symbols/bt ... Processing usr/share/X11/xkb/symbols/bw ... Processing usr/share/X11/xkb/symbols/by ... Processing usr/share/X11/xkb/symbols/ca ... Processing usr/share/X11/xkb/symbols/capslock ... Processing usr/share/X11/xkb/symbols/cd ... Processing usr/share/X11/xkb/symbols/ch ... Processing usr/share/X11/xkb/symbols/cm ... Processing usr/share/X11/xkb/symbols/cn ... Processing usr/share/X11/xkb/symbols/compose ... Processing usr/share/X11/xkb/symbols/ctrl ... Processing usr/share/X11/xkb/symbols/cz ... Processing usr/share/X11/xkb/symbols/de ... Processing usr/share/X11/xkb/symbols/digital_vndr ... Processing usr/share/X11/xkb/symbols/digital_vndr/lk ... Processing usr/share/X11/xkb/symbols/digital_vndr/pc ... Processing usr/share/X11/xkb/symbols/digital_vndr/us ... Processing usr/share/X11/xkb/symbols/digital_vndr/vt ... Processing usr/share/X11/xkb/symbols/dk ... Processing usr/share/X11/xkb/symbols/dz ... Processing usr/share/X11/xkb/symbols/ee ... Processing usr/share/X11/xkb/symbols/eg ... Processing usr/share/X11/xkb/symbols/empty ... Processing usr/share/X11/xkb/symbols/epo ... Processing usr/share/X11/xkb/symbols/es ... Processing usr/share/X11/xkb/symbols/et ... Processing usr/share/X11/xkb/symbols/eu ... Processing usr/share/X11/xkb/symbols/eurosign ... Processing usr/share/X11/xkb/symbols/fi ... Processing usr/share/X11/xkb/symbols/fo ... Processing usr/share/X11/xkb/symbols/fr ... Processing usr/share/X11/xkb/symbols/fujitsu_vndr ... Processing usr/share/X11/xkb/symbols/fujitsu_vndr/jp ... Processing usr/share/X11/xkb/symbols/fujitsu_vndr/us ... Processing usr/share/X11/xkb/symbols/gb ... Processing usr/share/X11/xkb/symbols/ge ... Processing usr/share/X11/xkb/symbols/gh ... Processing usr/share/X11/xkb/symbols/gn ... Processing usr/share/X11/xkb/symbols/gr ... Processing usr/share/X11/xkb/symbols/group ... Processing usr/share/X11/xkb/symbols/hp_vndr ... Processing usr/share/X11/xkb/symbols/hp_vndr/us ... Processing usr/share/X11/xkb/symbols/hr ... Processing usr/share/X11/xkb/symbols/hu ... Processing usr/share/X11/xkb/symbols/id ... Processing usr/share/X11/xkb/symbols/ie ... Processing usr/share/X11/xkb/symbols/il ... Processing usr/share/X11/xkb/symbols/in ... Processing usr/share/X11/xkb/symbols/inet ... Processing usr/share/X11/xkb/symbols/iq ... Processing usr/share/X11/xkb/symbols/ir ... Processing usr/share/X11/xkb/symbols/is ... Processing usr/share/X11/xkb/symbols/it ... Processing usr/share/X11/xkb/symbols/jolla_vndr ... Processing usr/share/X11/xkb/symbols/jolla_vndr/sbj ... Processing usr/share/X11/xkb/symbols/jp ... Processing usr/share/X11/xkb/symbols/ke ... Processing usr/share/X11/xkb/symbols/keypad ... Processing usr/share/X11/xkb/symbols/kg ... Processing usr/share/X11/xkb/symbols/kh ... Processing usr/share/X11/xkb/symbols/kpdl ... Processing usr/share/X11/xkb/symbols/kr ... Processing usr/share/X11/xkb/symbols/kz ... Processing usr/share/X11/xkb/symbols/la ... Processing usr/share/X11/xkb/symbols/latam ... Processing usr/share/X11/xkb/symbols/latin ... Processing usr/share/X11/xkb/symbols/level2 ... Processing usr/share/X11/xkb/symbols/level3 ... Processing usr/share/X11/xkb/symbols/level5 ... Processing usr/share/X11/xkb/symbols/lk ... Processing usr/share/X11/xkb/symbols/lt ... Processing usr/share/X11/xkb/symbols/lv ... Processing usr/share/X11/xkb/symbols/ma ... Processing usr/share/X11/xkb/symbols/macintosh_vndr ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/apple ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/ch ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/de ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/dk ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/fi ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/fr ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/gb ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/is ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/it ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/jp ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/latam ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/nl ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/no ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/pt ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/se ... Processing usr/share/X11/xkb/symbols/macintosh_vndr/us ... Processing usr/share/X11/xkb/symbols/mao ... Processing usr/share/X11/xkb/symbols/md ... Processing usr/share/X11/xkb/symbols/me ... Processing usr/share/X11/xkb/symbols/mk ... Processing usr/share/X11/xkb/symbols/ml ... Processing usr/share/X11/xkb/symbols/mm ... Processing usr/share/X11/xkb/symbols/mn ... Processing usr/share/X11/xkb/symbols/mt ... Processing usr/share/X11/xkb/symbols/mv ... Processing usr/share/X11/xkb/symbols/my ... Processing usr/share/X11/xkb/symbols/nbsp ... Processing usr/share/X11/xkb/symbols/nec_vndr ... Processing usr/share/X11/xkb/symbols/nec_vndr/jp ... Processing usr/share/X11/xkb/symbols/ng ... Processing usr/share/X11/xkb/symbols/nl ... Processing usr/share/X11/xkb/symbols/no ... Processing usr/share/X11/xkb/symbols/nokia_vndr ... Processing usr/share/X11/xkb/symbols/nokia_vndr/rx-44 ... Processing usr/share/X11/xkb/symbols/nokia_vndr/rx-51 ... Processing usr/share/X11/xkb/symbols/nokia_vndr/su-8w ... Processing usr/share/X11/xkb/symbols/np ... Processing usr/share/X11/xkb/symbols/olpc ... Processing usr/share/X11/xkb/symbols/parens ... Processing usr/share/X11/xkb/symbols/pc ... Processing usr/share/X11/xkb/symbols/ph ... Processing usr/share/X11/xkb/symbols/pk ... Processing usr/share/X11/xkb/symbols/pl ... Processing usr/share/X11/xkb/symbols/pt ... Processing usr/share/X11/xkb/symbols/ro ... Processing usr/share/X11/xkb/symbols/rs ... Processing usr/share/X11/xkb/symbols/ru ... Processing usr/share/X11/xkb/symbols/rupeesign ... Processing usr/share/X11/xkb/symbols/se ... Processing usr/share/X11/xkb/symbols/sgi_vndr ... Processing usr/share/X11/xkb/symbols/sgi_vndr/jp ... Processing usr/share/X11/xkb/symbols/sharp_vndr ... Processing usr/share/X11/xkb/symbols/sharp_vndr/sl-c3x00 ... Processing usr/share/X11/xkb/symbols/sharp_vndr/ws003sh ... Processing usr/share/X11/xkb/symbols/sharp_vndr/ws007sh ... Processing usr/share/X11/xkb/symbols/sharp_vndr/ws011sh ... Processing usr/share/X11/xkb/symbols/sharp_vndr/ws020sh ... Processing usr/share/X11/xkb/symbols/shift ... Processing usr/share/X11/xkb/symbols/si ... Processing usr/share/X11/xkb/symbols/sk ... Processing usr/share/X11/xkb/symbols/sn ... Processing usr/share/X11/xkb/symbols/sony_vndr ... Processing usr/share/X11/xkb/symbols/sony_vndr/us ... Processing usr/share/X11/xkb/symbols/srvr_ctrl ... Processing usr/share/X11/xkb/symbols/sun_vndr ... Processing usr/share/X11/xkb/symbols/sun_vndr/ara ... Processing usr/share/X11/xkb/symbols/sun_vndr/be ... Processing usr/share/X11/xkb/symbols/sun_vndr/br ... Processing usr/share/X11/xkb/symbols/sun_vndr/ca ... Processing usr/share/X11/xkb/symbols/sun_vndr/ch ... Processing usr/share/X11/xkb/symbols/sun_vndr/cz ... Processing usr/share/X11/xkb/symbols/sun_vndr/de ... Processing usr/share/X11/xkb/symbols/sun_vndr/dk ... Processing usr/share/X11/xkb/symbols/sun_vndr/ee ... Processing usr/share/X11/xkb/symbols/sun_vndr/es ... Processing usr/share/X11/xkb/symbols/sun_vndr/fi ... Processing usr/share/X11/xkb/symbols/sun_vndr/fr ... Processing usr/share/X11/xkb/symbols/sun_vndr/gb ... Processing usr/share/X11/xkb/symbols/sun_vndr/gr ... Processing usr/share/X11/xkb/symbols/sun_vndr/it ... Processing usr/share/X11/xkb/symbols/sun_vndr/jp ... Processing usr/share/X11/xkb/symbols/sun_vndr/kr ... Processing usr/share/X11/xkb/symbols/sun_vndr/lt ... Processing usr/share/X11/xkb/symbols/sun_vndr/lv ... Processing usr/share/X11/xkb/symbols/sun_vndr/nl ... Processing usr/share/X11/xkb/symbols/sun_vndr/no ... Processing usr/share/X11/xkb/symbols/sun_vndr/pl ... Processing usr/share/X11/xkb/symbols/sun_vndr/pt ... Processing usr/share/X11/xkb/symbols/sun_vndr/ro ... Processing usr/share/X11/xkb/symbols/sun_vndr/ru ... Processing usr/share/X11/xkb/symbols/sun_vndr/se ... Processing usr/share/X11/xkb/symbols/sun_vndr/sk ... Processing usr/share/X11/xkb/symbols/sun_vndr/solaris ... Processing usr/share/X11/xkb/symbols/sun_vndr/tr ... Processing usr/share/X11/xkb/symbols/sun_vndr/tw ... Processing usr/share/X11/xkb/symbols/sun_vndr/ua ... Processing usr/share/X11/xkb/symbols/sun_vndr/us ... Processing usr/share/X11/xkb/symbols/sy ... Processing usr/share/X11/xkb/symbols/terminate ... Processing usr/share/X11/xkb/symbols/tg ... Processing usr/share/X11/xkb/symbols/th ... Processing usr/share/X11/xkb/symbols/tj ... Processing usr/share/X11/xkb/symbols/tm ... Processing usr/share/X11/xkb/symbols/tr ... Processing usr/share/X11/xkb/symbols/trans ... Processing usr/share/X11/xkb/symbols/tw ... Processing usr/share/X11/xkb/symbols/typo ... Processing usr/share/X11/xkb/symbols/tz ... Processing usr/share/X11/xkb/symbols/ua ... Processing usr/share/X11/xkb/symbols/us ... Processing usr/share/X11/xkb/symbols/uz ... Processing usr/share/X11/xkb/symbols/vn ... Processing usr/share/X11/xkb/symbols/xfree68_vndr ... Processing usr/share/X11/xkb/symbols/xfree68_vndr/amiga ... Processing usr/share/X11/xkb/symbols/xfree68_vndr/ataritt ... Processing usr/share/X11/xkb/symbols/za ... Processing usr/share/X11/xkb/types ... Processing usr/share/X11/xkb/types/README ... Processing usr/share/X11/xkb/types/basic ... Processing usr/share/X11/xkb/types/cancel ... Processing usr/share/X11/xkb/types/caps ... Processing usr/share/X11/xkb/types/complete ... Processing usr/share/X11/xkb/types/default ... Processing usr/share/X11/xkb/types/extra ... Processing usr/share/X11/xkb/types/iso9995 ... Processing usr/share/X11/xkb/types/level5 ... Processing usr/share/X11/xkb/types/mousekeys ... Processing usr/share/X11/xkb/types/nokia ... Processing usr/share/X11/xkb/types/numpad ... Processing usr/share/X11/xkb/types/pc ... Processing usr/share/cursors ... Processing usr/share/cursors/xorg-x11 ... Processing usr/share/cursors/xorg-x11/Obsidian ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors ... Processing []sors/xorg-x11/Obsidian/cursors/00008160000006810000408080010102 ... Processing []sors/xorg-x11/Obsidian/cursors/028006030e0e7ebffc7f7070c0600140 ... Processing []sors/xorg-x11/Obsidian/cursors/03b6e0fcb3499374a867c041f52298f0 ... Processing []sors/xorg-x11/Obsidian/cursors/0876e1c15ff2fc01f906f1c363074c0f ... Processing []sors/xorg-x11/Obsidian/cursors/08e8e1c95fe2fc01f976f1e063a24ccd ... Processing []sors/xorg-x11/Obsidian/cursors/08ffe1cb5fe6fc01f906f1c063814ccf ... Processing []sors/xorg-x11/Obsidian/cursors/1081e37283d90000800003c07f3ef6bf ... Processing []sors/xorg-x11/Obsidian/cursors/14fef782d02440884392942c11205230 ... Processing []sors/xorg-x11/Obsidian/cursors/208530c400c041818281048008011002 ... Processing []sors/xorg-x11/Obsidian/cursors/2870a09082c103050810ffdffffe0204 ... Processing []sors/xorg-x11/Obsidian/cursors/3085a0e285430894940527032f8b26df ... Processing []sors/xorg-x11/Obsidian/cursors/3ecb610c1bf2410f44200f48c40d3599 ... Processing []sors/xorg-x11/Obsidian/cursors/5aca4d189052212118709018842178c0 ... Processing []sors/xorg-x11/Obsidian/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 ... Processing []sors/xorg-x11/Obsidian/cursors/6407b0e94181790501fd1e167b474872 ... Processing []sors/xorg-x11/Obsidian/cursors/640fb0e74195791501fd1ed57b41487f ... Processing []sors/xorg-x11/Obsidian/cursors/9d800788f1b08800ae810202380a0822 ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/HDoubleArrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/HandGrab ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/HandSqueezed ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/VDoubleArrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/X_cursor ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/base_arrow_down ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/base_arrow_up ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/based_arrow_down ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/based_arrow_up ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/bd_double_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/bottom_left_corner ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/bottom_right_corner ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/bottom_side ... Processing []sors/xorg-x11/Obsidian/cursors/c7088f0f3e6c8088236ef8e1e3e70000 ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/center_ptr ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/circle ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/copy ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/cross ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/cross_reverse ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/crossed_circle ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/crosshair ... Processing []sors/xorg-x11/Obsidian/cursors/d9ce0ab605698f320427677b458ad60b ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/dnd-ask ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/dnd-copy ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/dnd-link ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/dnd-move ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/dnd-none ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/double_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/draft_large ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/draft_small ... Processing []sors/xorg-x11/Obsidian/cursors/e29285e634086352946a0e7090d73106 ... Processing []sors/xorg-x11/Obsidian/cursors/f41c0e382c94c0958e07017e42b00462 ... Processing []sors/xorg-x11/Obsidian/cursors/f41c0e382c97c0938e07017e42800402 ... Processing []sors/xorg-x11/Obsidian/cursors/fcf1c3c7cd4491d801f1e1c78f100000 ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/fd_double_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/fleur ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/h_double_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/hand ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/hand1 ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/hand2 ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/left_ptr ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/left_ptr_watch ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/left_side ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/link ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/ll_angle ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/lr_angle ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/move ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/pencil ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/plus ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/question_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/right_ptr ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/right_side ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/sb_down_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/sb_h_double_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/sb_left_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/sb_right_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/sb_up_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/sb_v_double_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/tcross ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/top_left_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/top_left_corner ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/top_right_corner ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/top_side ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/ul_angle ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/ur_angle ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/v_double_arrow ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/watch ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/xterm ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/zoomIn ... Processing usr/share/cursors/xorg-x11/Obsidian/cursors/zoomOut ... Processing usr/share/davfs2 ... Processing usr/share/davfs2/davfs2.conf ... Processing usr/share/davfs2/secrets ... Processing usr/share/fonts ... Processing usr/share/fonts/inconsolata ... Processing usr/share/fonts/inconsolata/Inconsolata.otf ... Processing usr/share/locale ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/ca/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/crh ... Processing usr/share/locale/crh/LC_MESSAGES ... Processing usr/share/locale/crh/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/cs/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/da/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/de/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/en_GB/LC_MESSAGES ... Processing usr/share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/fi/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/fr/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/fur/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/he/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/hr/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/hu/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/id/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/it/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/ko/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ky ... Processing usr/share/locale/ky/LC_MESSAGES ... Processing usr/share/locale/ky/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/nl/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/pl/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/pt/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/ru/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/rw ... Processing usr/share/locale/rw/LC_MESSAGES ... Processing usr/share/locale/rw/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/si ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/sk/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/sq/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/sv/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/tr/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/uk/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/libbytesize.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo ... Processing usr/share/netsurf ... Processing usr/share/netsurf/Messages ... Processing usr/share/netsurf/adblock.css ... Processing usr/share/netsurf/credits.html ... Processing usr/share/netsurf/default.css ... Processing usr/share/netsurf/internal.css ... Processing usr/share/netsurf/licence.html ... Processing usr/share/netsurf/netsurf.png ... Processing usr/share/netsurf/quirks.css ... Processing usr/share/netsurf/welcome.html ... Processing usr/share/sounds ... Processing usr/share/sounds/freedesktop ... Processing usr/share/sounds/freedesktop/index.theme ... Processing usr/share/sounds/freedesktop/stereo ... Processing usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga ... Processing []/share/sounds/freedesktop/stereo/audio-channel-front-center.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-front-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-front-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-center.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-side-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-side-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-test-signal.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-volume-change.oga ... Processing usr/share/sounds/freedesktop/stereo/bell.oga ... Processing usr/share/sounds/freedesktop/stereo/camera-shutter.oga ... Processing usr/share/sounds/freedesktop/stereo/complete.oga ... Processing usr/share/sounds/freedesktop/stereo/device-added.oga ... Processing usr/share/sounds/freedesktop/stereo/device-removed.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-error.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-information.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-warning.oga ... Processing usr/share/sounds/freedesktop/stereo/message-new-instant.oga ... Processing usr/share/sounds/freedesktop/stereo/message.oga ... Processing []/sounds/freedesktop/stereo/network-connectivity-established.oga ... Processing usr/share/sounds/freedesktop/stereo/network-connectivity-lost.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-incoming-call.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-outgoing-busy.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-outgoing-calling.oga ... Processing usr/share/sounds/freedesktop/stereo/power-plug.oga ... Processing usr/share/sounds/freedesktop/stereo/power-unplug.oga ... Processing usr/share/sounds/freedesktop/stereo/screen-capture.oga ... Processing usr/share/sounds/freedesktop/stereo/service-login.oga ... Processing usr/share/sounds/freedesktop/stereo/service-logout.oga ... Processing usr/share/sounds/freedesktop/stereo/suspend-error.oga ... Processing usr/share/sounds/freedesktop/stereo/trash-empty.oga ... Processing usr/share/sounds/freedesktop/stereo/window-attention.oga ... Processing usr/share/sounds/freedesktop/stereo/window-question.oga ... 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/udhcpc ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing usr/share/zsh ... Processing usr/share/zsh/5.8.1 ... Processing usr/share/zsh/5.8.1/functions ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_adjust ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_bydir_detect ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_check_com ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_bzr ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_cdv ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_cvs ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_darcs ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_fossil ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_git ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_hg ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_mtn ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_p4 ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_svk ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_svn ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_detect_tla ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_formats ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_cmd ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_bzr ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_cdv ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_cvs ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_darcs ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_fossil ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_git ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_hg ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_mtn ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_p4 ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_svk ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_svn ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_get_data_tla ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_hexdump ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_hook ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_maxexports ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_nvcsformats ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_patch2subject ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_quilt ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_reposub ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_set ... Processing usr/share/zsh/5.8.1/functions/VCS_INFO_set-patch-format ... Processing usr/share/zsh/5.8.1/functions/_SUSEconfig ... Processing usr/share/zsh/5.8.1/functions/_a2ps ... Processing usr/share/zsh/5.8.1/functions/_a2utils ... Processing usr/share/zsh/5.8.1/functions/_aap ... Processing usr/share/zsh/5.8.1/functions/_abcde ... Processing usr/share/zsh/5.8.1/functions/_absolute_command_paths ... Processing usr/share/zsh/5.8.1/functions/_ack ... Processing usr/share/zsh/5.8.1/functions/_acpi ... Processing usr/share/zsh/5.8.1/functions/_acpitool ... Processing usr/share/zsh/5.8.1/functions/_acroread ... Processing usr/share/zsh/5.8.1/functions/_adb ... Processing usr/share/zsh/5.8.1/functions/_add-zle-hook-widget ... Processing usr/share/zsh/5.8.1/functions/_add-zsh-hook ... Processing usr/share/zsh/5.8.1/functions/_alias ... Processing usr/share/zsh/5.8.1/functions/_aliases ... Processing usr/share/zsh/5.8.1/functions/_all_labels ... Processing usr/share/zsh/5.8.1/functions/_all_matches ... Processing usr/share/zsh/5.8.1/functions/_alsa-utils ... Processing usr/share/zsh/5.8.1/functions/_alternative ... Processing usr/share/zsh/5.8.1/functions/_analyseplugin ... Processing usr/share/zsh/5.8.1/functions/_ansible ... Processing usr/share/zsh/5.8.1/functions/_ant ... Processing usr/share/zsh/5.8.1/functions/_antiword ... Processing usr/share/zsh/5.8.1/functions/_apachectl ... Processing usr/share/zsh/5.8.1/functions/_apm ... Processing usr/share/zsh/5.8.1/functions/_approximate ... Processing usr/share/zsh/5.8.1/functions/_apt ... Processing usr/share/zsh/5.8.1/functions/_apt-file ... Processing usr/share/zsh/5.8.1/functions/_apt-move ... Processing usr/share/zsh/5.8.1/functions/_apt-show-versions ... Processing usr/share/zsh/5.8.1/functions/_aptitude ... Processing usr/share/zsh/5.8.1/functions/_arch_archives ... Processing usr/share/zsh/5.8.1/functions/_arch_namespace ... Processing usr/share/zsh/5.8.1/functions/_arg_compile ... Processing usr/share/zsh/5.8.1/functions/_arguments ... Processing usr/share/zsh/5.8.1/functions/_arp ... Processing usr/share/zsh/5.8.1/functions/_arping ... Processing usr/share/zsh/5.8.1/functions/_arrays ... Processing usr/share/zsh/5.8.1/functions/_asciidoctor ... Processing usr/share/zsh/5.8.1/functions/_asciinema ... Processing usr/share/zsh/5.8.1/functions/_assign ... Processing usr/share/zsh/5.8.1/functions/_at ... Processing usr/share/zsh/5.8.1/functions/_attr ... Processing usr/share/zsh/5.8.1/functions/_augeas ... Processing usr/share/zsh/5.8.1/functions/_auto-apt ... Processing usr/share/zsh/5.8.1/functions/_autocd ... Processing usr/share/zsh/5.8.1/functions/_avahi ... Processing usr/share/zsh/5.8.1/functions/_awk ... Processing usr/share/zsh/5.8.1/functions/_axi-cache ... Processing usr/share/zsh/5.8.1/functions/_base64 ... Processing usr/share/zsh/5.8.1/functions/_basename ... Processing usr/share/zsh/5.8.1/functions/_bash ... Processing usr/share/zsh/5.8.1/functions/_bash_completions ... Processing usr/share/zsh/5.8.1/functions/_baudrates ... Processing usr/share/zsh/5.8.1/functions/_baz ... Processing usr/share/zsh/5.8.1/functions/_be_name ... Processing usr/share/zsh/5.8.1/functions/_beadm ... Processing usr/share/zsh/5.8.1/functions/_beep ... Processing usr/share/zsh/5.8.1/functions/_bibtex ... Processing usr/share/zsh/5.8.1/functions/_bind_addresses ... Processing usr/share/zsh/5.8.1/functions/_bindkey ... Processing usr/share/zsh/5.8.1/functions/_bison ... Processing usr/share/zsh/5.8.1/functions/_bittorrent ... Processing usr/share/zsh/5.8.1/functions/_bogofilter ... Processing usr/share/zsh/5.8.1/functions/_bpf_filters ... Processing usr/share/zsh/5.8.1/functions/_bpython ... Processing usr/share/zsh/5.8.1/functions/_brace_parameter ... Processing usr/share/zsh/5.8.1/functions/_brctl ... Processing usr/share/zsh/5.8.1/functions/_bsd_disks ... Processing usr/share/zsh/5.8.1/functions/_bsd_pkg ... Processing usr/share/zsh/5.8.1/functions/_bsdconfig ... Processing usr/share/zsh/5.8.1/functions/_bsdinstall ... Processing usr/share/zsh/5.8.1/functions/_btrfs ... Processing usr/share/zsh/5.8.1/functions/_bts ... Processing usr/share/zsh/5.8.1/functions/_bug ... Processing usr/share/zsh/5.8.1/functions/_builtin ... Processing usr/share/zsh/5.8.1/functions/_bzip2 ... Processing usr/share/zsh/5.8.1/functions/_bzr ... Processing usr/share/zsh/5.8.1/functions/_cabal ... Processing usr/share/zsh/5.8.1/functions/_cache_invalid ... Processing usr/share/zsh/5.8.1/functions/_caffeinate ... Processing usr/share/zsh/5.8.1/functions/_cal ... Processing usr/share/zsh/5.8.1/functions/_calendar ... Processing usr/share/zsh/5.8.1/functions/_call_function ... Processing usr/share/zsh/5.8.1/functions/_call_program ... Processing usr/share/zsh/5.8.1/functions/_canonical_paths ... Processing usr/share/zsh/5.8.1/functions/_cat ... Processing usr/share/zsh/5.8.1/functions/_ccal ... Processing usr/share/zsh/5.8.1/functions/_cd ... Processing usr/share/zsh/5.8.1/functions/_cdbs-edit-patch ... Processing usr/share/zsh/5.8.1/functions/_cdcd ... Processing usr/share/zsh/5.8.1/functions/_cdr ... Processing usr/share/zsh/5.8.1/functions/_cdrdao ... Processing usr/share/zsh/5.8.1/functions/_cdrecord ... Processing usr/share/zsh/5.8.1/functions/_chattr ... Processing usr/share/zsh/5.8.1/functions/_chcon ... Processing usr/share/zsh/5.8.1/functions/_chflags ... Processing usr/share/zsh/5.8.1/functions/_chkconfig ... Processing usr/share/zsh/5.8.1/functions/_chmod ... Processing usr/share/zsh/5.8.1/functions/_chown ... Processing usr/share/zsh/5.8.1/functions/_chroot ... Processing usr/share/zsh/5.8.1/functions/_chrt ... Processing usr/share/zsh/5.8.1/functions/_chsh ... Processing usr/share/zsh/5.8.1/functions/_cksum ... Processing usr/share/zsh/5.8.1/functions/_clay ... Processing usr/share/zsh/5.8.1/functions/_cmdambivalent ... Processing usr/share/zsh/5.8.1/functions/_cmdstring ... Processing usr/share/zsh/5.8.1/functions/_cmp ... Processing usr/share/zsh/5.8.1/functions/_code ... Processing usr/share/zsh/5.8.1/functions/_column ... Processing usr/share/zsh/5.8.1/functions/_combination ... Processing usr/share/zsh/5.8.1/functions/_comm ... Processing usr/share/zsh/5.8.1/functions/_command ... Processing usr/share/zsh/5.8.1/functions/_command_names ... Processing usr/share/zsh/5.8.1/functions/_comp_locale ... Processing usr/share/zsh/5.8.1/functions/_compadd ... Processing usr/share/zsh/5.8.1/functions/_compdef ... Processing usr/share/zsh/5.8.1/functions/_complete ... Processing usr/share/zsh/5.8.1/functions/_complete_debug ... Processing usr/share/zsh/5.8.1/functions/_complete_help ... Processing usr/share/zsh/5.8.1/functions/_complete_help_generic ... Processing usr/share/zsh/5.8.1/functions/_complete_tag ... Processing usr/share/zsh/5.8.1/functions/_completers ... Processing usr/share/zsh/5.8.1/functions/_composer ... Processing usr/share/zsh/5.8.1/functions/_compress ... Processing usr/share/zsh/5.8.1/functions/_condition ... Processing usr/share/zsh/5.8.1/functions/_configure ... Processing usr/share/zsh/5.8.1/functions/_coreadm ... Processing usr/share/zsh/5.8.1/functions/_correct ... Processing usr/share/zsh/5.8.1/functions/_correct_filename ... Processing usr/share/zsh/5.8.1/functions/_correct_word ... Processing usr/share/zsh/5.8.1/functions/_cowsay ... Processing usr/share/zsh/5.8.1/functions/_cp ... Processing usr/share/zsh/5.8.1/functions/_cpio ... Processing usr/share/zsh/5.8.1/functions/_cplay ... Processing usr/share/zsh/5.8.1/functions/_cpupower ... Processing usr/share/zsh/5.8.1/functions/_crontab ... Processing usr/share/zsh/5.8.1/functions/_cryptsetup ... Processing usr/share/zsh/5.8.1/functions/_cscope ... Processing usr/share/zsh/5.8.1/functions/_cssh ... Processing usr/share/zsh/5.8.1/functions/_csup ... Processing usr/share/zsh/5.8.1/functions/_ctags_tags ... Processing usr/share/zsh/5.8.1/functions/_cu ... Processing usr/share/zsh/5.8.1/functions/_curl ... Processing usr/share/zsh/5.8.1/functions/_cut ... Processing usr/share/zsh/5.8.1/functions/_cvs ... Processing usr/share/zsh/5.8.1/functions/_cvsup ... Processing usr/share/zsh/5.8.1/functions/_cygcheck ... Processing usr/share/zsh/5.8.1/functions/_cygpath ... Processing usr/share/zsh/5.8.1/functions/_cygrunsrv ... Processing usr/share/zsh/5.8.1/functions/_cygserver ... Processing usr/share/zsh/5.8.1/functions/_cygstart ... Processing usr/share/zsh/5.8.1/functions/_dak ... Processing usr/share/zsh/5.8.1/functions/_darcs ... Processing usr/share/zsh/5.8.1/functions/_date ... Processing usr/share/zsh/5.8.1/functions/_date_formats ... Processing usr/share/zsh/5.8.1/functions/_dates ... Processing usr/share/zsh/5.8.1/functions/_dbus ... Processing usr/share/zsh/5.8.1/functions/_dchroot ... Processing usr/share/zsh/5.8.1/functions/_dchroot-dsa ... Processing usr/share/zsh/5.8.1/functions/_dconf ... Processing usr/share/zsh/5.8.1/functions/_dcop ... Processing usr/share/zsh/5.8.1/functions/_dcut ... Processing usr/share/zsh/5.8.1/functions/_dd ... Processing usr/share/zsh/5.8.1/functions/_deb_architectures ... Processing usr/share/zsh/5.8.1/functions/_deb_codenames ... Processing usr/share/zsh/5.8.1/functions/_deb_files ... Processing usr/share/zsh/5.8.1/functions/_deb_packages ... Processing usr/share/zsh/5.8.1/functions/_debbugs_bugnumber ... Processing usr/share/zsh/5.8.1/functions/_debchange ... Processing usr/share/zsh/5.8.1/functions/_debcheckout ... Processing usr/share/zsh/5.8.1/functions/_debdiff ... Processing usr/share/zsh/5.8.1/functions/_debfoster ... Processing usr/share/zsh/5.8.1/functions/_deborphan ... Processing usr/share/zsh/5.8.1/functions/_debsign ... Processing usr/share/zsh/5.8.1/functions/_debuild ... Processing usr/share/zsh/5.8.1/functions/_default ... Processing usr/share/zsh/5.8.1/functions/_defaults ... Processing usr/share/zsh/5.8.1/functions/_delimiters ... Processing usr/share/zsh/5.8.1/functions/_describe ... Processing usr/share/zsh/5.8.1/functions/_description ... Processing usr/share/zsh/5.8.1/functions/_devtodo ... Processing usr/share/zsh/5.8.1/functions/_df ... Processing usr/share/zsh/5.8.1/functions/_dhclient ... Processing usr/share/zsh/5.8.1/functions/_dhcpinfo ... Processing usr/share/zsh/5.8.1/functions/_dict ... Processing usr/share/zsh/5.8.1/functions/_dict_words ... Processing usr/share/zsh/5.8.1/functions/_diff ... Processing usr/share/zsh/5.8.1/functions/_diff3 ... Processing usr/share/zsh/5.8.1/functions/_diff_options ... Processing usr/share/zsh/5.8.1/functions/_diffstat ... Processing usr/share/zsh/5.8.1/functions/_dig ... Processing usr/share/zsh/5.8.1/functions/_dir_list ... Processing usr/share/zsh/5.8.1/functions/_directories ... Processing usr/share/zsh/5.8.1/functions/_directory_stack ... Processing usr/share/zsh/5.8.1/functions/_dirs ... Processing usr/share/zsh/5.8.1/functions/_disable ... Processing usr/share/zsh/5.8.1/functions/_dispatch ... Processing usr/share/zsh/5.8.1/functions/_django ... Processing usr/share/zsh/5.8.1/functions/_dkms ... Processing usr/share/zsh/5.8.1/functions/_dladm ... Processing usr/share/zsh/5.8.1/functions/_dlocate ... Processing usr/share/zsh/5.8.1/functions/_dmesg ... Processing usr/share/zsh/5.8.1/functions/_dmidecode ... Processing usr/share/zsh/5.8.1/functions/_dnf ... Processing usr/share/zsh/5.8.1/functions/_dns_types ... Processing usr/share/zsh/5.8.1/functions/_doas ... Processing usr/share/zsh/5.8.1/functions/_domains ... Processing usr/share/zsh/5.8.1/functions/_dos2unix ... Processing usr/share/zsh/5.8.1/functions/_dpatch-edit-patch ... Processing usr/share/zsh/5.8.1/functions/_dpkg ... Processing usr/share/zsh/5.8.1/functions/_dpkg-buildpackage ... Processing usr/share/zsh/5.8.1/functions/_dpkg-cross ... Processing usr/share/zsh/5.8.1/functions/_dpkg-repack ... Processing usr/share/zsh/5.8.1/functions/_dpkg_source ... Processing usr/share/zsh/5.8.1/functions/_dput ... Processing usr/share/zsh/5.8.1/functions/_drill ... Processing usr/share/zsh/5.8.1/functions/_dsh ... Processing usr/share/zsh/5.8.1/functions/_dtrace ... Processing usr/share/zsh/5.8.1/functions/_dtruss ... Processing usr/share/zsh/5.8.1/functions/_du ... Processing usr/share/zsh/5.8.1/functions/_dumpadm ... Processing usr/share/zsh/5.8.1/functions/_dumper ... Processing usr/share/zsh/5.8.1/functions/_dupload ... Processing usr/share/zsh/5.8.1/functions/_dvi ... Processing usr/share/zsh/5.8.1/functions/_dynamic_directory_name ... Processing usr/share/zsh/5.8.1/functions/_e2label ... Processing usr/share/zsh/5.8.1/functions/_ecasound ... Processing usr/share/zsh/5.8.1/functions/_echotc ... Processing usr/share/zsh/5.8.1/functions/_echoti ... Processing usr/share/zsh/5.8.1/functions/_ed ... Processing usr/share/zsh/5.8.1/functions/_elfdump ... Processing usr/share/zsh/5.8.1/functions/_elinks ... Processing usr/share/zsh/5.8.1/functions/_email_addresses ... Processing usr/share/zsh/5.8.1/functions/_emulate ... Processing usr/share/zsh/5.8.1/functions/_enable ... Processing usr/share/zsh/5.8.1/functions/_enscript ... Processing usr/share/zsh/5.8.1/functions/_entr ... Processing usr/share/zsh/5.8.1/functions/_env ... Processing usr/share/zsh/5.8.1/functions/_eog ... Processing usr/share/zsh/5.8.1/functions/_equal ... Processing usr/share/zsh/5.8.1/functions/_espeak ... Processing usr/share/zsh/5.8.1/functions/_etags ... Processing usr/share/zsh/5.8.1/functions/_ethtool ... Processing usr/share/zsh/5.8.1/functions/_evince ... Processing usr/share/zsh/5.8.1/functions/_exec ... Processing usr/share/zsh/5.8.1/functions/_expand ... Processing usr/share/zsh/5.8.1/functions/_expand_alias ... Processing usr/share/zsh/5.8.1/functions/_expand_word ... Processing usr/share/zsh/5.8.1/functions/_extensions ... Processing usr/share/zsh/5.8.1/functions/_external_pwds ... Processing usr/share/zsh/5.8.1/functions/_fakeroot ... Processing usr/share/zsh/5.8.1/functions/_fbsd_architectures ... Processing usr/share/zsh/5.8.1/functions/_fbsd_device_types ... Processing usr/share/zsh/5.8.1/functions/_fc ... Processing usr/share/zsh/5.8.1/functions/_feh ... Processing usr/share/zsh/5.8.1/functions/_fetch ... Processing usr/share/zsh/5.8.1/functions/_fetchmail ... Processing usr/share/zsh/5.8.1/functions/_ffmpeg ... Processing usr/share/zsh/5.8.1/functions/_figlet ... Processing usr/share/zsh/5.8.1/functions/_file_descriptors ... Processing usr/share/zsh/5.8.1/functions/_file_flags ... Processing usr/share/zsh/5.8.1/functions/_file_modes ... Processing usr/share/zsh/5.8.1/functions/_file_systems ... Processing usr/share/zsh/5.8.1/functions/_files ... Processing usr/share/zsh/5.8.1/functions/_find ... Processing usr/share/zsh/5.8.1/functions/_find_net_interfaces ... Processing usr/share/zsh/5.8.1/functions/_findmnt ... Processing usr/share/zsh/5.8.1/functions/_finger ... Processing usr/share/zsh/5.8.1/functions/_fink ... Processing usr/share/zsh/5.8.1/functions/_first ... Processing usr/share/zsh/5.8.1/functions/_flac ... Processing usr/share/zsh/5.8.1/functions/_flex ... Processing usr/share/zsh/5.8.1/functions/_floppy ... Processing usr/share/zsh/5.8.1/functions/_flowadm ... Processing usr/share/zsh/5.8.1/functions/_fmadm ... Processing usr/share/zsh/5.8.1/functions/_fmt ... Processing usr/share/zsh/5.8.1/functions/_fold ... Processing usr/share/zsh/5.8.1/functions/_fortune ... Processing usr/share/zsh/5.8.1/functions/_free ... Processing usr/share/zsh/5.8.1/functions/_freebsd-update ... Processing usr/share/zsh/5.8.1/functions/_fs_usage ... Processing usr/share/zsh/5.8.1/functions/_fsh ... Processing usr/share/zsh/5.8.1/functions/_fstat ... Processing usr/share/zsh/5.8.1/functions/_functions ... Processing usr/share/zsh/5.8.1/functions/_fuse_arguments ... Processing usr/share/zsh/5.8.1/functions/_fuse_values ... Processing usr/share/zsh/5.8.1/functions/_fuser ... Processing usr/share/zsh/5.8.1/functions/_fusermount ... Processing usr/share/zsh/5.8.1/functions/_fw_update ... Processing usr/share/zsh/5.8.1/functions/_gcc ... Processing usr/share/zsh/5.8.1/functions/_gcore ... Processing usr/share/zsh/5.8.1/functions/_gdb ... Processing usr/share/zsh/5.8.1/functions/_geany ... Processing usr/share/zsh/5.8.1/functions/_gem ... Processing usr/share/zsh/5.8.1/functions/_generic ... Processing usr/share/zsh/5.8.1/functions/_genisoimage ... Processing usr/share/zsh/5.8.1/functions/_getclip ... Processing usr/share/zsh/5.8.1/functions/_getconf ... Processing usr/share/zsh/5.8.1/functions/_getent ... Processing usr/share/zsh/5.8.1/functions/_getfacl ... Processing usr/share/zsh/5.8.1/functions/_getmail ... Processing usr/share/zsh/5.8.1/functions/_getopt ... Processing usr/share/zsh/5.8.1/functions/_ghostscript ... Processing usr/share/zsh/5.8.1/functions/_git ... Processing usr/share/zsh/5.8.1/functions/_git-buildpackage ... Processing usr/share/zsh/5.8.1/functions/_global ... Processing usr/share/zsh/5.8.1/functions/_global_tags ... Processing usr/share/zsh/5.8.1/functions/_globflags ... Processing usr/share/zsh/5.8.1/functions/_globqual_delims ... Processing usr/share/zsh/5.8.1/functions/_globquals ... Processing usr/share/zsh/5.8.1/functions/_gnome-gv ... Processing usr/share/zsh/5.8.1/functions/_gnu_generic ... Processing usr/share/zsh/5.8.1/functions/_gnupod ... Processing usr/share/zsh/5.8.1/functions/_gnutls ... Processing usr/share/zsh/5.8.1/functions/_go ... Processing usr/share/zsh/5.8.1/functions/_gpasswd ... Processing usr/share/zsh/5.8.1/functions/_gpg ... Processing usr/share/zsh/5.8.1/functions/_gphoto2 ... Processing usr/share/zsh/5.8.1/functions/_gprof ... Processing usr/share/zsh/5.8.1/functions/_gqview ... Processing usr/share/zsh/5.8.1/functions/_gradle ... Processing usr/share/zsh/5.8.1/functions/_graphicsmagick ... Processing usr/share/zsh/5.8.1/functions/_grep ... Processing usr/share/zsh/5.8.1/functions/_grep-excuses ... Processing usr/share/zsh/5.8.1/functions/_groff ... Processing usr/share/zsh/5.8.1/functions/_groups ... Processing usr/share/zsh/5.8.1/functions/_growisofs ... Processing usr/share/zsh/5.8.1/functions/_gsettings ... Processing usr/share/zsh/5.8.1/functions/_gstat ... Processing usr/share/zsh/5.8.1/functions/_guard ... Processing usr/share/zsh/5.8.1/functions/_guilt ... Processing usr/share/zsh/5.8.1/functions/_gv ... Processing usr/share/zsh/5.8.1/functions/_gzip ... Processing usr/share/zsh/5.8.1/functions/_hash ... Processing usr/share/zsh/5.8.1/functions/_have_glob_qual ... Processing usr/share/zsh/5.8.1/functions/_hdiutil ... Processing usr/share/zsh/5.8.1/functions/_head ... Processing usr/share/zsh/5.8.1/functions/_hexdump ... Processing usr/share/zsh/5.8.1/functions/_history ... Processing usr/share/zsh/5.8.1/functions/_history_complete_word ... Processing usr/share/zsh/5.8.1/functions/_history_modifiers ... Processing usr/share/zsh/5.8.1/functions/_host ... Processing usr/share/zsh/5.8.1/functions/_hostname ... Processing usr/share/zsh/5.8.1/functions/_hosts ... Processing usr/share/zsh/5.8.1/functions/_htop ... Processing usr/share/zsh/5.8.1/functions/_hwinfo ... Processing usr/share/zsh/5.8.1/functions/_iconv ... Processing usr/share/zsh/5.8.1/functions/_iconvconfig ... Processing usr/share/zsh/5.8.1/functions/_id ... Processing usr/share/zsh/5.8.1/functions/_ifconfig ... Processing usr/share/zsh/5.8.1/functions/_iftop ... Processing usr/share/zsh/5.8.1/functions/_ignored ... Processing usr/share/zsh/5.8.1/functions/_imagemagick ... Processing usr/share/zsh/5.8.1/functions/_in_vared ... Processing usr/share/zsh/5.8.1/functions/_inetadm ... Processing usr/share/zsh/5.8.1/functions/_init_d ... Processing usr/share/zsh/5.8.1/functions/_initctl ... Processing usr/share/zsh/5.8.1/functions/_install ... Processing usr/share/zsh/5.8.1/functions/_invoke-rc.d ... Processing usr/share/zsh/5.8.1/functions/_ionice ... Processing usr/share/zsh/5.8.1/functions/_iostat ... Processing usr/share/zsh/5.8.1/functions/_ip ... Processing usr/share/zsh/5.8.1/functions/_ipadm ... Processing usr/share/zsh/5.8.1/functions/_ipsec ... Processing usr/share/zsh/5.8.1/functions/_ipset ... Processing usr/share/zsh/5.8.1/functions/_iptables ... Processing usr/share/zsh/5.8.1/functions/_irssi ... Processing usr/share/zsh/5.8.1/functions/_ispell ... Processing usr/share/zsh/5.8.1/functions/_iwconfig ... Processing usr/share/zsh/5.8.1/functions/_jail ... Processing usr/share/zsh/5.8.1/functions/_jails ... Processing usr/share/zsh/5.8.1/functions/_java ... Processing usr/share/zsh/5.8.1/functions/_java_class ... Processing usr/share/zsh/5.8.1/functions/_jexec ... Processing usr/share/zsh/5.8.1/functions/_jls ... Processing usr/share/zsh/5.8.1/functions/_jobs ... Processing usr/share/zsh/5.8.1/functions/_jobs_bg ... Processing usr/share/zsh/5.8.1/functions/_jobs_builtin ... Processing usr/share/zsh/5.8.1/functions/_jobs_fg ... Processing usr/share/zsh/5.8.1/functions/_joe ... Processing usr/share/zsh/5.8.1/functions/_join ... Processing usr/share/zsh/5.8.1/functions/_jot ... Processing usr/share/zsh/5.8.1/functions/_jq ... Processing usr/share/zsh/5.8.1/functions/_kdeconnect ... Processing usr/share/zsh/5.8.1/functions/_kfmclient ... Processing usr/share/zsh/5.8.1/functions/_kill ... Processing usr/share/zsh/5.8.1/functions/_killall ... Processing usr/share/zsh/5.8.1/functions/_kld ... Processing usr/share/zsh/5.8.1/functions/_knock ... Processing usr/share/zsh/5.8.1/functions/_kpartx ... Processing usr/share/zsh/5.8.1/functions/_kvno ... Processing usr/share/zsh/5.8.1/functions/_last ... Processing usr/share/zsh/5.8.1/functions/_ld_debug ... Processing usr/share/zsh/5.8.1/functions/_ldap ... Processing usr/share/zsh/5.8.1/functions/_ldconfig ... Processing usr/share/zsh/5.8.1/functions/_ldd ... Processing usr/share/zsh/5.8.1/functions/_less ... Processing usr/share/zsh/5.8.1/functions/_lha ... Processing usr/share/zsh/5.8.1/functions/_libvirt ... Processing usr/share/zsh/5.8.1/functions/_lighttpd ... Processing usr/share/zsh/5.8.1/functions/_limit ... Processing usr/share/zsh/5.8.1/functions/_limits ... Processing usr/share/zsh/5.8.1/functions/_links ... Processing usr/share/zsh/5.8.1/functions/_lintian ... Processing usr/share/zsh/5.8.1/functions/_list ... Processing usr/share/zsh/5.8.1/functions/_list_files ... Processing usr/share/zsh/5.8.1/functions/_lldb ... Processing usr/share/zsh/5.8.1/functions/_ln ... Processing usr/share/zsh/5.8.1/functions/_loadkeys ... Processing usr/share/zsh/5.8.1/functions/_locale ... Processing usr/share/zsh/5.8.1/functions/_localedef ... Processing usr/share/zsh/5.8.1/functions/_locales ... Processing usr/share/zsh/5.8.1/functions/_locate ... Processing usr/share/zsh/5.8.1/functions/_logical_volumes ... Processing usr/share/zsh/5.8.1/functions/_look ... Processing usr/share/zsh/5.8.1/functions/_losetup ... Processing usr/share/zsh/5.8.1/functions/_lp ... Processing usr/share/zsh/5.8.1/functions/_ls ... Processing usr/share/zsh/5.8.1/functions/_lsattr ... Processing usr/share/zsh/5.8.1/functions/_lsblk ... Processing usr/share/zsh/5.8.1/functions/_lscfg ... Processing usr/share/zsh/5.8.1/functions/_lsdev ... Processing usr/share/zsh/5.8.1/functions/_lslv ... Processing usr/share/zsh/5.8.1/functions/_lsof ... Processing usr/share/zsh/5.8.1/functions/_lspv ... Processing usr/share/zsh/5.8.1/functions/_lsusb ... Processing usr/share/zsh/5.8.1/functions/_lsvg ... Processing usr/share/zsh/5.8.1/functions/_ltrace ... Processing usr/share/zsh/5.8.1/functions/_lua ... Processing usr/share/zsh/5.8.1/functions/_luarocks ... Processing usr/share/zsh/5.8.1/functions/_lynx ... Processing usr/share/zsh/5.8.1/functions/_lz4 ... Processing usr/share/zsh/5.8.1/functions/_lzop ... Processing usr/share/zsh/5.8.1/functions/_mac_applications ... Processing usr/share/zsh/5.8.1/functions/_mac_files_for_application ... Processing usr/share/zsh/5.8.1/functions/_madison ... Processing usr/share/zsh/5.8.1/functions/_mail ... Processing usr/share/zsh/5.8.1/functions/_mailboxes ... Processing usr/share/zsh/5.8.1/functions/_main_complete ... Processing usr/share/zsh/5.8.1/functions/_make ... Processing usr/share/zsh/5.8.1/functions/_make-kpkg ... Processing usr/share/zsh/5.8.1/functions/_man ... Processing usr/share/zsh/5.8.1/functions/_match ... Processing usr/share/zsh/5.8.1/functions/_math ... Processing usr/share/zsh/5.8.1/functions/_math_params ... Processing usr/share/zsh/5.8.1/functions/_matlab ... Processing usr/share/zsh/5.8.1/functions/_md5sum ... Processing usr/share/zsh/5.8.1/functions/_mdadm ... Processing usr/share/zsh/5.8.1/functions/_mdfind ... Processing usr/share/zsh/5.8.1/functions/_mdls ... Processing usr/share/zsh/5.8.1/functions/_mdutil ... Processing usr/share/zsh/5.8.1/functions/_members ... Processing usr/share/zsh/5.8.1/functions/_mencal ... Processing usr/share/zsh/5.8.1/functions/_menu ... Processing usr/share/zsh/5.8.1/functions/_mere ... Processing usr/share/zsh/5.8.1/functions/_mergechanges ... Processing usr/share/zsh/5.8.1/functions/_message ... Processing usr/share/zsh/5.8.1/functions/_mh ... Processing usr/share/zsh/5.8.1/functions/_mii-tool ... Processing usr/share/zsh/5.8.1/functions/_mime_types ... Processing usr/share/zsh/5.8.1/functions/_mixerctl ... Processing usr/share/zsh/5.8.1/functions/_mkdir ... Processing usr/share/zsh/5.8.1/functions/_mkfifo ... Processing usr/share/zsh/5.8.1/functions/_mknod ... Processing usr/share/zsh/5.8.1/functions/_mkshortcut ... Processing usr/share/zsh/5.8.1/functions/_mktemp ... Processing usr/share/zsh/5.8.1/functions/_mkzsh ... Processing usr/share/zsh/5.8.1/functions/_module ... Processing usr/share/zsh/5.8.1/functions/_module-assistant ... Processing usr/share/zsh/5.8.1/functions/_module_math_func ... Processing usr/share/zsh/5.8.1/functions/_modutils ... Processing usr/share/zsh/5.8.1/functions/_mondo ... Processing usr/share/zsh/5.8.1/functions/_monotone ... Processing usr/share/zsh/5.8.1/functions/_moosic ... Processing usr/share/zsh/5.8.1/functions/_mosh ... Processing usr/share/zsh/5.8.1/functions/_most_recent_file ... Processing usr/share/zsh/5.8.1/functions/_mount ... Processing usr/share/zsh/5.8.1/functions/_mozilla ... Processing usr/share/zsh/5.8.1/functions/_mpc ... Processing usr/share/zsh/5.8.1/functions/_mplayer ... Processing usr/share/zsh/5.8.1/functions/_mt ... Processing usr/share/zsh/5.8.1/functions/_mtools ... Processing usr/share/zsh/5.8.1/functions/_mtr ... Processing usr/share/zsh/5.8.1/functions/_multi_parts ... Processing usr/share/zsh/5.8.1/functions/_mupdf ... Processing usr/share/zsh/5.8.1/functions/_mutt ... Processing usr/share/zsh/5.8.1/functions/_mv ... Processing usr/share/zsh/5.8.1/functions/_my_accounts ... Processing usr/share/zsh/5.8.1/functions/_myrepos ... Processing usr/share/zsh/5.8.1/functions/_mysql_utils ... Processing usr/share/zsh/5.8.1/functions/_mysqldiff ... Processing usr/share/zsh/5.8.1/functions/_nautilus ... Processing usr/share/zsh/5.8.1/functions/_nbsd_architectures ... Processing usr/share/zsh/5.8.1/functions/_ncftp ... Processing usr/share/zsh/5.8.1/functions/_nedit ... Processing usr/share/zsh/5.8.1/functions/_net_interfaces ... Processing usr/share/zsh/5.8.1/functions/_netcat ... Processing usr/share/zsh/5.8.1/functions/_netscape ... Processing usr/share/zsh/5.8.1/functions/_netstat ... Processing usr/share/zsh/5.8.1/functions/_networkmanager ... Processing usr/share/zsh/5.8.1/functions/_networksetup ... Processing usr/share/zsh/5.8.1/functions/_newsgroups ... Processing usr/share/zsh/5.8.1/functions/_next_label ... Processing usr/share/zsh/5.8.1/functions/_next_tags ... Processing usr/share/zsh/5.8.1/functions/_nginx ... Processing usr/share/zsh/5.8.1/functions/_ngrep ... Processing usr/share/zsh/5.8.1/functions/_nice ... Processing usr/share/zsh/5.8.1/functions/_nkf ... Processing usr/share/zsh/5.8.1/functions/_nl ... Processing usr/share/zsh/5.8.1/functions/_nm ... Processing usr/share/zsh/5.8.1/functions/_nmap ... Processing usr/share/zsh/5.8.1/functions/_normal ... Processing usr/share/zsh/5.8.1/functions/_nothing ... Processing usr/share/zsh/5.8.1/functions/_npm ... Processing usr/share/zsh/5.8.1/functions/_nslookup ... Processing usr/share/zsh/5.8.1/functions/_numfmt ... Processing usr/share/zsh/5.8.1/functions/_nvram ... Processing usr/share/zsh/5.8.1/functions/_objdump ... Processing usr/share/zsh/5.8.1/functions/_object_classes ... Processing usr/share/zsh/5.8.1/functions/_object_files ... Processing usr/share/zsh/5.8.1/functions/_obsd_architectures ... Processing usr/share/zsh/5.8.1/functions/_od ... Processing usr/share/zsh/5.8.1/functions/_okular ... Processing usr/share/zsh/5.8.1/functions/_oldlist ... Processing usr/share/zsh/5.8.1/functions/_open ... Processing usr/share/zsh/5.8.1/functions/_openstack ... Processing usr/share/zsh/5.8.1/functions/_opkg ... Processing usr/share/zsh/5.8.1/functions/_options ... Processing usr/share/zsh/5.8.1/functions/_options_set ... Processing usr/share/zsh/5.8.1/functions/_options_unset ... Processing usr/share/zsh/5.8.1/functions/_osascript ... Processing usr/share/zsh/5.8.1/functions/_osc ... Processing usr/share/zsh/5.8.1/functions/_other_accounts ... Processing usr/share/zsh/5.8.1/functions/_otool ... Processing usr/share/zsh/5.8.1/functions/_pack ... Processing usr/share/zsh/5.8.1/functions/_pandoc ... Processing usr/share/zsh/5.8.1/functions/_parameter ... Processing usr/share/zsh/5.8.1/functions/_parameters ... Processing usr/share/zsh/5.8.1/functions/_paste ... Processing usr/share/zsh/5.8.1/functions/_patch ... Processing usr/share/zsh/5.8.1/functions/_patchutils ... Processing usr/share/zsh/5.8.1/functions/_path_commands ... Processing usr/share/zsh/5.8.1/functions/_path_files ... Processing usr/share/zsh/5.8.1/functions/_pax ... Processing usr/share/zsh/5.8.1/functions/_pbcopy ... Processing usr/share/zsh/5.8.1/functions/_pbm ... Processing usr/share/zsh/5.8.1/functions/_pbuilder ... Processing usr/share/zsh/5.8.1/functions/_pdf ... Processing usr/share/zsh/5.8.1/functions/_pdftk ... Processing usr/share/zsh/5.8.1/functions/_perforce ... Processing usr/share/zsh/5.8.1/functions/_perl ... Processing usr/share/zsh/5.8.1/functions/_perl_basepods ... Processing usr/share/zsh/5.8.1/functions/_perl_modules ... Processing usr/share/zsh/5.8.1/functions/_perldoc ... Processing usr/share/zsh/5.8.1/functions/_pfctl ... Processing usr/share/zsh/5.8.1/functions/_pfexec ... Processing usr/share/zsh/5.8.1/functions/_pgrep ... Processing usr/share/zsh/5.8.1/functions/_php ... Processing usr/share/zsh/5.8.1/functions/_physical_volumes ... Processing usr/share/zsh/5.8.1/functions/_pick_variant ... Processing usr/share/zsh/5.8.1/functions/_picocom ... Processing usr/share/zsh/5.8.1/functions/_pidof ... Processing usr/share/zsh/5.8.1/functions/_pids ... Processing usr/share/zsh/5.8.1/functions/_pine ... Processing usr/share/zsh/5.8.1/functions/_ping ... Processing usr/share/zsh/5.8.1/functions/_piuparts ... Processing usr/share/zsh/5.8.1/functions/_pkg-config ... Processing usr/share/zsh/5.8.1/functions/_pkg5 ... Processing usr/share/zsh/5.8.1/functions/_pkg_instance ... Processing usr/share/zsh/5.8.1/functions/_pkgadd ... Processing usr/share/zsh/5.8.1/functions/_pkgin ... Processing usr/share/zsh/5.8.1/functions/_pkginfo ... Processing usr/share/zsh/5.8.1/functions/_pkgrm ... Processing usr/share/zsh/5.8.1/functions/_pkgtool ... Processing usr/share/zsh/5.8.1/functions/_plutil ... Processing usr/share/zsh/5.8.1/functions/_pmap ... Processing usr/share/zsh/5.8.1/functions/_pon ... Processing usr/share/zsh/5.8.1/functions/_portaudit ... Processing usr/share/zsh/5.8.1/functions/_portlint ... Processing usr/share/zsh/5.8.1/functions/_portmaster ... Processing usr/share/zsh/5.8.1/functions/_ports ... Processing usr/share/zsh/5.8.1/functions/_portsnap ... Processing usr/share/zsh/5.8.1/functions/_postfix ... Processing usr/share/zsh/5.8.1/functions/_postgresql ... Processing usr/share/zsh/5.8.1/functions/_postscript ... Processing usr/share/zsh/5.8.1/functions/_powerd ... Processing usr/share/zsh/5.8.1/functions/_precommand ... Processing usr/share/zsh/5.8.1/functions/_prefix ... Processing usr/share/zsh/5.8.1/functions/_print ... Processing usr/share/zsh/5.8.1/functions/_printenv ... Processing usr/share/zsh/5.8.1/functions/_printers ... Processing usr/share/zsh/5.8.1/functions/_process_names ... Processing usr/share/zsh/5.8.1/functions/_procstat ... Processing usr/share/zsh/5.8.1/functions/_prompt ... Processing usr/share/zsh/5.8.1/functions/_prove ... Processing usr/share/zsh/5.8.1/functions/_prstat ... Processing usr/share/zsh/5.8.1/functions/_ps ... Processing usr/share/zsh/5.8.1/functions/_ps1234 ... Processing usr/share/zsh/5.8.1/functions/_pscp ... Processing usr/share/zsh/5.8.1/functions/_pspdf ... Processing usr/share/zsh/5.8.1/functions/_psutils ... Processing usr/share/zsh/5.8.1/functions/_ptree ... Processing usr/share/zsh/5.8.1/functions/_pump ... Processing usr/share/zsh/5.8.1/functions/_putclip ... Processing usr/share/zsh/5.8.1/functions/_pv ... Processing usr/share/zsh/5.8.1/functions/_pwgen ... Processing usr/share/zsh/5.8.1/functions/_pydoc ... Processing usr/share/zsh/5.8.1/functions/_python ... Processing usr/share/zsh/5.8.1/functions/_python_modules ... Processing usr/share/zsh/5.8.1/functions/_qdbus ... Processing usr/share/zsh/5.8.1/functions/_qemu ... Processing usr/share/zsh/5.8.1/functions/_qiv ... Processing usr/share/zsh/5.8.1/functions/_qtplay ... Processing usr/share/zsh/5.8.1/functions/_quilt ... Processing usr/share/zsh/5.8.1/functions/_rake ... Processing usr/share/zsh/5.8.1/functions/_ranlib ... Processing usr/share/zsh/5.8.1/functions/_rar ... Processing usr/share/zsh/5.8.1/functions/_rcctl ... Processing usr/share/zsh/5.8.1/functions/_rclone ... Processing usr/share/zsh/5.8.1/functions/_rcs ... Processing usr/share/zsh/5.8.1/functions/_rdesktop ... Processing usr/share/zsh/5.8.1/functions/_read ... Processing usr/share/zsh/5.8.1/functions/_read_comp ... Processing usr/share/zsh/5.8.1/functions/_readelf ... Processing usr/share/zsh/5.8.1/functions/_readlink ... Processing usr/share/zsh/5.8.1/functions/_readshortcut ... Processing usr/share/zsh/5.8.1/functions/_rebootin ... Processing usr/share/zsh/5.8.1/functions/_redirect ... Processing usr/share/zsh/5.8.1/functions/_regex_arguments ... Processing usr/share/zsh/5.8.1/functions/_regex_words ... Processing usr/share/zsh/5.8.1/functions/_remote_files ... Processing usr/share/zsh/5.8.1/functions/_renice ... Processing usr/share/zsh/5.8.1/functions/_reprepro ... Processing usr/share/zsh/5.8.1/functions/_requested ... Processing usr/share/zsh/5.8.1/functions/_retrieve_cache ... Processing usr/share/zsh/5.8.1/functions/_retrieve_mac_apps ... Processing usr/share/zsh/5.8.1/functions/_ri ... Processing usr/share/zsh/5.8.1/functions/_rlogin ... Processing usr/share/zsh/5.8.1/functions/_rm ... Processing usr/share/zsh/5.8.1/functions/_rmdir ... Processing usr/share/zsh/5.8.1/functions/_route ... Processing usr/share/zsh/5.8.1/functions/_rpm ... Processing usr/share/zsh/5.8.1/functions/_rrdtool ... Processing usr/share/zsh/5.8.1/functions/_rsync ... Processing usr/share/zsh/5.8.1/functions/_rubber ... Processing usr/share/zsh/5.8.1/functions/_ruby ... Processing usr/share/zsh/5.8.1/functions/_run-help ... Processing usr/share/zsh/5.8.1/functions/_runit ... Processing usr/share/zsh/5.8.1/functions/_samba ... Processing usr/share/zsh/5.8.1/functions/_savecore ... Processing usr/share/zsh/5.8.1/functions/_say ... Processing usr/share/zsh/5.8.1/functions/_sbuild ... Processing usr/share/zsh/5.8.1/functions/_sc_usage ... Processing usr/share/zsh/5.8.1/functions/_sccs ... Processing usr/share/zsh/5.8.1/functions/_sched ... Processing usr/share/zsh/5.8.1/functions/_schedtool ... Processing usr/share/zsh/5.8.1/functions/_schroot ... Processing usr/share/zsh/5.8.1/functions/_scl ... Processing usr/share/zsh/5.8.1/functions/_scons ... Processing usr/share/zsh/5.8.1/functions/_screen ... Processing usr/share/zsh/5.8.1/functions/_script ... Processing usr/share/zsh/5.8.1/functions/_scselect ... Processing usr/share/zsh/5.8.1/functions/_scutil ... Processing usr/share/zsh/5.8.1/functions/_seafile ... Processing usr/share/zsh/5.8.1/functions/_sed ... Processing usr/share/zsh/5.8.1/functions/_selinux_contexts ... Processing usr/share/zsh/5.8.1/functions/_selinux_roles ... Processing usr/share/zsh/5.8.1/functions/_selinux_types ... Processing usr/share/zsh/5.8.1/functions/_selinux_users ... Processing usr/share/zsh/5.8.1/functions/_sep_parts ... Processing usr/share/zsh/5.8.1/functions/_seq ... Processing usr/share/zsh/5.8.1/functions/_sequence ... Processing usr/share/zsh/5.8.1/functions/_service ... Processing usr/share/zsh/5.8.1/functions/_services ... Processing usr/share/zsh/5.8.1/functions/_set ... Processing usr/share/zsh/5.8.1/functions/_set_command ... Processing usr/share/zsh/5.8.1/functions/_setfacl ... Processing usr/share/zsh/5.8.1/functions/_setopt ... Processing usr/share/zsh/5.8.1/functions/_setsid ... Processing usr/share/zsh/5.8.1/functions/_setup ... Processing usr/share/zsh/5.8.1/functions/_setxkbmap ... Processing usr/share/zsh/5.8.1/functions/_sh ... Processing usr/share/zsh/5.8.1/functions/_shasum ... Processing usr/share/zsh/5.8.1/functions/_showmount ... Processing usr/share/zsh/5.8.1/functions/_shred ... Processing usr/share/zsh/5.8.1/functions/_shuf ... Processing usr/share/zsh/5.8.1/functions/_shutdown ... Processing usr/share/zsh/5.8.1/functions/_signals ... Processing usr/share/zsh/5.8.1/functions/_signify ... Processing usr/share/zsh/5.8.1/functions/_sisu ... Processing usr/share/zsh/5.8.1/functions/_slabtop ... Processing usr/share/zsh/5.8.1/functions/_slrn ... Processing usr/share/zsh/5.8.1/functions/_smartmontools ... Processing usr/share/zsh/5.8.1/functions/_smit ... Processing usr/share/zsh/5.8.1/functions/_snoop ... Processing usr/share/zsh/5.8.1/functions/_socket ... Processing usr/share/zsh/5.8.1/functions/_sockstat ... Processing usr/share/zsh/5.8.1/functions/_softwareupdate ... Processing usr/share/zsh/5.8.1/functions/_sort ... Processing usr/share/zsh/5.8.1/functions/_source ... Processing usr/share/zsh/5.8.1/functions/_spamassassin ... Processing usr/share/zsh/5.8.1/functions/_split ... Processing usr/share/zsh/5.8.1/functions/_sqlite ... Processing usr/share/zsh/5.8.1/functions/_sqsh ... Processing usr/share/zsh/5.8.1/functions/_ss ... Processing usr/share/zsh/5.8.1/functions/_ssh ... Processing usr/share/zsh/5.8.1/functions/_ssh_hosts ... Processing usr/share/zsh/5.8.1/functions/_sshfs ... Processing usr/share/zsh/5.8.1/functions/_stat ... Processing usr/share/zsh/5.8.1/functions/_stdbuf ... Processing usr/share/zsh/5.8.1/functions/_stgit ... Processing usr/share/zsh/5.8.1/functions/_store_cache ... Processing usr/share/zsh/5.8.1/functions/_stow ... Processing usr/share/zsh/5.8.1/functions/_strace ... Processing usr/share/zsh/5.8.1/functions/_strftime ... Processing usr/share/zsh/5.8.1/functions/_strings ... Processing usr/share/zsh/5.8.1/functions/_strip ... Processing usr/share/zsh/5.8.1/functions/_stty ... Processing usr/share/zsh/5.8.1/functions/_su ... Processing usr/share/zsh/5.8.1/functions/_sub_commands ... Processing usr/share/zsh/5.8.1/functions/_sublimetext ... Processing usr/share/zsh/5.8.1/functions/_subscript ... Processing usr/share/zsh/5.8.1/functions/_subversion ... Processing usr/share/zsh/5.8.1/functions/_sudo ... Processing usr/share/zsh/5.8.1/functions/_suffix_alias_files ... Processing usr/share/zsh/5.8.1/functions/_surfraw ... Processing usr/share/zsh/5.8.1/functions/_svcadm ... Processing usr/share/zsh/5.8.1/functions/_svccfg ... Processing usr/share/zsh/5.8.1/functions/_svcprop ... Processing usr/share/zsh/5.8.1/functions/_svcs ... Processing usr/share/zsh/5.8.1/functions/_svcs_fmri ... Processing usr/share/zsh/5.8.1/functions/_svn-buildpackage ... Processing usr/share/zsh/5.8.1/functions/_sw_vers ... Processing usr/share/zsh/5.8.1/functions/_swaks ... Processing usr/share/zsh/5.8.1/functions/_swanctl ... Processing usr/share/zsh/5.8.1/functions/_swift ... Processing usr/share/zsh/5.8.1/functions/_sys_calls ... Processing usr/share/zsh/5.8.1/functions/_sysctl ... Processing usr/share/zsh/5.8.1/functions/_sysrc ... Processing usr/share/zsh/5.8.1/functions/_sysstat ... Processing usr/share/zsh/5.8.1/functions/_systat ... Processing usr/share/zsh/5.8.1/functions/_system_profiler ... Processing usr/share/zsh/5.8.1/functions/_tac ... Processing usr/share/zsh/5.8.1/functions/_tags ... Processing usr/share/zsh/5.8.1/functions/_tail ... Processing usr/share/zsh/5.8.1/functions/_tar ... Processing usr/share/zsh/5.8.1/functions/_tar_archive ... Processing usr/share/zsh/5.8.1/functions/_tardy ... Processing usr/share/zsh/5.8.1/functions/_tcpdump ... Processing usr/share/zsh/5.8.1/functions/_tcpsys ... Processing usr/share/zsh/5.8.1/functions/_tcptraceroute ... Processing usr/share/zsh/5.8.1/functions/_tee ... Processing usr/share/zsh/5.8.1/functions/_telnet ... Processing usr/share/zsh/5.8.1/functions/_terminals ... Processing usr/share/zsh/5.8.1/functions/_tex ... Processing usr/share/zsh/5.8.1/functions/_texi ... Processing usr/share/zsh/5.8.1/functions/_texinfo ... Processing usr/share/zsh/5.8.1/functions/_tidy ... Processing usr/share/zsh/5.8.1/functions/_tiff ... Processing usr/share/zsh/5.8.1/functions/_tilde ... Processing usr/share/zsh/5.8.1/functions/_tilde_files ... Processing usr/share/zsh/5.8.1/functions/_time_zone ... Processing usr/share/zsh/5.8.1/functions/_timeout ... Processing usr/share/zsh/5.8.1/functions/_tin ... Processing usr/share/zsh/5.8.1/functions/_tla ... Processing usr/share/zsh/5.8.1/functions/_tload ... Processing usr/share/zsh/5.8.1/functions/_tmux ... Processing usr/share/zsh/5.8.1/functions/_todo.sh ... Processing usr/share/zsh/5.8.1/functions/_toilet ... Processing usr/share/zsh/5.8.1/functions/_toolchain-source ... Processing usr/share/zsh/5.8.1/functions/_top ... Processing usr/share/zsh/5.8.1/functions/_topgit ... Processing usr/share/zsh/5.8.1/functions/_totd ... Processing usr/share/zsh/5.8.1/functions/_touch ... Processing usr/share/zsh/5.8.1/functions/_tpb ... Processing usr/share/zsh/5.8.1/functions/_tput ... Processing usr/share/zsh/5.8.1/functions/_tr ... Processing usr/share/zsh/5.8.1/functions/_tracepath ... Processing usr/share/zsh/5.8.1/functions/_transmission ... Processing usr/share/zsh/5.8.1/functions/_trap ... Processing usr/share/zsh/5.8.1/functions/_trash ... Processing usr/share/zsh/5.8.1/functions/_tree ... Processing usr/share/zsh/5.8.1/functions/_truss ... Processing usr/share/zsh/5.8.1/functions/_tty ... Processing usr/share/zsh/5.8.1/functions/_ttyctl ... Processing usr/share/zsh/5.8.1/functions/_ttys ... Processing usr/share/zsh/5.8.1/functions/_tune2fs ... Processing usr/share/zsh/5.8.1/functions/_twidge ... Processing usr/share/zsh/5.8.1/functions/_twisted ... Processing usr/share/zsh/5.8.1/functions/_typeset ... Processing usr/share/zsh/5.8.1/functions/_ulimit ... Processing usr/share/zsh/5.8.1/functions/_uml ... Processing usr/share/zsh/5.8.1/functions/_umountable ... Processing usr/share/zsh/5.8.1/functions/_unace ... Processing usr/share/zsh/5.8.1/functions/_uname ... Processing usr/share/zsh/5.8.1/functions/_unexpand ... Processing usr/share/zsh/5.8.1/functions/_unhash ... Processing usr/share/zsh/5.8.1/functions/_uniq ... Processing usr/share/zsh/5.8.1/functions/_unison ... Processing usr/share/zsh/5.8.1/functions/_units ... Processing usr/share/zsh/5.8.1/functions/_update-alternatives ... Processing usr/share/zsh/5.8.1/functions/_update-rc.d ... Processing usr/share/zsh/5.8.1/functions/_uptime ... Processing usr/share/zsh/5.8.1/functions/_urls ... Processing usr/share/zsh/5.8.1/functions/_urpmi ... Processing usr/share/zsh/5.8.1/functions/_urxvt ... Processing usr/share/zsh/5.8.1/functions/_uscan ... Processing usr/share/zsh/5.8.1/functions/_user_admin ... Processing usr/share/zsh/5.8.1/functions/_user_at_host ... Processing usr/share/zsh/5.8.1/functions/_user_expand ... Processing usr/share/zsh/5.8.1/functions/_user_math_func ... Processing usr/share/zsh/5.8.1/functions/_users ... Processing usr/share/zsh/5.8.1/functions/_users_on ... Processing usr/share/zsh/5.8.1/functions/_valgrind ... Processing usr/share/zsh/5.8.1/functions/_value ... Processing usr/share/zsh/5.8.1/functions/_values ... Processing usr/share/zsh/5.8.1/functions/_vared ... Processing usr/share/zsh/5.8.1/functions/_vars ... Processing usr/share/zsh/5.8.1/functions/_vcsh ... Processing usr/share/zsh/5.8.1/functions/_vim ... Processing usr/share/zsh/5.8.1/functions/_vim-addons ... Processing usr/share/zsh/5.8.1/functions/_visudo ... Processing usr/share/zsh/5.8.1/functions/_vmctl ... Processing usr/share/zsh/5.8.1/functions/_vmstat ... Processing usr/share/zsh/5.8.1/functions/_vnc ... Processing usr/share/zsh/5.8.1/functions/_volume_groups ... Processing usr/share/zsh/5.8.1/functions/_vorbis ... Processing usr/share/zsh/5.8.1/functions/_vpnc ... Processing usr/share/zsh/5.8.1/functions/_vserver ... Processing usr/share/zsh/5.8.1/functions/_w ... Processing usr/share/zsh/5.8.1/functions/_w3m ... Processing usr/share/zsh/5.8.1/functions/_wait ... Processing usr/share/zsh/5.8.1/functions/_wajig ... Processing usr/share/zsh/5.8.1/functions/_wakeup_capable_devices ... Processing usr/share/zsh/5.8.1/functions/_wanna-build ... Processing usr/share/zsh/5.8.1/functions/_wanted ... Processing usr/share/zsh/5.8.1/functions/_watch ... Processing usr/share/zsh/5.8.1/functions/_watch-snoop ... Processing usr/share/zsh/5.8.1/functions/_wc ... Processing usr/share/zsh/5.8.1/functions/_webbrowser ... Processing usr/share/zsh/5.8.1/functions/_wget ... Processing usr/share/zsh/5.8.1/functions/_whereis ... Processing usr/share/zsh/5.8.1/functions/_which ... Processing usr/share/zsh/5.8.1/functions/_who ... Processing usr/share/zsh/5.8.1/functions/_whois ... Processing usr/share/zsh/5.8.1/functions/_widgets ... Processing usr/share/zsh/5.8.1/functions/_wiggle ... Processing usr/share/zsh/5.8.1/functions/_wipefs ... Processing usr/share/zsh/5.8.1/functions/_wpa_cli ... Processing usr/share/zsh/5.8.1/functions/_x_arguments ... Processing usr/share/zsh/5.8.1/functions/_x_borderwidth ... Processing usr/share/zsh/5.8.1/functions/_x_color ... Processing usr/share/zsh/5.8.1/functions/_x_colormapid ... Processing usr/share/zsh/5.8.1/functions/_x_cursor ... Processing usr/share/zsh/5.8.1/functions/_x_display ... Processing usr/share/zsh/5.8.1/functions/_x_extension ... Processing usr/share/zsh/5.8.1/functions/_x_font ... Processing usr/share/zsh/5.8.1/functions/_x_geometry ... Processing usr/share/zsh/5.8.1/functions/_x_keysym ... Processing usr/share/zsh/5.8.1/functions/_x_locale ... Processing usr/share/zsh/5.8.1/functions/_x_modifier ... Processing usr/share/zsh/5.8.1/functions/_x_name ... Processing usr/share/zsh/5.8.1/functions/_x_resource ... Processing usr/share/zsh/5.8.1/functions/_x_selection_timeout ... Processing usr/share/zsh/5.8.1/functions/_x_title ... Processing usr/share/zsh/5.8.1/functions/_x_utils ... Processing usr/share/zsh/5.8.1/functions/_x_visual ... Processing usr/share/zsh/5.8.1/functions/_x_window ... Processing usr/share/zsh/5.8.1/functions/_xargs ... Processing usr/share/zsh/5.8.1/functions/_xauth ... Processing usr/share/zsh/5.8.1/functions/_xautolock ... Processing usr/share/zsh/5.8.1/functions/_xclip ... Processing usr/share/zsh/5.8.1/functions/_xcode-select ... Processing usr/share/zsh/5.8.1/functions/_xdvi ... Processing usr/share/zsh/5.8.1/functions/_xfig ... Processing usr/share/zsh/5.8.1/functions/_xft_fonts ... Processing usr/share/zsh/5.8.1/functions/_xloadimage ... Processing usr/share/zsh/5.8.1/functions/_xmlsoft ... Processing usr/share/zsh/5.8.1/functions/_xmlstarlet ... Processing usr/share/zsh/5.8.1/functions/_xmms2 ... Processing usr/share/zsh/5.8.1/functions/_xmodmap ... Processing usr/share/zsh/5.8.1/functions/_xournal ... Processing usr/share/zsh/5.8.1/functions/_xpdf ... Processing usr/share/zsh/5.8.1/functions/_xrandr ... Processing usr/share/zsh/5.8.1/functions/_xscreensaver ... Processing usr/share/zsh/5.8.1/functions/_xset ... Processing usr/share/zsh/5.8.1/functions/_xt_arguments ... Processing usr/share/zsh/5.8.1/functions/_xt_session_id ... Processing usr/share/zsh/5.8.1/functions/_xterm ... Processing usr/share/zsh/5.8.1/functions/_xv ... Processing usr/share/zsh/5.8.1/functions/_xwit ... Processing usr/share/zsh/5.8.1/functions/_xxd ... Processing usr/share/zsh/5.8.1/functions/_xz ... Processing usr/share/zsh/5.8.1/functions/_yafc ... Processing usr/share/zsh/5.8.1/functions/_yast ... Processing usr/share/zsh/5.8.1/functions/_yodl ... Processing usr/share/zsh/5.8.1/functions/_yp ... Processing usr/share/zsh/5.8.1/functions/_yum ... Processing usr/share/zsh/5.8.1/functions/_zargs ... Processing usr/share/zsh/5.8.1/functions/_zattr ... Processing usr/share/zsh/5.8.1/functions/_zcalc ... Processing usr/share/zsh/5.8.1/functions/_zcalc_line ... Processing usr/share/zsh/5.8.1/functions/_zcat ... Processing usr/share/zsh/5.8.1/functions/_zcompile ... Processing usr/share/zsh/5.8.1/functions/_zdump ... Processing usr/share/zsh/5.8.1/functions/_zeal ... Processing usr/share/zsh/5.8.1/functions/_zed ... Processing usr/share/zsh/5.8.1/functions/_zfs ... Processing usr/share/zsh/5.8.1/functions/_zfs_dataset ... Processing usr/share/zsh/5.8.1/functions/_zfs_keysource_props ... Processing usr/share/zsh/5.8.1/functions/_zfs_pool ... Processing usr/share/zsh/5.8.1/functions/_zftp ... Processing usr/share/zsh/5.8.1/functions/_zip ... Processing usr/share/zsh/5.8.1/functions/_zle ... Processing usr/share/zsh/5.8.1/functions/_zlogin ... Processing usr/share/zsh/5.8.1/functions/_zmodload ... Processing usr/share/zsh/5.8.1/functions/_zmv ... Processing usr/share/zsh/5.8.1/functions/_zoneadm ... Processing usr/share/zsh/5.8.1/functions/_zones ... Processing usr/share/zsh/5.8.1/functions/_zparseopts ... Processing usr/share/zsh/5.8.1/functions/_zpool ... Processing usr/share/zsh/5.8.1/functions/_zpty ... Processing usr/share/zsh/5.8.1/functions/_zsh ... Processing usr/share/zsh/5.8.1/functions/_zsh-mime-handler ... Processing usr/share/zsh/5.8.1/functions/_zsocket ... Processing usr/share/zsh/5.8.1/functions/_zstyle ... Processing usr/share/zsh/5.8.1/functions/_ztodo ... Processing usr/share/zsh/5.8.1/functions/_zypper ... Processing usr/share/zsh/5.8.1/functions/add-zle-hook-widget ... Processing usr/share/zsh/5.8.1/functions/add-zsh-hook ... Processing usr/share/zsh/5.8.1/functions/after ... Processing usr/share/zsh/5.8.1/functions/age ... Processing usr/share/zsh/5.8.1/functions/allopt ... Processing usr/share/zsh/5.8.1/functions/backward-kill-word-match ... Processing usr/share/zsh/5.8.1/functions/backward-word-match ... Processing usr/share/zsh/5.8.1/functions/bashcompinit ... Processing usr/share/zsh/5.8.1/functions/before ... Processing usr/share/zsh/5.8.1/functions/bracketed-paste-magic ... Processing usr/share/zsh/5.8.1/functions/bracketed-paste-url-magic ... Processing usr/share/zsh/5.8.1/functions/calendar ... Processing usr/share/zsh/5.8.1/functions/calendar_add ... Processing usr/share/zsh/5.8.1/functions/calendar_edit ... Processing usr/share/zsh/5.8.1/functions/calendar_lockfiles ... Processing usr/share/zsh/5.8.1/functions/calendar_parse ... Processing usr/share/zsh/5.8.1/functions/calendar_read ... Processing usr/share/zsh/5.8.1/functions/calendar_scandate ... Processing usr/share/zsh/5.8.1/functions/calendar_show ... Processing usr/share/zsh/5.8.1/functions/calendar_showdate ... Processing usr/share/zsh/5.8.1/functions/calendar_sort ... Processing usr/share/zsh/5.8.1/functions/capitalize-word-match ... Processing usr/share/zsh/5.8.1/functions/catch ... Processing usr/share/zsh/5.8.1/functions/cdr ... Processing usr/share/zsh/5.8.1/functions/checkmail ... Processing usr/share/zsh/5.8.1/functions/chpwd_recent_add ... Processing usr/share/zsh/5.8.1/functions/chpwd_recent_dirs ... Processing usr/share/zsh/5.8.1/functions/chpwd_recent_filehandler ... Processing usr/share/zsh/5.8.1/functions/colors ... Processing usr/share/zsh/5.8.1/functions/compaudit ... Processing usr/share/zsh/5.8.1/functions/compdump ... Processing usr/share/zsh/5.8.1/functions/compinit ... Processing usr/share/zsh/5.8.1/functions/compinstall ... Processing usr/share/zsh/5.8.1/functions/copy-earlier-word ... Processing usr/share/zsh/5.8.1/functions/cycle-completion-positions ... Processing usr/share/zsh/5.8.1/functions/define-composed-chars ... Processing usr/share/zsh/5.8.1/functions/delete-whole-word-match ... Processing usr/share/zsh/5.8.1/functions/down-case-word-match ... Processing usr/share/zsh/5.8.1/functions/down-line-or-beginning-search ... Processing usr/share/zsh/5.8.1/functions/edit-command-line ... Processing usr/share/zsh/5.8.1/functions/expand-absolute-path ... Processing usr/share/zsh/5.8.1/functions/forward-word-match ... Processing usr/share/zsh/5.8.1/functions/getjobs ... Processing usr/share/zsh/5.8.1/functions/harden ... Processing usr/share/zsh/5.8.1/functions/history-beginning-search-menu ... Processing usr/share/zsh/5.8.1/functions/history-pattern-search ... Processing usr/share/zsh/5.8.1/functions/history-search-end ... Processing usr/share/zsh/5.8.1/functions/incarg ... Processing usr/share/zsh/5.8.1/functions/incremental-complete-word ... Processing usr/share/zsh/5.8.1/functions/insert-composed-char ... Processing usr/share/zsh/5.8.1/functions/insert-files ... Processing usr/share/zsh/5.8.1/functions/insert-unicode-char ... Processing usr/share/zsh/5.8.1/functions/is-at-least ... Processing usr/share/zsh/5.8.1/functions/keeper ... Processing usr/share/zsh/5.8.1/functions/keymap+widget ... Processing usr/share/zsh/5.8.1/functions/kill-word-match ... Processing usr/share/zsh/5.8.1/functions/match-word-context ... Processing usr/share/zsh/5.8.1/functions/match-words-by-style ... Processing usr/share/zsh/5.8.1/functions/mere ... Processing usr/share/zsh/5.8.1/functions/modify-current-argument ... Processing usr/share/zsh/5.8.1/functions/move-line-in-buffer ... Processing usr/share/zsh/5.8.1/functions/narrow-to-region ... Processing usr/share/zsh/5.8.1/functions/narrow-to-region-invisible ... Processing usr/share/zsh/5.8.1/functions/nslookup ... Processing usr/share/zsh/5.8.1/functions/pick-web-browser ... Processing usr/share/zsh/5.8.1/functions/predict-on ... Processing usr/share/zsh/5.8.1/functions/prompt_adam1_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_adam2_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_bart_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_bigfade_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_clint_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_default_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_elite2_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_elite_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_fade_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_fire_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_off_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_oliver_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_pws_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_redhat_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_restore_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_special_chars ... Processing usr/share/zsh/5.8.1/functions/prompt_suse_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_walters_setup ... Processing usr/share/zsh/5.8.1/functions/prompt_zefram_setup ... Processing usr/share/zsh/5.8.1/functions/promptinit ... Processing usr/share/zsh/5.8.1/functions/promptnl ... Processing usr/share/zsh/5.8.1/functions/quote-and-complete-word ... Processing usr/share/zsh/5.8.1/functions/read-from-minibuffer ... Processing usr/share/zsh/5.8.1/functions/regexp-replace ... Processing usr/share/zsh/5.8.1/functions/relative ... Processing usr/share/zsh/5.8.1/functions/replace-argument ... Processing usr/share/zsh/5.8.1/functions/replace-string ... Processing usr/share/zsh/5.8.1/functions/replace-string-again ... Processing usr/share/zsh/5.8.1/functions/run-help ... Processing usr/share/zsh/5.8.1/functions/run-help-git ... Processing usr/share/zsh/5.8.1/functions/run-help-ip ... Processing usr/share/zsh/5.8.1/functions/run-help-openssl ... Processing usr/share/zsh/5.8.1/functions/run-help-p4 ... Processing usr/share/zsh/5.8.1/functions/run-help-sudo ... Processing usr/share/zsh/5.8.1/functions/run-help-svk ... Processing usr/share/zsh/5.8.1/functions/run-help-svn ... Processing usr/share/zsh/5.8.1/functions/select-bracketed ... Processing usr/share/zsh/5.8.1/functions/select-quoted ... Processing usr/share/zsh/5.8.1/functions/select-word-match ... Processing usr/share/zsh/5.8.1/functions/select-word-style ... Processing usr/share/zsh/5.8.1/functions/send-invisible ... Processing usr/share/zsh/5.8.1/functions/smart-insert-last-word ... Processing usr/share/zsh/5.8.1/functions/split-shell-arguments ... Processing usr/share/zsh/5.8.1/functions/sticky-note ... Processing usr/share/zsh/5.8.1/functions/surround ... Processing usr/share/zsh/5.8.1/functions/tcp_alias ... Processing usr/share/zsh/5.8.1/functions/tcp_close ... Processing usr/share/zsh/5.8.1/functions/tcp_command ... Processing usr/share/zsh/5.8.1/functions/tcp_expect ... Processing usr/share/zsh/5.8.1/functions/tcp_fd_handler ... Processing usr/share/zsh/5.8.1/functions/tcp_log ... Processing usr/share/zsh/5.8.1/functions/tcp_open ... Processing usr/share/zsh/5.8.1/functions/tcp_output ... Processing usr/share/zsh/5.8.1/functions/tcp_point ... Processing usr/share/zsh/5.8.1/functions/tcp_proxy ... Processing usr/share/zsh/5.8.1/functions/tcp_read ... Processing usr/share/zsh/5.8.1/functions/tcp_rename ... Processing usr/share/zsh/5.8.1/functions/tcp_send ... Processing usr/share/zsh/5.8.1/functions/tcp_sess ... Processing usr/share/zsh/5.8.1/functions/tcp_shoot ... Processing usr/share/zsh/5.8.1/functions/tcp_spam ... Processing usr/share/zsh/5.8.1/functions/tcp_talk ... Processing usr/share/zsh/5.8.1/functions/tcp_wait ... Processing usr/share/zsh/5.8.1/functions/tetris ... Processing usr/share/zsh/5.8.1/functions/tetriscurses ... Processing usr/share/zsh/5.8.1/functions/throw ... Processing usr/share/zsh/5.8.1/functions/transpose-lines ... Processing usr/share/zsh/5.8.1/functions/transpose-words-match ... Processing usr/share/zsh/5.8.1/functions/up-case-word-match ... Processing usr/share/zsh/5.8.1/functions/up-line-or-beginning-search ... Processing usr/share/zsh/5.8.1/functions/url-quote-magic ... Processing usr/share/zsh/5.8.1/functions/vcs_info ... Processing usr/share/zsh/5.8.1/functions/vcs_info_hookadd ... Processing usr/share/zsh/5.8.1/functions/vcs_info_hookdel ... Processing usr/share/zsh/5.8.1/functions/vcs_info_lastmsg ... Processing usr/share/zsh/5.8.1/functions/vcs_info_printsys ... Processing usr/share/zsh/5.8.1/functions/vcs_info_setsys ... Processing usr/share/zsh/5.8.1/functions/vi-pipe ... Processing usr/share/zsh/5.8.1/functions/which-command ... Processing usr/share/zsh/5.8.1/functions/xtermctl ... Processing usr/share/zsh/5.8.1/functions/zargs ... Processing usr/share/zsh/5.8.1/functions/zcalc ... Processing usr/share/zsh/5.8.1/functions/zcalc-auto-insert ... Processing usr/share/zsh/5.8.1/functions/zed ... Processing usr/share/zsh/5.8.1/functions/zed-set-file-name ... Processing usr/share/zsh/5.8.1/functions/zfanon ... Processing usr/share/zsh/5.8.1/functions/zfautocheck ... Processing usr/share/zsh/5.8.1/functions/zfcd ... Processing usr/share/zsh/5.8.1/functions/zfcd_match ... Processing usr/share/zsh/5.8.1/functions/zfcget ... Processing usr/share/zsh/5.8.1/functions/zfclose ... Processing usr/share/zsh/5.8.1/functions/zfcput ... Processing usr/share/zsh/5.8.1/functions/zfdir ... Processing usr/share/zsh/5.8.1/functions/zffcache ... Processing usr/share/zsh/5.8.1/functions/zfgcp ... Processing usr/share/zsh/5.8.1/functions/zfget ... Processing usr/share/zsh/5.8.1/functions/zfget_match ... Processing usr/share/zsh/5.8.1/functions/zfgoto ... Processing usr/share/zsh/5.8.1/functions/zfhere ... Processing usr/share/zsh/5.8.1/functions/zfinit ... Processing usr/share/zsh/5.8.1/functions/zfls ... Processing usr/share/zsh/5.8.1/functions/zfmark ... Processing usr/share/zsh/5.8.1/functions/zfopen ... Processing usr/share/zsh/5.8.1/functions/zfparams ... Processing usr/share/zsh/5.8.1/functions/zfpcp ... Processing usr/share/zsh/5.8.1/functions/zfput ... Processing usr/share/zsh/5.8.1/functions/zfrglob ... Processing usr/share/zsh/5.8.1/functions/zfrtime ... Processing usr/share/zsh/5.8.1/functions/zfsession ... Processing usr/share/zsh/5.8.1/functions/zfstat ... Processing usr/share/zsh/5.8.1/functions/zftp_chpwd ... Processing usr/share/zsh/5.8.1/functions/zftp_progress ... Processing usr/share/zsh/5.8.1/functions/zftransfer ... Processing usr/share/zsh/5.8.1/functions/zftype ... Processing usr/share/zsh/5.8.1/functions/zfuget ... Processing usr/share/zsh/5.8.1/functions/zfuput ... Processing usr/share/zsh/5.8.1/functions/zkbd ... Processing usr/share/zsh/5.8.1/functions/zmathfunc ... Processing usr/share/zsh/5.8.1/functions/zmathfuncdef ... Processing usr/share/zsh/5.8.1/functions/zmv ... Processing usr/share/zsh/5.8.1/functions/zrecompile ... Processing usr/share/zsh/5.8.1/functions/zsh-mime-contexts ... Processing usr/share/zsh/5.8.1/functions/zsh-mime-handler ... Processing usr/share/zsh/5.8.1/functions/zsh-mime-setup ... Processing usr/share/zsh/5.8.1/functions/zsh-newuser-install ... Processing usr/share/zsh/5.8.1/functions/zsh_directory_name_cdr ... Processing usr/share/zsh/5.8.1/functions/zsh_directory_name_generic ... Processing usr/share/zsh/5.8.1/functions/zstyle+ ... Processing usr/share/zsh/5.8.1/functions/ztodo ... Processing usr/share/zsh/5.8.1/help ... Processing usr/share/zsh/5.8.1/help/alias ... Processing usr/share/zsh/5.8.1/help/autoload ... Processing usr/share/zsh/5.8.1/help/bg ... Processing usr/share/zsh/5.8.1/help/bindkey ... Processing usr/share/zsh/5.8.1/help/break ... Processing usr/share/zsh/5.8.1/help/builtin ... Processing usr/share/zsh/5.8.1/help/bye ... Processing usr/share/zsh/5.8.1/help/cap ... Processing usr/share/zsh/5.8.1/help/cd ... Processing usr/share/zsh/5.8.1/help/chdir ... Processing usr/share/zsh/5.8.1/help/clone ... Processing usr/share/zsh/5.8.1/help/colon ... Processing usr/share/zsh/5.8.1/help/command ... Processing usr/share/zsh/5.8.1/help/comparguments ... Processing usr/share/zsh/5.8.1/help/compcall ... Processing usr/share/zsh/5.8.1/help/compctl ... Processing usr/share/zsh/5.8.1/help/compdescribe ... Processing usr/share/zsh/5.8.1/help/compfiles ... Processing usr/share/zsh/5.8.1/help/compgroups ... Processing usr/share/zsh/5.8.1/help/compquote ... Processing usr/share/zsh/5.8.1/help/comptags ... Processing usr/share/zsh/5.8.1/help/comptry ... Processing usr/share/zsh/5.8.1/help/compvalues ... Processing usr/share/zsh/5.8.1/help/continue ... Processing usr/share/zsh/5.8.1/help/declare ... Processing usr/share/zsh/5.8.1/help/dirs ... Processing usr/share/zsh/5.8.1/help/disable ... Processing usr/share/zsh/5.8.1/help/disown ... Processing usr/share/zsh/5.8.1/help/dot ... Processing usr/share/zsh/5.8.1/help/echo ... Processing usr/share/zsh/5.8.1/help/echotc ... Processing usr/share/zsh/5.8.1/help/echoti ... Processing usr/share/zsh/5.8.1/help/emulate ... Processing usr/share/zsh/5.8.1/help/enable ... Processing usr/share/zsh/5.8.1/help/eval ... Processing usr/share/zsh/5.8.1/help/exec ... Processing usr/share/zsh/5.8.1/help/exit ... Processing usr/share/zsh/5.8.1/help/export ... Processing usr/share/zsh/5.8.1/help/false ... Processing usr/share/zsh/5.8.1/help/fc ... Processing usr/share/zsh/5.8.1/help/fg ... Processing usr/share/zsh/5.8.1/help/float ... Processing usr/share/zsh/5.8.1/help/functions ... Processing usr/share/zsh/5.8.1/help/getcap ... Processing usr/share/zsh/5.8.1/help/getln ... Processing usr/share/zsh/5.8.1/help/getopts ... Processing usr/share/zsh/5.8.1/help/hash ... Processing usr/share/zsh/5.8.1/help/history ... Processing usr/share/zsh/5.8.1/help/integer ... Processing usr/share/zsh/5.8.1/help/jobs ... Processing usr/share/zsh/5.8.1/help/kill ... Processing usr/share/zsh/5.8.1/help/let ... Processing usr/share/zsh/5.8.1/help/limit ... Processing usr/share/zsh/5.8.1/help/local ... Processing usr/share/zsh/5.8.1/help/log ... Processing usr/share/zsh/5.8.1/help/logout ... Processing usr/share/zsh/5.8.1/help/noglob ... Processing usr/share/zsh/5.8.1/help/popd ... Processing usr/share/zsh/5.8.1/help/print ... Processing usr/share/zsh/5.8.1/help/printf ... Processing usr/share/zsh/5.8.1/help/pushd ... Processing usr/share/zsh/5.8.1/help/pushln ... Processing usr/share/zsh/5.8.1/help/pwd ... Processing usr/share/zsh/5.8.1/help/r ... Processing usr/share/zsh/5.8.1/help/read ... Processing usr/share/zsh/5.8.1/help/readonly ... Processing usr/share/zsh/5.8.1/help/rehash ... Processing usr/share/zsh/5.8.1/help/return ... Processing usr/share/zsh/5.8.1/help/sched ... Processing usr/share/zsh/5.8.1/help/set ... Processing usr/share/zsh/5.8.1/help/setcap ... Processing usr/share/zsh/5.8.1/help/setopt ... Processing usr/share/zsh/5.8.1/help/shift ... Processing usr/share/zsh/5.8.1/help/source ... Processing usr/share/zsh/5.8.1/help/stat ... Processing usr/share/zsh/5.8.1/help/suspend ... Processing usr/share/zsh/5.8.1/help/test ... Processing usr/share/zsh/5.8.1/help/times ... Processing usr/share/zsh/5.8.1/help/trap ... Processing usr/share/zsh/5.8.1/help/true ... Processing usr/share/zsh/5.8.1/help/ttyctl ... Processing usr/share/zsh/5.8.1/help/type ... Processing usr/share/zsh/5.8.1/help/typeset ... Processing usr/share/zsh/5.8.1/help/ulimit ... Processing usr/share/zsh/5.8.1/help/umask ... Processing usr/share/zsh/5.8.1/help/unalias ... Processing usr/share/zsh/5.8.1/help/unfunction ... Processing usr/share/zsh/5.8.1/help/unhash ... Processing usr/share/zsh/5.8.1/help/unlimit ... Processing usr/share/zsh/5.8.1/help/unset ... Processing usr/share/zsh/5.8.1/help/unsetopt ... Processing usr/share/zsh/5.8.1/help/vared ... Processing usr/share/zsh/5.8.1/help/wait ... Processing usr/share/zsh/5.8.1/help/whence ... Processing usr/share/zsh/5.8.1/help/where ... Processing usr/share/zsh/5.8.1/help/which ... Processing usr/share/zsh/5.8.1/help/zcompile ... Processing usr/share/zsh/5.8.1/help/zformat ... Processing usr/share/zsh/5.8.1/help/zftp ... Processing usr/share/zsh/5.8.1/help/zle ... Processing usr/share/zsh/5.8.1/help/zmodload ... Processing usr/share/zsh/5.8.1/help/zparseopts ... Processing usr/share/zsh/5.8.1/help/zprof ... Processing usr/share/zsh/5.8.1/help/zpty ... Processing usr/share/zsh/5.8.1/help/zregexparse ... Processing usr/share/zsh/5.8.1/help/zsocket ... Processing usr/share/zsh/5.8.1/help/zstyle ... Processing usr/share/zsh/5.8.1/help/ztcp ... Processing usr/share/zsh/5.8.1/scripts ... Processing usr/share/zsh/5.8.1/scripts/newuser ... Processing usr/share/zsh/site-functions ... Processing var ... Processing var/cache ... Processing var/lib ... Processing var/lib/misc ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing var/www/popperjs ... Processing var/www/popperjs/js ... Processing var/www/popperjs/js/popper-utils.min.js ... Processing var/www/popperjs/js/popper.min.js ... Processing var/www/vis-network.css ... Processing var/www/vis-network.js ... Build completed. >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-4/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2987 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/2987 0% [ ] 2/2987 0% [ ] 3/2987 0% [ ] 4/2987 0% [ ] 5/2987 0% [ ] 6/2987 0% [ ] 7/2987 0% [ ] 8/2987 0% [ ] 9/2987 0% [ ] 10/2987 0% [ ] 11/2987 0% [ ] 12/2987 0% [ ] 13/2987 0% [ ] 14/2987 0% [ ] 15/2987 0% [ ] 16/2987 0% [ ] 17/2987 0% [ ] 18/2987 0% [ ] 19/2987 0% [ ] 20/2987 0% [ ] 21/2987 0% [ ] 22/2987 0% [ ] 23/2987 0% [ ] 24/2987 0% [ ] 25/2987 0% [ ] 26/2987 0% [ ] 27/2987 0% [ ] 28/2987 0% [ ] 29/2987 0% [ ] 30/2987 1% [ ] 31/2987 1% [ ] 32/2987 1% [ ] 33/2987 1% [ ] 34/2987 1% [ ] 35/2987 1% [ ] 36/2987 1% [ ] 37/2987 1% [ ] 38/2987 1% [ ] 39/2987 1% [ ] 40/2987 1% [ ] 41/2987 1% [ ] 42/2987 1% [ ] 43/2987 1% [ ] 44/2987 1% [ ] 45/2987 1% [ ] 46/2987 1% [ ] 47/2987 1% [ ] 48/2987 1% [= ] 49/2987 1% [= ] 50/2987 1% [= ] 51/2987 1% [= ] 52/2987 1% [= ] 53/2987 1% [= ] 54/2987 1% [= ] 55/2987 1% [= ] 56/2987 1% [= ] 57/2987 1% [= ] 58/2987 1% [= ] 59/2987 1% [= ] 60/2987 2% [= ] 61/2987 2% [= ] 62/2987 2% [= ] 63/2987 2% [= ] 64/2987 2% [= ] 65/2987 2% [= ] 66/2987 2% [= ] 67/2987 2% [= ] 68/2987 2% [= ] 69/2987 2% [= ] 70/2987 2% [= ] 71/2987 2% [= ] 72/2987 2% [= ] 73/2987 2% [= ] 74/2987 2% [= ] 75/2987 2% [= ] 76/2987 2% [= ] 77/2987 2% [= ] 78/2987 2% [= ] 79/2987 2% [= ] 80/2987 2% [= ] 81/2987 2% [= ] 82/2987 2% [= ] 83/2987 2% [= ] 84/2987 2% [= ] 85/2987 2% [= ] 86/2987 2% [= ] 87/2987 2% [= ] 88/2987 2% [= ] 89/2987 2% [= ] 90/2987 3% [= ] 91/2987 3% [= ] 92/2987 3% [= ] 93/2987 3% [= ] 94/2987 3% [= ] 95/2987 3% [= ] 96/2987 3% [== ] 97/2987 3% [== ] 98/2987 3% [== ] 99/2987 3% [== ] 100/2987 3% [== ] 101/2987 3% [== ] 102/2987 3% [== ] 103/2987 3% [== ] 104/2987 3% [== ] 105/2987 3% [== ] 106/2987 3% [== ] 107/2987 3% [== ] 108/2987 3% [== ] 109/2987 3% [== ] 110/2987 3% [== ] 111/2987 3% [== ] 112/2987 3% [== ] 113/2987 3% [== ] 114/2987 3% [== ] 115/2987 3% [== ] 116/2987 3% [== ] 117/2987 3% [== ] 118/2987 3% [== ] 119/2987 3% [== ] 120/2987 4% [== ] 121/2987 4% [== ] 122/2987 4% [== ] 123/2987 4% [== ] 124/2987 4% [== ] 125/2987 4% [== ] 126/2987 4% [== ] 127/2987 4% [== ] 128/2987 4% [== ] 129/2987 4% [== ] 130/2987 4% [== ] 131/2987 4% [== ] 132/2987 4% [== ] 133/2987 4% [== ] 134/2987 4% [== ] 135/2987 4% [== ] 136/2987 4% [== ] 137/2987 4% [== ] 138/2987 4% [== ] 139/2987 4% [== ] 140/2987 4% [== ] 141/2987 4% [== ] 142/2987 4% [== ] 143/2987 4% [== ] 144/2987 4% [=== ] 145/2987 4% [=== ] 146/2987 4% [=== ] 147/2987 4% [=== ] 148/2987 4% [=== ] 149/2987 4% [=== ] 150/2987 5% [=== ] 151/2987 5% [=== ] 152/2987 5% [=== ] 153/2987 5% [=== ] 154/2987 5% [=== ] 155/2987 5% [=== ] 156/2987 5% [=== ] 157/2987 5% [=== ] 158/2987 5% [=== ] 159/2987 5% [=== ] 160/2987 5% [=== ] 161/2987 5% [=== ] 162/2987 5% [=== ] 163/2987 5% [=== ] 164/2987 5% [=== ] 165/2987 5% [=== ] 166/2987 5% [=== ] 167/2987 5% [=== ] 168/2987 5% [=== ] 169/2987 5% [=== ] 170/2987 5% [=== ] 171/2987 5% [=== ] 172/2987 5% [=== ] 173/2987 5% [=== ] 174/2987 5% [=== ] 175/2987 5% [=== ] 176/2987 5% [=== ] 177/2987 5% [=== ] 178/2987 5% [=== ] 179/2987 5% [=== ] 180/2987 6% [=== ] 181/2987 6% [=== ] 182/2987 6% [=== ] 183/2987 6% [=== ] 184/2987 6% [=== ] 185/2987 6% [=== ] 186/2987 6% [=== ] 187/2987 6% [=== ] 188/2987 6% [=== ] 189/2987 6% [=== ] 190/2987 6% [=== ] 191/2987 6% [=== ] 192/2987 6% [==== ] 193/2987 6% [==== ] 194/2987 6% [==== ] 195/2987 6% [==== ] 196/2987 6% [==== ] 197/2987 6% [==== ] 198/2987 6% [==== ] 199/2987 6% [==== ] 200/2987 6% [==== ] 201/2987 6% [==== ] 202/2987 6% [==== ] 203/2987 6% [==== ] 204/2987 6% [==== ] 205/2987 6% [==== ] 206/2987 6% [==== ] 207/2987 6% [==== ] 208/2987 6% [==== ] 209/2987 6% [==== ] 210/2987 7% [==== ] 211/2987 7% [==== ] 212/2987 7% [==== ] 213/2987 7% [==== ] 214/2987 7% [==== ] 215/2987 7% [==== ] 216/2987 7% [==== ] 217/2987 7% [==== ] 218/2987 7% [==== ] 219/2987 7% [==== ] 220/2987 7% [==== ] 221/2987 7% [==== ] 222/2987 7% [==== ] 223/2987 7% [==== ] 224/2987 7% [==== ] 225/2987 7% [==== ] 226/2987 7% [==== ] 227/2987 7% [==== ] 228/2987 7% [==== ] 229/2987 7% [==== ] 230/2987 7% [==== ] 231/2987 7% [==== ] 232/2987 7% [==== ] 233/2987 7% [==== ] 234/2987 7% [==== ] 235/2987 7% [==== ] 236/2987 7% [==== ] 237/2987 7% [==== ] 238/2987 7% [==== ] 239/2987 8% [==== ] 240/2987 8% [===== ] 241/2987 8% [===== ] 242/2987 8% [===== ] 243/2987 8% [===== ] 244/2987 8% [===== ] 245/2987 8% [===== ] 246/2987 8% [===== ] 247/2987 8% [===== ] 248/2987 8% [===== ] 249/2987 8% [===== ] 250/2987 8% [===== ] 251/2987 8% [===== ] 252/2987 8% [===== ] 253/2987 8% [===== ] 254/2987 8% [===== ] 255/2987 8% [===== ] 256/2987 8% [===== ] 257/2987 8% [===== ] 258/2987 8% [===== ] 259/2987 8% [===== ] 260/2987 8% [===== ] 261/2987 8% [===== ] 262/2987 8% [===== ] 263/2987 8% [===== ] 264/2987 8% [===== ] 265/2987 8% [===== ] 266/2987 8% [===== ] 267/2987 8% [===== ] 268/2987 8% [===== ] 269/2987 9% [===== ] 270/2987 9% [===== ] 271/2987 9% [===== ] 272/2987 9% [===== ] 273/2987 9% [===== ] 274/2987 9% [===== ] 275/2987 9% [===== ] 276/2987 9% [===== ] 277/2987 9% [===== ] 278/2987 9% [===== ] 279/2987 9% [===== ] 280/2987 9% [===== ] 281/2987 9% [===== ] 282/2987 9% [===== ] 283/2987 9% [===== ] 284/2987 9% [===== ] 285/2987 9% [===== ] 286/2987 9% [===== ] 287/2987 9% [===== ] 288/2987 9% [===== ] 289/2987 9% [====== ] 290/2987 9% [====== ] 291/2987 9% [====== ] 292/2987 9% [====== ] 293/2987 9% [====== ] 294/2987 9% [====== ] 295/2987 9% [====== ] 296/2987 9% [====== ] 297/2987 9% [====== ] 298/2987 9% [====== ] 299/2987 10% [====== ] 300/2987 10% [====== ] 301/2987 10% [====== ] 302/2987 10% [====== ] 303/2987 10% [====== ] 304/2987 10% [====== ] 305/2987 10% [====== ] 306/2987 10% [====== ] 307/2987 10% [====== ] 308/2987 10% [====== ] 309/2987 10% [====== ] 310/2987 10% [====== ] 311/2987 10% [====== ] 312/2987 10% [====== ] 313/2987 10% [====== ] 314/2987 10% [====== ] 315/2987 10% [====== ] 316/2987 10% [====== ] 317/2987 10% [====== ] 318/2987 10% [====== ] 319/2987 10% [====== ] 320/2987 10% [====== ] 321/2987 10% [====== ] 322/2987 10% [====== ] 323/2987 10% [====== ] 324/2987 10% [====== ] 325/2987 10% [====== ] 326/2987 10% [====== ] 327/2987 10% [====== ] 328/2987 10% [====== ] 329/2987 11% [====== ] 330/2987 11% [====== ] 331/2987 11% [====== ] 332/2987 11% [====== ] 333/2987 11% [====== ] 334/2987 11% [====== ] 335/2987 11% [====== ] 336/2987 11% [====== ] 337/2987 11% [======= ] 338/2987 11% [======= ] 339/2987 11% [======= ] 340/2987 11% [======= ] 341/2987 11% [======= ] 342/2987 11% [======= ] 343/2987 11% [======= ] 344/2987 11% [======= ] 345/2987 11% [======= ] 346/2987 11% [======= ] 347/2987 11% [======= ] 348/2987 11% [======= ] 349/2987 11% [======= ] 350/2987 11% [======= ] 351/2987 11% [======= ] 352/2987 11% [======= ] 353/2987 11% [======= ] 354/2987 11% [======= ] 355/2987 11% [======= ] 356/2987 11% [======= ] 357/2987 11% [======= ] 358/2987 11% [======= ] 359/2987 12% [======= ] 360/2987 12% [======= ] 361/2987 12% [======= ] 362/2987 12% [======= ] 363/2987 12% [======= ] 364/2987 12% [======= ] 365/2987 12% [======= ] 366/2987 12% [======= ] 367/2987 12% [======= ] 368/2987 12% [======= ] 369/2987 12% [======= ] 370/2987 12% [======= ] 371/2987 12% [======= ] 372/2987 12% [======= ] 373/2987 12% [======= ] 374/2987 12% [======= ] 375/2987 12% [======= ] 376/2987 12% [======= ] 377/2987 12% [======= ] 378/2987 12% [======= ] 379/2987 12% [======= ] 380/2987 12% [======= ] 381/2987 12% [======= ] 382/2987 12% [======= ] 383/2987 12% [======= ] 384/2987 12% [======= ] 385/2987 12% [======== ] 386/2987 12% [======== ] 387/2987 12% [======== ] 388/2987 12% [======== ] 389/2987 13% [======== ] 390/2987 13% [======== ] 391/2987 13% [======== ] 392/2987 13% [======== ] 393/2987 13% [======== ] 394/2987 13% [======== ] 395/2987 13% [======== ] 396/2987 13% [======== ] 397/2987 13% [======== ] 398/2987 13% [======== ] 399/2987 13% [======== ] 400/2987 13% [======== ] 401/2987 13% [======== ] 402/2987 13% [======== ] 403/2987 13% [======== ] 404/2987 13% [======== ] 405/2987 13% [======== ] 406/2987 13% [======== ] 407/2987 13% [======== ] 408/2987 13% [======== ] 409/2987 13% [======== ] 410/2987 13% [======== ] 411/2987 13% [======== ] 412/2987 13% [======== ] 413/2987 13% [======== ] 414/2987 13% [======== ] 415/2987 13% [======== ] 416/2987 13% [======== ] 417/2987 13% [======== ] 418/2987 13% [======== ] 419/2987 14% [======== ] 420/2987 14% [======== ] 421/2987 14% [======== ] 422/2987 14% [======== ] 423/2987 14% [======== ] 424/2987 14% [======== ] 425/2987 14% [======== ] 426/2987 14% [======== ] 427/2987 14% [======== ] 428/2987 14% [======== ] 429/2987 14% [======== ] 430/2987 14% [======== ] 431/2987 14% [======== ] 432/2987 14% [======== ] 433/2987 14% [========= ] 434/2987 14% [========= ] 435/2987 14% [========= ] 436/2987 14% [========= ] 437/2987 14% [========= ] 438/2987 14% [========= ] 439/2987 14% [========= ] 440/2987 14% [========= ] 441/2987 14% [========= ] 442/2987 14% [========= ] 443/2987 14% [========= ] 444/2987 14% [========= ] 445/2987 14% [========= ] 446/2987 14% [========= ] 447/2987 14% [========= ] 448/2987 14% [========= ] 449/2987 15% [========= ] 450/2987 15% [========= ] 451/2987 15% [========= ] 452/2987 15% [========= ] 453/2987 15% [========= ] 454/2987 15% [========= ] 455/2987 15% [========= ] 456/2987 15% [========= ] 457/2987 15% [========= ] 458/2987 15% [========= ] 459/2987 15% [========= ] 460/2987 15% [========= ] 461/2987 15% [========= ] 462/2987 15% [========= ] 463/2987 15% [========= ] 464/2987 15% [========= ] 465/2987 15% [========= ] 466/2987 15% [========= ] 467/2987 15% [========= ] 468/2987 15% [========= ] 469/2987 15% [========= ] 470/2987 15% [========= ] 471/2987 15% [========= ] 472/2987 15% [========= ] 473/2987 15% [========= ] 474/2987 15% [========= ] 475/2987 15% [========= ] 476/2987 15% [========= ] 477/2987 15% [========= ] 478/2987 16% [========= ] 479/2987 16% [========= ] 480/2987 16% [========= ] 481/2987 16% [========== ] 482/2987 16% [========== ] 483/2987 16% [========== ] 484/2987 16% [========== ] 485/2987 16% [========== ] 486/2987 16% [========== ] 487/2987 16% [========== ] 488/2987 16% [========== ] 489/2987 16% [========== ] 490/2987 16% [========== ] 491/2987 16% [========== ] 492/2987 16% [========== ] 493/2987 16% [========== ] 494/2987 16% [========== ] 495/2987 16% [========== ] 496/2987 16% [========== ] 497/2987 16% [========== ] 498/2987 16% [========== ] 499/2987 16% [========== ] 500/2987 16% [========== ] 501/2987 16% [========== ] 502/2987 16% [========== ] 503/2987 16% [========== ] 504/2987 16% [========== ] 505/2987 16% [========== ] 506/2987 16% [========== ] 507/2987 16% [========== ] 508/2987 17% [========== ] 509/2987 17% [========== ] 510/2987 17% [========== ] 511/2987 17% [========== ] 512/2987 17% [========== ] 513/2987 17% [========== ] 514/2987 17% [========== ] 515/2987 17% [========== ] 516/2987 17% [========== ] 517/2987 17% [========== ] 518/2987 17% [========== ] 519/2987 17% [========== ] 520/2987 17% [========== ] 521/2987 17% [========== ] 522/2987 17% [========== ] 523/2987 17% [========== ] 524/2987 17% [========== ] 525/2987 17% [========== ] 526/2987 17% [========== ] 527/2987 17% [========== ] 528/2987 17% [========== ] 529/2987 17% [=========== ] 530/2987 17% [=========== ] 531/2987 17% [=========== ] 532/2987 17% [=========== ] 533/2987 17% [=========== ] 534/2987 17% [=========== ] 535/2987 17% [=========== ] 536/2987 17% [=========== ] 537/2987 17% [=========== ] 538/2987 18% [=========== ] 539/2987 18% [=========== ] 540/2987 18% [=========== ] 541/2987 18% [=========== ] 542/2987 18% [=========== ] 543/2987 18% [=========== ] 544/2987 18% [=========== ] 545/2987 18% [=========== ] 546/2987 18% [=========== ] 547/2987 18% [=========== ] 548/2987 18% [=========== ] 549/2987 18% [=========== ] 550/2987 18% [=========== ] 551/2987 18% [=========== ] 552/2987 18% [=========== ] 553/2987 18% [=========== ] 554/2987 18% [=========== ] 555/2987 18% [=========== ] 556/2987 18% [=========== ] 557/2987 18% [=========== ] 558/2987 18% [=========== ] 559/2987 18% [=========== ] 560/2987 18% [=========== ] 561/2987 18% [=========== ] 562/2987 18% [=========== ] 563/2987 18% [=========== ] 564/2987 18% [=========== ] 565/2987 18% [=========== ] 566/2987 18% [=========== ] 567/2987 18% [=========== ] 568/2987 19% [=========== ] 569/2987 19% [=========== ] 570/2987 19% [=========== ] 571/2987 19% [=========== ] 572/2987 19% [=========== ] 573/2987 19% [=========== ] 574/2987 19% [=========== ] 575/2987 19% [=========== ] 576/2987 19% [=========== ] 577/2987 19% [=========== ] 578/2987 19% [============ ] 579/2987 19% [============ ] 580/2987 19% [============ ] 581/2987 19% [============ ] 582/2987 19% [============ ] 583/2987 19% [============ ] 584/2987 19% [============ ] 585/2987 19% [============ ] 586/2987 19% [============ ] 587/2987 19% [============ ] 588/2987 19% [============ ] 589/2987 19% [============ ] 590/2987 19% [============ ] 591/2987 19% [============ ] 592/2987 19% [============ ] 593/2987 19% [============ ] 594/2987 19% [============ ] 595/2987 19% [============ ] 596/2987 19% [============ ] 597/2987 19% [============ ] 598/2987 20% [============ ] 599/2987 20% [============ ] 600/2987 20% [============ ] 601/2987 20% [============ ] 602/2987 20% [============ ] 603/2987 20% [============ ] 604/2987 20% [============ ] 605/2987 20% [============ ] 606/2987 20% [============ ] 607/2987 20% [============ ] 608/2987 20% [============ ] 609/2987 20% [============ ] 610/2987 20% [============ ] 611/2987 20% [============ ] 612/2987 20% [============ ] 613/2987 20% [============ ] 614/2987 20% [============ ] 615/2987 20% [============ ] 616/2987 20% [============ ] 617/2987 20% [============ ] 618/2987 20% [============ ] 619/2987 20% [============ ] 620/2987 20% [============ ] 621/2987 20% [============ ] 622/2987 20% [============ ] 623/2987 20% [============ ] 624/2987 20% [============ ] 625/2987 20% [============ ] 626/2987 20% [============= ] 627/2987 20% [============= ] 628/2987 21% [============= ] 629/2987 21% [============= ] 630/2987 21% [============= ] 631/2987 21% [============= ] 632/2987 21% [============= ] 633/2987 21% [============= ] 634/2987 21% [============= ] 635/2987 21% [============= ] 636/2987 21% [============= ] 637/2987 21% [============= ] 638/2987 21% [============= ] 639/2987 21% [============= ] 640/2987 21% [============= ] 641/2987 21% [============= ] 642/2987 21% [============= ] 643/2987 21% [============= ] 644/2987 21% [============= ] 645/2987 21% [============= ] 646/2987 21% [============= ] 647/2987 21% [============= ] 648/2987 21% [============= ] 649/2987 21% [============= ] 650/2987 21% [============= ] 651/2987 21% [============= ] 652/2987 21% [============= ] 653/2987 21% [============= ] 654/2987 21% [============= ] 655/2987 21% [============= ] 656/2987 21% [============= ] 657/2987 21% [============= ] 658/2987 22% [============= ] 659/2987 22% [============= ] 660/2987 22% [============= ] 661/2987 22% [============= ] 662/2987 22% [============= ] 663/2987 22% [============= ] 664/2987 22% [============= ] 665/2987 22% [============= ] 666/2987 22% [============= ] 667/2987 22% [============= ] 668/2987 22% [============= ] 669/2987 22% [============= ] 670/2987 22% [============= ] 671/2987 22% [============= ] 672/2987 22% [============= ] 673/2987 22% [============= ] 674/2987 22% [============== ] 675/2987 22% [============== ] 676/2987 22% [============== ] 677/2987 22% [============== ] 678/2987 22% [============== ] 679/2987 22% [============== ] 680/2987 22% [============== ] 681/2987 22% [============== ] 682/2987 22% [============== ] 683/2987 22% [============== ] 684/2987 22% [============== ] 685/2987 22% [============== ] 686/2987 22% [============== ] 687/2987 22% [============== ] 688/2987 23% [============== ] 689/2987 23% [============== ] 690/2987 23% [============== ] 691/2987 23% [============== ] 692/2987 23% [============== ] 693/2987 23% [============== ] 694/2987 23% [============== ] 695/2987 23% [============== ] 696/2987 23% [============== ] 697/2987 23% [============== ] 698/2987 23% [============== ] 699/2987 23% [============== ] 700/2987 23% [============== ] 701/2987 23% [============== ] 702/2987 23% [============== ] 703/2987 23% [============== ] 704/2987 23% [============== ] 705/2987 23% [============== ] 706/2987 23% [============== ] 707/2987 23% [============== ] 708/2987 23% [============== ] 709/2987 23% [============== ] 710/2987 23% [============== ] 711/2987 23% [============== ] 712/2987 23% [============== ] 713/2987 23% [============== ] 714/2987 23% [============== ] 715/2987 23% [============== ] 716/2987 23% [============== ] 717/2987 24% [============== ] 718/2987 24% [============== ] 719/2987 24% [============== ] 720/2987 24% [============== ] 721/2987 24% [============== ] 722/2987 24% [=============== ] 723/2987 24% [=============== ] 724/2987 24% [=============== ] 725/2987 24% [=============== ] 726/2987 24% [=============== ] 727/2987 24% [=============== ] 728/2987 24% [=============== ] 729/2987 24% [=============== ] 730/2987 24% [=============== ] 731/2987 24% [=============== ] 732/2987 24% [=============== ] 733/2987 24% [=============== ] 734/2987 24% [=============== ] 735/2987 24% [=============== ] 736/2987 24% [=============== ] 737/2987 24% [=============== ] 738/2987 24% [=============== ] 739/2987 24% [=============== ] 740/2987 24% [=============== ] 741/2987 24% [=============== ] 742/2987 24% [=============== ] 743/2987 24% [=============== ] 744/2987 24% [=============== ] 745/2987 24% [=============== ] 746/2987 24% [=============== ] 747/2987 25% [=============== ] 748/2987 25% [=============== ] 749/2987 25% [=============== ] 750/2987 25% [=============== ] 751/2987 25% [=============== ] 752/2987 25% [=============== ] 753/2987 25% [=============== ] 754/2987 25% [=============== ] 755/2987 25% [=============== ] 756/2987 25% [=============== ] 757/2987 25% [=============== ] 758/2987 25% [=============== ] 759/2987 25% [=============== ] 760/2987 25% [=============== ] 761/2987 25% [=============== ] 762/2987 25% [=============== ] 763/2987 25% [=============== ] 764/2987 25% [=============== ] 765/2987 25% [=============== ] 766/2987 25% [=============== ] 767/2987 25% [=============== ] 768/2987 25% [=============== ] 769/2987 25% [=============== ] 770/2987 25% [================ ] 771/2987 25% [================ ] 772/2987 25% [================ ] 773/2987 25% [================ ] 774/2987 25% [================ ] 775/2987 25% [================ ] 776/2987 25% [================ ] 777/2987 26% [================ ] 778/2987 26% [================ ] 779/2987 26% [================ ] 780/2987 26% [================ ] 781/2987 26% [================ ] 782/2987 26% [================ ] 783/2987 26% [================ ] 784/2987 26% [================ ] 785/2987 26% [================ ] 786/2987 26% [================ ] 787/2987 26% [================ ] 788/2987 26% [================ ] 789/2987 26% [================ ] 790/2987 26% [================ ] 791/2987 26% [================ ] 792/2987 26% [================ ] 793/2987 26% [================ ] 794/2987 26% [================ ] 795/2987 26% [================ ] 796/2987 26% [================ ] 797/2987 26% [================ ] 798/2987 26% [================ ] 799/2987 26% [================ ] 800/2987 26% [================ ] 801/2987 26% [================ ] 802/2987 26% [================ ] 803/2987 26% [================ ] 804/2987 26% [================ ] 805/2987 26% [================ ] 806/2987 26% [================ ] 807/2987 27% [================ ] 808/2987 27% [================ ] 809/2987 27% [================ ] 810/2987 27% [================ ] 811/2987 27% [================ ] 812/2987 27% [================ ] 813/2987 27% [================ ] 814/2987 27% [================ ] 815/2987 27% [================ ] 816/2987 27% [================ ] 817/2987 27% [================ ] 818/2987 27% [================ ] 819/2987 27% [================= ] 820/2987 27% [================= ] 821/2987 27% [================= ] 822/2987 27% [================= ] 823/2987 27% [================= ] 824/2987 27% [================= ] 825/2987 27% [================= ] 826/2987 27% [================= ] 827/2987 27% [================= ] 828/2987 27% [================= ] 829/2987 27% [================= ] 830/2987 27% [================= ] 831/2987 27% [================= ] 832/2987 27% [================= ] 833/2987 27% [================= ] 834/2987 27% [================= ] 835/2987 27% [================= ] 836/2987 27% [================= ] 837/2987 28% [================= ] 838/2987 28% [================= ] 839/2987 28% [================= ] 840/2987 28% [================= ] 841/2987 28% [================= ] 842/2987 28% [================= ] 843/2987 28% [================= ] 844/2987 28% [================= ] 845/2987 28% [================= ] 846/2987 28% [================= ] 847/2987 28% [================= ] 848/2987 28% [================= ] 849/2987 28% [================= ] 850/2987 28% [================= ] 851/2987 28% [================= ] 852/2987 28% [================= ] 853/2987 28% [================= ] 854/2987 28% [================= ] 855/2987 28% [================= ] 856/2987 28% [================= ] 857/2987 28% [================= ] 858/2987 28% [================= ] 859/2987 28% [================= ] 860/2987 28% [================= ] 861/2987 28% [================= ] 862/2987 28% [================= ] 863/2987 28% [================= ] 864/2987 28% [================= ] 865/2987 28% [================= ] 866/2987 28% [================= ] 867/2987 29% [================== ] 868/2987 29% [================== ] 869/2987 29% [================== ] 870/2987 29% [================== ] 871/2987 29% [================== ] 872/2987 29% [================== ] 873/2987 29% [================== ] 874/2987 29% [================== ] 875/2987 29% [================== ] 876/2987 29% [================== ] 877/2987 29% [================== ] 878/2987 29% [================== ] 879/2987 29% [================== ] 880/2987 29% [================== ] 881/2987 29% [================== ] 882/2987 29% [================== ] 883/2987 29% [================== ] 884/2987 29% [================== ] 885/2987 29% [================== ] 886/2987 29% [================== ] 887/2987 29% [================== ] 888/2987 29% [================== ] 889/2987 29% [================== ] 890/2987 29% [================== ] 891/2987 29% [================== ] 892/2987 29% [================== ] 893/2987 29% [================== ] 894/2987 29% [================== ] 895/2987 29% [================== ] 896/2987 29% [================== ] 897/2987 30% [================== ] 898/2987 30% [================== ] 899/2987 30% [================== ] 900/2987 30% [================== ] 901/2987 30% [================== ] 902/2987 30% [================== ] 903/2987 30% [================== ] 904/2987 30% [================== ] 905/2987 30% [================== ] 906/2987 30% [================== ] 907/2987 30% [================== ] 908/2987 30% [================== ] 909/2987 30% [================== ] 910/2987 30% [================== ] 911/2987 30% [================== ] 912/2987 30% [================== ] 913/2987 30% [================== ] 914/2987 30% [================== ] 915/2987 30% [=================== ] 916/2987 30% [=================== ] 917/2987 30% [=================== ] 918/2987 30% [=================== ] 919/2987 30% [=================== ] 920/2987 30% [=================== ] 921/2987 30% [=================== ] 922/2987 30% [=================== ] 923/2987 30% [=================== ] 924/2987 30% [=================== ] 925/2987 30% [=================== ] 926/2987 31% [=================== ] 927/2987 31% [=================== ] 928/2987 31% [=================== ] 929/2987 31% [=================== ] 930/2987 31% [=================== ] 931/2987 31% [=================== ] 932/2987 31% [=================== ] 933/2987 31% [=================== ] 934/2987 31% [=================== ] 935/2987 31% [=================== ] 936/2987 31% [=================== ] 937/2987 31% [=================== ] 938/2987 31% [=================== ] 939/2987 31% [=================== ] 940/2987 31% [=================== ] 941/2987 31% [=================== ] 942/2987 31% [=================== ] 943/2987 31% [=================== ] 944/2987 31% [=================== ] 945/2987 31% [=================== ] 946/2987 31% [=================== ] 947/2987 31% [=================== ] 948/2987 31% [=================== ] 949/2987 31% [=================== ] 950/2987 31% [=================== ] 951/2987 31% [=================== ] 952/2987 31% [=================== ] 953/2987 31% [=================== ] 954/2987 31% [=================== ] 955/2987 31% [=================== ] 956/2987 32% [=================== ] 957/2987 32% [=================== ] 958/2987 32% [=================== ] 959/2987 32% [=================== ] 960/2987 32% [=================== ] 961/2987 32% [=================== ] 962/2987 32% [=================== ] 963/2987 32% [==================== ] 964/2987 32% [==================== ] 965/2987 32% [==================== ] 966/2987 32% [==================== ] 967/2987 32% [==================== ] 968/2987 32% [==================== ] 969/2987 32% [==================== ] 970/2987 32% [==================== ] 971/2987 32% [==================== ] 972/2987 32% [==================== ] 973/2987 32% [==================== ] 974/2987 32% [==================== ] 975/2987 32% [==================== ] 976/2987 32% [==================== ] 977/2987 32% [==================== ] 978/2987 32% [==================== ] 979/2987 32% [==================== ] 980/2987 32% [==================== ] 981/2987 32% [==================== ] 982/2987 32% [==================== ] 983/2987 32% [==================== ] 984/2987 32% [==================== ] 985/2987 32% [==================== ] 986/2987 33% [==================== ] 987/2987 33% [==================== ] 988/2987 33% [==================== ] 989/2987 33% [==================== ] 990/2987 33% [==================== ] 991/2987 33% [==================== ] 992/2987 33% [==================== ] 993/2987 33% [==================== ] 994/2987 33% [==================== ] 995/2987 33% [==================== ] 996/2987 33% [==================== ] 997/2987 33% [==================== ] 998/2987 33% [==================== ] 999/2987 33% [==================== ] 1000/2987 33% [==================== ] 1001/2987 33% [==================== ] 1002/2987 33% [==================== ] 1003/2987 33% [==================== ] 1004/2987 33% [==================== ] 1005/2987 33% [==================== ] 1006/2987 33% [==================== ] 1007/2987 33% [==================== ] 1008/2987 33% [==================== ] 1009/2987 33% [==================== ] 1010/2987 33% [==================== ] 1011/2987 33% [===================== ] 1012/2987 33% [===================== ] 1013/2987 33% [===================== ] 1014/2987 33% [===================== ] 1015/2987 33% [===================== ] 1016/2987 34% [===================== ] 1017/2987 34% [===================== ] 1018/2987 34% [===================== ] 1019/2987 34% [===================== ] 1020/2987 34% [===================== ] 1021/2987 34% [===================== ] 1022/2987 34% [===================== ] 1023/2987 34% [===================== ] 1024/2987 34% [===================== ] 1025/2987 34% [===================== ] 1026/2987 34% [===================== ] 1027/2987 34% [===================== ] 1028/2987 34% [===================== ] 1029/2987 34% [===================== ] 1030/2987 34% [===================== ] 1031/2987 34% [===================== ] 1032/2987 34% [===================== ] 1033/2987 34% [===================== ] 1034/2987 34% [===================== ] 1035/2987 34% [===================== ] 1036/2987 34% [===================== ] 1037/2987 34% [===================== ] 1038/2987 34% [===================== ] 1039/2987 34% [===================== ] 1040/2987 34% [===================== ] 1041/2987 34% [===================== ] 1042/2987 34% [===================== ] 1043/2987 34% [===================== ] 1044/2987 34% [===================== ] 1045/2987 34% [===================== ] 1046/2987 35% [===================== ] 1047/2987 35% [===================== ] 1048/2987 35% [===================== ] 1049/2987 35% [===================== ] 1050/2987 35% [===================== ] 1051/2987 35% [===================== ] 1052/2987 35% [===================== ] 1053/2987 35% [===================== ] 1054/2987 35% [===================== ] 1055/2987 35% [===================== ] 1056/2987 35% [===================== ] 1057/2987 35% [===================== ] 1058/2987 35% [===================== ] 1059/2987 35% [====================== ] 1060/2987 35% [====================== ] 1061/2987 35% [====================== ] 1062/2987 35% [====================== ] 1063/2987 35% [====================== ] 1064/2987 35% [====================== ] 1065/2987 35% [====================== ] 1066/2987 35% [====================== ] 1067/2987 35% [====================== ] 1068/2987 35% [====================== ] 1069/2987 35% [====================== ] 1070/2987 35% [====================== ] 1071/2987 35% [====================== ] 1072/2987 35% [====================== ] 1073/2987 35% [====================== ] 1074/2987 35% [====================== ] 1075/2987 35% [====================== ] 1076/2987 36% [====================== ] 1077/2987 36% [====================== ] 1078/2987 36% [====================== ] 1079/2987 36% [====================== ] 1080/2987 36% [====================== ] 1081/2987 36% [====================== ] 1082/2987 36% [====================== ] 1083/2987 36% [====================== ] 1084/2987 36% [====================== ] 1085/2987 36% [====================== ] 1086/2987 36% [====================== ] 1087/2987 36% [====================== ] 1088/2987 36% [====================== ] 1089/2987 36% [====================== ] 1090/2987 36% [====================== ] 1091/2987 36% [====================== ] 1092/2987 36% [====================== ] 1093/2987 36% [====================== ] 1094/2987 36% [====================== ] 1095/2987 36% [====================== ] 1096/2987 36% [====================== ] 1097/2987 36% [====================== ] 1098/2987 36% [====================== ] 1099/2987 36% [====================== ] 1100/2987 36% [====================== ] 1101/2987 36% [====================== ] 1102/2987 36% [====================== ] 1103/2987 36% [====================== ] 1104/2987 36% [====================== ] 1105/2987 36% [====================== ] 1106/2987 37% [====================== ] 1107/2987 37% [====================== ] 1108/2987 37% [======================= ] 1109/2987 37% [======================= ] 1110/2987 37% [======================= ] 1111/2987 37% [======================= ] 1112/2987 37% [======================= ] 1113/2987 37% [======================= ] 1114/2987 37% [======================= ] 1115/2987 37% [======================= ] 1116/2987 37% [======================= ] 1117/2987 37% [======================= ] 1118/2987 37% [======================= ] 1119/2987 37% [======================= ] 1120/2987 37% [======================= ] 1121/2987 37% [======================= ] 1122/2987 37% [======================= ] 1123/2987 37% [======================= ] 1124/2987 37% [======================= ] 1125/2987 37% [======================= ] 1126/2987 37% [======================= ] 1127/2987 37% [======================= ] 1128/2987 37% [======================= ] 1129/2987 37% [======================= ] 1130/2987 37% [======================= ] 1131/2987 37% [======================= ] 1132/2987 37% [======================= ] 1133/2987 37% [======================= ] 1134/2987 37% [======================= ] 1135/2987 37% [======================= ] 1136/2987 38% [======================= ] 1137/2987 38% [======================= ] 1138/2987 38% [======================= ] 1139/2987 38% [======================= ] 1140/2987 38% [======================= ] 1141/2987 38% [======================= ] 1142/2987 38% [======================= ] 1143/2987 38% [======================= ] 1144/2987 38% [======================= ] 1145/2987 38% [======================= ] 1146/2987 38% [======================= ] 1147/2987 38% [======================= ] 1148/2987 38% [======================= ] 1149/2987 38% [======================= ] 1150/2987 38% [======================= ] 1151/2987 38% [======================= ] 1152/2987 38% [======================= ] 1153/2987 38% [======================= ] 1154/2987 38% [======================= ] 1155/2987 38% [======================= ] 1156/2987 38% [======================== ] 1157/2987 38% [======================== ] 1158/2987 38% [======================== ] 1159/2987 38% [======================== ] 1160/2987 38% [======================== ] 1161/2987 38% [======================== ] 1162/2987 38% [======================== ] 1163/2987 38% [======================== ] 1164/2987 38% [======================== ] 1165/2987 39% [======================== ] 1166/2987 39% [======================== ] 1167/2987 39% [======================== ] 1168/2987 39% [======================== ] 1169/2987 39% [======================== ] 1170/2987 39% [======================== ] 1171/2987 39% [======================== ] 1172/2987 39% [======================== ] 1173/2987 39% [======================== ] 1174/2987 39% [======================== ] 1175/2987 39% [======================== ] 1176/2987 39% [======================== ] 1177/2987 39% [======================== ] 1178/2987 39% [======================== ] 1179/2987 39% [======================== ] 1180/2987 39% [======================== ] 1181/2987 39% [======================== ] 1182/2987 39% [======================== ] 1183/2987 39% [======================== ] 1184/2987 39% [======================== ] 1185/2987 39% [======================== ] 1186/2987 39% [======================== ] 1187/2987 39% [======================== ] 1188/2987 39% [======================== ] 1189/2987 39% [======================== ] 1190/2987 39% [======================== ] 1191/2987 39% [======================== ] 1192/2987 39% [======================== ] 1193/2987 39% [======================== ] 1194/2987 39% [======================== ] 1195/2987 40% [======================== ] 1196/2987 40% [======================== ] 1197/2987 40% [======================== ] 1198/2987 40% [======================== ] 1199/2987 40% [======================== ] 1200/2987 40% [======================== ] 1201/2987 40% [======================== ] 1202/2987 40% [======================== ] 1203/2987 40% [======================== ] 1204/2987 40% [========================= ] 1205/2987 40% [========================= ] 1206/2987 40% [========================= ] 1207/2987 40% [========================= ] 1208/2987 40% [========================= ] 1209/2987 40% [========================= ] 1210/2987 40% [========================= ] 1211/2987 40% [========================= ] 1212/2987 40% [========================= ] 1213/2987 40% [========================= ] 1214/2987 40% [========================= ] 1215/2987 40% [========================= ] 1216/2987 40% [========================= ] 1217/2987 40% [========================= ] 1218/2987 40% [========================= ] 1219/2987 40% [========================= ] 1220/2987 40% [========================= ] 1221/2987 40% [========================= ] 1222/2987 40% [========================= ] 1223/2987 40% [========================= ] 1224/2987 40% [========================= ] 1225/2987 41% [========================= ] 1226/2987 41% [========================= ] 1227/2987 41% [========================= ] 1228/2987 41% [========================= ] 1229/2987 41% [========================= ] 1230/2987 41% [========================= ] 1231/2987 41% [========================= ] 1232/2987 41% [========================= ] 1233/2987 41% [========================= ] 1234/2987 41% [========================= ] 1235/2987 41% [========================= ] 1236/2987 41% [========================= ] 1237/2987 41% [========================= ] 1238/2987 41% [========================= ] 1239/2987 41% [========================= ] 1240/2987 41% [========================= ] 1241/2987 41% [========================= ] 1242/2987 41% [========================= ] 1243/2987 41% [========================= ] 1244/2987 41% [========================= ] 1245/2987 41% [========================= ] 1246/2987 41% [========================= ] 1247/2987 41% [========================= ] 1248/2987 41% [========================= ] 1249/2987 41% [========================= ] 1250/2987 41% [========================= ] 1251/2987 41% [========================= ] 1252/2987 41% [========================== ] 1253/2987 41% [========================== ] 1254/2987 41% [========================== ] 1255/2987 42% [========================== ] 1256/2987 42% [========================== ] 1257/2987 42% [========================== ] 1258/2987 42% [========================== ] 1259/2987 42% [========================== ] 1260/2987 42% [========================== ] 1261/2987 42% [========================== ] 1262/2987 42% [========================== ] 1263/2987 42% [========================== ] 1264/2987 42% [========================== ] 1265/2987 42% [========================== ] 1266/2987 42% [========================== ] 1267/2987 42% [========================== ] 1268/2987 42% [========================== ] 1269/2987 42% [========================== ] 1270/2987 42% [========================== ] 1271/2987 42% [========================== ] 1272/2987 42% [========================== ] 1273/2987 42% [========================== ] 1274/2987 42% [========================== ] 1275/2987 42% [========================== ] 1276/2987 42% [========================== ] 1277/2987 42% [========================== ] 1278/2987 42% [========================== ] 1279/2987 42% [========================== ] 1280/2987 42% [========================== ] 1281/2987 42% [========================== ] 1282/2987 42% [========================== ] 1283/2987 42% [========================== ] 1284/2987 42% [========================== ] 1285/2987 43% [========================== ] 1286/2987 43% [========================== ] 1287/2987 43% [========================== ] 1288/2987 43% [========================== ] 1289/2987 43% [========================== ] 1290/2987 43% [========================== ] 1291/2987 43% [========================== ] 1292/2987 43% [========================== ] 1293/2987 43% [========================== ] 1294/2987 43% [========================== ] 1295/2987 43% [========================== ] 1296/2987 43% [========================== ] 1297/2987 43% [========================== ] 1298/2987 43% [========================== ] 1299/2987 43% [========================== ] 1300/2987 43% [=========================== ] 1301/2987 43% [=========================== ] 1302/2987 43% [=========================== ] 1303/2987 43% [=========================== ] 1304/2987 43% [=========================== ] 1305/2987 43% [=========================== ] 1306/2987 43% [=========================== ] 1307/2987 43% [=========================== ] 1308/2987 43% [=========================== ] 1309/2987 43% [=========================== ] 1310/2987 43% [=========================== ] 1311/2987 43% [=========================== ] 1312/2987 43% [=========================== ] 1313/2987 43% [=========================== ] 1314/2987 43% [=========================== ] 1315/2987 44% [=========================== ] 1316/2987 44% [=========================== ] 1317/2987 44% [=========================== ] 1318/2987 44% [=========================== ] 1319/2987 44% [=========================== ] 1320/2987 44% [=========================== ] 1321/2987 44% [=========================== ] 1322/2987 44% [=========================== ] 1323/2987 44% [=========================== ] 1324/2987 44% [=========================== ] 1325/2987 44% [=========================== ] 1326/2987 44% [=========================== ] 1327/2987 44% [=========================== ] 1328/2987 44% [=========================== ] 1329/2987 44% [=========================== ] 1330/2987 44% [=========================== ] 1331/2987 44% [=========================== ] 1332/2987 44% [=========================== ] 1333/2987 44% [=========================== ] 1334/2987 44% [=========================== ] 1335/2987 44% [=========================== ] 1336/2987 44% [=========================== ] 1337/2987 44% [=========================== ] 1338/2987 44% [=========================== ] 1339/2987 44% [=========================== ] 1340/2987 44% [=========================== ] 1341/2987 44% [=========================== ] 1342/2987 44% [=========================== ] 1343/2987 44% [=========================== ] 1344/2987 44% [=========================== ] 1345/2987 45% [=========================== ] 1346/2987 45% [=========================== ] 1347/2987 45% [=========================== ] 1348/2987 45% [============================ ] 1349/2987 45% [============================ ] 1350/2987 45% [============================ ] 1351/2987 45% [============================ ] 1352/2987 45% [============================ ] 1353/2987 45% [============================ ] 1354/2987 45% [============================ ] 1355/2987 45% [============================ ] 1356/2987 45% [============================ ] 1357/2987 45% [============================ ] 1358/2987 45% [============================ ] 1359/2987 45% [============================ ] 1360/2987 45% [============================ ] 1361/2987 45% [============================ ] 1362/2987 45% [============================ ] 1363/2987 45% [============================ ] 1364/2987 45% [============================ ] 1365/2987 45% [============================ ] 1366/2987 45% [============================ ] 1367/2987 45% [============================ ] 1368/2987 45% [============================ ] 1369/2987 45% [============================ ] 1370/2987 45% [============================ ] 1371/2987 45% [============================ ] 1372/2987 45% [============================ ] 1373/2987 45% [============================ ] 1374/2987 45% [============================ ] 1375/2987 46% [============================ ] 1376/2987 46% [============================ ] 1377/2987 46% [============================ ] 1378/2987 46% [============================ ] 1379/2987 46% [============================ ] 1380/2987 46% [============================ ] 1381/2987 46% [============================ ] 1382/2987 46% [============================ ] 1383/2987 46% [============================ ] 1384/2987 46% [============================ ] 1385/2987 46% [============================ ] 1386/2987 46% [============================ ] 1387/2987 46% [============================ ] 1388/2987 46% [============================ ] 1389/2987 46% [============================ ] 1390/2987 46% [============================ ] 1391/2987 46% [============================ ] 1392/2987 46% [============================ ] 1393/2987 46% [============================ ] 1394/2987 46% [============================ ] 1395/2987 46% [============================ ] 1396/2987 46% [============================ ] 1397/2987 46% [============================= ] 1398/2987 46% [============================= ] 1399/2987 46% [============================= ] 1400/2987 46% [============================= ] 1401/2987 46% [============================= ] 1402/2987 46% [============================= ] 1403/2987 46% [============================= ] 1404/2987 47% [============================= ] 1405/2987 47% [============================= ] 1406/2987 47% [============================= ] 1407/2987 47% [============================= ] 1408/2987 47% [============================= ] 1409/2987 47% [============================= ] 1410/2987 47% [============================= ] 1411/2987 47% [============================= ] 1412/2987 47% [============================= ] 1413/2987 47% [============================= ] 1414/2987 47% [============================= ] 1415/2987 47% [============================= ] 1416/2987 47% [============================= ] 1417/2987 47% [============================= ] 1418/2987 47% [============================= ] 1419/2987 47% [============================= ] 1420/2987 47% [============================= ] 1421/2987 47% [============================= ] 1422/2987 47% [============================= ] 1423/2987 47% [============================= ] 1424/2987 47% [============================= ] 1425/2987 47% [============================= ] 1426/2987 47% [============================= ] 1427/2987 47% [============================= ] 1428/2987 47% [============================= ] 1429/2987 47% [============================= ] 1430/2987 47% [============================= ] 1431/2987 47% [============================= ] 1432/2987 47% [============================= ] 1433/2987 47% [============================= ] 1434/2987 48% [============================= ] 1435/2987 48% [============================= ] 1436/2987 48% [============================= ] 1437/2987 48% [============================= ] 1438/2987 48% [============================= ] 1439/2987 48% [============================= ] 1440/2987 48% [============================= ] 1441/2987 48% [============================= ] 1442/2987 48% [============================= ] 1443/2987 48% [============================= ] 1444/2987 48% [============================= ] 1445/2987 48% [============================== ] 1446/2987 48% [============================== ] 1447/2987 48% [============================== ] 1448/2987 48% [============================== ] 1449/2987 48% [============================== ] 1450/2987 48% [============================== ] 1451/2987 48% [============================== ] 1452/2987 48% [============================== ] 1453/2987 48% [============================== ] 1454/2987 48% [============================== ] 1455/2987 48% [============================== ] 1456/2987 48% [============================== ] 1457/2987 48% [============================== ] 1458/2987 48% [============================== ] 1459/2987 48% [============================== ] 1460/2987 48% [============================== ] 1461/2987 48% [============================== ] 1462/2987 48% [============================== ] 1463/2987 48% [============================== ] 1464/2987 49% [============================== ] 1465/2987 49% [============================== ] 1466/2987 49% [============================== ] 1467/2987 49% [============================== ] 1468/2987 49% [============================== ] 1469/2987 49% [============================== ] 1470/2987 49% [============================== ] 1471/2987 49% [============================== ] 1472/2987 49% [============================== ] 1473/2987 49% [============================== ] 1474/2987 49% [============================== ] 1475/2987 49% [============================== ] 1476/2987 49% [============================== ] 1477/2987 49% [============================== ] 1478/2987 49% [============================== ] 1479/2987 49% [============================== ] 1480/2987 49% [============================== ] 1481/2987 49% [============================== ] 1482/2987 49% [============================== ] 1483/2987 49% [============================== ] 1484/2987 49% [============================== ] 1485/2987 49% [============================== ] 1486/2987 49% [============================== ] 1487/2987 49% [============================== ] 1488/2987 49% [============================== ] 1489/2987 49% [============================== ] 1490/2987 49% [============================== ] 1491/2987 49% [============================== ] 1492/2987 49% [============================== ] 1493/2987 49% [=============================== ] 1494/2987 50% [=============================== ] 1495/2987 50% [=============================== ] 1496/2987 50% [=============================== ] 1497/2987 50% [=============================== ] 1498/2987 50% [=============================== ] 1499/2987 50% [=============================== ] 1500/2987 50% [=============================== ] 1501/2987 50% [=============================== ] 1502/2987 50% [=============================== ] 1503/2987 50% [=============================== ] 1504/2987 50% [=============================== ] 1505/2987 50% [=============================== ] 1506/2987 50% [=============================== ] 1507/2987 50% [=============================== ] 1508/2987 50% [=============================== ] 1509/2987 50% [=============================== ] 1510/2987 50% [=============================== ] 1511/2987 50% [=============================== ] 1512/2987 50% [=============================== ] 1513/2987 50% [=============================== ] 1514/2987 50% [=============================== ] 1515/2987 50% [=============================== ] 1516/2987 50% [=============================== ] 1517/2987 50% [=============================== ] 1518/2987 50% [=============================== ] 1519/2987 50% [=============================== ] 1520/2987 50% [=============================== ] 1521/2987 50% [=============================== ] 1522/2987 50% [=============================== ] 1523/2987 50% [=============================== ] 1524/2987 51% [=============================== ] 1525/2987 51% [=============================== ] 1526/2987 51% [=============================== ] 1527/2987 51% [=============================== ] 1528/2987 51% [=============================== ] 1529/2987 51% [=============================== ] 1530/2987 51% [=============================== ] 1531/2987 51% [=============================== ] 1532/2987 51% [=============================== ] 1533/2987 51% [=============================== ] 1534/2987 51% [=============================== ] 1535/2987 51% [=============================== ] 1536/2987 51% [=============================== ] 1537/2987 51% [=============================== ] 1538/2987 51% [=============================== ] 1539/2987 51% [=============================== ] 1540/2987 51% [=============================== ] 1541/2987 51% [================================ ] 1542/2987 51% [================================ ] 1543/2987 51% [================================ ] 1544/2987 51% [================================ ] 1545/2987 51% [================================ ] 1546/2987 51% [================================ ] 1547/2987 51% [================================ ] 1548/2987 51% [================================ ] 1549/2987 51% [================================ ] 1550/2987 51% [================================ ] 1551/2987 51% [================================ ] 1552/2987 51% [================================ ] 1553/2987 51% [================================ ] 1554/2987 52% [================================ ] 1555/2987 52% [================================ ] 1556/2987 52% [================================ ] 1557/2987 52% [================================ ] 1558/2987 52% [================================ ] 1559/2987 52% [================================ ] 1560/2987 52% [================================ ] 1561/2987 52% [================================ ] 1562/2987 52% [================================ ] 1563/2987 52% [================================ ] 1564/2987 52% [================================ ] 1565/2987 52% [================================ ] 1566/2987 52% [================================ ] 1567/2987 52% [================================ ] 1568/2987 52% [================================ ] 1569/2987 52% [================================ ] 1570/2987 52% [================================ ] 1571/2987 52% [================================ ] 1572/2987 52% [================================ ] 1573/2987 52% [================================ ] 1574/2987 52% [================================ ] 1575/2987 52% [================================ ] 1576/2987 52% [================================ ] 1577/2987 52% [================================ ] 1578/2987 52% [================================ ] 1579/2987 52% [================================ ] 1580/2987 52% [================================ ] 1581/2987 52% [================================ ] 1582/2987 52% [================================ ] 1583/2987 52% [================================ ] 1584/2987 53% [================================ ] 1585/2987 53% [================================ ] 1586/2987 53% [================================ ] 1587/2987 53% [================================ ] 1588/2987 53% [================================ ] 1589/2987 53% [================================= ] 1590/2987 53% [================================= ] 1591/2987 53% [================================= ] 1592/2987 53% [================================= ] 1593/2987 53% [================================= ] 1594/2987 53% [================================= ] 1595/2987 53% [================================= ] 1596/2987 53% [================================= ] 1597/2987 53% [================================= ] 1598/2987 53% [================================= ] 1599/2987 53% [================================= ] 1600/2987 53% [================================= ] 1601/2987 53% [================================= ] 1602/2987 53% [================================= ] 1603/2987 53% [================================= ] 1604/2987 53% [================================= ] 1605/2987 53% [================================= ] 1606/2987 53% [================================= ] 1607/2987 53% [================================= ] 1608/2987 53% [================================= ] 1609/2987 53% [================================= ] 1610/2987 53% [================================= ] 1611/2987 53% [================================= ] 1612/2987 53% [================================= ] 1613/2987 54% [================================= ] 1614/2987 54% [================================= ] 1615/2987 54% [================================= ] 1616/2987 54% [================================= ] 1617/2987 54% [================================= ] 1618/2987 54% [================================= ] 1619/2987 54% [================================= ] 1620/2987 54% [================================= ] 1621/2987 54% [================================= ] 1622/2987 54% [================================= ] 1623/2987 54% [================================= ] 1624/2987 54% [================================= ] 1625/2987 54% [================================= ] 1626/2987 54% [================================= ] 1627/2987 54% [================================= ] 1628/2987 54% [================================= ] 1629/2987 54% [================================= ] 1630/2987 54% [================================= ] 1631/2987 54% [================================= ] 1632/2987 54% [================================= ] 1633/2987 54% [================================= ] 1634/2987 54% [================================= ] 1635/2987 54% [================================= ] 1636/2987 54% [================================= ] 1637/2987 54% [================================= ] 1638/2987 54% [================================== ] 1639/2987 54% [================================== ] 1640/2987 54% [================================== ] 1641/2987 54% [================================== ] 1642/2987 54% [================================== ] 1643/2987 55% [================================== ] 1644/2987 55% [================================== ] 1645/2987 55% [================================== ] 1646/2987 55% [================================== ] 1647/2987 55% [================================== ] 1648/2987 55% [================================== ] 1649/2987 55% [================================== ] 1650/2987 55% [================================== ] 1651/2987 55% [================================== ] 1652/2987 55% [================================== ] 1653/2987 55% [================================== ] 1654/2987 55% [================================== ] 1655/2987 55% [================================== ] 1656/2987 55% [================================== ] 1657/2987 55% [================================== ] 1658/2987 55% [================================== ] 1659/2987 55% [================================== ] 1660/2987 55% [================================== ] 1661/2987 55% [================================== ] 1662/2987 55% [================================== ] 1663/2987 55% [================================== ] 1664/2987 55% [================================== ] 1665/2987 55% [================================== ] 1666/2987 55% [================================== ] 1667/2987 55% [================================== ] 1668/2987 55% [================================== ] 1669/2987 55% [================================== ] 1670/2987 55% [================================== ] 1671/2987 55% [================================== ] 1672/2987 55% [================================== ] 1673/2987 56% [================================== ] 1674/2987 56% [================================== ] 1675/2987 56% [================================== ] 1676/2987 56% [================================== ] 1677/2987 56% [================================== ] 1678/2987 56% [================================== ] 1679/2987 56% [================================== ] 1680/2987 56% [================================== ] 1681/2987 56% [================================== ] 1682/2987 56% [================================== ] 1683/2987 56% [================================== ] 1684/2987 56% [================================== ] 1685/2987 56% [================================== ] 1686/2987 56% [=================================== ] 1687/2987 56% [=================================== ] 1688/2987 56% [=================================== ] 1689/2987 56% [=================================== ] 1690/2987 56% [=================================== ] 1691/2987 56% [=================================== ] 1692/2987 56% [=================================== ] 1693/2987 56% [=================================== ] 1694/2987 56% [=================================== ] 1695/2987 56% [=================================== ] 1696/2987 56% [=================================== ] 1697/2987 56% [=================================== ] 1698/2987 56% [=================================== ] 1699/2987 56% [=================================== ] 1700/2987 56% [=================================== ] 1701/2987 56% [=================================== ] 1702/2987 56% [=================================== ] 1703/2987 57% [=================================== ] 1704/2987 57% [=================================== ] 1705/2987 57% [=================================== ] 1706/2987 57% [=================================== ] 1707/2987 57% [=================================== ] 1708/2987 57% [=================================== ] 1709/2987 57% [=================================== ] 1710/2987 57% [=================================== ] 1711/2987 57% [=================================== ] 1712/2987 57% [=================================== ] 1713/2987 57% [=================================== ] 1714/2987 57% [=================================== ] 1715/2987 57% [=================================== ] 1716/2987 57% [=================================== ] 1717/2987 57% [=================================== ] 1718/2987 57% [=================================== ] 1719/2987 57% [=================================== ] 1720/2987 57% [=================================== ] 1721/2987 57% [=================================== ] 1722/2987 57% [=================================== ] 1723/2987 57% [=================================== ] 1724/2987 57% [=================================== ] 1725/2987 57% [=================================== ] 1726/2987 57% [=================================== ] 1727/2987 57% [=================================== ] 1728/2987 57% [=================================== ] 1729/2987 57% [=================================== ] 1730/2987 57% [=================================== ] 1731/2987 57% [=================================== ] 1732/2987 57% [=================================== ] 1733/2987 58% [=================================== ] 1734/2987 58% [==================================== ] 1735/2987 58% [==================================== ] 1736/2987 58% [==================================== ] 1737/2987 58% [==================================== ] 1738/2987 58% [==================================== ] 1739/2987 58% [==================================== ] 1740/2987 58% [==================================== ] 1741/2987 58% [==================================== ] 1742/2987 58% [==================================== ] 1743/2987 58% [==================================== ] 1744/2987 58% [==================================== ] 1745/2987 58% [==================================== ] 1746/2987 58% [==================================== ] 1747/2987 58% [==================================== ] 1748/2987 58% [==================================== ] 1749/2987 58% [==================================== ] 1750/2987 58% [==================================== ] 1751/2987 58% [==================================== ] 1752/2987 58% [==================================== ] 1753/2987 58% [==================================== ] 1754/2987 58% [==================================== ] 1755/2987 58% [==================================== ] 1756/2987 58% [==================================== ] 1757/2987 58% [==================================== ] 1758/2987 58% [==================================== ] 1759/2987 58% [==================================== ] 1760/2987 58% [==================================== ] 1761/2987 58% [==================================== ] 1762/2987 58% [==================================== ] 1763/2987 59% [==================================== ] 1764/2987 59% [==================================== ] 1765/2987 59% [==================================== ] 1766/2987 59% [==================================== ] 1767/2987 59% [==================================== ] 1768/2987 59% [==================================== ] 1769/2987 59% [==================================== ] 1770/2987 59% [==================================== ] 1771/2987 59% [==================================== ] 1772/2987 59% [==================================== ] 1773/2987 59% [==================================== ] 1774/2987 59% [==================================== ] 1775/2987 59% [==================================== ] 1776/2987 59% [==================================== ] 1777/2987 59% [==================================== ] 1778/2987 59% [==================================== ] 1779/2987 59% [==================================== ] 1780/2987 59% [==================================== ] 1781/2987 59% [==================================== ] 1782/2987 59% [===================================== ] 1783/2987 59% [===================================== ] 1784/2987 59% [===================================== ] 1785/2987 59% [===================================== ] 1786/2987 59% [===================================== ] 1787/2987 59% [===================================== ] 1788/2987 59% [===================================== ] 1789/2987 59% [===================================== ] 1790/2987 59% [===================================== ] 1791/2987 59% [===================================== ] 1792/2987 59% [===================================== ] 1793/2987 60% [===================================== ] 1794/2987 60% [===================================== ] 1795/2987 60% [===================================== ] 1796/2987 60% [===================================== ] 1797/2987 60% [===================================== ] 1798/2987 60% [===================================== ] 1799/2987 60% [===================================== ] 1800/2987 60% [===================================== ] 1801/2987 60% [===================================== ] 1802/2987 60% [===================================== ] 1803/2987 60% [===================================== ] 1804/2987 60% [===================================== ] 1805/2987 60% [===================================== ] 1806/2987 60% [===================================== ] 1807/2987 60% [===================================== ] 1808/2987 60% [===================================== ] 1809/2987 60% [===================================== ] 1810/2987 60% [===================================== ] 1811/2987 60% [===================================== ] 1812/2987 60% [===================================== ] 1813/2987 60% [===================================== ] 1814/2987 60% [===================================== ] 1815/2987 60% [===================================== ] 1816/2987 60% [===================================== ] 1817/2987 60% [===================================== ] 1818/2987 60% [===================================== ] 1819/2987 60% [===================================== ] 1820/2987 60% [===================================== ] 1821/2987 60% [===================================== ] 1822/2987 60% [===================================== ] 1823/2987 61% [===================================== ] 1824/2987 61% [===================================== ] 1825/2987 61% [===================================== ] 1826/2987 61% [===================================== ] 1827/2987 61% [===================================== ] 1828/2987 61% [===================================== ] 1829/2987 61% [===================================== ] 1830/2987 61% [====================================== ] 1831/2987 61% [====================================== ] 1832/2987 61% [====================================== ] 1833/2987 61% [====================================== ] 1834/2987 61% [====================================== ] 1835/2987 61% [====================================== ] 1836/2987 61% [====================================== ] 1837/2987 61% [====================================== ] 1838/2987 61% [====================================== ] 1839/2987 61% [====================================== ] 1840/2987 61% [====================================== ] 1841/2987 61% [====================================== ] 1842/2987 61% [====================================== ] 1843/2987 61% [====================================== ] 1844/2987 61% [====================================== ] 1845/2987 61% [====================================== ] 1846/2987 61% [====================================== ] 1847/2987 61% [====================================== ] 1848/2987 61% [====================================== ] 1849/2987 61% [====================================== ] 1850/2987 61% [====================================== ] 1851/2987 61% [====================================== ] 1852/2987 62% [====================================== ] 1853/2987 62% [====================================== ] 1854/2987 62% [====================================== ] 1855/2987 62% [====================================== ] 1856/2987 62% [====================================== ] 1857/2987 62% [====================================== ] 1858/2987 62% [====================================== ] 1859/2987 62% [====================================== ] 1860/2987 62% [====================================== ] 1861/2987 62% [====================================== ] 1862/2987 62% [====================================== ] 1863/2987 62% [====================================== ] 1864/2987 62% [====================================== ] 1865/2987 62% [====================================== ] 1866/2987 62% [====================================== ] 1867/2987 62% [====================================== ] 1868/2987 62% [====================================== ] 1869/2987 62% [====================================== ] 1870/2987 62% [====================================== ] 1871/2987 62% [====================================== ] 1872/2987 62% [====================================== ] 1873/2987 62% [====================================== ] 1874/2987 62% [====================================== ] 1875/2987 62% [====================================== ] 1876/2987 62% [====================================== ] 1877/2987 62% [====================================== ] 1878/2987 62% [======================================= ] 1879/2987 62% [======================================= ] 1880/2987 62% [======================================= ] 1881/2987 62% [======================================= ] 1882/2987 63% [======================================= ] 1883/2987 63% [======================================= ] 1884/2987 63% [======================================= ] 1885/2987 63% [======================================= ] 1886/2987 63% [======================================= ] 1887/2987 63% [======================================= ] 1888/2987 63% [======================================= ] 1889/2987 63% [======================================= ] 1890/2987 63% [======================================= ] 1891/2987 63% [======================================= ] 1892/2987 63% [======================================= ] 1893/2987 63% [======================================= ] 1894/2987 63% [======================================= ] 1895/2987 63% [======================================= ] 1896/2987 63% [======================================= ] 1897/2987 63% [======================================= ] 1898/2987 63% [======================================= ] 1899/2987 63% [======================================= ] 1900/2987 63% [======================================= ] 1901/2987 63% [======================================= ] 1902/2987 63% [======================================= ] 1903/2987 63% [======================================= ] 1904/2987 63% [======================================= ] 1905/2987 63% [======================================= ] 1906/2987 63% [======================================= ] 1907/2987 63% [======================================= ] 1908/2987 63% [======================================= ] 1909/2987 63% [======================================= ] 1910/2987 63% [======================================= ] 1911/2987 63% [======================================= ] 1912/2987 64% [======================================= ] 1913/2987 64% [======================================= ] 1914/2987 64% [======================================= ] 1915/2987 64% [======================================= ] 1916/2987 64% [======================================= ] 1917/2987 64% [======================================= ] 1918/2987 64% [======================================= ] 1919/2987 64% [======================================= ] 1920/2987 64% [======================================= ] 1921/2987 64% [======================================= ] 1922/2987 64% [======================================= ] 1923/2987 64% [======================================= ] 1924/2987 64% [======================================= ] 1925/2987 64% [======================================= ] 1926/2987 64% [======================================= ] 1927/2987 64% [======================================== ] 1928/2987 64% [======================================== ] 1929/2987 64% [======================================== ] 1930/2987 64% [======================================== ] 1931/2987 64% [======================================== ] 1932/2987 64% [======================================== ] 1933/2987 64% [======================================== ] 1934/2987 64% [======================================== ] 1935/2987 64% [======================================== ] 1936/2987 64% [======================================== ] 1937/2987 64% [======================================== ] 1938/2987 64% [======================================== ] 1939/2987 64% [======================================== ] 1940/2987 64% [======================================== ] 1941/2987 64% [======================================== ] 1942/2987 65% [======================================== ] 1943/2987 65% [======================================== ] 1944/2987 65% [======================================== ] 1945/2987 65% [======================================== ] 1946/2987 65% [======================================== ] 1947/2987 65% [======================================== ] 1948/2987 65% [======================================== ] 1949/2987 65% [======================================== ] 1950/2987 65% [======================================== ] 1951/2987 65% [======================================== ] 1952/2987 65% [======================================== ] 1953/2987 65% [======================================== ] 1954/2987 65% [======================================== ] 1955/2987 65% [======================================== ] 1956/2987 65% [======================================== ] 1957/2987 65% [======================================== ] 1958/2987 65% [======================================== ] 1959/2987 65% [======================================== ] 1960/2987 65% [======================================== ] 1961/2987 65% [======================================== ] 1962/2987 65% [======================================== ] 1963/2987 65% [======================================== ] 1964/2987 65% [======================================== ] 1965/2987 65% [======================================== ] 1966/2987 65% [======================================== ] 1967/2987 65% [======================================== ] 1968/2987 65% [======================================== ] 1969/2987 65% [======================================== ] 1970/2987 65% [======================================== ] 1971/2987 65% [======================================== ] 1972/2987 66% [======================================== ] 1973/2987 66% [======================================== ] 1974/2987 66% [======================================== ] 1975/2987 66% [========================================= ] 1976/2987 66% [========================================= ] 1977/2987 66% [========================================= ] 1978/2987 66% [========================================= ] 1979/2987 66% [========================================= ] 1980/2987 66% [========================================= ] 1981/2987 66% [========================================= ] 1982/2987 66% [========================================= ] 1983/2987 66% [========================================= ] 1984/2987 66% [========================================= ] 1985/2987 66% [========================================= ] 1986/2987 66% [========================================= ] 1987/2987 66% [========================================= ] 1988/2987 66% [========================================= ] 1989/2987 66% [========================================= ] 1990/2987 66% [========================================= ] 1991/2987 66% [========================================= ] 1992/2987 66% [========================================= ] 1993/2987 66% [========================================= ] 1994/2987 66% [========================================= ] 1995/2987 66% [========================================= ] 1996/2987 66% [========================================= ] 1997/2987 66% [========================================= ] 1998/2987 66% [========================================= ] 1999/2987 66% [========================================= ] 2000/2987 66% [========================================= ] 2001/2987 66% [========================================= ] 2002/2987 67% [========================================= ] 2003/2987 67% [========================================= ] 2004/2987 67% [========================================= ] 2005/2987 67% [========================================= ] 2006/2987 67% [========================================= ] 2007/2987 67% [========================================= ] 2008/2987 67% [========================================= ] 2009/2987 67% [========================================= ] 2010/2987 67% [========================================= ] 2011/2987 67% [========================================= ] 2012/2987 67% [========================================= ] 2013/2987 67% [========================================= ] 2014/2987 67% [========================================= ] 2015/2987 67% [========================================= ] 2016/2987 67% [========================================= ] 2017/2987 67% [========================================= ] 2018/2987 67% [========================================= ] 2019/2987 67% [========================================= ] 2020/2987 67% [========================================= ] 2021/2987 67% [========================================= ] 2022/2987 67% [========================================= ] 2023/2987 67% [========================================== ] 2024/2987 67% [========================================== ] 2025/2987 67% [========================================== ] 2026/2987 67% [========================================== ] 2027/2987 67% [========================================== ] 2028/2987 67% [========================================== ] 2029/2987 67% [========================================== ] 2030/2987 67% [========================================== ] 2031/2987 67% [========================================== ] 2032/2987 68% [========================================== ] 2033/2987 68% [========================================== ] 2034/2987 68% [========================================== ] 2035/2987 68% [========================================== ] 2036/2987 68% [========================================== ] 2037/2987 68% [========================================== ] 2038/2987 68% [========================================== ] 2039/2987 68% [========================================== ] 2040/2987 68% [========================================== ] 2041/2987 68% [========================================== ] 2042/2987 68% [========================================== ] 2043/2987 68% [========================================== ] 2044/2987 68% [========================================== ] 2045/2987 68% [========================================== ] 2046/2987 68% [========================================== ] 2047/2987 68% [========================================== ] 2048/2987 68% [========================================== ] 2049/2987 68% [========================================== ] 2050/2987 68% [========================================== ] 2051/2987 68% [========================================== ] 2052/2987 68% [========================================== ] 2053/2987 68% [========================================== ] 2054/2987 68% [========================================== ] 2055/2987 68% [========================================== ] 2056/2987 68% [========================================== ] 2057/2987 68% [========================================== ] 2058/2987 68% [========================================== ] 2059/2987 68% [========================================== ] 2060/2987 68% [========================================== ] 2061/2987 68% [========================================== ] 2062/2987 69% [========================================== ] 2063/2987 69% [========================================== ] 2064/2987 69% [========================================== ] 2065/2987 69% [========================================== ] 2066/2987 69% [========================================== ] 2067/2987 69% [========================================== ] 2068/2987 69% [========================================== ] 2069/2987 69% [========================================== ] 2070/2987 69% [========================================== ] 2071/2987 69% [=========================================== ] 2072/2987 69% [=========================================== ] 2073/2987 69% [=========================================== ] 2074/2987 69% [=========================================== ] 2075/2987 69% [=========================================== ] 2076/2987 69% [=========================================== ] 2077/2987 69% [=========================================== ] 2078/2987 69% [=========================================== ] 2079/2987 69% [=========================================== ] 2080/2987 69% [=========================================== ] 2081/2987 69% [=========================================== ] 2082/2987 69% [=========================================== ] 2083/2987 69% [=========================================== ] 2084/2987 69% [=========================================== ] 2085/2987 69% [=========================================== ] 2086/2987 69% [=========================================== ] 2087/2987 69% [=========================================== ] 2088/2987 69% [=========================================== ] 2089/2987 69% [=========================================== ] 2090/2987 69% [=========================================== ] 2091/2987 70% [=========================================== ] 2092/2987 70% [=========================================== ] 2093/2987 70% [=========================================== ] 2094/2987 70% [=========================================== ] 2095/2987 70% [=========================================== ] 2096/2987 70% [=========================================== ] 2097/2987 70% [=========================================== ] 2098/2987 70% [=========================================== ] 2099/2987 70% [=========================================== ] 2100/2987 70% [=========================================== ] 2101/2987 70% [=========================================== ] 2102/2987 70% [=========================================== ] 2103/2987 70% [=========================================== ] 2104/2987 70% [=========================================== ] 2105/2987 70% [=========================================== ] 2106/2987 70% [=========================================== ] 2107/2987 70% [=========================================== ] 2108/2987 70% [=========================================== ] 2109/2987 70% [=========================================== ] 2110/2987 70% [=========================================== ] 2111/2987 70% [=========================================== ] 2112/2987 70% [=========================================== ] 2113/2987 70% [=========================================== ] 2114/2987 70% [=========================================== ] 2115/2987 70% [=========================================== ] 2116/2987 70% [=========================================== ] 2117/2987 70% [=========================================== ] 2118/2987 70% [=========================================== ] 2119/2987 70% [============================================ ] 2120/2987 70% [============================================ ] 2121/2987 71% [============================================ ] 2122/2987 71% [============================================ ] 2123/2987 71% [============================================ ] 2124/2987 71% [============================================ ] 2125/2987 71% [============================================ ] 2126/2987 71% [============================================ ] 2127/2987 71% [============================================ ] 2128/2987 71% [============================================ ] 2129/2987 71% [============================================ ] 2130/2987 71% [============================================ ] 2131/2987 71% [============================================ ] 2132/2987 71% [============================================ ] 2133/2987 71% [============================================ ] 2134/2987 71% [============================================ ] 2135/2987 71% [============================================ ] 2136/2987 71% [============================================ ] 2137/2987 71% [============================================ ] 2138/2987 71% [============================================ ] 2139/2987 71% [============================================ ] 2140/2987 71% [============================================ ] 2141/2987 71% [============================================ ] 2142/2987 71% [============================================ ] 2143/2987 71% [============================================ ] 2144/2987 71% [============================================ ] 2145/2987 71% [============================================ ] 2146/2987 71% [============================================ ] 2147/2987 71% [============================================ ] 2148/2987 71% [============================================ ] 2149/2987 71% [============================================ ] 2150/2987 71% [============================================ ] 2151/2987 72% [============================================ ] 2152/2987 72% [============================================ ] 2153/2987 72% [============================================ ] 2154/2987 72% [============================================ ] 2155/2987 72% [============================================ ] 2156/2987 72% [============================================ ] 2157/2987 72% [============================================ ] 2158/2987 72% [============================================ ] 2159/2987 72% [============================================ ] 2160/2987 72% [============================================ ] 2161/2987 72% [============================================ ] 2162/2987 72% [============================================ ] 2163/2987 72% [============================================ ] 2164/2987 72% [============================================ ] 2165/2987 72% [============================================ ] 2166/2987 72% [============================================ ] 2167/2987 72% [============================================= ] 2168/2987 72% [============================================= ] 2169/2987 72% [============================================= ] 2170/2987 72% [============================================= ] 2171/2987 72% [============================================= ] 2172/2987 72% [============================================= ] 2173/2987 72% [============================================= ] 2174/2987 72% [============================================= ] 2175/2987 72% [============================================= ] 2176/2987 72% [============================================= ] 2177/2987 72% [============================================= ] 2178/2987 72% [============================================= ] 2179/2987 72% [============================================= ] 2180/2987 72% [============================================= ] 2181/2987 73% [============================================= ] 2182/2987 73% [============================================= ] 2183/2987 73% [============================================= ] 2184/2987 73% [============================================= ] 2185/2987 73% [============================================= ] 2186/2987 73% [============================================= ] 2187/2987 73% [============================================= ] 2188/2987 73% [============================================= ] 2189/2987 73% [============================================= ] 2190/2987 73% [============================================= ] 2191/2987 73% [============================================= ] 2192/2987 73% [============================================= ] 2193/2987 73% [============================================= ] 2194/2987 73% [============================================= ] 2195/2987 73% [============================================= ] 2196/2987 73% [============================================= ] 2197/2987 73% [============================================= ] 2198/2987 73% [============================================= ] 2199/2987 73% [============================================= ] 2200/2987 73% [============================================= ] 2201/2987 73% [============================================= ] 2202/2987 73% [============================================= ] 2203/2987 73% [============================================= ] 2204/2987 73% [============================================= ] 2205/2987 73% [============================================= ] 2206/2987 73% [============================================= ] 2207/2987 73% [============================================= ] 2208/2987 73% [============================================= ] 2209/2987 73% [============================================= ] 2210/2987 73% [============================================= ] 2211/2987 74% [============================================= ] 2212/2987 74% [============================================= ] 2213/2987 74% [============================================= ] 2214/2987 74% [============================================= ] 2215/2987 74% [============================================= ] 2216/2987 74% [============================================== ] 2217/2987 74% [============================================== ] 2218/2987 74% [============================================== ] 2219/2987 74% [============================================== ] 2220/2987 74% [============================================== ] 2221/2987 74% [============================================== ] 2222/2987 74% [============================================== ] 2223/2987 74% [============================================== ] 2224/2987 74% [============================================== ] 2225/2987 74% [============================================== ] 2226/2987 74% [============================================== ] 2227/2987 74% [============================================== ] 2228/2987 74% [============================================== ] 2229/2987 74% [============================================== ] 2230/2987 74% [============================================== ] 2231/2987 74% [============================================== ] 2232/2987 74% [============================================== ] 2233/2987 74% [============================================== ] 2234/2987 74% [============================================== ] 2235/2987 74% [============================================== ] 2236/2987 74% [============================================== ] 2237/2987 74% [============================================== ] 2238/2987 74% [============================================== ] 2239/2987 74% [============================================== ] 2240/2987 74% [============================================== ] 2241/2987 75% [============================================== ] 2242/2987 75% [============================================== ] 2243/2987 75% [============================================== ] 2244/2987 75% [============================================== ] 2245/2987 75% [============================================== ] 2246/2987 75% [============================================== ] 2247/2987 75% [============================================== ] 2248/2987 75% [============================================== ] 2249/2987 75% [============================================== ] 2250/2987 75% [============================================== ] 2251/2987 75% [============================================== ] 2252/2987 75% [============================================== ] 2253/2987 75% [============================================== ] 2254/2987 75% [============================================== ] 2255/2987 75% [============================================== ] 2256/2987 75% [============================================== ] 2257/2987 75% [============================================== ] 2258/2987 75% [============================================== ] 2259/2987 75% [============================================== ] 2260/2987 75% [============================================== ] 2261/2987 75% [============================================== ] 2262/2987 75% [============================================== ] 2263/2987 75% [============================================== ] 2264/2987 75% [=============================================== ] 2265/2987 75% [=============================================== ] 2266/2987 75% [=============================================== ] 2267/2987 75% [=============================================== ] 2268/2987 75% [=============================================== ] 2269/2987 75% [=============================================== ] 2270/2987 75% [=============================================== ] 2271/2987 76% [=============================================== ] 2272/2987 76% [=============================================== ] 2273/2987 76% [=============================================== ] 2274/2987 76% [=============================================== ] 2275/2987 76% [=============================================== ] 2276/2987 76% [=============================================== ] 2277/2987 76% [=============================================== ] 2278/2987 76% [=============================================== ] 2279/2987 76% [=============================================== ] 2280/2987 76% [=============================================== ] 2281/2987 76% [=============================================== ] 2282/2987 76% [=============================================== ] 2283/2987 76% [=============================================== ] 2284/2987 76% [=============================================== ] 2285/2987 76% [=============================================== ] 2286/2987 76% [=============================================== ] 2287/2987 76% [=============================================== ] 2288/2987 76% [=============================================== ] 2289/2987 76% [=============================================== ] 2290/2987 76% [=============================================== ] 2291/2987 76% [=============================================== ] 2292/2987 76% [=============================================== ] 2293/2987 76% [=============================================== ] 2294/2987 76% [=============================================== ] 2295/2987 76% [=============================================== ] 2296/2987 76% [=============================================== ] 2297/2987 76% [=============================================== ] 2298/2987 76% [=============================================== ] 2299/2987 76% [=============================================== ] 2300/2987 77% [=============================================== ] 2301/2987 77% [=============================================== ] 2302/2987 77% [=============================================== ] 2303/2987 77% [=============================================== ] 2304/2987 77% [=============================================== ] 2305/2987 77% [=============================================== ] 2306/2987 77% [=============================================== ] 2307/2987 77% [=============================================== ] 2308/2987 77% [=============================================== ] 2309/2987 77% [=============================================== ] 2310/2987 77% [=============================================== ] 2311/2987 77% [=============================================== ] 2312/2987 77% [================================================ ] 2313/2987 77% [================================================ ] 2314/2987 77% [================================================ ] 2315/2987 77% [================================================ ] 2316/2987 77% [================================================ ] 2317/2987 77% [================================================ ] 2318/2987 77% [================================================ ] 2319/2987 77% [================================================ ] 2320/2987 77% [================================================ ] 2321/2987 77% [================================================ ] 2322/2987 77% [================================================ ] 2323/2987 77% [================================================ ] 2324/2987 77% [================================================ ] 2325/2987 77% [================================================ ] 2326/2987 77% [================================================ ] 2327/2987 77% [================================================ ] 2328/2987 77% [================================================ ] 2329/2987 77% [================================================ ] 2330/2987 78% [================================================ ] 2331/2987 78% [================================================ ] 2332/2987 78% [================================================ ] 2333/2987 78% [================================================ ] 2334/2987 78% [================================================ ] 2335/2987 78% [================================================ ] 2336/2987 78% [================================================ ] 2337/2987 78% [================================================ ] 2338/2987 78% [================================================ ] 2339/2987 78% [================================================ ] 2340/2987 78% [================================================ ] 2341/2987 78% [================================================ ] 2342/2987 78% [================================================ ] 2343/2987 78% [================================================ ] 2344/2987 78% [================================================ ] 2345/2987 78% [================================================ ] 2346/2987 78% [================================================ ] 2347/2987 78% [================================================ ] 2348/2987 78% [================================================ ] 2349/2987 78% [================================================ ] 2350/2987 78% [================================================ ] 2351/2987 78% [================================================ ] 2352/2987 78% [================================================ ] 2353/2987 78% [================================================ ] 2354/2987 78% [================================================ ] 2355/2987 78% [================================================ ] 2356/2987 78% [================================================ ] 2357/2987 78% [================================================ ] 2358/2987 78% [================================================ ] 2359/2987 78% [================================================ ] 2360/2987 79% [================================================= ] 2361/2987 79% [================================================= ] 2362/2987 79% [================================================= ] 2363/2987 79% [================================================= ] 2364/2987 79% [================================================= ] 2365/2987 79% [================================================= ] 2366/2987 79% [================================================= ] 2367/2987 79% [================================================= ] 2368/2987 79% [================================================= ] 2369/2987 79% [================================================= ] 2370/2987 79% [================================================= ] 2371/2987 79% [================================================= ] 2372/2987 79% [================================================= ] 2373/2987 79% [================================================= ] 2374/2987 79% [================================================= ] 2375/2987 79% [================================================= ] 2376/2987 79% [================================================= ] 2377/2987 79% [================================================= ] 2378/2987 79% [================================================= ] 2379/2987 79% [================================================= ] 2380/2987 79% [================================================= ] 2381/2987 79% [================================================= ] 2382/2987 79% [================================================= ] 2383/2987 79% [================================================= ] 2384/2987 79% [================================================= ] 2385/2987 79% [================================================= ] 2386/2987 79% [================================================= ] 2387/2987 79% [================================================= ] 2388/2987 79% [================================================= ] 2389/2987 79% [================================================= ] 2390/2987 80% [================================================= ] 2391/2987 80% [================================================= ] 2392/2987 80% [================================================= ] 2393/2987 80% [================================================= ] 2394/2987 80% [================================================= ] 2395/2987 80% [================================================= ] 2396/2987 80% [================================================= ] 2397/2987 80% [================================================= ] 2398/2987 80% [================================================= ] 2399/2987 80% [================================================= ] 2400/2987 80% [================================================= ] 2401/2987 80% [================================================= ] 2402/2987 80% [================================================= ] 2403/2987 80% [================================================= ] 2404/2987 80% [================================================= ] 2405/2987 80% [================================================= ] 2406/2987 80% [================================================= ] 2407/2987 80% [================================================= ] 2408/2987 80% [================================================== ] 2409/2987 80% [================================================== ] 2410/2987 80% [================================================== ] 2411/2987 80% [================================================== ] 2412/2987 80% [================================================== ] 2413/2987 80% [================================================== ] 2414/2987 80% [================================================== ] 2415/2987 80% [================================================== ] 2416/2987 80% [================================================== ] 2417/2987 80% [================================================== ] 2418/2987 80% [================================================== ] 2419/2987 80% [================================================== ] 2420/2987 81% [================================================== ] 2421/2987 81% [================================================== ] 2422/2987 81% [================================================== ] 2423/2987 81% [================================================== ] 2424/2987 81% [================================================== ] 2425/2987 81% [================================================== ] 2426/2987 81% [================================================== ] 2427/2987 81% [================================================== ] 2428/2987 81% [================================================== ] 2429/2987 81% [================================================== ] 2430/2987 81% [================================================== ] 2431/2987 81% [================================================== ] 2432/2987 81% [================================================== ] 2433/2987 81% [================================================== ] 2434/2987 81% [================================================== ] 2435/2987 81% [================================================== ] 2436/2987 81% [================================================== ] 2437/2987 81% [================================================== ] 2438/2987 81% [================================================== ] 2439/2987 81% [================================================== ] 2440/2987 81% [================================================== ] 2441/2987 81% [================================================== ] 2442/2987 81% [================================================== ] 2443/2987 81% [================================================== ] 2444/2987 81% [================================================== ] 2445/2987 81% [================================================== ] 2446/2987 81% [================================================== ] 2447/2987 81% [================================================== ] 2448/2987 81% [================================================== ] 2449/2987 81% [================================================== ] 2450/2987 82% [================================================== ] 2451/2987 82% [================================================== ] 2452/2987 82% [================================================== ] 2453/2987 82% [================================================== ] 2454/2987 82% [================================================== ] 2455/2987 82% [================================================== ] 2456/2987 82% [================================================== ] 2457/2987 82% [=================================================== ] 2458/2987 82% [=================================================== ] 2459/2987 82% [=================================================== ] 2460/2987 82% [=================================================== ] 2461/2987 82% [=================================================== ] 2462/2987 82% [=================================================== ] 2463/2987 82% [=================================================== ] 2464/2987 82% [=================================================== ] 2465/2987 82% [=================================================== ] 2466/2987 82% [=================================================== ] 2467/2987 82% [=================================================== ] 2468/2987 82% [=================================================== ] 2469/2987 82% [=================================================== ] 2470/2987 82% [=================================================== ] 2471/2987 82% [=================================================== ] 2472/2987 82% [=================================================== ] 2473/2987 82% [=================================================== ] 2474/2987 82% [=================================================== ] 2475/2987 82% [=================================================== ] 2476/2987 82% [=================================================== ] 2477/2987 82% [=================================================== ] 2478/2987 82% [=================================================== ] 2479/2987 82% [=================================================== ] 2480/2987 83% [=================================================== ] 2481/2987 83% [=================================================== ] 2482/2987 83% [=================================================== ] 2483/2987 83% [=================================================== ] 2484/2987 83% [=================================================== ] 2485/2987 83% [=================================================== ] 2486/2987 83% [=================================================== ] 2487/2987 83% [=================================================== ] 2488/2987 83% [=================================================== ] 2489/2987 83% [=================================================== ] 2490/2987 83% [=================================================== ] 2491/2987 83% [=================================================== ] 2492/2987 83% [=================================================== ] 2493/2987 83% [=================================================== ] 2494/2987 83% [=================================================== ] 2495/2987 83% [=================================================== ] 2496/2987 83% [=================================================== ] 2497/2987 83% [=================================================== ] 2498/2987 83% [=================================================== ] 2499/2987 83% [=================================================== ] 2500/2987 83% [=================================================== ] 2501/2987 83% [=================================================== ] 2502/2987 83% [=================================================== ] 2503/2987 83% [=================================================== ] 2504/2987 83% [=================================================== ] 2505/2987 83% [==================================================== ] 2506/2987 83% [==================================================== ] 2507/2987 83% [==================================================== ] 2508/2987 83% [==================================================== ] 2509/2987 83% [==================================================== ] 2510/2987 84% [==================================================== ] 2511/2987 84% [==================================================== ] 2512/2987 84% [==================================================== ] 2513/2987 84% [==================================================== ] 2514/2987 84% [==================================================== ] 2515/2987 84% [==================================================== ] 2516/2987 84% [==================================================== ] 2517/2987 84% [==================================================== ] 2518/2987 84% [==================================================== ] 2519/2987 84% [==================================================== ] 2520/2987 84% [==================================================== ] 2521/2987 84% [==================================================== ] 2522/2987 84% [==================================================== ] 2523/2987 84% [==================================================== ] 2524/2987 84% [==================================================== ] 2525/2987 84% [==================================================== ] 2526/2987 84% [==================================================== ] 2527/2987 84% [==================================================== ] 2528/2987 84% [==================================================== ] 2529/2987 84% [==================================================== ] 2530/2987 84% [==================================================== ] 2531/2987 84% [==================================================== ] 2532/2987 84% [==================================================== ] 2533/2987 84% [==================================================== ] 2534/2987 84% [==================================================== ] 2535/2987 84% [==================================================== ] 2536/2987 84% [==================================================== ] 2537/2987 84% [==================================================== ] 2538/2987 84% [==================================================== ] 2539/2987 85% [==================================================== ] 2540/2987 85% [==================================================== ] 2541/2987 85% [==================================================== ] 2542/2987 85% [==================================================== ] 2543/2987 85% [==================================================== ] 2544/2987 85% [==================================================== ] 2545/2987 85% [==================================================== ] 2546/2987 85% [==================================================== ] 2547/2987 85% [==================================================== ] 2548/2987 85% [==================================================== ] 2549/2987 85% [==================================================== ] 2550/2987 85% [==================================================== ] 2551/2987 85% [==================================================== ] 2552/2987 85% [==================================================== ] 2553/2987 85% [===================================================== ] 2554/2987 85% [===================================================== ] 2555/2987 85% [===================================================== ] 2556/2987 85% [===================================================== ] 2557/2987 85% [===================================================== ] 2558/2987 85% [===================================================== ] 2559/2987 85% [===================================================== ] 2560/2987 85% [===================================================== ] 2561/2987 85% [===================================================== ] 2562/2987 85% [===================================================== ] 2563/2987 85% [===================================================== ] 2564/2987 85% [===================================================== ] 2565/2987 85% [===================================================== ] 2566/2987 85% [===================================================== ] 2567/2987 85% [===================================================== ] 2568/2987 85% [===================================================== ] 2569/2987 86% [===================================================== ] 2570/2987 86% [===================================================== ] 2571/2987 86% [===================================================== ] 2572/2987 86% [===================================================== ] 2573/2987 86% [===================================================== ] 2574/2987 86% [===================================================== ] 2575/2987 86% [===================================================== ] 2576/2987 86% [===================================================== ] 2577/2987 86% [===================================================== ] 2578/2987 86% [===================================================== ] 2579/2987 86% [===================================================== ] 2580/2987 86% [===================================================== ] 2581/2987 86% [===================================================== ] 2582/2987 86% [===================================================== ] 2583/2987 86% [===================================================== ] 2584/2987 86% [===================================================== ] 2585/2987 86% [===================================================== ] 2586/2987 86% [===================================================== ] 2587/2987 86% [===================================================== ] 2588/2987 86% [===================================================== ] 2589/2987 86% [===================================================== ] 2590/2987 86% [===================================================== ] 2591/2987 86% [===================================================== ] 2592/2987 86% [===================================================== ] 2593/2987 86% [===================================================== ] 2594/2987 86% [===================================================== ] 2595/2987 86% [===================================================== ] 2596/2987 86% [===================================================== ] 2597/2987 86% [===================================================== ] 2598/2987 86% [===================================================== ] 2599/2987 87% [===================================================== ] 2600/2987 87% [===================================================== ] 2601/2987 87% [====================================================== ] 2602/2987 87% [====================================================== ] 2603/2987 87% [====================================================== ] 2604/2987 87% [====================================================== ] 2605/2987 87% [====================================================== ] 2606/2987 87% [====================================================== ] 2607/2987 87% [====================================================== ] 2608/2987 87% [====================================================== ] 2609/2987 87% [====================================================== ] 2610/2987 87% [====================================================== ] 2611/2987 87% [====================================================== ] 2612/2987 87% [====================================================== ] 2613/2987 87% [====================================================== ] 2614/2987 87% [====================================================== ] 2615/2987 87% [====================================================== ] 2616/2987 87% [====================================================== ] 2617/2987 87% [====================================================== ] 2618/2987 87% [====================================================== ] 2619/2987 87% [====================================================== ] 2620/2987 87% [====================================================== ] 2621/2987 87% [====================================================== ] 2622/2987 87% [====================================================== ] 2623/2987 87% [====================================================== ] 2624/2987 87% [====================================================== ] 2625/2987 87% [====================================================== ] 2626/2987 87% [====================================================== ] 2627/2987 87% [====================================================== ] 2628/2987 87% [====================================================== ] 2629/2987 88% [====================================================== ] 2630/2987 88% [====================================================== ] 2631/2987 88% [====================================================== ] 2632/2987 88% [====================================================== ] 2633/2987 88% [====================================================== ] 2634/2987 88% [====================================================== ] 2635/2987 88% [====================================================== ] 2636/2987 88% [====================================================== ] 2637/2987 88% [====================================================== ] 2638/2987 88% [====================================================== ] 2639/2987 88% [====================================================== ] 2640/2987 88% [====================================================== ] 2641/2987 88% [====================================================== ] 2642/2987 88% [====================================================== ] 2643/2987 88% [====================================================== ] 2644/2987 88% [====================================================== ] 2645/2987 88% [====================================================== ] 2646/2987 88% [====================================================== ] 2647/2987 88% [====================================================== ] 2648/2987 88% [====================================================== ] 2649/2987 88% [======================================================= ] 2650/2987 88% [======================================================= ] 2651/2987 88% [======================================================= ] 2652/2987 88% [======================================================= ] 2653/2987 88% [======================================================= ] 2654/2987 88% [======================================================= ] 2655/2987 88% [======================================================= ] 2656/2987 88% [======================================================= ] 2657/2987 88% [======================================================= ] 2658/2987 88% [======================================================= ] 2659/2987 89% [======================================================= ] 2660/2987 89% [======================================================= ] 2661/2987 89% [======================================================= ] 2662/2987 89% [======================================================= ] 2663/2987 89% [======================================================= ] 2664/2987 89% [======================================================= ] 2665/2987 89% [======================================================= ] 2666/2987 89% [======================================================= ] 2667/2987 89% [======================================================= ] 2668/2987 89% [======================================================= ] 2669/2987 89% [======================================================= ] 2670/2987 89% [======================================================= ] 2671/2987 89% [======================================================= ] 2672/2987 89% [======================================================= ] 2673/2987 89% [======================================================= ] 2674/2987 89% [======================================================= ] 2675/2987 89% [======================================================= ] 2676/2987 89% [======================================================= ] 2677/2987 89% [======================================================= ] 2678/2987 89% [======================================================= ] 2679/2987 89% [======================================================= ] 2680/2987 89% [======================================================= ] 2681/2987 89% [======================================================= ] 2682/2987 89% [======================================================= ] 2683/2987 89% [======================================================= ] 2684/2987 89% [======================================================= ] 2685/2987 89% [======================================================= ] 2686/2987 89% [======================================================= ] 2687/2987 89% [======================================================= ] 2688/2987 89% [======================================================= ] 2689/2987 90% [======================================================= ] 2690/2987 90% [======================================================= ] 2691/2987 90% [======================================================= ] 2692/2987 90% [======================================================= ] 2693/2987 90% [======================================================= ] 2694/2987 90% [======================================================= ] 2695/2987 90% [======================================================= ] 2696/2987 90% [======================================================= ] 2697/2987 90% [======================================================== ] 2698/2987 90% [======================================================== ] 2699/2987 90% [======================================================== ] 2700/2987 90% [======================================================== ] 2701/2987 90% [======================================================== ] 2702/2987 90% [======================================================== ] 2703/2987 90% [======================================================== ] 2704/2987 90% [======================================================== ] 2705/2987 90% [======================================================== ] 2706/2987 90% [======================================================== ] 2707/2987 90% [======================================================== ] 2708/2987 90% [======================================================== ] 2709/2987 90% [======================================================== ] 2710/2987 90% [======================================================== ] 2711/2987 90% [======================================================== ] 2712/2987 90% [======================================================== ] 2713/2987 90% [======================================================== ] 2714/2987 90% [======================================================== ] 2715/2987 90% [======================================================== ] 2716/2987 90% [======================================================== ] 2717/2987 90% [======================================================== ] 2718/2987 90% [======================================================== ] 2719/2987 91% [======================================================== ] 2720/2987 91% [======================================================== ] 2721/2987 91% [======================================================== ] 2722/2987 91% [======================================================== ] 2723/2987 91% [======================================================== ] 2724/2987 91% [======================================================== ] 2725/2987 91% [======================================================== ] 2726/2987 91% [======================================================== ] 2727/2987 91% [======================================================== ] 2728/2987 91% [======================================================== ] 2729/2987 91% [======================================================== ] 2730/2987 91% [======================================================== ] 2731/2987 91% [======================================================== ] 2732/2987 91% [======================================================== ] 2733/2987 91% [======================================================== ] 2734/2987 91% [======================================================== ] 2735/2987 91% [======================================================== ] 2736/2987 91% [======================================================== ] 2737/2987 91% [======================================================== ] 2738/2987 91% [======================================================== ] 2739/2987 91% [======================================================== ] 2740/2987 91% [======================================================== ] 2741/2987 91% [======================================================== ] 2742/2987 91% [======================================================== ] 2743/2987 91% [======================================================== ] 2744/2987 91% [======================================================== ] 2745/2987 91% [======================================================== ] 2746/2987 91% [========================================================= ] 2747/2987 91% [========================================================= ] 2748/2987 91% [========================================================= ] 2749/2987 92% [========================================================= ] 2750/2987 92% [========================================================= ] 2751/2987 92% [========================================================= ] 2752/2987 92% [========================================================= ] 2753/2987 92% [========================================================= ] 2754/2987 92% [========================================================= ] 2755/2987 92% [========================================================= ] 2756/2987 92% [========================================================= ] 2757/2987 92% [========================================================= ] 2758/2987 92% [========================================================= ] 2759/2987 92% [========================================================= ] 2760/2987 92% [========================================================= ] 2761/2987 92% [========================================================= ] 2762/2987 92% [========================================================= ] 2763/2987 92% [========================================================= ] 2764/2987 92% [========================================================= ] 2765/2987 92% [========================================================= ] 2766/2987 92% [========================================================= ] 2767/2987 92% [========================================================= ] 2768/2987 92% [========================================================= ] 2769/2987 92% [========================================================= ] 2770/2987 92% [========================================================= ] 2771/2987 92% [========================================================= ] 2772/2987 92% [========================================================= ] 2773/2987 92% [========================================================= ] 2774/2987 92% [========================================================= ] 2775/2987 92% [========================================================= ] 2776/2987 92% [========================================================= ] 2777/2987 92% [========================================================= ] 2778/2987 93% [========================================================= ] 2779/2987 93% [========================================================= ] 2780/2987 93% [========================================================= ] 2781/2987 93% [========================================================= ] 2782/2987 93% [========================================================= ] 2783/2987 93% [========================================================= ] 2784/2987 93% [========================================================= ] 2785/2987 93% [========================================================= ] 2786/2987 93% [========================================================= ] 2787/2987 93% [========================================================= ] 2788/2987 93% [========================================================= ] 2789/2987 93% [========================================================= ] 2790/2987 93% [========================================================= ] 2791/2987 93% [========================================================= ] 2792/2987 93% [========================================================= ] 2793/2987 93% [========================================================= ] 2794/2987 93% [========================================================== ] 2795/2987 93% [========================================================== ] 2796/2987 93% [========================================================== ] 2797/2987 93% [========================================================== ] 2798/2987 93% [========================================================== ] 2799/2987 93% [========================================================== ] 2800/2987 93% [========================================================== ] 2801/2987 93% [========================================================== ] 2802/2987 93% [========================================================== ] 2803/2987 93% [========================================================== ] 2804/2987 93% [========================================================== ] 2805/2987 93% [========================================================== ] 2806/2987 93% [========================================================== ] 2807/2987 93% [========================================================== ] 2808/2987 94% [========================================================== ] 2809/2987 94% [========================================================== ] 2810/2987 94% [========================================================== ] 2811/2987 94% [========================================================== ] 2812/2987 94% [========================================================== ] 2813/2987 94% [========================================================== ] 2814/2987 94% [========================================================== ] 2815/2987 94% [========================================================== ] 2816/2987 94% [========================================================== ] 2817/2987 94% [========================================================== ] 2818/2987 94% [========================================================== ] 2819/2987 94% [========================================================== ] 2820/2987 94% [========================================================== ] 2821/2987 94% [========================================================== ] 2822/2987 94% [========================================================== ] 2823/2987 94% [========================================================== ] 2824/2987 94% [========================================================== ] 2825/2987 94% [========================================================== ] 2826/2987 94% [========================================================== ] 2827/2987 94% [========================================================== ] 2828/2987 94% [========================================================== ] 2829/2987 94% [========================================================== ] 2830/2987 94% [========================================================== ] 2831/2987 94% [========================================================== ] 2832/2987 94% [========================================================== ] 2833/2987 94% [========================================================== ] 2834/2987 94% [========================================================== ] 2835/2987 94% [========================================================== ] 2836/2987 94% [========================================================== ] 2837/2987 94% [========================================================== ] 2838/2987 95% [========================================================== ] 2839/2987 95% [========================================================== ] 2840/2987 95% [========================================================== ] 2841/2987 95% [========================================================== ] 2842/2987 95% [=========================================================== ] 2843/2987 95% [=========================================================== ] 2844/2987 95% [=========================================================== ] 2845/2987 95% [=========================================================== ] 2846/2987 95% [=========================================================== ] 2847/2987 95% [=========================================================== ] 2848/2987 95% [=========================================================== ] 2849/2987 95% [=========================================================== ] 2850/2987 95% [=========================================================== ] 2851/2987 95% [=========================================================== ] 2852/2987 95% [=========================================================== ] 2853/2987 95% [=========================================================== ] 2854/2987 95% [=========================================================== ] 2855/2987 95% [=========================================================== ] 2856/2987 95% [=========================================================== ] 2857/2987 95% [=========================================================== ] 2858/2987 95% [=========================================================== ] 2859/2987 95% [=========================================================== ] 2860/2987 95% [=========================================================== ] 2861/2987 95% [=========================================================== ] 2862/2987 95% [=========================================================== ] 2863/2987 95% [=========================================================== ] 2864/2987 95% [=========================================================== ] 2865/2987 95% [=========================================================== ] 2866/2987 95% [=========================================================== ] 2867/2987 95% [=========================================================== ] 2868/2987 96% [=========================================================== ] 2869/2987 96% [=========================================================== ] 2870/2987 96% [=========================================================== ] 2871/2987 96% [=========================================================== ] 2872/2987 96% [=========================================================== ] 2873/2987 96% [=========================================================== ] 2874/2987 96% [=========================================================== ] 2875/2987 96% [=========================================================== ] 2876/2987 96% [=========================================================== ] 2877/2987 96% [=========================================================== ] 2878/2987 96% [=========================================================== ] 2879/2987 96% [=========================================================== ] 2880/2987 96% [=========================================================== ] 2881/2987 96% [=========================================================== ] 2882/2987 96% [=========================================================== ] 2883/2987 96% [=========================================================== ] 2884/2987 96% [=========================================================== ] 2885/2987 96% [=========================================================== ] 2886/2987 96% [=========================================================== ] 2887/2987 96% [=========================================================== ] 2888/2987 96% [=========================================================== ] 2889/2987 96% [=========================================================== ] 2890/2987 96% [============================================================ ] 2891/2987 96% [============================================================ ] 2892/2987 96% [============================================================ ] 2893/2987 96% [============================================================ ] 2894/2987 96% [============================================================ ] 2895/2987 96% [============================================================ ] 2896/2987 96% [============================================================ ] 2897/2987 96% [============================================================ ] 2898/2987 97% [============================================================ ] 2899/2987 97% [============================================================ ] 2900/2987 97% [============================================================ ] 2901/2987 97% [============================================================ ] 2902/2987 97% [============================================================ ] 2903/2987 97% [============================================================ ] 2904/2987 97% [============================================================ ] 2905/2987 97% [============================================================ ] 2906/2987 97% [============================================================ ] 2907/2987 97% [============================================================ ] 2908/2987 97% [============================================================ ] 2909/2987 97% [============================================================ ] 2910/2987 97% [============================================================ ] 2911/2987 97% [============================================================ ] 2912/2987 97% [============================================================ ] 2913/2987 97% [============================================================ ] 2914/2987 97% [============================================================ ] 2915/2987 97% [============================================================ ] 2916/2987 97% [============================================================ ] 2917/2987 97% [============================================================ ] 2918/2987 97% [============================================================ ] 2919/2987 97% [============================================================ ] 2920/2987 97% [============================================================ ] 2921/2987 97% [============================================================ ] 2922/2987 97% [============================================================ ] 2923/2987 97% [============================================================ ] 2924/2987 97% [============================================================ ] 2925/2987 97% [============================================================ ] 2926/2987 97% [============================================================ ] 2927/2987 97% [============================================================ ] 2928/2987 98% [============================================================ ] 2929/2987 98% [============================================================ ] 2930/2987 98% [============================================================ ] 2931/2987 98% [============================================================ ] 2932/2987 98% [============================================================ ] 2933/2987 98% [============================================================ ] 2934/2987 98% [============================================================ ] 2935/2987 98% [============================================================ ] 2936/2987 98% [============================================================ ] 2937/2987 98% [============================================================ ] 2938/2987 98% [============================================================= ] 2939/2987 98% [============================================================= ] 2940/2987 98% [============================================================= ] 2941/2987 98% [============================================================= ] 2942/2987 98% [============================================================= ] 2943/2987 98% [============================================================= ] 2944/2987 98% [============================================================= ] 2945/2987 98% [============================================================= ] 2946/2987 98% [============================================================= ] 2947/2987 98% [============================================================= ] 2948/2987 98% [============================================================= ] 2949/2987 98% [============================================================= ] 2950/2987 98% [============================================================= ] 2951/2987 98% [============================================================= ] 2952/2987 98% [============================================================= ] 2953/2987 98% [============================================================= ] 2954/2987 98% [============================================================= ] 2955/2987 98% [============================================================= ] 2956/2987 98% [============================================================= ] 2957/2987 98% [============================================================= ] 2958/2987 99% [============================================================= ] 2959/2987 99% [============================================================= ] 2960/2987 99% [============================================================= ] 2961/2987 99% [============================================================= ] 2962/2987 99% [============================================================= ] 2963/2987 99% [============================================================= ] 2964/2987 99% [============================================================= ] 2965/2987 99% [============================================================= ] 2966/2987 99% [============================================================= ] 2967/2987 99% [============================================================= ] 2968/2987 99% [============================================================= ] 2969/2987 99% [============================================================= ] 2970/2987 99% [============================================================= ] 2971/2987 99% [============================================================= ] 2972/2987 99% [============================================================= ] 2973/2987 99% [============================================================= ] 2974/2987 99% [============================================================= ] 2975/2987 99% [============================================================= ] 2976/2987 99% [============================================================= ] 2977/2987 99% [============================================================= ] 2978/2987 99% [============================================================= ] 2979/2987 99% [============================================================= ] 2980/2987 99% [============================================================= ] 2981/2987 99% [============================================================= ] 2982/2987 99% [============================================================= ] 2983/2987 99% [============================================================= ] 2984/2987 99% [============================================================= ] 2985/2987 99% [============================================================= ] 2986/2987 99% [==============================================================] 2987/2987 100% operation complete, 2987 objects in 26293 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/mips64-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2022.05-952-g2a592f0b2a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> host-skeleton Collecting legal info >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> davfs2 1.6.1 Collecting legal info COPYING: OK (sha256: 0ae0485a5bd37a63e63603596417e4eb0e653334fa6c7f932ca3a0e85d4af227) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dnsmasq 2.86 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-gdb 9.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libvncserver 0.9.13 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libzip 1.8.0 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-vim 9.0.0008 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: 4afae7c984ab1a4ccd0b474a695f316e7435ab6ed46537648af925c18835d853) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> obsidian-cursors 1.0 Collecting legal info >>> open62541 v1.3.2 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> pps-tools e2b25049df9a4da28168b7378016f1650d0dfa6b Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> xkeyboard-config 2.36 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.1 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xl2tp 1.3.17 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zsh 5.8.1 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'